[PATCH] Remove unnecessary include guards.

2009-03-10 Thread James Youngman
Remove "lib/wait.h", since gnulib provides . * lib/Makefile.am (EXTRA_DIST): Remove wait.h, since gnulib provides it. * lib/wait.h: Not needed. * find/pred.c: Include instead of "wait.h". * lib/waitpid.c: Likewise. * xargs/xargs.c: Likewise. Remove unnecessary include guards. * lib/dircallback.c:

[bug #12162] Enhancement req: finding files less than 2Gb in size

2009-03-10 Thread dan pritts
Follow-up Comment #16, bug #12162 (project findutils): I don't believe the behavior is correct, but here's the line of reasoning. THe original find implementation counts disk blocks. A block is either used (partially or fully), or not. Blocks are (typically? always?) 512 bytes long. You ar

findutils-4.5.4 is released

2009-03-10 Thread James Youngman
I am pleased to announce the release of version 4.5.4 of GNU findutils. GNU findutils is a set of software tools for finding files that match certain criteria and for performing various operations on them. Findutils includes the programs "find", "xargs" and "locate". More information about findut

[bug #12162] Enhancement req: finding files less than 2Gb in size

2009-03-10 Thread Andreas Metzler
Follow-up Comment #15, bug #12162 (project findutils): "Would someone please explain -- completely and carefully -- just exactly how find's behavior is actually correct?" Step one: How many 1M blocks does the 3200 byte file take? Answer: one. (Clearly it cannot be zero.) Step two: Is one stricly

[bug #12162] Enhancement req: finding files less than 2Gb in size

2009-03-10 Thread vose
Follow-up Comment #14, bug #12162 (project findutils): As near as I can tell, find is broken when it comes to -size. It fails to realize that a 3200 byte file has a size which is less than 1M, as evidenced by the failure of ... -size -1M ... Reading comments here leads me to believe: whereas oth

findutils 4.5.4

2009-03-10 Thread James Youngman
I released findutils 4.5.4 on alpha.gnu.org earlier today. I will send a longer announcement (with the list of changes) soon. Thanks, James.

Re: [PATCH] Remove obsolete regex.c copy fixup.

2009-03-10 Thread James Youngman
On Sat, Mar 7, 2009 at 11:15 PM, James Youngman wrote: > * Makefile.am (jy-regex-fix) Delete. > (dist-hook): Remove jy-regex-fix. > > Signed-off-by: James Youngman > --- >  ChangeLog   |    6 ++ >  Makefile.am |   27 ++- >  2 files changed, 8 insertions(+), 25 deletion