From cd3c6d9a124ae3db6f05acc242ff6c65b86a1be8 Mon Sep 17 00:00:00 2001 From: jay Date: Fri, 8 Aug 2003 09:58:02 +0000 Subject: [PATCH] updated for recent changes --- ChangeLog | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 9 ++++++++- 2 files changed, 61 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 52c6559..375a3d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,58 @@ +2003-08-08 James Youngman + + * find/find.1: + Documented the fact that -printf also supports the '\0' escape code. + Added "STANDARDS CONFORMANCE" section. + +2003-08-02 James Youngman + + * find/find.1: + Explain that braces are not special when performing filename matching + with -name. + + * find/find.1: + added example of the use of -exec to the EXAMPLES section + + * find/fstype.c, locate/locate.c: + Savannah bug #4295 - implicit declarations of ctype.h functions + + * locate/locate.c: + Savannah bug #4279 - missing newline on locate help message + + * find/find.1, xargs/xargs.1: + Improved discussion of the -print0 option of find and the -0 option of xargs + +2003-06-26 James Youngman + + * import-gnulib.sh: + Remove reference to nonexistent module "basename" ("dirname" exists + and we already use that). + +2003-06-21 James Youngman + + * doc/find.texi: + Indicate that xargs stops immediately if a command exits with status 255 + + * xargs/xargs.1: + Document the fact that xargs exits immediately with an error message + if the command it executes exits with a status of 255. + +2003-06-18 James Youngman + + * find/find.1: + Indicate that -fls and friends always create their output file + 2003-06-16 James Youngman + * ChangeLog, find/find.1, locate/locate.1, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1: + Added BUGS section to manual pages. This section includes information about known bugs and how to report new bugs. + + * AUTHORS: Identify the current maintainer. + + * TODO: Removed the TODO items which have now been done. + + * THANKS: Added Bruno Haible and Bob Prolux. + * xargs/xargs.c: xargs/xargs.c (DO_MULTIBYTE): New macro. (mbstrstr): New function. (do_insert): Use it instead of strstr. diff --git a/NEWS b/NEWS index 26a3552..bc8feef 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout) * Major changes in release 4.2.0 -The environment variable FIND_BLOCK_SIZE is now ignored. +** The environment variable FIND_BLOCK_SIZE is now ignored. +** The find manual page also now includes a section + which describes the relationship between the features of GNU + find and the POSIX standard. Some other small improvements + to the find and xargs manual pages have been made. +** The escape code '\0' for the `-printf' predicate of find is now + documented. +** Bug-fixes, notably better support for 64-bit systems. * Major changes in release 4.1.20: ** New maintainer, James Youngman -- 2.11.4.GIT