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:
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
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
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
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
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.
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