Re: some snippets from make381

2005-03-10 Thread Markus Mauhart
"Markus Mauhart" wrote ... > > yes, but 'result' is used not only for ISTRING_COMPARE, but for every > substraction seen in this function: > > result = x->ctime - y->ctime; > result = x->ino[0] - y->ino[0]; > result = x->dev - y->dev; > > Currently I cant swear where to expect value truncation,

some snippets from make381, 2/2

2005-03-09 Thread Markus Mauhart
"Markus Mauhart" wrote ... > > during some long ago experiments with make381beta1 sources I've > gathered some questionable code snippets, some maybe bugs, but > didnt find the time to discuss them, now I thought better now > than even later. > If necessary I can file something to savannah. > A few

Re: some snippets from make381

2005-03-09 Thread Markus Mauhart
> Thanks Markus. I hope 50% of my list is worth some troubles during 381-release. > You don't have a copy of GNU diff lying around on your Windows system do > you? yes, but better dont ask ... my sources last year suddenly got so much changes that you would need 1 week to filter out the few rele

Re: some snippets from make381

2005-03-09 Thread Paul D. Smith
%% "Markus Mauhart" <[EMAIL PROTECTED]> writes: mm> during some long ago experiments with make381beta1 sources I've mm> gathered some questionable code snippets, some maybe bugs, but mm> didnt find the time to discuss them, now I thought better now mm> than even later. Thanks Markus. You

some snippets from make381

2005-03-09 Thread Markus Mauhart
Hi, during some long ago experiments with make381beta1 sources I've gathered some questionable code snippets, some maybe bugs, but didnt find the time to discuss them, now I thought better now than even later. If necessary I can file something to savannah. A few others are still to be extracted f