Added Bas van Gompel.
[findutils.git] / ChangeLog
blob8bd1f49167b332f19cea8e8e75c0b53b8392d916
1 2004-12-06  James Youngman  <jay@gnu.org>
3         * NEWS, configure.in: releasing 4.2.10
5         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
6         distcheck
8         * ChangeLog: Updated prior to release of finsutils-4.2.10.
10         * import-gnulib.sh, find/fstype.c:
11         Use gnulib's mountlist module instead of grokking it ourselves.
13         * configure.in:
14         Removed all the out-of-date cruft for grokking getmntent().
16         * xargs/xargs.c:
17         Added the -I and -L options; also -E takes an argument which is not optional.
19 2004-12-05  James Youngman  <jay@gnu.org>
21         * README, configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c:
22         Allow debug output to be turned on or off by saying --enable-debug on the configure command line
24         * README:
25         Removed disparaging (it is now, it probably wasn't then) comment about
26         the production-readiness of Automake.
28         * README: Qualify remarks about POSIX compliance.
30         * NEWS, configure.in: Preparation for release 4.2.9
32         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
33         distcheck
35         * ChangeLog: Brought up to date.
37         * find/find.c:
38         Avoid duplicate error message when we cannot chdir() into a subdirectory.
40         * THANKS: Added recent thankees.
42         * NEWS:
43         Brought up to date with respect to the current set of fixed bugs.
45         * NEWS, xargs/xargs.1, xargs/xargs.c:
46         Implemented POSIX options -L, -I and -E
48 2004-12-03  James Youngman  <jay@gnu.org>
50         * find/parser.c:
51         -xdev is an option, not a test.   Fixes Savannah bug 11192.
53         * find/find.1, xargs/xargs.1:
54         Escape dashes with a backslash (for fix Savannah bug 11189).
56 2004-11-27  James Youngman  <jay@gnu.org>
58         * find/find.c:
59         More use of safely_chdir(). Also bugfix: -L should imply -noleaf.  Be more careful about when xstat should fall back on lstat() when stat() fails.
61         * find/find.1: "necessary" only has one "C".
63         * find/find.1:
64         If stat() fails with ELOOP, we issue a diagnostic message.
66 2004-11-26  James Youngman  <jay@gnu.org>
68         * find/find.c: Removed some unused code.
70         * Makefile.am: Don't do anything in the 'intl' subdirectory
72         * find/find.c:
73         Enhanced safely_chdir() to the point where the test suite passes, and report infinite loops in the directory hierarchy
75         * find/defs.h:
76         belt and braces; ensure that SYMLINK_NEVER_DEREF has value zero
78         * find/find.1:
79         Describe our strategy for detecting and reporting infinite loops
81 2004-11-24  James Youngman  <jay@gnu.org>
83         * doc/find.texi:
84         Updated the discussion of th error messages for findutils-4.2.8.
86         * configure.in: Next version will be 4.2.9...
88         * find/find.c:
89         Don't issue a warning if we notice the mounting of a filesystem that's
90         likely just to be an automounter.
92         * doc/find.texi, find/find.1:
93         Explain how rounding is performed for -atime and friends.
95         * xargs/xargs.c:
96         Once we collect enough arguments (for the value specified by the -n
97         option) to do an exec(), do it immediaely instead of waiting for the
98         next one to arrive.  This fixes Savannah bug #7340.
100         * ChangeLog, configure.in, NEWS: Prepare to release 4.2.8.
102         * NEWS: Updates for 4.2.8.
104         * configure.in: check for  sys/types.h
106         * find/find.c:
107         If wd_sanity_check() discovers that the mount table has changed, remember the updated device number and inode so that we also consider these to be valid on the way back up.
109         * find/defs.h:
110         Declarations of xmalloc() and friends belong in xalloc.h, not in defs.h
112         * find/parser.c: avoid signed/unsigned warning, and #include xalloc.h
114         * find/fstype.c:
115         Changed to alloc get_mounted_devices() to compile on Solaris
117         * README-CVS:
118         Automake requires GNU m4, so point out that the reader needs that.
120         * find/defs.h, find/find.c, find/fstype.c:
121         When wd_sanity_check() fails, enumerate the mounted devices, rather than the mounted filesystem names
123         * NEWS: prepare for 4.2.8
125         * configure.in:
126         Look for some Solaris headers which are used by get_mounted_devices()
128         * lib/Makefile.am: don't build savedirtypes yet
130         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
131         updated po files
133         * m4/nullsort.m4:
134         Avoid suprious output of the test data when the tests fail.
136 2004-11-21  James Youngman  <jay@gnu.org>
138         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
139         Messages changed again
141         * ChangeLog, configure.in: Preparing to release 4.2.7.
143         * NEWS: Updated for release of 4.2.7.
145         * import-gnulib.sh: Also need canonicalize module.
147         * find/find.c:
148         When checking to see if a filesystem has changed state, use an
149         absolute pathname.
151         * configure.in:
152         No need to pause to allow James to view his handiwork, it (allegedly)
153         works now.
155         * configure.in:
156         Oops.  Check for setlocale() to re-enable the i18n support which was
157         accidentally disabled in 4.2.5.
159         * find/find.c:
160         Check to see if the new directory is a transitioned mount point by
161         using its ABSOLUTE name, if we can figure it out.
163         * doc/find.texi:
164         Added guidance on some of the error messages.  Not the most common
165         ones, but the ones where the user might most benefit from some handy
166         hints or an explanation of what is going on.
168         * find/pred.c:
169         Actually emit an error message if we fail to stat a symlink (for
170         reasons other than nonexistence of the link and infinite loop).
172         * doc/texinfo.tex: Updated texinfo.tex
174         * NEWS, configure.in, find/find.c, find/fstype.c:
175         Enable the 'Warning: filesystem XXX has recently been mounted' check on Solaris, which prevents it exiting fatally when traversing an automount mount point
177         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
178         messages changed again
180         * NEWS: Implemented xargs --arg-file.
182         * doc/find.texi, xargs/xargs.1, xargs/xargs.c, NEWS:
183         Implemented xargs --arg-file
185         * find/find.c:
186         Where a filesystem was recently (un)mounted, try togive its full name
188         * configure.in:
189         Try to avoid requesting -lsun if we don't seem to need it (e.g. on
190         UNICOS where it is not present and trying to link against it produces
191         a warning).
193         * find/defs.h, lib/modetype.h: Guard against multiple inclusion
195         * find/fstype.c:
196         We now need <mntent.h> even if we are not using getmntent() to figure
197         out the type of a filesystem, because wd_sanity_check() needs to
198         enumerate the system mount points.
200         * configure.in: Next release will be 4.2.7.
202         * find/fstype.c:
203         get_mounted_filesystems() should use getmntent() if that function is
204         present, rather than just if configure didn't find anything better for
205         filesystem_type_uncached() to use than that.
207         * find/parser.c:
208         If -delete is the only action on a file, don't assume the default
209         -print action too.
211         * ChangeLog, configure.in, po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
212         Preparation to release findutils-4.2.6.
214         * find/Makefile.am, xargs/Makefile.am:
215         Enable checking of support for --version and --help
217         * locate/Makefile.am:
218         Con't check command-line options for frcode, code or bigram
220         * locate/code.c: Support --version and --help.
222         * ChangeLog: *** empty log message ***
224         * find/defs.h, find/find.c, find/fstype.c, lib/Makefile.am, lib/extendbuf.c, lib/extendbuf.h, NEWS:
225         Avoid fatal error if automount mounts a filesystem on a directory because we chdir()ed into it
227         * configure.in: Next release will be 4.2.6.
229         * find/find.1:
230         Indicate that the '-' flag does work for most fields.   Also provide
231         an example of using the comma operator to traverse the filesystem just
232         once but search for more than one thing.
234         * doc/find.texi: Indicate that the '-' flag does work for most fields.
236 2004-11-19  James Youngman <jay@gnu.org>
238         * configure.in: releaseing findutils-4.2.5
240         * find/testsuite/Makefile.am, locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
241         If a directory has no Makefile.am, omit it from the parent's DIST_SUBDIRS - automake-1.9 requires this
243         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
244         updated by make distcheck
246         * ChangeLog, NEWS: Updated for release 4.2.5.
248         * find/find.1, doc/find.texi:
249         Tell the reader that format flags may not work as they expect.
251         * configure.in:
252         Use the correct name for the macro gl_AC_TYPE_LONG_LONG (not
253         jm_AC_TYPE_LONG_LONG).
255 2004-11-15  James Youngman <jay@gnu.org>
257         * import-gnulib.sh:
258         Avoid test -e because not all systems are POSIX-compliant (bug
259         #11005).  Also don;t need regex module any more if we're not building
260         in intl.
262         * Makefile.am, configure.in:
263         These days gnulib likes to include 'libintl.h' which our very old intl/ directory lacks.   For the moment, disable use of the internal intl/ directory
265         * doc/find.texi:
266         Use @ref not @xref for a reference at the beginning of a sentence.
268         * intl/Makefile.in:
269         Make sure gnulib.lib is on the #include path (Savannah bug #11002)
271         * locate/locate.c:
272         Use base_name instead of basename - fixes Savannah bug 11003.
274         * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, locate/bigram.c, locate/locate.c:
275         Don't need banner to emphasise the location of the call to jy_SORTZ
277 2004-11-12  James Youngman <jay@gnu.org>
279         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c, find/pred.c, find/testsuite/find.gnu/posix-dflt.exp, find/testsuite/find.gnu/posix-dflt.xo, find/testsuite/find.gnu/posix-h.exp, find/testsuite/find.gnu/posix-h.xo, find/testsuite/find.gnu/posix-l.exp, find/testsuite/find.gnu/posix-l.xo, find/util.c:
280         Implemented BSD option -P and also the correct defautl behaviour of find with respect to symlinks if neither -L nor -H is specified [i.e. same as -P]
282 2004-11-11  James Youngman <jay@gnu.org>
284         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c:
285         Implemented -H and -L options.
287         * find/util.c: Added in the -H and -L options on the usage message.
289 2004-11-10  James Youngman <jay@gnu.org>
291         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
292         Implemented %M and %A+ format specifiers
294         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
295         Documented the fact that only %d and %m format specifiers honour the various formatting flags
297         * xargs/xargs.c:
298         Get the right number of bytes in a Kilobyte (hint: it's not 1048; that
299         was a typo, honest :)
301         * po/pl.po: Applied Polish translations
303 2004-11-08  James Youngman <jay@gnu.org>
305         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
306         distcheck changed the po files again
308         * locate/Makefile.am:
309         Make install-data-hook honour the setting of DESTDIR so that "make
310         DESTDIR=/tmp/foo install" works and puts localstater in the right
311         place.
313         * configure.in: We're now working on findutils-4.2.5.
315         * doc/find.texi, xargs/xargs.1:
316         Point out that xargs -i only splits input items at newlines
318         * ChangeLog: Indicate that we released 4.2.4.
320         * ChangeLog: Updated for release 4.2.4
322         * NEWS, configure.in: Prepare for release of 4.2.4.
324         * NEWS: Brought up to date with latest changes.
326         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c, po/da.po, po/de.po, po/es.po, po/findutils.pot, po/gl.po, po/id.po, po/ko.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po:
327         Turn warning messages off by default if stdin is not a tty; allow these to be controlled explicitly by options -warn and -nowarn
329         * po/et.po, po/it.po: Updated translation files
331         * po/sk.po: New translation file
333         * po/fr.po, po/nl.po, po/tr.po: Updated translation files
335         * configure.in: Added Slovak (sk) language.
337         * xargs/xargs.c:
338         Enforcing a lower limit on the value specified by -s makes the test
339         suite fail.  Removed that lower limit.
341         * locate/Makefile.am: Oops, multilocate doesn't exist yet.
343         * NEWS: *** empty log message ***
345         * doc/find.texi, locate/updatedb.1, locate/updatedb.sh:
346         Added option --findoptions to updatedb
348         * locate/Makefile.am, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
349         Fixed section numbers in manpage titles and cross-references
351         * NEWS, doc/find.texi, xargs/xargs.1, xargs/xargs.c:
352         Increased the default argument length and improved POSIX compliance of the handling of out-of-range values for the -s option
354 2004-11-07  James Youngman <jay@gnu.org>
356         * m4/Makefile.am:
357         Added in the extra files we need to distribute, nullsort.m4
358         order-bad.bin order-good.bin
360         * doc/find.texi: Documented locate's --limit option
362         * locate/locate.1, locate/locate.c:
363         Implmented --limit and corrected the implementation of the -i option.
365 2004-11-06  James Youngman <jay@gnu.org>
367         * NEWS, doc/find.texi, locate/locate.1:
368         Documented --wholename and --basename and updated the NEWS file
370         * README-CVS:
371         Give the autogen commands in a form that you can usefully cut and paste into a shell
373         * NEWS: Options --null and --count) for locate
375         * lib/nextelem.c:
376         Don't return '.' for an empty path element, because the path we are splitting may not be intended to contain directories
378         * configure.in: we're working on findutils-4.2.4 now
380         * locate/Makefile.am: Substitute @SORT_SUPPORTS_Z@
382         * doc/find.texi:
383         Documented new locate option --null and newline handling
385         * locate/locate.1, locate/locate.c:
386         New locate options --null, --wholename, --basename, --count
388         * locate/frcode.c, locate/updatedb.1, locate/updatedb.sh:
389         correctly handle newlines in the file names
391         * configure.in: Determine if sort -z works
393         * m4/nullsort.m4, m4/order-bad.bin, m4/order-good.bin:
394         jy_SORTZ: a macro to determine if the system has a sort command with a working -z option
396 2004-11-01  James Youngman <jay@gnu.org>
398         * NEWS: Fixed "find -printf '%H\n'".
400         * find/find.c:
401         Avoid segfault if -printf %H is used where the matched file was the default, unspecified starting point, the current directory
403 2004-10-31  James Youngman <jay@gnu.org>
405         * find/find.1, find/parser.c: NetBSD also supports -d.
407         * find/find.1, doc/find.texi:
408         Documented the behaviour of -daystart and -follow in more detail
410         * find/parser.c: Corrected the usage message.
412         * find/parser.c:
413         When deciding whether to issue a warning about options following
414         non-options, ignore any options whose position affects the tests
415         (i.e. -daystart and -follow).
417         * find/parser.c: -daystart is a positional option like -follow.
419         * find/parser.c:
420         Issue a warning message if an option is specified after a test or an
421         action (because the user might have believed that the behaviour of the
422         option is in some way conditional on the preceding tests).
424         * locate/updatedb.sh:
425         Oops; removed some test code that I shouldn't have checked in.
427         * locate/updatedb.sh:
428         Indicate that the old locate database format will shortly be unsupported.
430         * doc/find.texi:
431         Use @direntry instead of hard-coding START-INFO-DIR-ENTRY inside @ifinfo.
433         * locate/updatedb.1: Updated default location of locatedb file.
435         * README-alpha:
436         Updated to give correct FTP location and to not talk about "test"
437         versions of automake, which are no longer required.
439         * locate/updatedb.sh:
440         Incorporated the default list of filesystems to avoid from the Debian
441         package.  Also added /afs and /sfs to the default pruned paths.
443         * configure.in: Released findutils 4.2.3
445         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po:
446         did make distcheck, which updates these files
448         * find/defs.h, find/fstype.c:
449         Use const qualifier in arguments to filesystem_type() to allow callers with const variables to use them
451         * ChangeLog: Updated.
453         * NEWS: Added new news.
455         * find/find.c:
456         Extra diagnositcs for the case where we have the error "%s changed
457         during execution of %s" - that is when we chdir back to the parent
458         directory only to find that it has changed.
460 2004-10-30  James Youngman <jay@gnu.org>
462         * .cvsignore, NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
463         Implemented the -quit action
465         * NEWS, doc/find.texi, find/find.1, find/parser.c, find/pred.c:
466         Refactored time handling routines in preparation for support of absolute timestamp comparison predicates
468         * locate/locate.c:
469         Applied Savannah patch #2952 ("getline off-by-one bugfix").
471         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
472         Added -delete action (Savannah patch #3454 with additions)
474         * locate/locate.c:
475         Applied Savannah patch #2692 (allowing get_short to process negative integers).
477         * find/find.c:
478         If we are iossuing an error message because $FIND_BLOCK_SIZE is set,
479         ignore the setting of errno.
481         * find/parser.c: More fixes for pedantic compiler warnings
483         * NEWS, find/parser.c, find/tree.c: Eliminated some compiler warnings
485         * find/find.c, find/parser.c, find/pred.c:
486         Various fixes for compiler warninga sbout unreachable code or unused function arguments
488         * intl/plural.y: Silence compiler warning about unused argument.
490         * locate/testsuite/Makefile.am:
491         Subdirectory "inputs" does not exist, so remove it from DIST_SUBDIRS.
493         * locate/locate.c:
494         Corrected the explanation of why we have to use no parentheses around
495         the String argument to the N_ macro in its expansion.
497         * configure.in: Nextr release is 4.2.3.
499         * configure.in: IOndicate this is no longer the pristine release.
501         * NEWS:
502         Oops, comments for release 4.2.0 should have said 20480 bytes, not 2480.
504         * lib/listfile.c:
505         The -ls predicate should not truncate usernames.  Fixes Savannah bug #10800.
507         * find/fstype.c, locate/locate.c:
508         Fixes for Savannah bug #3727 (Intel icc compilation errors).
510 2004-10-25  James Youngman <jay@gnu.org>
512         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
513         Support -printf %D, which prints the device number of the containing filesystem
515         * locate/updatedb.sh:
516         Avoid confusion between James Woods and James Youngman, by using the
517         disambiguating surname.
519         * find/parser.c: Use RE_ICASE instead of re->translate.
521         * configure.in, find/parser.c, find/pred.c, xargs/xargs.c:
522         No need to #define _GNU_SOURCE if we use gl_INIT.
524 2004-10-24  James Youngman <jay@gnu.org>
526         * ChangeLog: Prepared to release findutils-4.2.2.
528         * ChangeLog, NEWS, po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po:
529         Updates prior to release of 4.2.2
531         * NEWS: Updated with news for findutils-4.2.2.
533         * find/testsuite/config/unix.exp, lib/forcefindlib.c, lib/listfile.c, lib/modetype.h, lib/nextelem.c, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, locate/locatedb.h, locate/testsuite/config/unix.exp, locate/updatedb.sh, xargs/testsuite/config/unix.exp, xargs/xargs.c, NEWS, find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/tree.c, find/util.c, import-gnulib.sh:
534         Corrected typo in the address of the FSF office
536         * lib/strspn.c: Updated FSF address.
538         * m4/.cvsignore: 'cvs status' should ignore Makefile.in
540         * m4/Makefile.am, Makefile.am, NEWS, README-CVS, configure.in, doc/texinfo.tex, find/defs.h, find/fstype.c, find/parser.c, find/pred.c, import-gnulib.sh, intl/bindtextdom.c, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/intl-compat.c, intl/l10nflist.c, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/ngettext.c, intl/plural.y, intl/textdomain.c, lib/Makefile.am, lib/forcefindlib.c, lib/listfile.c, lib/nextelem.c, lib/strspn.c, lib/waitpid.c, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, m4/findlib.m4, po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po, xargs/xargs.c:
541         Use gnulib-tool --import to import the gnulib code, rather than the odd way we were doing it before
543         * find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/tree.c, find/util.c, locate/code.c, locate/locate.c, xargs/xargs.c:
544         Work round an apparent compiler bug in HP-UX 11.23 for
545         ia64
547         * locate/locate.c:
548         Work around what appears to be a C compiler bug in HP-UX 11.23 for
549         ia64.
551         * INSTALL, depcomp, install-sh, missing, mkinstalldirs:
552         Updated from automake
554         * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c, find/find.c:
555         Avoid use of exit() within main, to silence warnings about unreachable code
557 2004-10-22  James Youngman  <jay@gnu.org>
559         * doc/find.texi: Syntax corrections.
561         * doc/find.texi: Indicate that "-exec {}+" is not yet supported.
563         * find/find.1: Indicate that "{}+" is not yet supported.
565         * find/testsuite/find.gnu/name-period.xo, find/testsuite/find.gnu/name-period.exp, find/find.1, doc/find.texi:
566         The -name predicate must allow '*' to match '.foo' as demanded by IEEE
567         Std 1003.2-1992 Interpretation #126.
569         * find/pred.c:
570         Remove use of FNM_PERIOD for -name as demanded by IEEE Std 1003.2-1992
571         Interpretation #126
573         * find/parser.c: Fix for compilation (on AIX 4.3) with GCC 2.x.
575         * xargs/xargs.c:
576         Changed the erorr message issued when there is an unmatched quote to
577         point out that the user might have wanted to use the -0 option instead.
579 2004-10-17  James Youngman  <jay@gnu.org>
581         * configure.in:
582         Define intmax_t if it is not already defined - allows parser.c to compile on AIX 4.3
584         * configure.in:
585         Adjust version number to indicate that this s/w has moved on since the
586         4.2.1 release.
588         * configure.in: preparing to release 4.2.1
590         * ChangeLog: updated with current changes
592         * README-CVS: Updated to go with newer version of gnulib.
594         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po:
595         preparation for release
597         * NEWS: Mention the changes to "trap".
599         * NEWS: Brought up to date.
601         * import-gnulib.sh:
602         Use xalloc-die module from gnulib, since that has now been split out
604         * find/parser.c:
605         Check fnmatch() when other predicates that rely on fnmatch() are used.
607         * find/parser.c: bug #10701: find needs fnmatch sanitycheck on startup
609 2004-10-16  James Youngman <jay@gnu.org>
611         * import-gnulib.sh:
612         Switch to requirement for GNU fnmatch because it supports FNM_CASEFOLD.
614         * locate/updatedb.sh:
615         Bug #9465: use of signal numbers for 'trap' is deprecated.  Should use
616         names instead.  See
617         http://www.opengroup.org/onlinepubs/009695399/utilities/trap.html,
618         which indicates that support for signal numbers is optional, while
619         support for signal names is mandatory.
621         * configure.in:
622         Indicate that this is the CVS version (once again) now that findutils
623         4.2.0 has been released.
625         * ChangeLog, configure.in, po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po:
626         findutils 4.1.20 check-in for tagging
628 2004-10-02  James Youngman <jay@gnu.org>
630         * po/Makefile.in.in:
631         Search in $(top_srcdir) for mkinstalldirs, since that's where we keep it.
633         * NEWS: Brought up to date, organised more clearly, and tidied up.
635         * NEWS: brought up to date with recent changes
637         * locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/ignore_case1.exp, locate/testsuite/locate.gnu/ignore_case3.exp, locate/updatedb.sh:
638         Added new option --changecwd to updatedb so that the 'cd /' which it does can be compatible with the requirements of the test suite.  Specifically, the test suite relies on being able to use relative pathnames
640         * find/pred.c:
641         Fixed usage of human_readable() in '%k' format specifier to fix a bug
642         reported by Dmitry V. Levin (arguments to human_readable() were
643         specified in the wrong order, which resulted in a floating-point
644         error).
646 2004-08-08  James Youngman <jay@gnu.org>
648         * locate/updatedb.sh:
649         cd to / to avoid inability to examine the current directory if we're
650         invoked via cron (and hence in root's home directory for example).
652         * doc/find.texi, find/find.1:
653         Deprecate -path and -ipath in favour of -wholename and -iwholename
655         * find/parser.c:
656         As per RMS's suggestion, deprecate -path and -ipath in favour of
657         -wholename and -iwholename.
659         * locate/locate.c:
660         Fixed Savannah bug #9923, in which get_short() returns large positive
661         ints when it should be returning negative shorts.
663         * xargs/xargs.1:
664         Applied documentation improvements suggested by Dan Jacobson
665         <jidanni@jidanni.org>.
667         * xargs/xargs.c:
668         Don't check size_of_environment against arg_max since that causes the
669         test suite to fail.
671         * xargs/xargs.1, xargs/xargs.c: Better documentation for the -i option
673 2004-05-03  James Youngman <jay@gnu.org>
675         * find/find.1:
676         document the various suffixes for -size and also the new 
677         option -ignore_readdir_race
679         * locate/locate.c:
680         Fixes Savannah bug #8623 (failure to check consistency of data 
681         read from locate database)
683         * locate/updatedb.sh:
684         Resolves Savannah bug 4380, that updatedb generates an empty
685         database if one of the commands fails
687         * NEWS: Talk about -ignore_readdir_race
689         * doc/find.texi:
690         Documented -ignore_readdir_race and -noignore_readdir_race
692         * find/find.c:
693         -ignore_readdir_race should have no effect if the reason for the
694          failure of stat(2) was anything other than ENOENT.
696         * find/defs.h, find/find.c, find/parser.c:
697         Fixed Savannah bug 4391 (readdir race condition leading to 
698         spurious error messages)
700 2004-04-24  James Youngman <jay@gnu.org>
702         * README-CVS: Corrected the instructions for getting gnulib via CVS.
704 2004-04-13  James Youngman <jay@gnu.org>
706         * doc/find.texi:
707         Actioned Savannah bug #8558 (find complains when it tries to recurse
708         into directories that it had removed).
710 2004-03-13  James Youngman <jay@gnu.org>
712         * ChangeLog: Updated from checkin comments.
714         * find/find.c:
715         Oops, there is no access to the predicate name table if DEBUG is 
716         not #defined.
718         * find/parser.c:
719         Detect arithmetic overflow (poorly) in insert_time(), which diagnoses
720         the failure to handle large arguments to -mtime.  The existing code
721         does careful computation and then bungs the value into a time_t, which
722         ruins all our careful effort.  The new code is not a great
723         improvement.  We just check the result to detect overflow, rather than
724         actually avoiding the overflow.
726         * find/find.c:
727         Fixed Debian bug #185202 by checking for any trailing predicates after
728         the top-level invocation of get_expr() has done its work.
730         * locate/locate.1, xargs/xargs.1:
731         Fixed Debian bug 175372, inappropriate 'L' suffixes on manual 
732         page section indicators
734         * find/find.1:
735         Removed "L" suffixes from manual page section indicators, to fix
736         Debian bug 175372.
738         * debian/updatedb.conf:
739         Updated with list of filesystems from current Debian release.  This
740         includes devfs, for example.
742         * xargs/xargs.1:
743         Modified documentation of "-s" option to take into account the fix for
744         Debian bug #176201.
746         * xargs/xargs.c:
747         Fixed Debian bug #176201, "xargs enviroment size limited to 20k", by
748         reading a patch offered by Bob Prolux and implementing something
749         substantially similar myself.
751 2004-01-03  James Youngman  <jay@gnu.org>
753         * xargs/xargs.c:
754         Indicate that prep_child_for_exec() fixes Savannah bug #3992.
756         * xargs/xargs.c:
757         Attach the stdin of xargs' child process to /dev/null so that if it
758         tries to read from its stdin it doesn't consume any of the list of
759         files that xargs is trying to use.
761         * find/find.1:
762         Documented that the -regex option follows Gnulib's re_match() 
763         implementation.
765         * NEWS, locate/locate.c: Applied Savannah patch 2108
767         * xargs/xargs.c: Applied Savannah patch 1500
769         * find/find.1, doc/find.texi:
770         Improved the documentation for the %k and %b format specifiers to
771         -printf (Savannah bug #5034).  Also pointed out that this handling is
772         different to that used by the "b" and "k" suffixes with "-size".
774         * find/find.1: Improved the documentation for %k (Savannah bug #5034).
776         * find/find.1:
777         Improved the documentation for -print0 in the manpage, fixing Debian
778         bug 111143.
780         * README-CVS, find/pred.c, lib/listfile.c:
781         Brought up-to-date with change in gnulib's human.c - we no longer 
782         use human_readable_inexact(), because it is no longer provided.
784 2003-08-08  James Youngman  <jay@gnu.org>
786         * find/find.1:
787         Documented the fact that -printf also supports the '\0' escape code.
788         Added "STANDARDS CONFORMANCE" section.
790 2003-08-02  James Youngman  <jay@gnu.org>
792         * find/find.1:
793         Explain that braces are not special when performing filename matching
794         with -name.
796         * find/find.1:
797         added example of the use of -exec to the EXAMPLES section
799         * find/fstype.c, locate/locate.c:
800         Savannah bug #4295 - implicit declarations of ctype.h functions
802         * locate/locate.c:
803         Savannah bug #4279 - missing newline on locate help message
805         * find/find.1, xargs/xargs.1:
806         Improved discussion of the -print0 option of find and the -0 option of xargs
808 2003-06-26  James Youngman  <jay@gnu.org>
810         * import-gnulib.sh:
811         Remove reference to nonexistent module "basename" ("dirname" exists
812         and we already use that).
814 2003-06-21  James Youngman  <jay@gnu.org>
816         * doc/find.texi:
817         Indicate that xargs stops immediately if a command exits with status 255
819         * xargs/xargs.1:
820         Document the fact that xargs exits immediately with an error message
821         if the command it executes exits with a status of 255.
823 2003-06-18  James Youngman  <jay@gnu.org>
825         * find/find.1:
826         Indicate that -fls and friends always create their output file
828 2003-06-16  James Youngman  <jay@gnu.org>
830         * ChangeLog, find/find.1, locate/locate.1, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
831         Added BUGS section to manual pages.   This section includes information about known bugs and how to report new bugs.
833         * AUTHORS: Identify the current maintainer.
835         * TODO: Removed the TODO items which have now been done.
837         * THANKS: Added Bruno Haible and Bob Prolux.
839         * xargs/xargs.c: xargs/xargs.c (DO_MULTIBYTE): New macro.
840         (mbstrstr): New function.
841         (do_insert): Use it instead of strstr.
843         * config.guess, config.sub:
844         Use config.guess and config.sub from automake
846         * find/fstype.c:
847         Bruno Haible: (fstype_to_string) Don't define this function if
848         HAVE_F_FSTYPENAME_IN_STATFS is defined.
850         * configure.in:
851         Bruno Haible: Prefer the 4.4BSD API (if present) to the 4.3BSD API,
852         because some 4.4BSD systems have <mntent.h> but no /etc/mtab file.
854         * doc/find.texi, find/find.1:
855         Applied patch 1498 (documenting the backslash escape sequence)
857         * locate/updatedb.sh: Applied (my own version of) Savannah patch 1601.
859         * doc/find.texi:
860         Applied Savannah patch #1547 (document the fact that printf
861         field-width specifiers are supported).
863         * xargs/xargs.c:
864         Applied Savannah patch #1499 (adds final newline to usage message).
866 2003-06-14  James Youngman  <jay@gnu.org>
868         * NEWS, configure.in:
869         Updated version number to 4.2.0-CVS [not ready for release yet]
871         * configure.in, doc/.cvsignore, doc/Makefile.in, find/.cvsignore, find/Makefile.am, find/Makefile.in, find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/testsuite/.cvsignore, find/testsuite/Makefile.in, find/testsuite/config/unix.exp, find/tree.c, find/util.c, import-gnulib.sh, intl/bindtextdom.c, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/intl-compat.c, intl/l10nflist.c, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/ngettext.c, intl/plural.y, intl/textdomain.c, lib/.cvsignore, lib/Makefile.am, lib/Makefile.in, lib/alloca.c, lib/ansi2knr.1, lib/ansi2knr.c, lib/argmatch.c, lib/argmatch.h, lib/basename.c, lib/basename.h, lib/dirname.c, lib/dirname.h, lib/error.c, lib/error.h, lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/fnmatch.c, lib/fnmatch.h, lib/getline.c, lib/getline.h, lib/getopt.c, lib/getopt.h, lib/getopt1.c, lib/human.c, lib/human.h, lib/idcache.c, lib/listfile.c, lib/malloc.c, lib/memcmp.c, lib/memcpy.c, lib/memset.c, lib/mktime.c, lib/modechange.c, lib/modechange.h, lib/modetype.h, lib/nextelem.c, lib/pathmax.h, lib/posix/.cvsignore, lib/posix/Makefile.am, lib/posix/Makefile.in, lib/posix/regex.h, lib/quotearg.c, lib/quotearg.h, lib/realloc.c, lib/regex.c, lib/regex.h, lib/rpmatch.c, lib/savedir.c, lib/savedir.h, lib/stpcpy.c, lib/strcasecmp.c, lib/strdup.c, lib/strftime.c, lib/strncasecmp.c, lib/strspn.c, lib/strstr.c, lib/strtol.c, lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c, lib/waitpid.c, lib/xalloc.h, lib/xgetcwd.c, lib/xmalloc.c, lib/xstat.in, lib/xstrdup.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoul.c, lib/xstrtoul.h, lib/xstrtoumax.c, lib/yesno.c, locate/.cvsignore, locate/Makefile.am, locate/Makefile.in, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, locate/locatedb.h, locate/testsuite/.cvsignore, locate/testsuite/Makefile.in, locate/testsuite/config/unix.exp, locate/updatedb.sh, m4/.cvsignore, m4/ChangeLog, m4/Makefile.am, m4/Makefile.am.in, m4/Makefile.in, m4/README, m4/afs.m4, m4/assert.m4, m4/c-bs-a.m4, m4/check-decl.m4, m4/codeset.m4, m4/d-ino.m4, m4/d-type.m4, m4/error.m4, m4/fnmatch.m4, m4/fnmatchcase.m4, m4/fstypename.m4, m4/getline.m4, m4/gettext.m4, m4/glibc.m4, m4/glibc21.m4, m4/iconv.m4, m4/inttypes_h.m4, m4/isc-posix.m4, m4/jm-glibc-io.m4, m4/jm-macros.m4, m4/jm-mktime.m4, m4/lcmessage.m4, m4/libintl.m4, m4/link-follow.m4, m4/ls-mntd-fs.m4, m4/lstat-slash.m4, m4/lstat.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/memcmp.m4, m4/prereq.m4, m4/progtest.m4, m4/readdir.m4, m4/realloc.m4, m4/regex.m4, m4/st_dm_mode.m4, m4/st_mtim.m4, m4/stat.m4, m4/strerror_r.m4, m4/strftime.m4, m4/timespec.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/xstrtoumax.m4, po/POTFILES.in, po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po, xargs/.cvsignore, xargs/Makefile.am, xargs/Makefile.in, xargs/testsuite/.cvsignore, xargs/testsuite/Makefile.in, xargs/testsuite/config/unix.exp, xargs/xargs.c, .cvsignore, Makefile.am, Makefile.in, NEWS, README-CVS, aclocal.m4, config.h.in, configure:
872         Merged changes made for version 4.1.20 onto the trunk
874         * README-CVS, find/defs.h, find/find.c, find/pred.c, lib/listfile.c:
875         Update code to reflect gnulib's changes to the arguments of human_readable().   Drop support for "FIND_BLOCK_SIZE" environment variable
877 2003-05-26  James Youngman  <jay@gnu.org>
879         * lib/wait.h: re-added wiat.h.
881         * configure.in, lib/Makefile.am:
882         Corrections to allow compilation on MacOS X
884         * po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po, xargs/.cvsignore, xargs/Makefile.am, xargs/testsuite/.cvsignore, xargs/xargs.c, .cvsignore, doc/.cvsignore, find/.cvsignore, find/Makefile.am, find/defs.h, find/testsuite/.cvsignore, intl/bindtextdom.c, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/intl-compat.c, intl/l10nflist.c, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/ngettext.c, intl/plural.y, intl/textdomain.c, lib/.cvsignore, lib/listfile.c, lib/nextelem.c, locate/.cvsignore, locate/Makefile.am, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, locate/testsuite/.cvsignore, po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po:
885         Changes to allow compilation on non-GNU systems (i.e. for the macros that gnulib decides to #define to be effective)
887 2003-05-24  James Youngman  <jay@gnu.org>
889         * import-gnulib.sh, po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po:
890         also need stpcpy (e.g. for Solaris)
892         * intl/dcigettext.c:
893         plural_lookup: don't use a variable called "index", because we may
894         have done "#define strchr index", in which case using a variable
895         called index will prevent us calling strchr(p, ch) in the same scope.
897         * find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/testsuite/config/unix.exp, find/tree.c, find/util.c, import-gnulib.sh, lib/Makefile.am, lib/listfile.c, lib/modetype.h, lib/nextelem.c, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, locate/locatedb.h, locate/testsuite/config/unix.exp, locate/updatedb.sh, xargs/testsuite/config/unix.exp, xargs/xargs.c:
898         Updated copyright years and the address of the FSF
900         * aclocal.m4, config.h.in, configure:
901         Removed files that are generated from other files (e.g. configure)
903         * NEWS: Updated NEWS file for 4.1.20.
905         * configure.in, lib/Makefile.am, po/POTFILES.in, po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po:
906         Updates to the i18n files to ensure that 'make dist' succeeds
908         * lib/posix/.cvsignore, lib/posix/Makefile.am,
909         lib/posix/Makefile.in, lib/posix/regex.h, lib/strftime.c,
910         lib/strncasecmp.c, lib/strspn.c, lib/strstr.c, lib/strtol.c,
911         lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c, lib/wait.h,
912         lib/waitpid.c, lib/xalloc.h, lib/xgetcwd.c, lib/xmalloc.c,
913         lib/xstat.in, lib/xstrdup.c, lib/xstrtol.c, lib/xstrtol.h,
914         lib/xstrtoul.c, lib/xstrtoul.h, lib/xstrtoumax.c, lib/yesno.c,
915         locate/Makefile.am, locate/Makefile.in, locate/locate.c,
916         locate/testsuite/Makefile.in, m4/.cvsignore, m4/ChangeLog,
917         m4/Makefile.am, m4/Makefile.am.in, m4/Makefile.in, m4/README,
918         m4/afs.m4, m4/assert.m4, m4/c-bs-a.m4, m4/check-decl.m4,
919         m4/codeset.m4, m4/d-ino.m4, m4/d-type.m4, m4/error.m4,
920         m4/fnmatch.m4, m4/fnmatchcase.m4, m4/fstypename.m4, m4/getline.m4,
921         m4/gettext.m4, m4/glibc.m4, m4/glibc21.m4, m4/iconv.m4,
922         m4/inttypes_h.m4, m4/isc-posix.m4, m4/jm-glibc-io.m4,
923         m4/jm-macros.m4, m4/jm-mktime.m4, m4/lcmessage.m4, m4/libintl.m4,
924         m4/link-follow.m4, m4/ls-mntd-fs.m4, m4/lstat-slash.m4,
925         m4/lstat.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/memcmp.m4,
926         m4/prereq.m4, m4/progtest.m4, m4/readdir.m4, m4/realloc.m4,
927         m4/regex.m4, m4/st_dm_mode.m4, m4/st_mtim.m4, m4/stat.m4,
928         m4/strerror_r.m4, m4/strftime.m4, m4/timespec.m4, m4/uintmax_t.m4,
929         m4/ulonglong.m4, m4/xstrtoumax.m4, xargs/Makefile.am,
930         xargs/Makefile.in, xargs/testsuite/Makefile.in,
931         find/testsuite/Makefile.in, lib/.cvsignore, lib/Makefile.am,
932         lib/Makefile.in, lib/alloca.c, lib/ansi2knr.1, lib/ansi2knr.c,
933         lib/argmatch.c, lib/argmatch.h, lib/basename.c, lib/basename.h,
934         lib/dirname.c, lib/dirname.h, lib/error.c, lib/error.h,
935         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/fnmatch.c,
936         lib/fnmatch.h, lib/getline.c, lib/getline.h, lib/getopt.c,
937         lib/getopt.h, lib/getopt1.c, lib/human.c, lib/human.h,
938         lib/idcache.c, lib/malloc.c, lib/memcmp.c, lib/memcpy.c,
939         lib/memset.c, lib/mktime.c, lib/modechange.c, lib/modechange.h,
940         lib/pathmax.h, lib/quotearg.c, lib/quotearg.h, lib/realloc.c,
941         lib/regex.c, lib/regex.h, lib/rpmatch.c, lib/savedir.c,
942         lib/savedir.h, lib/stpcpy.c, lib/strcasecmp.c, lib/strdup.c,
943         find/Makefile.am, find/Makefile.in, find/find.c, find/pred.c:
944         Updated to work with current version of gnulib
946         * import-gnulib.sh: New file.
948         * config.h.in, configure, configure.in, doc/Makefile.in, import-gnulib.sh:
949         Updated to work with current version of gnulib
951         * README-CVS: New file.
953         * Makefile.am, Makefile.in, README-CVS, aclocal.m4:
954         Updated to work with current version of gnulib
956 2001-06-09  Kevin Dalley  <kevin@seti.org>
958         * intl/plural.c:
959         Changes the location of bison.simple after running bison on local
960         machine
962         * ChangeLog: *** empty log message ***
964         * Makefile.in, aclocal.m4, config.h.in, configure,
965         doc/Makefile.in, find/Makefile.in, find/testsuite/Makefile.in,
966         lib/Makefile.in, lib/posix/Makefile.in, locate/Makefile.in,
967         locate/testsuite/Makefile.in, m4/Makefile.in, xargs/Makefile.in,
968         xargs/testsuite/Makefile.in: Updates mostly from gettext-0.10.38
970         * ABOUT-NLS: * ABOUT-NLS: updated from gettext-0.10.38.
972         * configure.in: * configure.in: add tr to ALL_LINGUAS.
974         * intl/config.charset, intl/dcigettext.c, intl/dcngettext.c,
975         intl/dngettext.c, intl/libgnuintl.h, intl/localcharset.c,
976         intl/locale.alias, intl/ngettext.c, intl/plural.y,
977         intl/ref-add.sin, intl/ref-del.sin: updated from gettext-0.10.38
979         * intl/cat-compat.c, intl/linux-msg.sed, intl/po2tbl.sed.in,
980         intl/xopen-msg.sed, m4/ChangeLog: *** empty log message ***
982         * m4/jm-macros.m4:
983         * jm-macros.m4 (jm_MACROS): remove jm_ICONV, which is replaced by
984         AM_ICONV, which is imported from gettext-0.10.38.  removed
985         jm_GLIBC21, which is required in AM_GNU_GETTEXT, which is
986         imported from gettext-0.10.38.
988         * po/stamp-cat-id:      * stamp-cat-id: Remove file.
990         * po/Makefile.in.in:    * Makefile.in.in: Upgrade to gettext-0.10.38.
992         * po/ChangeLog:         * cat-id-tbl.c: Remove file.
994         * po/de.po, po/es.po, po/et.po, po/fr.po:
995         * fr.po, et.po, es.po, de.po: updated translations to
996         findutils-4.1.7.
998         * po/tr.po: * tr.po:  New Turkish translation.
1000         * m4/ChangeLog: *** empty log message ***
1002         * intl/dgettext.c, intl/explodename.c, intl/finddomain.c,
1003         intl/gettext.c, intl/gettext.h, intl/gettextP.h,
1004         intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
1005         intl/libgettext.h, intl/loadinfo.h, intl/loadmsgcat.c,
1006         intl/localealias.c, intl/plural.c, intl/textdomain.c,
1007         intl/ChangeLog, intl/Makefile.in, intl/VERSION,
1008         intl/bindtextdom.c, intl/dcgettext.c: Updated from gettext-0.10.38
1010         * m4/Makefile.am:
1011         reflects addition of codeset.m4 from gettext-0.10.38, automatically
1012         generated.
1014         * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4,
1015                 m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4: *
1016                 progtest.m4, lcmessage.m4, isc-posix.m4, iconv.m4,
1017                 glibc21.m4, gettext.m4, codeset.m4: updated from
1018                 gettext-0.10.38.
1020         * ChangeLog: *** empty log message ***
1022         * THANKS: added "Gerrit P. Haase" <gerrit.haase@t-online.de>
1024         * m4/ChangeLog, locate/testsuite/.cvsignore,
1025         xargs/testsuite/.cvsignore, config.h.in, configure, aclocal.m4,
1026         doc/.cvsignore: *** empty log message ***
1028         * m4/jm-macros.m4:      * jm-macros.m4 (jm_MACROS): add jm_FSTYPENAME
1030         * doc/Makefile.in: *** empty log message ***
1032         * doc/Makefile.am:
1033         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
1034         created by dvips.  This should be taken care of by automake, but
1035         the code is commented out.
1037 2001-06-09  Kevin Dalley  <kevin@seti.org>
1039         * ABOUT-NLS: updated from gettext-0.10.38.
1041         * configure.in: add tr to ALL_LINGUAS.
1043         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
1044         created by dvips.  This should be taken care of by automake, but
1045         the code is commented out.
1047 2001-06-05  Kevin Dalley  <kevin@seti.org>
1049         * locate/updatedb.sh: replace "whoami" with "id -u" when testing
1050         for root.
1052 2001-06-04  Kevin Dalley  <kevin@seti.org>
1054         * locate/testsuite/Makefile.am (DIST_SUBDIRS): remove second
1055         instance of DIST_SUBDIRS.
1057         * locate/Makefile.am (install-data-hook): changed install target
1058         to install-data-hook, which still installs other files.
1060         * doc/Makefile.am (MOSTLYCLEANFILES): added find.cps, which should
1061         probably be handled by automake.
1063         * doc/mdate-sh: removed file in doc directory.  It now exists only
1064         in top_srcdir, but this changed required a patch to automake.
1066 2001-05-20  Kevin Dalley  <kevin@seti.org>
1068         * Version 4.1.7
1069         
1070         * lib/Makefile.am (EXTRA_DIST): add strcasecmp.c
1072         * find/testsuite/Makefile.am (EXTRA_DIST): new tests:
1073         find.gnu/name-opt.exp find.gnu/perm.exp find.gnu/perm.xo
1074         find.gnu/prune-default-print.exp find.gnu/prune-default-print.xo
1076         * configure.in: update to 4.1.7
1078         * config.sub, config.guess: upgraded to recent versions of
1079         config.sub and config.guess.
1081         * locate/updatedb.sh: Add space to "#! /bin/sh"
1083         * configure.in: Add id to ALL_LINGUAS
1085         * lib/Makefile.am (EXTRA_DIST):  getline.[ch] added
1086         (libfind_a_SOURCES): getline.[ch] removed since getline.c is not
1087         always needed.
1089 2001-05-20  Lionel CONS <lionel.cons@cern.ch>
1091         * find/find.c: Fixed security holes.  1.  There is a race
1092         condition between the lstat() to detect a symbolic link and the
1093         actual chdir().  2.  An attacker can move directories while find
1094         is _inside_ so that chdir(..) goes out of the intended file tree.
1096         * lib/modetype.h: support for Solaris door files is added.
1098         * lib/filemode.c: S_ISDOOR is undef'ed if STAT_MACROS_BROKEN
1100         * find/pred.c (pred_type): -D option (for Solaris door files) is
1101         added.
1103         * find/parser.c (insert_type):  -D option (for Solaris door files)
1104         is added. 
1106         * find/find.1: -D option (for Solaris door files) is documented
1108         * doc/find.texi (Type): -D option (for Solaris door files) is
1109         documented
1111 2001-05-02  Kevin Dalley  <kevin@seti.org>
1113         * configure.in: Change AC_CHECK_MEMBERS to conform to new
1114         autoconf.  Add Danish.
1116 2001-01-20  Kevin Dalley  <kevin@seti.org>
1118         * doc/find.texi (Adding Tests): Place space in "#! /bin/sh".
1120         * find/testsuite/find.gnu/prune-default-print.xo,
1121         find/testsuite/find.gnu/prune-default-print.exp: test for "find
1122         . -prune" which passes after changes.  Also see name-opt.exp.
1124         * find/util.c (get_new_pred):
1125         * find/tree.c (set_new_parent):
1126         * find/parser.c (various parse functions):
1127         * find/find.c (main): 
1128         (default_prints): new function 
1129         * find/defs.h (struct predicate): added no_default_print
1130         side_effects are no separated from no_default_print.  predicates
1131         which cause side effects should not be reordered (optimized).
1132         predicates which cause printing should have printing turned off.
1133         Printing statements also cause side effects.
1135 2000-10-29  Bruno Haible <haible@ilog.fr>
1137         * locate/code.c (main), doc/find.texi: improve handling of
1138         non-ASCII characters used old format.
1140 2000-10-21  Paul Eggert  <eggert@twinsun.com>
1142         If open + fchdir fails, fall back on xgetcwd + chdir.
1143         The old code tested for this at compile-time,
1144         but SunOS 4.1.4 fchdir can fail at run-time.
1146         * find/defs.h (fchdir): Define to -1 if not available.
1147         * find/defs.h (starting_dir, starting_desc):
1148         Always declare.  starting_dir now points to const.
1149         * find/find.c (starting_dir, starting_desc): Likewise.
1150         * find/find.c (starting_dir):
1151         Now "." if starting_desc is nonnegative, for benefit of diagnostics.
1152         (main, process_top_path, process_dir):
1153         If open + fchdir fails, fall back on xgetcwd + chdir.
1154         * find/pred.c (launch): Likewise.
1156 2000-10-20  Kevin Dalley  <kevin@seti.org>
1158         * xargs/xargs.c, locate/updatedb.sh, locate/locate.c (usage),
1159         find/parser.c (parse_help): add bug reporting address to help
1161 2000-10-13  Kevin Dalley  <kevin@seti.org>
1163         * depcomp, lib/depcomp: depcomp moved from lib to .
1165 2000-10-11  Kevin Dalley  <kevind@rahul.net>
1167         * Version 4.1.6
1168         
1169         * locate/testsuite/config/unix.exp: set PRUNEFS to "" for the
1170         testsuite. 
1172 2000-10-10  Bruno Haible <haible@ilog.fr>
1174         * lib/Makefile.am (libfind_a_SOURCES): added yesno.c
1176         * lib/yesno.c, lib/rpmatch.c: new files.
1178         * find/pred.c: use function yesno().
1180 2000-10-10  Kevin Dalley  <kevind@rahul.net>
1181         
1182         * locate/testsuite/Makefile.am: Added missing \ at end of
1183         EXTRA_DIST lines.
1185         * locate/testsuite/locate.gnu/ignore_case3.xo,
1186         locate/testsuite/locate.gnu/ignore_case3.exp,
1187         locate/testsuite/locate.gnu/ignore_case2.exp,
1188         locate/testsuite/locate.gnu/ignore_case1.xo,
1189         locate/testsuite/locate.gnu/ignore_case1.exp: place locatedb
1190         inside tmp directory, add subdir directory under tmp.
1192         * locate/testsuite/config/unix.exp: clean up tmp after test is
1193         finished. 
1195 2000-10-10  Kevin Dalley  <kevind@rahul.net>
1197         * locate/testsuite/config/unix.exp (Repository): 
1199 2000-10-09  Kevin Dalley  <kevind@rahul.net>
1201         * lib/fnmatch.c, lib/fnmatch.h: reverted to older version of
1202         fnmatch which works with Solaris.
1204         * locate/testsuite/config/unix.exp: dejagnu unix.exp
1206         * xargs/testsuite/config/unix.exp: remove temporary file
1208         * xargs/xargs.c: spelling correction
1210         * m4/prereq.m4: updated and changed some macros
1212         * m4/jm-macros.m4: replaced jm_FUNC_FNMATCH with
1213         kd_FUNC_FNMATCH_CASE_REPL 
1215         * m4/timespec.m4, m4/strerror_r.m4, m4/mbstate_t.m4,
1216         m4/largefile.m4, m4/gettext.m4, m4/fnmatchcase.m4, m4/d-type.m4,
1217         m4/d-ino.m4, m4/c-bs-a.m4: new m4 macros.
1219         * m4/Makefile.am: add fnmatchcase.m4 and mbstate_t.m4
1221         * locate/testsuite/locate.gnu/ignore_case3.xo,
1222         locate/testsuite/locate.gnu/ignore_case3.exp,
1223         locate/testsuite/locate.gnu/ignore_case2.xo,
1224         locate/testsuite/locate.gnu/ignore_case2.exp,
1225         locate/testsuite/locate.gnu/ignore_case1.xo,
1226         locate/testsuite/locate.gnu/ignore_case1.exp,
1227         locate/testsuite/config/unix.exp: tests related to "--ignore-case"
1228         option.
1230         * locate/testsuite/locate.gnu: testsuite directory
1232         * locate/testsuite/Makefile.am (Repository): 
1234         * locate/testsuite: add directory for locate testsuite
1236         * po/findutils.pot: updated file
1238         * po/sv.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po,
1239         po/it.po, po/gl.po, po/fr.po, po/et.po, po/es.po, po/de.po:
1240         updated various po files.
1242         * locate/updatedb.sh: export TMPDIR, which is used by child
1243         processes.
1245         * locate/locate.1, locate/locate.c:  add "--ignore-case" option.
1247         * locate/Makefile.am: add testsuite subdirectory
1249         * find/testsuite/find.gnu/perm.xo,
1250         find/testsuite/find.gnu/perm.exp,
1251         find/testsuite/find.gnu/name-opt.xo,
1252         find/testsuite/find.gnu/name-opt.exp: added test suites
1254         * configure.in: add locate/testsuite/Makefile
1256         * doc/find.info*: removed from repository
1258         * doc/find.texi: add documentation for "-i" option.
1260         * aclocal.m4: removed from repository, as it is generated.
1262         * find/pred.c: fixes problem with "find -perm -0100".
1264         * lib/lstat.c, lib/stat.c: removed from repository.  These files
1265         are generated from lib/xstat.in.
1267 2000-08-24  Kevin Dalley  <kevind@rahul.net>
1269         * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s}.
1271 2000-05-13  Kevin Dalley  <kevind@rahul.net>
1273         * find/tree.c (opt_expr): move iname and ipath to the front of the
1274         list of arguments.
1276         * doc/find.texi (Directories): changed wording for "-prune".
1278         * find/parser.c (parse_prune): set side_effects to true, to
1279         prevent prune from being moved in opt_expr.
1281 2000-04-12  Kevin Dalley  <kevind@rahul.net>
1283         * doc/find.texi, doc/permi.texi: fix spellings, add LocalWords.
1285         * lib/Makefile.am: put getline.c back into libfind_a_SOURCES,
1286         since getstr is needed.
1288         * Version 4.1.5
1289         
1290         * po/POTFILES.in: updated list of files, updated po files.
1293 2000-04-02  Paul Eggert  <eggert@twinsun.com>
1295         Add support for large files, and port to Solaris 8 and earlier
1296         versions.
1298         * lib/human.c (getenv): Depend on NEED_GETENV_DECL, not
1299         HAVE_DECL_GETENV.
1301         * lib/strftime.c (my_strftime): Make sure we call the system
1302         strftime, not ourselves, when invoking the underlying strftime.
1303         
1304         * m4/check-decl.m4 (jm_CHECK_DECLS): Remove memchr, nanosleep.
1306         * m4/jm-macros.m4 (jm_MACROS): Don't check for utime.h.  Do not
1307         require jm_BISON, jm_CHECK_TYPE_STRUCT_UTIMBUF, jm_FUNC_LCHOWN,
1308         jm_FUNC_CHOWN, jm_FUNC_NANOSLEEP, jm_FUNC_GROUP_MEMBER,
1309         jm_FUNC_PUTENV, jm_FUNC_GETGROUPS, AM_FUNC_GETLOADAVG,
1310         jm_SYS_PROC_UPTIME, jm_FUNC_FTRUNCATE, jm_FUNC_UTIME.  Do not
1311         replace strcasecmp, dup2, gethostname, getusershell, stime,
1312         strcspn, strpbrk, euidaccess, mkdir, rmdir, rpmatch, strndup,
1313         strverscmp, memchr, memmove.  Do not check for declaration of
1314         lchown.  Remove invocations of AM_FUNC_OBSTACK, AM_FUNC_STRTOD,
1315         POW_LIBM, jm_LANGINFO_CODESET, jm_ICONV.  Remove df tests.
1316         (jm_CHECK_ALL_TYPES): Include <sys/stat.h> when checking for
1317         struct stat.st_blksize.
1319         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set environment variable
1320         in shell rather than using putenv, which isn't portable.
1321         
1322         * COPYING, lib/alloca.c, lib/dirname.c, lib/error.c,
1323         lib/savedir.c, lib/strstr.c, m4/check-decl.m4, m4/d-ino.m4,
1324         m4/d-type.m4, m4/getline.m4, m4/jm-glibc-io.m4, m4/jm-macros.m4,
1325         m4/jm-mktime.m4, m4/ls-mntd-fs.m4, m4/memcmp.m4, m4/prereq.m4,
1326         m4/readdir.m4, m4/regex.m4, m4/strftime.m4, m4/uintmax_t.m4: Sync
1327         to latest version from sh-utils-2.0g.
1329         * config.guess, config.sub, lib/argmatch.c, lib/argmatch.h,
1330         lib/human.c, lib/human.h, lib/memcpy.c, lib/quotearg.c,
1331         lib/quotearg.h, lib/strtoull.c, lib/strtoumax.c,
1332         lib/xstrtoumax.c, m4/c-bs-a.m4, m4/gettext.m4,
1333         m4/largefile.m4, m4/lcmessage.m4, m4/link-follow.m4,
1334         m4/progtest.m4, m4/strerror_r.m4, m4/timespec.m4,
1335         m4/xstrtoumax.m4: New files, taken from sh-utils-2.0g.
1337         * lib/ansi2knr.1, lib/ansi2knr.c, lib/basename.c, lib/getopt.h,
1338         lib/fnmatch.c, lib/fnmatch.h, lib/modechange.c: Sync to latest
1339         unreleased version of GNU tar (between 1.13.17 and 1.13.18).
1341         * lib/basename.h, lib/waitpid.c: New files, taken from same
1342         version of GNU tar.
1343         
1344         * lib/regex.c, lib/regex.h: Sync to GNU grep 2.4.2.
1346         * lib/posix/Makefile.am, lib/posix/regex.h: New files, taken from
1347         GNU grep 2.4.2.
1349         * lib/strftime.c: Sync to textutils 2.0e.
1350         
1351         * acconfig.h, depcomp, lib/strcasecmp.c, m4/check-type.m4,
1352         m4/const.m4, m4/decl.m4, m4/lfs.m4, m4/mktime.m4, m4/perl.m4,
1353         m4/putenv.m4, m4/uptime.m4, m4/utimbuf.m4, m4/utime.m4,
1354         m4/utimes.m4: Remove these files; no longer needed.
1356         * configure.in (AC_CANONICAL_HOST, AC_SYS_LARGEFILE,
1357         jm_AC_TYPE_UINTMAX_T): Add.
1358         (CACHE_IDS, FSTYPE_STATVFS, FSTYPE_USG_STATFS, FSTYPE_AIX_STATFS,
1359         FSTYPE_MNTENT, FSTYPE_STATFS, FSTYPE_GETMNT): Add comment, so that
1360         we don't need acconfig.h.
1361         (AC_CHECK_TYPE): Add ssize_t.
1362         (AC_REPLACE_FUNCS): Add waitpid.
1363         (AC_CHECK_FUNCS): Remove basename.
1364         (AC_FUNC_MKTIME): Remove.
1365         (LIBOBJS): Add no-ops to work around automake 1.4 bug.
1366         (AC_OUTPUT): Add lib/posix/Makefile.
1368         * find/defs.h: Include <config.h>, <sys/types.h>, <sys/stat.h>,
1369         <stdio.h>, <limits.h>, <inttypes.h>.  All includers changed to not
1370         include these files, and to include "defs.h" first (since config.h
1371         must be included first).
1372         (CHAR_BIT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
1373         S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, MOD_WXUSR,
1374         MODE_R, MODE_RW, MODE_RWX, MODE_ALL): New macros.
1375         (enum permissions_type): New enum.
1376         (struct long_val.negative): New member.
1377         (struct long_val.l_val): Now uintmax_t, not unsigned long.
1378         (struct size_val.size): Likewise.
1379         (struct perm_val): New type.
1380         (struct predicate.perm): Now struct perm_val, not unsigned long.
1381         (struct predicate.type): Now mode_t, not unsigned long.
1382         (list_file): New parameters current_time, output_block_size.
1383         All callers changed.
1384         (savedir, basename): Remove decls.
1385         (output_block_size, start_time): New extern vars.
1387         * find/find.c: Include <human.h>, <savedir.h>.
1388         (output_block_size, start_time): New vars.
1389         (main): Initialize them.  No need to check for negative st_size,
1390         since savedir now does it for us.
1392         * find/fstype.c: Include "dirname.h".
1393         (xatoi): Remove.
1394         (filesystem_type_uncached): Use xstrtoumax instead of xatoi.
1395         
1396         * find/parser.c: Include "xstrtol.h".
1397         (get_num_days, get_num, parse_amin, parse_cmin, parse_mmin,
1398         parse_size, parse_used, insert_time, insert_num): Compute using
1399         uintmax_t, not unsigned long.
1400         (parse_amin, parse_cmin, parse_mmin, parse_used, insert_time):
1401         Keep track of whether time was negative before converting it to an
1402         unsigned type.
1403         (parse_daystart): Don't assume that localtime succeeds; e.g. it
1404         can fail with 64-bit time_t and 32-bit tm_year.
1405         (parse_perm, insert_type): Compute using mode_t, not unsigned
1406         long.
1407         (insert_type): Use symbolic constants like MODE_ALL instead of
1408         traditional ones like 07777.  Set new kind member to indicate
1409         permissions type, instead of using unportable magic numbers.
1410         (make_segment): We will use human_readable to convert most numeric
1411         values, so simplify the cases.
1412         (get_num_days): Write in terms of get_num, to avoid duplicated
1413         code.
1414         (insert_time, insert_num): When debugging, convert large values to
1415         uintmax_t and output with %ju.
1416         (get_num): Use xstrtoumax to do the real work.
1418         * find/pred.c: Include "basename.h", "human.h".
1419         (DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKSIZE): New macros, taken from
1420         fileutils.
1421         (ST_NBLOCKS): Replace with fileutils defn.
1422         (MAX): New macro.
1423         (ctime_format): New function.
1424         (pred_fprintf, format_date): Use human_readable to output large
1425         numbers portably.
1426         (pred_fprintf): Use ctime_format to output ctime-style dates.  Use
1427         base_name to compute the base name of a path.  With %m, output the
1428         mode portably using traditional numbers, even if the host uses
1429         some other numbering scheme.
1430         (pred_iname, pred_name): basename -> base_name.
1431         (pred_perm): Use new kind member to deduce permissions type,
1432         instead of relying on magic numbers.
1433         (pred_size): Compute using uintmax_t, not unsigned long.  Avoid
1434         overflow if file size is near the maximum.
1435         (pred_type): Compute using mode_t, not unsigned long.
1436         (launch): Use waitpid, not wait.  Check for EINTR.
1437         (format_date): Don't assume that localtime succeeds.
1439         * find/util.c (basename): Remove; we now use base_name.
1441         * lib/Makefile.am (SUBDIRS): New macro.
1442         (libfind_a_SOURCES): Add argmatch.h, argmatch.c, basename.h,
1443         basename.c, human.c, human.h, quotearg.c, quotearg.h, xstrtoumax.c.
1444         Remove error.h, error.c, getline.c.
1445         (EXTRA_DIST): Add mktime.c, regex.c.
1447         * lib/listfile.c: Include "human.h".
1448         (alloca): Declare, or include appropriate files to declare.
1449         (DEV_BSIZE, ST_NBLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE): New macros.
1450         (convert_blocks): Remove.
1451         (list_file): New current_time and output_block_size args.
1452         Revamp quite a bit, to handle large numbers correctly
1453         and to match GNU ls behavior more closely.
1455         * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4, gettext.m4,
1456         largefile.m4, lcmessage.m4, link-follow.m4, progtest.m4,
1457         strerror_r.m4, xstrtoumax.m4.  Remove check-type.m4, const.m4,
1458         decl.m4, lfs.m4, mktime.m4, perl.m4, putenv.m4, timespec.m4,
1459         uptime.m4, utimbuf.m4, utime.m4, utimes.m4.
1461         * xargs/xargs.c (wait_for_proc): Retry wait if it fails with
1462         errno == EINTR.
1464 2000-04-05  Kevin Dalley  <kevind@rahul.net>
1466         * xargs/Makefile.am:  add ansi2knr
1468         * xargs/xargs.c: add macros PARAMS rather than P_.  Add
1469         prototypes.
1471         * po/POTFILES: new file listing all POFILES.
1473         * m4/gl.po, m4/et.po: new files
1475         * m4/Makefile.am.in:  updated file
1477         * m4: update directory
1479         * locate/Makefile.am: create updatedb from updatedb.sh
1481         * locate/updatedb.sh, locate/updatedb.in: removed file.  Replaced
1482         by updatedb.sh
1484         * locate/frcode.c, locate/code.c, locate/bigram.c: add macros
1485         PARAMS rather than P_.  Add prototypes.
1487         * lib/xstat.in: new file
1489         * lib/Makefile.am: update to latest versions of library files.
1491         * find/testsuite/Makefile.am: add CLEANFILES
1493         * find/util.c: remove definition of basename
1494         
1495         * find/util.c, find/tree.c, find/pred.c, find/parser.c,
1496         find/fstype.c, find/find.c, find/defs.h: add macros PARAMS rather
1497         than P_, for consistency, change to prototypes
1499         * find/Makefile.am: Add prototypes and ansi2knr
1501         * configure.in: add Galition and Estonian languages.
1502         Miscellaneous other fixes.
1503         
1505 2000-03-11  Kevin Dalley  <kevind@rahul.net>
1507         * lib/basename.c: Add file from libit.
1508         * lib/Makefile.am (libfind_a_SOURCES): add basename.c since it is
1509         no longer replaceable.
1511         * find/util.c: Remove definition of basename, which is now in
1512         lib/basename.c (as base_name).
1513         * find/pred.c: Use base_name, not basename.
1514         * find/defs.h: Likewise.
1516         * configure.in : Don't replace basename.  Now we use only
1517         base_name.
1519 2000-02-26  Kevin Dalley  <kevind@rahul.net>
1521         * Version 4.1.4
1522         
1523         * lib/strtoul.c: added to distribution
1524         
1525         * configure.in: added strtoul to AC_REPLACE_FUNCS
1527         * configure.in: added jm_CHECK_ALL_TYPE
1529 2000-02-23  Kevin Dalley  <kevind@rahul.net>
1531         * po/ChangeLog: removed, merged with top-level ChangeLog.
1532         
1533         * po/de.po: new version of German file.
1534         
1535         * po/gl.po, po/et.po: new languages, Estonian and Galician.
1537         * locate/updatedb.sh (PRUNEFS): enclose paths in quotes
1539 2000-02-17  Kevin Dalley  <kevind@rahul.net>
1541         * po/it.po: new version of Italian file.
1542         
1543         * locate/updatedb.sh (prunefs_exp): have sed statement use '*'
1544         rather than the often unsupported '+'.
1546 2000-02-13  Kevin Dalley  <kevind@rahul.net>
1548         * configure.in: removed AC_ARG_PROGRAM, which is already in
1549         AM_INIT_AUTOMAKE. 
1551         * locate/Makefile.am (updatedb), locate/updatedb.sh: add
1552         transforms of find, frcode, bigram, and code back into
1553         updatedb.sh, which were accidentally removed.
1555 2000-02-12  Kevin Dalley  <kevind@rahul.net>
1557         * lib/wait.h: updated address.
1559 2000-01-26  Kevin Dalley  <kevind@rahul.net>
1561         * Version 4.1.3
1563         * acconfig.h: added internationalization.
1565         * intl/*: copied from tar-1.13.17.
1567         * locate/Makefile.am, locate/locate.c, locate/code.c:
1568         internationalized file.
1570         * locate/frcode.c, locate/bigram.c: include headers from ../lib
1571         directory.
1573         * xargs/Makefile.am, xargs/xargs.c: internationalized directory.
1575 2000-01-26  Kevin Dalley  <kevind@rahul.net>
1577         * POTFILES.in: added list of files with translatable strings.
1579         * de.po, es.po, fr.po, it.po, ko.po, nl.po, pl.po, pt_BR.po,
1580         ru.po, sv.po: New, slightly out of date, files imported from the
1581         Translation Project: http://www.iro.umontreal.ca/contrib/po/HTML/,
1582         German, Spanish, French, Italian, Korean, Dutch, Polish, Brazilian
1583         Portuguese.
1586 2000-01-24  Kevin Dalley  <kevind@rahul.net>
1588         * lib/xmalloc.c, lib/regex.c, lib/getopt.c: internationalization
1589         works with current version of gettext.
1591         * lib/getline.h : added declaration of getstr.
1592         * lib/Makefile.am (libfind_a_SOURCES): added getline.[ch] to
1593         standard compilation. Added internationalization.
1594         * find/Makefile.am (INCLUDES): corrected -I options for building
1595         in other directories.
1596         (LDADD): changes for internationalization.
1598         * configure.in (ALL_LINGUAS): added internationalization. 
1599         getline.c is always compiled and linked, because of getstr.
1600         AM_GNU_GETTEXT
1602         * Makefile.am: 
1603         (DISTCLEANFILES): added intl/libintl.h
1604         (AUTOMAKE_OPTIONS): added gnits to AUTOMAKE_OPTIONS
1605         (SUBDIRS): added intl and po
1607         * acconfig.h: added internationalization values
1609         * THANKS: added thanks file for gnits compatibility.
1611 2000-01-22  Kevin Dalley  <kevind@rahul.net>
1613         * added intl directory.
1615         * Added internationalization, only with slightly out of date po
1616         files for many locales.
1618 2000-01-18  Kevin Dalley  <kevind@rahul.net>
1620         * Version 4.1.2
1621         
1622         * locate/Makefile.am: remove creation of updatedb, since it is now
1623         made by configure
1625         * configure.in: updatedb is now created by configure.
1627         * xargs/Makefile.am: added testsuite to xargs directory
1629         * locate/updatedb.in: updatedb is now created by configure
1631         * locate/frcode.c, locate/code.c, locate/bigram.c: change return
1632         from main to int.  Replace getstr with getline, where possible.
1634         * locate/Makefile.am: place frcode, code, bigram in
1635         libexec_PROGRAMS
1637         * lib/xstrdup.c, lib/xmalloc.c, lib/xgetcwd.c, lib/xalloc.h,
1638         lib/strtol.c, lib/strstr.c, lib/strftime.c, lib/strdup.c,
1639         lib/stpcpy.c, lib/stat.c, lib/savedir.h, lib/savedir.c,
1640         lib/regex.h, lib/regex.c, lib/realloc.c, lib/pathmax.h,
1641         lib/modechange.h, lib/modechange.c, lib/mktime.c, lib/memset.c,
1642         lib/memcmp.c, lib/malloc.c, lib/lstat.c, lib/idcache.c,
1643         lib/getopt1.c, lib/getopt.c, lib/getopt.h, lib/getline.c,
1644         lib/getline.h, lib/fnmatch.c, lib/fnmatch.h, lib/filemode.c,
1645         lib/filemode.h, lib/fileblocks.c, lib/error.c, lib/error.h,
1646         lib/dirname.c, lib/alloca.c: updated to newer version of file from
1647         fileutils.
1649         * find/version.c: version number is now automatically generated by
1650         configure.
1652         * find/fstype.c (filesystem_type_uncached): fixes bug described as
1653         follows:  When 'find' looks for a fstype, it parses the /etc/mtab
1654         until it finds the good line. But, if there is, before the good
1655         line, a line whose mountpoint is unreachable, it fails.
1657         * doc/texinfo.tex: updated to newer version
1659         * doc/find.texi: added version.texi, fixed a few documentation bugs.
1661         * configure.in: new m4 features.
1663         * Makefile.am: moved testsuite to below corresponding directories
1664         find and xargs.
1666         * acconfig.h: updated to match new m4 files.
1668         * m4: added m4 directory, largely borrowed from Jim Meyering's
1669         fileutils.
1671 2000-01-17  Kevin Dalley  <kevind@rahul.net>
1673         * doc/find.texi (Multiple Files): placed missing xargs in examples
1675         * find/testsuite/find.gnu/depth.exp: added find tests to test
1676         "-depth" bug.
1678         * doc/find.texi: include version.texi for automatic determination
1679         of version number, update bug report email address to
1680         bug-findutils@gnu.org.
1681         (Combining Primaries With Operators): add indices for " ,", "()",
1682         "-a", "-o", etc.
1684 2000-01-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1686         * find/tree.c (opt_expr): Never rearrange the arguments of the
1687         comma operator, since it is not commutative.  Remove useless
1688         assignment.2
1689         
1690 2000-01-17  Jonathan R. Ferro <jferro@corwin.ece.cmu.edu>
1691         
1692         * find/find.c (process_path): fix problem with "-depth" which is
1693         tested in depth.exp test.
1695 1999-08-15  Kevin Dalley  <Kevin Dalley <kevin@seti.org>>
1697         * find/fstype.c (filesystem_type_uncached): a stat failure with
1698         EACCESS will ignore this file system keep on looking.  Patch
1699         suggested by Vincent Danjean <vdanjean@ens-lyon.fr>.
1701 1999-08-15  Mark Kettenis  <kettenis@gnu.org>
1703         * xargs/xargs.c (LONG_MAX): Define if necessary.
1704         (main): If ARG_MAX is -1 (that is sysconf
1705         (_SC_ARG_MAX) returns -1) the system does not impose a limit.  In
1706         that case, use LONG_MAX as the limit.
1707         
1708 1999-08-15  Kevin Dalley  <Kevin Dalley <kevind@rahul.net>
1710         * find/version.c: version string is now set by config.h
1712 1999-08-08  Kevin Dalley  <kevin@seti.org>
1714         * Version 4.1.1
1716         * README-alpha: added alpha README file
1718         * find/defs.h: move lstat declarations into defs.h
1720         * xargs/Makefile.am, testsuite/Makefile.am, locate/Makefile.am,
1721         lib/Makefile.am, find/Makefile.am, doc/Makefile.am, configure.in,
1722         Makefile.am: update for automake-1.4
1724 1999-08-02  Kevin Dalley  <kevind@rahul.net>
1726         * AUTHORS: added file listing AUTHORS
1728         * lib/Makefile.am: modified code for EXTRA sources
1729         
1730 1999-01-30  Kevin Dalley  <kevind@rahul.net>
1732         * added const to declaration of basename, which should satisfy
1733         Linux as well as Hurd (fixes bug #31325).
1734         
1735 1998-12-04  Kevin Dalley  <kevind@rahul.net>
1736         
1737         * lib/nextelem.c: removed declaration of strdup and free, which
1738         meets GNU coding standards and allows compilation on more
1739         platforms.
1740         
1741         * find.texi: corrected explanation of -amin option which described
1742         hours instead of minutes
1743         
1744 1998-09-26  Kevin Dalley  <kevind@rahul.net>
1745         
1746         * lib/getline.c: fix getstr so that it correctly handles long file
1747         paths
1748         
1749 1998-09-20  Kevin Dalley  <kevind@rahul.net>
1750         
1751         * removed more function declarations to meet GNU coding standards
1752         
1753 1998-08-30  Kevin Dalley  <kevind@rahul.net>
1754         
1755         * lib/nextelem.c: removed declaration of strdup and free, which
1756         meets GNU coding standards and allow compilation on sparc
1757         
1758         * corrected explanation of -amin option which described hours
1759         instead of minutes
1760         
1761 1998-02-27  Kevin Dalley  <kevind@rahul.net>
1762         
1763         * locate/locate.c: add --existing option to locate, which only
1764         prints the names of files which still exist
1765         
1766 1998-02-08  Kevin Dalley  <kevind@rahul.net>
1767         
1768         * locate/locate.c: corrected get_short so that it correctly
1769         returns negative numbers.
1770         
1771         * remove declarations of various string functions.  Removing the
1772         declarations almost matches the GNU Coding Standards.
1773         
1774 1997-03-03  Kevin Dalley  <kevind@rahul.net>
1775         
1776         * xargs/xargs.c: xargs fixed to prevent occasional core dumping.
1777         
1778 1997-01-11  Kevin Dalley  <kevind@rahul.net>
1779         
1780         * locate/updatedb.sh: add --localuser option to updatedb, which
1781         allows find to be run as nobody, while allowing database file to
1782         be created as root, change suggested by
1783         <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
1784         
1785 1996-12-28  Kevin Dalley  <kevind@rahul.net>
1786         * added PRUNEFS as variable in updatedb and --prunefs as option to
1787         updatedb
1789 1996-05-27  Kevin Dalley  <kevind@rahul.net>
1790         
1791         * updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
1792         is root
1793 1996-04-27  Kevin Dalley  <kevind@rahul.net>
1795         * lib/getline.c (getstr): verify that nchars_avail is *really*
1796         greater than 0; set *n to a large enough number, stops some core
1797         dumping
1799 Thu Nov  3 09:23:33 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
1801         * Version 4.1.
1803         * locate/Makefile.am: Move updatedb from LIBSCRIPTS to SCRIPTS.
1805         * Makefile.am (distname): Change distribution name from find to
1806           findutils.
1808         * testsuite/config/unix.exp: Don't abuse xfail; simulate it correctly.
1810         * locate/Makefile.am (CLEANFILES): Fix typo.
1812 Wed Nov  2 15:11:52 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
1814         * The big 4 0.
1816         * lib/listfile.c find/defs.h (list_file): Take a stream arg.
1817         * find/pred.c (pred_ls): pass it.
1818         * find/parser.c pred.c defs.h (parse_fls, pred_fls): New functions.
1820 Tue Oct 25 16:09:04 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
1822         * find/pred.c (pred_fprintf): Flush output after \c.  From Chapman
1823         Flack.
1825         * find/parser.c (insert_fprintf): Warn about unrecognized \ and %
1826         sequences.
1828 Tue Oct 18 00:03:10 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
1830         * find/defs.h parser.c pred.c tree.c util.c: Globally change
1831         "victim" to "primary".
1833         * find/parser.c (insert_fprintf): For 'c' format, don't lose the
1834         need_stat information.  From Chapman Flack.
1836         * doc/find.texi perm.texi: New files.
1837         * configure.in: Configure the doc directory.
1839         * find/pred.c (pred_regex): Check that the regex matched the whole
1840         file name.
1842 Wed Oct 12 17:13:47 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
1844         * find/find.c (main): Tell what the invalid arg is.
1845         From Kaveh Ghazi.
1847 Fri Oct  7 12:33:24 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1849         * find/parser.c: Add -mount as an alias for -xdev.
1850         From Klaus.Steinberger@physik.uni-muenchen.de (Klaus Steinberger).
1852         * lib/modechange.c: Make umask_value unsigned short.
1854         * xargs/xargs.c: Use symbolic constants in longopts.
1855         From Chapman Flack.
1857 Wed Oct  5 11:23:09 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1859         * xargs/xargs.c (main, read_line, read_string, do_exec): Pass 
1860           along the lengths of the args.
1861           (main): Calculate length of replace_pat.
1862           (push_arg, do_insert): Use those lengths instead of calculating
1863           them. 
1865 Tue Oct  4 10:02:05 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
1867         * locate/updatedb.sh Makefile.in: Add substitutions to get
1868           the transformed program names.
1870         * xargs/xargs.c: Put back the global variables for now.
1871         Rename some variables.  Increase default args_per_exec.
1872         Use boolean where applicable.
1873         (main): Reduce default arg_max by 2048 for POSIX.2.
1874         (read_string): Don't check EOF string.
1875         (read_line, read_string): Take initial args size into account.
1877 Sat Oct  1 17:43:13 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1879         * find/pred.c (launch): Use pid_t.
1881         * xargs/xargs.c (EOF_STR): Define and use.
1882         [__STDC__]: Declare xrealloc and xmalloc using void *.
1883         * find/defs.h: Likewise.
1885         * find/defs.h: Only declare stpcpy if !HAVE_STPCPY.
1887         * xargs/xargs.c: Replace most global variables with structure
1888           pointers passed as arguments.  Use pid_t.
1889         * lib/wait.h: Include sys/wait.h if HAVE_SYS_WAIT_H.
1890         * configure.in: Call AC_TYPE_MODE_T and AC_HEADER_SYS_WAIT.
1892         * xargs/xargs.c: Improve paging performance and memory
1893           fragmentation by building command arguments in a pre-allocated
1894           buffer and re-implementing the child pid list as an expandable
1895           array.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
1897 Thu Sep 29 11:38:07 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
1899         * xargs/xargs.c [__STDC__]: Prototype declarations.
1901 Wed Sep 28 11:25:53 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
1903         * find/fstype.c [AFS, __STDC__]: Fix definition of _VICEIOCTL.
1905 Tue Sep 27 08:14:27 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
1907         * find/fstype.c (fstype_to_string): Add more cases.  Use
1908           INITMOUNTNAMES if defined.
1909         * find/defs.h: Change boolean typedef from char to int.
1910         * configure.in: Check for mktime.
1912 Tue Sep 27 01:20:28 1994  Kaveh R. Ghazi  (ghazi@noc.rutgers.edu)
1914         * configure.in: Add AC_HEADER_STAT.
1915         * lib/listfile.c, lib/modetype.h: Add STAT_MACROS_BROKEN.
1917         * find/pred.c: Move the inclusion of defs.h ahead of the first
1918           test of _POSIX_VERSION.
1920         * lib/xgetcwd.c: Remove _POSIX_VERSION, rely only on HAVE_GETCWD.
1922 Mon Sep 26 16:43:01 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1924         * configure.in: Add AC_CONFIG_HEADER.
1925         * find/*.c locate/*.c xargs/*.c: Include config.h.
1926         * locate/updatedb.sh: Add --version; --old -> --old-format.
1928 Sun Sep 25 23:43:37 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1930         * find/* [__STDC__]: Prototype declarations.
1932         * locate/updatedb.sh: Account for renaming code and frcode.
1934         * find/find.c (process_path): Store dev and ino of directories in
1935           current branch to avoid symlink loops.  From DJ Delorie
1936           <dj@ctron.com>.
1937           (process_dir): If following symlinks, don't cd to ..; instead,
1938           cd to the starting directory and then to the parent directory.
1939           (main) [HAVE_FCHDIR]: Save the dev, ino of the starting directory.
1940           (process_top_path) [HAVE_FCHDIR]: Use it.
1941         * find/pred.c (launch) [HAVE_FCHDIR]: Likewise.
1942         * defs.h [HAVE_FCHDIR]: Declare starting_desc instead of starting_dir.
1943         * configure.in: Check for dev_t, ino_t, fchdir, fcntl.h.
1945 Fri Sep 23 11:55:38 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1947         * lib/listfile.c: Change #ifdef S_IFLNK to #ifdef S_ISLNK.
1948         From Andreas Luik <luik@isa.de>.
1950 Thu Sep 22 11:42:40 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1952         * locate/locate.c (last_literal_end): Dynamically allocate enough
1953           memory for the subpattern.
1955 Wed Sep 21 06:12:56 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1957         * locate/locate.c (locate): Warn if database is >8 days old.
1958         From Ian Lance Taylor.
1960         * xargs/xargs.c (do_exec), find/pred.c (launch): Set SIGCHLD to
1961           default.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
1962         * find/find.c pred.c util.c lib/listfile.c: Remove fflush(stdout)
1963           calls before error.  error does it, and doesn't trash errno.
1964           From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
1966         * find/fstype.c (filesystem_type_uncached): Don't trust mtab dev
1967           number on HPUX.  From Andreas Luik <luik@isa.de>.
1968           (filesystem_type_uncached): Don't cache unknown file system
1969           types.  From casper@fwi.uva.nl (Casper Dik).
1971         * locate/updatedb.sh: Collect results in temp file and rename it
1972           atomically.  From Andreas Luik <luik@isa.de>.
1974         * xargs/xargs.c (parse_num): Print a long using %ld.  From Jim
1975           Meyering.
1977         * find/defs.h find.c parser.c pred.c util.c, lib/nextelem.c:
1978           Emulate strchr and strrchr with index and rindex, not vice versa.
1980         Remove man directory; move man pages to the directories of the
1981         programs they document.
1983         * locate/frcode.c: Renamed from code.c.
1984         * locate/frcode.c (put_short): Renamed from puthalfword.
1985         * locate/locate.c (get_short): Renamed from gethalfword.
1986         (last_literal_end): Renamed from patprep.
1987         (locate): Recognize old-format databases too.
1988         * locate/locatedb.h: Add defines for old-format databases.
1989         * locate/bigram.c locate/code.c: Put back programs to create
1990         old-format databases.
1991         * locate/updatedb.sh: Take --old option to use them.
1993 Tue Sep 20 15:41:11 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1995         * configure.in: Update for Autoconf v2.
1996         * find/pred.c lib/savedir.c: Use new symbols for dir header.
1997         * locate/updatedb.sh: Add --help option.
1999 Sun Feb 13 11:21:58 1994  Jim Meyering  (meyering@comco.com)
2001         * man/Makefile.in [man1ext, man5ext]: Set man5ext (not man1ext) to 5.
2003 Sun Aug  1 22:30:55 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2005         * bigram.c: File removed.
2006         * getline.c, memcmp.c, locatedb.h, updatedb.1, locatedb.5: New files.
2007         * updatedb.sh: Take command line options.
2008         Don't do bigram compression.
2009         * code.c, locate.c: Don't do bigram compression.
2010         Write and read counts in network byte order.
2011         Handle arbitrarily long paths.
2012         Use a magic number at the start of the databases.
2014 Thu Jul 29 20:44:53 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2016         * Makefile.in (config.status): Run config.status --recheck, not
2017         configure, to get the right args passed.
2019 Thu Jul 22 12:53:12 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2021         * listfile.c (list_file): Print inode as a long.
2023 Wed Jul 14 14:14:45 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2025         * fstype.c [STDC_HEADERS]: Include stdlib.h.
2027         * Move unistd.h include from parser.c and pred.c to defs.h.
2029 Wed Jun 30 14:14:47 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2031         * updatedb.sh: Construct PRUNEREGEX from PRUNEPATHS with sed.
2032         Prune /afs.  Change NFSUSER to NETUSER and NFSPATHS to NETPATHS.
2034 Tue Jun 29 12:19:58 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2036         * pred.c (pred_fprintf): Abort in switch if `c' is not A, C, or T.
2038 Mon Jun 28 00:18:52 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2040         * fstype.c (in_afs) [AFS]: New function, derived from code by
2041         Sanjay Ramamurthy <ramams@rpi.edu>.
2042         (filesystem_type_uncached) [AFS]: Call it if the fs type is
2043         otherwise unknown.
2045         * parser.c (parse_size): Recognize b and w suffixes for dd
2046         compatibility. 
2048         * code.c (puthalfword): New function.
2049         (main): Call it.
2050         * locate.c (gethalfword): New function.
2051         (locate): Call it.
2052         From ifado!wb@germany.eu.net (Wilhelm B. Kloke).
2054         * listfile.c: Include pathmax.h.
2055         (get_link_name): Always allocate PATH_MAX + 1 bytes for
2056         readlink buffers.
2057         * pred.c (pred_fprintf, insert_lname): Call get_link_name.
2059         * fstype.c (filesystem_type, filesystem_type_uncached),
2060         listfile.c (list_file): Take an arg for the path to access.
2061         * pred.c (pred_ls, pred_fstype, pred_fprintf): Pass it.
2063         * find.c (process_dir): Renamed from scan_directory.
2065         Changes from jrs@world.std.com (Rick Sladkey) to chdir into
2066         subdirectories instead of using string concatenation, for speed:
2067         * find.c (process_top_path): New function.
2068         (main): Call it, and xgetcwd.
2069         (process_path, scan_directory): Take new arg, the pathname
2070         relative to ".".  Use it and pass it on.
2071         * pred.c (pred_and, pred_comma, pred_negate, pred_or,
2072         pred_xtype, pred_fprintf, pred_empty, insert_lname):
2073         access rel_pathname instead of pathname.
2074         (launch): chdir to starting_dir.
2075         * defs.h: Declare rel_pathname and starting_dir.
2076         * find.c: Define them.
2078         * xgetcwd.c: New file.
2080         * updatedb.sh: Recognize -fstype NFS as well as nfs.
2081         * locate.c (patprep): Skip trailing character classes correctly.
2082         From luik@pharao.stgt.sub.org (Andreas Luik).
2084         * parser.c (parse_group): Make gid a gid_t, not short or int.
2085         (parse_nogroup): Cast gid to unsigned when using it as an array index.
2086         (parse_user, parse_nouser): Similar changes for uid.
2087         * defs.h: Use uid_t and gid_t.
2089         * parser.c (parse_help): New function.
2090         (parse_table):  Add --version, -help, and --help options.
2091         Rename struct parser_table_t to struct parser_table.
2092         (parse_version): Exit after printing message, on
2093         stdout not stderr.
2095         * xargs.c, locate.c (main, usage): Add --version and --help
2096         options.
2098 Wed Mar 31 22:39:57 1993  Jim Meyering  (meyering@comco.com)
2100         * parser.c: Define isascii macro to be 1 also if STDC_HEADERS.
2101         * xargs.c: Ditto.
2103 Wed Mar 31 16:04:07 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2105         * pred.c (pred_fprintf): If curdepth is 0, don't nuke
2106         segment->text; nuke cp.
2108 Mon Mar 29 15:57:20 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2110         * Version 3.8.
2112 Fri Mar 26 16:36:59 1993  David J. MacKenzie  (djm@hal.gnu.ai.mit.edu)
2114         * pred.c (pred_ilname, pred_iname, pred_ipath): New functions.
2115         (pred_table): Add them.
2116         (insert_lname): New function.
2117         (pred_lname): Call it.
2118         * parser.c (parse_ilname, parse_iname, parse_ipath,
2119         parse_iregex): New functions.
2120         (parse_table): Add them.
2121         (insert_regex): New function.
2122         (parse_regex): Call it.
2124         * fstype.c (filesystem_type): Cache previous result.
2125         (filesystem_type_uncached): New function.
2126         pred.c (pred_fstype, pred_fprintf): Adjust callers to not cache.
2128         * parser.c: Don't define const.
2130         * fstype.c [FSTYPE_STATFS] (fstype_to_string): #ifdef
2131         MOUNT_PC for 386bsd.
2133 Thu Mar 25 18:32:24 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2135         * parser.c (parse_regex): If ignore_case, set up a translate
2136         table for the regex.
2138         * defs.h: Include string.h or strings.h.
2139         * find.c fstype.c parser.c pred.c util.c: Don't.
2141         * nextelem.c [index]: Don't redefine.
2143 Wed Mar 24 17:47:10 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2145         * xargs.c (wait_for_proc): Exit with a nonrunnable command's exit
2146         status, not the wait status value.  From
2147         Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>.
2149         * parser.c (make_segment, insert_fprintf), pred.c
2150         (pred_fprintf): Add '%F' to print filesystem type.
2152         * parser.c (parse_fprintf): Check if second arg is missing.
2154 Tue Mar 23 13:18:08 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2156         * pred.c (pred_fprintf): For %P, don't move past an assumed
2157         slash if the ARGV element ends with one, because in that case
2158         we didn't add one.
2160         * parser.c (parse_printf): Check for missing arg.
2161         From smj@cats.com (Steve James).
2163         * parser.c: Add #ifdef around atol decl for Linux.
2165 Fri Dec 11 08:17:07 1992  Jim Meyering  (meyering@comco.com)
2167         * defs.h: Remove dcl of process_path.
2168         * find.c: Put dcl of process_path here.  Make a few functions
2169         and file-scope variables static.
2170         * parser.c, tree.c: Declare most functions static.
2172         * locate.c: Use `required_argument' macro in dcl of longopts.
2173         * bigram.c, code.c, locate.c, xargs.c: Make most functions and
2174         file-scope variables static.
2176         * parser.c, xargs.c: Guard ctype.h macros with isascii.
2178         * find.c: Add declarations for opt_expr and mark_stat.
2179         * tree.c (set_new_parent): Add empty default clause to enum swicth.
2180         * locate.c (main): Parenthesize for gcc -Wall.
2181         * xargs.c (push_arg): Parenthesize for gcc -Wall.
2183 Tue Nov 24 08:04:36 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2185         * find.c, fstype.c, parser.c, pred.c, util.c, listfile.c,
2186         nextelem.c, xargs.c, bigram.c, code.c, locate.c: Use
2187         HAVE_STRING_H, not USG.
2189         * pred.c: Use SYSDIR and NDIR instead of USG.
2190         Define direct as dirent, not vice-versa.
2192 Fri Oct  9 02:15:17 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2194         * xargs.c (main): Set orig_arg_max before possibly cutting
2195         down arg_max.
2197 Thu Sep 10 19:25:35 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2199         * parser.c: Always declare getgrent and getpwent.
2201 Mon Aug 24 12:54:16 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2203         * xargs.c: Include sys/types.h before unistd.h.  Use ARG_MAX
2204         if it's defined.
2205         * find.c, nextelem.c: Add missing decls.
2206         From bde@runx.oz.au (Bruce Evans).
2208 Thu Jul 23 15:06:07 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2210         * Version 3.7.
2212 Tue Jul 14 00:16:52 1992  David J. MacKenzie  (djm@apple-gunkies.gnu.ai.mit.edu)
2214         * pathmax.h: New file.
2215         * bigram.c, code.c, locate.c: Use it.  Use xmalloc instead of malloc.
2217 Sat Jul 11 22:31:46 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2219         * nextelem.c: New file.
2220         * locate.c (main): Use it to support a database path.
2222 Fri Jul  3 02:12:09 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2224         * listfile.c, pred.c: Change FOO_MISSING to HAVE_FOO.
2226         * parser.c [_POSIX_SOURCE]: Define endpwent and endgrent as empty.
2227         * listfile.c [!HAVE_ST_RDEV]: Print blanks.
2228         From Jeffrey Siegal (jbs@congruent.com).
2230         * locate.c (locate): Check for EOF at top of loop, not middle.
2231         * updatedb.sh: Remove duplication hack.
2232         From Jay Plett.
2234 Wed Jun 10 15:04:23 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2236         * pred.c (pred_amin, pred_atime, pred_cmin, pred_ctime,
2237         pred_mmin, pred_mtime, pred_used): Cast l_val to time_t before
2238         comparing it to a time_t.  From fpm@crash.cts.com (Frank Maclachlan).
2240         * locate.c (locate): Take the database path as an arg.
2241         (main): Take an option to specify the database path.
2242         (usage): New function.
2244         * updatedb.sh: Don't read from and write to the file-list file
2245         in the same statement.
2247 Thu Jun  4 15:27:07 1992  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
2249         * Version 3.6.
2251 Wed May 20 00:05:13 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
2253         * xargs.c: Include sys/param.h before limits.h, not after.
2255         * listfile.c: If we include a header file specifically to get
2256         major et al., assume we have them.
2258 Tue May 12 01:09:33 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
2260         * locate.c (locate): Don't give fnmatch FNM_PERIOD (it's useless).
2262         * parser.c (parse_path): New function.
2263         * pred.c (pred_path): New function.
2264         * tree.c (opt_expr): Move -path like -name.
2266         * updatedb.sh: Duplicate the last entry in the file list so it
2267         doesn't get ignored.
2269 Mon May 11 22:24:40 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
2271         * updatedb.sh: Allow many vars to be overridden in the environment.
2273         * locate.c, updatedb.sh: FCODES -> LOCATE_DB.
2275 Wed Apr 22 15:24:00 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
2277         * updatedb.sh: Use binprefix when calling find.
2279         * locate.c (locate): Use LOCATE_DB environ variable if set.
2281         * find.c (scan_directory): Allow for dirs having negative
2282         st_size (NFS mount points on VAX 4.3BSD+NFS).
2283         From metcalf@catfish.lcs.mit.edu (Chris Metcalf).
2285 Sat Apr 18 15:42:52 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2287         * fstype.c: Rename FS_* to FSTYPE_*.  Support Dynix's
2288         name for the mount table.
2290 Sun Mar  8 23:21:25 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2292         * listfile.c (list_file): Allow a slop factor for deciding what
2293         is in the future.
2295 Tue Feb 25 16:24:15 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2297         * Version 3.5.
2299 Sat Feb 22 08:43:01 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2301         * tree.c (set_new_parent): Initialize need_stat field.
2303         * defs.h (struct predicate): Define p_name unconditionally.
2305 Fri Feb 21 15:28:43 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2307         * tree.c (opt_expr): Preserve expression precedence when
2308         rearranging expression tree. 
2309         (set_new_parent): New function.
2310         (mark_stat): Set need_stat whether or not it's been set
2311         earlier in the expression.
2312         All from Tim Wood.
2314 Mon Feb 17 10:20:38 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2316         * updatedb.sh: Use current value of TMPDIR if already set.
2317         From Dana Jacobsen (jacobsd@cs.orst.edu).
2319         * pred.c: Include pwd.h and grp.h after unistd.h, not before.
2320         Apparently needed on ISC 2.2.  From Juha Takala <jta@piuha.sah.vtt.fi>.
2322 Thu Feb 13 10:52:31 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2324         * modetype.h: Don't define S_IFMT, because doing so breaks pred_type
2325         on plain POSIX.1 systems.
2327 Sat Feb  8 00:58:13 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2329         * Version 3.4.
2331 Fri Feb  7 21:35:58 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2333         * defs.h: Don't declare process_path.
2334         * find.c [DEBUG_STAT] (debug_stat): New function.
2335         (main) [DEBUG_STAT]: Call it.
2336         (process_path): Return a value.
2337         (scan_directory): Count number of subdirs seen so far.
2338         * parser.c (pred_and, pred_close, pred_comma, pred_negate,
2339         pred_open, pred_or): Don't need stat.
2340         * util.c (get_new_pred_chk_op): Implicit AND doesn't need stat.
2342 Fri Jan 17 21:51:18 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2344         * Version 3.3.
2346 Tue Dec 24 02:16:49 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2348         * wait.h, listfile.c, xargs.c, bigram.c, code.c, locate.c:
2349         Change POSIX ifdefs to HAVE_UNISTD_H and _POSIX_VERSION. 
2351 Wed Dec 18 16:37:17 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2353         * listfile.c: Use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS to
2354         find major and minor.
2356         * code.c, bigram.c, locate.c, xargs.c: Use LIMITS_H_MISSING
2357         instead of LIMITS_MISSING.
2359 Sat Dec  7 06:13:26 1991  David J. MacKenzie  (djm at frob.eng.umd.edu)
2361         * parser.c (parse_prune): No stat needed for prune.
2362         (insert_fprintf, make_segment): Possibly no stat needed,
2363         depending on which information is printed.
2365         * xargs.c (usage): Document long-named options as starting
2366         with -- instead of +.
2368         * parser.c [!POSIX]: Declare getgrent and getpwent.
2370         * fstype.c (filesystem_type): Only check MNTTYPE_IGNORE if
2371         it's defined.  From Rainer Orth.
2373         * Add leaf node optimization suggested by Matthew Farwell
2374         <dylan@ibmpcug.co.uk>.  Add -noleaf option to disable it.
2375         Adapt parts of Tim Wood's work to current sources.
2376         * find.c (scan_directory): New function, from code in process_path.
2377         (process_path): Take an arg indicating whether the pathname
2378         is a leaf non-directory, instead of a redundant current level.
2379         * parser.c (parse_noleaf): New function.
2380         (parse_print, parse_name, etc.): Set need_stat = false.
2382 Wed Nov  2 13:34:32 1990  Tim Wood at home      (tim at axolotl.UUCP)
2384         * pred.c: Call stat() if an AND, OR or NOT node tells you to.
2385         * find.c: Limit calls to stat().
2387 Wed Oct  3 17:30:39 1990  Tim Wood at home      (tim at axolotl.UUCP)
2389         * tree.c (opt_expr): New function to rearrange predicates within
2390         a conjunction/disjunction so that non-inode (-name, -regex) ones
2391         are executed first.  
2392         * pred.c: Make some supporting tree structure changes for opt_expr().
2394 Sat Dec  7 00:36:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2396         * xargs.c (do_exec): Simplify test for which exit
2397         status to use if exec fails.
2399 Fri Dec  6 18:24:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2401         * listfile.c (list_file): POSIX_ME_HARDER -> POSIXLY_CORRECT.
2403 Thu 24 Oct 1991 21:33:21  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
2405         * pred.c (pred_fprintf): Don't print "\n" unless it's in the
2406         format string.
2408 Mon Oct 21 22:30:35 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2410         * defs.h, parser.c, pred.c: Rename some types that conflict
2411         with reserved POSIX.1 namespace (ended in _t).
2413         
2414         
2415 Thu Oct 17 22:39:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2417         * xargs.c: Don't determine memory.h based on POSIX, which
2418         doesn't mention it.
2420 Sat Oct  5 16:11:05 1991  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
2422         * parser.c (parse_perm): Parse new `-perm +mode' notation.
2423         * pred.c (pred_perm): Interpret same.
2425 Fri Sep 13 14:58:27 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
2427         * xargs.c [POSIX]: Always use sysconf to get ARG_MAX.
2429 Thu Sep  5 23:57:06 1991  David J. MacKenzie  (djm at apple-gunkies)
2431         * bigram.c, code.c (main): Make path_max int, not unsigned.
2432         * locate.c (main): Check for pathconf failure.
2434 Thu Sep  5 11:54:44 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
2436         * parser.c (insert_fprintf): Add `\\' escape and fixed `%%'
2437         interpretation.
2438         * pred.c (pred_fprintf): fixed off-by-one indexing problem
2439         when handling [gGuU] printf formats.
2441 Wed Aug 28 20:53:57 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2443         * Version 3.2.
2445 Mon Aug 26 18:57:32 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
2447         * bigram.c, code.c: Fix handling of PATH_MAX.
2448         Check for anomalous input line lengths.
2449         From Bruce Evans.
2451 Fri Aug 23 11:00:18 1991  David J. MacKenzie  (djm at apple-gunkies)
2453         * pred.c (pred_fprintf): Round block number up to get K.
2455 Thu Aug 22 10:46:30 1991  David J. MacKenzie  (djm at apple-gunkies)
2457         * pred.c (pred_fprintf, pred_lname) [_AIX]: Allocate PATH_MAX
2458         byte for link object since st_size is wrong.
2460         * listfile.c (list_file): Don't convert blocks to kilobytes if
2461         env. var POSIX_ME_HARDER is defined.
2463         * fstype.c [FS_AIX_STATFS]: New case.
2465         * configure: Make sure the sys/mount.h is the 4.4BSD version
2466         with grep instead of just testing whether it exists.
2468         * listfile.c (list_file): Add 1 to number of 512-byte blocks
2469         before dividing to get 1K blocks (so we round up, not down).
2471 Wed Aug 21 13:02:46 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2473         * Version 3.1.
2475         * parser.c (parse_fprintf), pred.c (pred_fprintf): Add %k
2476         conversion to print 1K blocks.
2478         * listfile.c: Print counts of 1K blocks, for consistency with
2479         new fileutils release.  Bad timing, there.
2481         * Version 3.0.
2483         * pred.c [VOID_CLOSEDIR]: Fake a return value for closedir,
2484         which returns void on some systems, like Sequents.
2485         * configure: Check sys/dir.h for 'void closedir'.
2487 Thu Aug 15 16:07:46 1991  David J. MacKenzie  (djm at frob)
2489         * modetype.h: Define POSIX.1 stat stuff if missing.
2490         * pred.c, parser.c, find.c, fstype.c: Don't define it.
2491         * updatedb.sh: Use a variable substitution method like configure's.
2492         * Makefile.in: Add datadir variable to separate programs from
2493         data file.
2495         * parser.c, pred.c: Rename -fulldays to -daystart.
2497         * defs.h, find.c, parser.c, pred.c: Add many new predicates
2498         from Jay Plett (jay@princeton.edu).
2500 Wed Aug 14 14:37:06 1991  David J. MacKenzie  (djm at bleen)
2502         * parser.c (parse_size), pred.c (pred_size), defs.h (struct
2503         size_t): Allow `k' to follow number to measure size in Kbytes.
2504         * parser.c (parse_size, get_num, insert_num), defs.h (struct
2505         size_t): Use enum comparison_type instead of short.
2507 Fri Aug  9 00:49:32 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2509         * xargs.c (read_line): Use isblank, to support POSIX locales.
2511         * fstype [FS_STATVFS]: New code for SVR4, from slootman@dri.nl
2512         (Paul Slootman).
2513         * configure: Figure out when to use it.
2515         * configure: Check for st_blocks in struct stat.
2516         * listfile.c (ST_NBLOCKS): New macro.
2517         (list_file): Print file's block count.
2518         Use S_ISLNK instead of S_IFLNK.
2519         * fileblocks.c: New file, from fileutils.
2521 Thu Aug  8 17:20:19 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2523         * parser.c, pred.c [CACHE_IDS]: Optional code to turn uid and
2524         gid lookups into table lookups.
2526 Wed Aug  7 00:22:29 1991  David J. MacKenzie  (djm at wheat-chex)
2528         * configure, Makefile.in's: Support +srcdir option via VPATH.
2529         Clean up clean targets.
2531 Sat Jul 20 01:11:51 1991  David J. MacKenzie  (djm at apple-gunkies)
2533         * configure: Filter /etc and /usr/etc from path.
2535         * xargs.c (wait_for_proc): Fix handling of child exit status.
2536         (main): Exit with a nonzero status if any child did.
2538         * pred.c (launch): Flush stdout and stderr before forking.
2540         * fstype.c (filesystem_type) [FS_MNTENT]: Skip entries of
2541         type "ignore".
2543 Fri Jul 19 22:53:42 1991  David J. MacKenzie  (djm at bleen)
2545         * pred.c, locate.c: Use fnmatch instead of glob_match.
2546         * fnmatch.c, fnmatch.h: New files.
2548         * Many files: Use string.h if STDC_HEADERS, as well as if USG.
2550         * locate.c, code.c, bigram.c: Possibly use pathconf to get
2551         PATH_MAX.  Use malloc to allocate path arrays.
2553         * xargs.c: Possibly use sysconf to get ARG_MAX.
2554         (env_size): Make definition unconditional.
2555         (main): Do arg_max adjustment that can't be done with
2556         preprocessor now that ARG_MAX might be a function call.
2557         (do_exec): Exit with status 126 or 127 after failed exec, for
2558         POSIX.2 draft 11.1.
2560         * xargs.c, pred.c, listfile.c: Use POSIX, not UNISTD_MISSING.
2561         * wait.h: Use POSIX, not WAIT_MACROS_MISSING.
2563         * COPYING: Use version 2.  Update all files.
2565         * Replace Makefile and lib/Makefile with Makefile.in,
2566         lib/Makefile.in and configure.  Update README.
2568 Fri Apr  5 12:49:09 1991  David J. MacKenzie  (djm at apple-gunkies)
2570         * Version 2.2.
2572 Fri Mar 15 20:44:45 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
2574         * xargs.c (main): Always run the command if some args are left over.
2575         Rename some variables.
2577 Fri Jan 18 03:35:57 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
2579         * bigram.c, code.c, locate.c: Use LIMITS_MISSING, not
2580         _POSIX_SOURCE, to decide whether to include limits.h.
2582         * parser.c, pred.c, listfile.c: Use POSIX, not _POSIX_SOURCE,
2583         to decide whether to declare getpwuid and getgrgid.
2585         * xargs.c: Use POSIX, not _POSIX_SOURCE, to determine whether
2586         to include memory.h.
2588 Sat Jan 12 04:12:34 1991  David J. MacKenzie  (djm at wookumz.ai.mit.edu)
2590         * defs.h, find.c, parser.c, pred.c: Remove -permmask option.
2592 Thu Jan 10 04:32:52 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
2594         * wait.h: Include sys/types.h to get pid_t.
2596         * xargs.c [USG && !STDC_HEADERS]: Only include memory.h if not
2597         _POSIX_SOURCE.
2599 Tue Jan  1 23:53:32 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
2601         * Version 2.1.
2603 Wed Dec 26 03:25:51 1990  David J. MacKenzie  (djm at apple-gunkies)
2605         * locate.c, bigram.c, code.c: Attempt to get max. path length
2606         on more kinds of systems, incl. POSIX.
2608         * pred.c, listfile.c, xargs.c: Get some decls from unistd.h,
2609         if available. 
2611         * find.c, defs.h: Make `cur_day_start' a time_t, not long.
2613 Fri Dec 21 01:49:12 1990  David J. MacKenzie  (djm at egypt)
2615         * defs.h, parser.c: Remove unused field from `struct exec_t'.
2617         * xargs.c: Add +no-run-if-empty option to cause the command to
2618         not be run if the input is empty.
2620         * defs.h (struct exec_t): Change the array of offsets into an
2621         array of `struct path_arg'.
2622         * parser.c (insert_exec_ok): Fill in new fields, to allow "{}"
2623         to be substituted (multiple times) anywhere in an arg to -exec
2624         or -ok.
2625         * pred.c (pred_exec): Add code to substitute "{}" within args.
2626         (pred_ok): After prompting, just run pred_exec.
2628 Thu Dec 20 02:32:09 1990  David J. MacKenzie  (djm at egypt)
2630         * fstype.c (filesystem_type) [FS_MNTENT]: Allow for optional
2631         "0x" at front of "dev=" mount option, which amd puts there but
2632         Sun automounter doesn't.
2634 Sat Dec 15 19:01:12 1990  David J. MacKenzie  (djm at egypt)
2636         * find.c (main), util.c (usage): Make directory args optional,
2637         defaulting to ".".
2639 Sat Dec 15 18:36:29 1990  David J. MacKenzie  (djm at apple-gunkies)
2641         * listfile.c: Define major and minor if not defined (as in POSIX).
2643 Mon Dec  3 01:04:35 1990  David J. MacKenzie  (djm at alborz)
2645         * find.c, fstype.c, parser.c, pred.c, util.c: Flush stdout before
2646         writing to stderr, in case they have been redirected to the
2647         same file descriptor.
2649         * pred.c (launch): Use POSIX wait macros from wait.h.
2651         * xargs.c (print_xargs): Read from tty_stream, not stdin.
2653 Tue Nov 20 16:48:24 1990  David J. MacKenzie  (djm at apple-gunkies)
2655         * Version 2.0.
2657         * fstype.c [FS_USG_STATFS]: New code.
2658         [FS_STATFS]: For symlinks, statfs the directory the link is in
2659         instead of the link.
2660         * Various files: Conditionalize some declarations on
2661         STDC_HEADERS or _POSIX_SOURCE.
2663 Fri Nov 16 12:24:43 1990  David J. MacKenzie  (djm at egypt)
2665         * modetype.h: New file.
2666         parser.c, pred.c: Use it.
2668 Thu Nov 15 18:05:54 1990  David J. MacKenzie  (djm at apple-gunkies)
2670         * xmalloc.c: New file from fileutils.
2672         * fstype.c (fstype_to_string): Add case for MFS.
2673         (filesystem_type): Take a pathname as a second arg.
2674         [FS_STATFS] return "unknown" instead of exiting if statfs
2675         fails because of ENOENT.
2676         * pred.c (pred_fstype): Pass the pathname.  Set current_dev.
2677         * find.c (process_path): Make root_dev local again.
2679 Mon Nov 12 02:54:00 1990  David J. MacKenzie  (djm at apple-gunkies)
2681         * pred.c (pred_fstype): Free old fs type.
2683         * fstype.c, pred.c (pred_fstype), parser.c (parse_fstype): 
2684         Reread the file system type info. every time a filesystem
2685         mount point is crossed, to allow for automounting.
2687         * xstrdup.c: New file from fileutils.
2689         * find.c (process_path): Rename root_dev to current_dev and
2690         make it global, for -fstype.
2692         * wait.h: New file taken from xargs.c.
2694         * xargs.c: Make limits.h vs. sys/param.h conditional on
2695         LIMITS_MISSING instead of USG, to accomodate SVR2.
2697 Thu Nov  8 11:52:22 1990  David J. MacKenzie  (djm at apple-gunkies)
2699         * parser.c, pred.c, listfile.c: If not _POSIX_SOURCE, declare
2700         getpwuid and getgrgid.  Use them.
2702         * listfile.c: If not _POSIX_SOURCE, define S_ISDIR and
2703         S_ISBLK.  Use them. 
2705         * find.c: Use S_ISDIR instead of S_IFDIR, and define if not
2706         _POSIX_SOURCE. 
2708         * Makefile: Define AR and RANLIB and pass to child makes.
2709         lib/Makefile: Use them.
2711         * xargs.c (WIFSIGNALED): Redefine so it works.
2713 Mon Nov  5 00:02:01 1990  David J. MacKenzie  (djm at apple-gunkies)
2715         * find.c (process_path): For -xdev, process filesystem
2716         mountpoints (but don't descend them), instead of skipping them
2717         entirely. 
2719         * find.c, parser.c, defs.h: Add -follow predicate.
2721         * xargs.c: Change ifdefs to support STDC POSIX systems.
2723 Sat Nov  3 20:18:05 1990  David J. MacKenzie  (djm at apple-gunkies)
2725         * xargs.c (do_exec): Child process exits with status 255, not
2726         127, if command can't be run.
2728 Fri Nov  2 02:11:42 1990  David J. MacKenzie  (djm at apple-gunkies)
2730         * xargs.c: Exit with status 127 if running commmand fails, as
2731         required by POSIX.
2733         * fstype.c: Support -fstype for Ultrix (-DFS_GETMNT).
2734         Sun/BSD code is now -DFS_MNTENT.
2736 Thu Nov  1 13:06:01 1990  David J. MacKenzie  (djm at egypt)
2738         * Reorganize into subdirectories and add xargs.  Rewrite Makefiles.
2740         * find.c (process_path, main): Allow a maxdepth of 0, meaning
2741         only process command line args.
2743         * parser.c, pred.c: Add -print0 predicate.
2745         * xargs.c: Add -0 option and long options.  Move standard
2746         library functions into separate files.  Use error instead of
2747         fatal and fprintf/perror.  Use POSIX macros for examining exit
2748         status from wait.
2749         (read_string): New function.
2751 Fri Sep 21 10:21:09 1990  David J. MacKenzie  (djm at apple-gunkies)
2753         * find.c (process_path): Take DEPTH as an arg instead of ROOT,
2754         and change callers.
2756 Thu Sep 20 23:58:47 1990  David J. MacKenzie  (djm at apple-gunkies)
2758         * parser.c (parse_maxdepth): New function.
2759         * find.c (process_path): If -maxdepth was given, don't go
2760         more than that many levels deep.
2761         * defs.h: Declare maxdepth.
2763 Wed Sep 12 02:12:31 1990  David J. MacKenzie  (djm at apple-gunkies)
2765         * parser.c: Add -not as synonym for !.
2767 Sun Aug 26 06:16:08 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
2769         * Makefile (TAGS): New target.
2771 Sun Aug 12 00:32:01 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2773         * xargs.c (main): Tell getopt to not permute.
2775 Sat Aug  4 21:43:45 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
2777         * parser.c (parse_perm), pred.c (pred_perm): Always compare
2778         bits 07777.
2780         * locate.c, Makefile: Rename 'fastfind' program to 'locate',
2781         following comment in POSIX.2 draft 10 rationale for find.
2783 Wed Jul 25 18:45:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2785         * listfile.c (getuser, getgroup): Make uid and gid unsigned
2786         short, not int.
2788 Mon Jul 16 13:40:13 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2790         * defs.h: Don't declare fprintf and printf, in case they have
2791         prototypes in stdio.h (important for functions that use stdarg).
2793 Sun Jul 15 23:39:39 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2795         * parser.c (parse_and): New function, for compatibility.
2797 Wed Jul  4 00:17:57 1990  David J. MacKenzie  (djm at apple-gunkies)
2799         * find.c (main): Only enclose expressions that produce no side
2800         effects within `( ... )'.
2802 Tue Jul  3 01:59:39 1990  David J. MacKenzie  (djm at apple-gunkies)
2804         * parser.c (strspn): Stop when end of string reached.
2806         * Version 1.2.
2808         * Move version number from Makefile to new file version.c.
2809         * parser.c: Recognize new -version predicate.
2811         * find.c (main): If no predicates that produce output are
2812         given, default to -print if the entire expression is true, not
2813         just the last part of an alternation.
2814         * Print the names of predicates with invalid arguments.
2816 Mon Jul  2 23:48:17 1990  David J. MacKenzie  (djm at apple-gunkies)
2818         * pred.c: Don't check for invalid comparison types in numeric
2819         predicate functions.
2821 Thu Jun 28 00:34:57 1990  David J. MacKenzie  (djm at apple-gunkies)
2823         * parser.c (parse_regex): Set fastmap and translate before
2824         compiling regex.
2826 Mon Jun 25 18:08:59 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2828         * fastfind.c (fastfind): Initialize count to 0.
2830         * lib/updatedb.sh: Only do regex comparison on directories,
2831         for speed.
2833         * listfile.c (list_file): Truncate user and group name to 8 chars.
2835 Sun Jun 24 13:51:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2837         * Version 1.1.
2839         * Makefile [DISTFILES]: Add COPYING.
2841 Fri Jun 22 03:54:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2843         * Version 1.0.
2845 Tue Jun 19 03:55:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2847         * lib/updatedb.sh: Prune entries that match PRUNEREGEX.
2848         Split up finding files from computing bigrams.
2849         Use redirection instead of nonportable grep -s to detect sort
2850         failure.  Optionally search network filesystems as well as
2851         local ones.
2853         * pred.c (pred_regex): Match against full pathname instead of
2854         just last element.
2855         * util.c (basename): Return "/", not "", if given "/".
2857         * find.c (process_path): Fix error in handling "/" directory.
2859 Mon Jun 18 01:49:16 1990  David J. MacKenzie  (djm at apple-gunkies)
2861         * parser.c [STRSPN_MISSING] (strspn): New function.
2863 Sun Jun 17 13:54:09 1990  David J. MacKenzie  (djm at apple-gunkies)
2865         * listfile.c: New file.
2866         * parser.c (parse_ls): New function.
2867         * pred.c (pred_ls): New function.
2869         * find.c (main): Remove interface to fastfind, to prevent
2870         conflict with POSIX syntax.
2871         * util.c (usage): Remove fastfind syntax from message.
2872         * fastfind.c (main): New function.
2873         * Makefile: Make fastfind a separate program.
2875         * find.c (main): Print correct message if a predicate arg is
2876         missing. 
2878         * parser.c (insert_exec_ok): Make args that start with a ';' but
2879         contain other characters not terminate the command.
2881 Fri Jun 15 00:33:45 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2883         * fstype.c: If MOUNTED isn't defined but MNT_MNTTAB is, use it
2884         instead.  True for HP/UX, at least.
2886 Thu Jun 14 10:10:25 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2888         * savedir.c: New file; now find won't run out of file
2889         descriptors in deep trees.
2890         * find.c (process_path): Use savedir.
2892 Sat Jun  9 03:15:21 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2894         * parser.c (parse_permmask): Allow symbolic mode masks.
2895         (parse_perm): Free 'struct change' when done with it.
2896         (get_oct): Function removed.
2898         * find.c (process_path): Allow arbitrarily-long filenames.
2899         More efficient string copying.  Initialize perm_mask to 07777
2900         instead of -1.
2902 Thu Jun  7 04:22:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2904         * Makefile, find.c: Use DIRENT to control whether <dirent.h>
2905         is used.
2907 Thu May 31 04:46:11 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2909         * parser.c (parse_regex): New function.
2910         * pred.c (pred_regex): New function.
2912         * fstype.c (read_mtab): If mtab entry has a "dev=" option
2913         (like in SunOS 4.1), use it, so there is no need to stat the
2914         special file later on.
2915         (xatoi, strstr): New functions.
2917 Mon May 21 01:04:42 1990  David J. MacKenzie  (djm at abyss)
2919         * lib/updatedb.sh: Put BINDIR in PATH.
2921         * fstype.c: Do nothing if MNTENT_MISSING is defined.
2923         * fstype.c: New file.
2924         * parser.c (parse_fstype): New function.
2925         * pred.c (pred_fstype): New function.
2927         * parser.c (parse_newer): Failure to stat -newer file is a
2928         fatal error.
2930         * pred.c (pred_ok): Flush output before reading.  Use getchar
2931         instead of scanf.
2933         * pred.c (pred_prune): Return false if -depth given.
2934         * find.c: Apply the predicates to the dir when -depth and
2935         -prune are given.
2937 Sun May 20 19:55:30 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2939         * pred.c (pred_prune): Set new global var `stop_at_current_level'.
2940         * find.c (process_path): Test and reset it.
2942 Fri May 18 01:56:17 1990  David J. MacKenzie  (djm at abyss)
2944         * modechange.c, modechange.h: New files.
2945         * parser.c (parse_perm): Use mode_compile and mode_adjust to
2946         parse arg, to allow symbolic mode for POSIX.
2948 Thu May 17 02:07:44 1990  David J. MacKenzie  (djm at abyss)
2950         * parser.c (get_oct): Don't consider an empty string a valid number.
2952         * parser.c (parse_perm): If arg starts with '-', set flag bit
2953         for special comparison (POSIX).
2954         * pred.c (pred_perm): If flag bit set, compare s[ug]id &
2955         sticky bits as well, and return true if the given perms are
2956         set, ignoring other bits.
2958         * find.c: New global var `exit_status'.  Use it.  (POSIX)
2959         * parser.c: Set `exit_status' if lstat on -newer file fails.
2961         * fastfind.c: New file.
2962         * find.c (main): Call fastfind if given only 1 arg.
2963         * util.c (usage): Update message. 
2964         * lib/{Makefile,updatedb.sh,bigram.c,code.c}: New files.
2965         * Makefile: Add 'all' and 'install' targets.
2967 Wed May 16 23:23:35 1990  David J. MacKenzie  (djm at abyss)
2969         * parser.c (parse_nogroup, parse_nouser): Implement.
2970         * pred.c (pred_nogroup, pred_nouser): Implement.
2972 Mon May 14 00:09:35 1990  David J. MacKenzie  (djm at abyss)
2974         * find.c: Add variable `stay_on_filesystem' for -xdev.
2975         (process_path): Take an arg determining whether this call is
2976         the root of a tree.  Use lstat instead of stat.  If
2977         stay_on_filesystem, don't process a dir on a different
2978         filesystem. 
2980         * parser.c (parse_newer): Use lstat instead of stat.  Is this right?
2981         (parse_xdev): Set stay_on_filesystem.
2983         * parser.c: Add dummy parse_nogroup, parse_nouser,
2984         parse_prune, and parse_xdev; to be written later.
2985         * pred.c: Add dummy pred_nogroup, pred_nouser, pred_prune.
2987         * find.c: Support System V directory library/headers.
2989         * find.c (process_path): Don't continue with a file that stat
2990         fails on.
2992         * defs.h, parser.c, pred.c: Change 'u_long' and 'u_short' to
2993         'unsigned long' and 'unsigned short'.
2994         * find.c, defs.h: Remove 'convert_glob' variable.
2995         * parser.c (parse_fullregex): Function removed.
2996         (parse_name): Remove regular expression code.
2997         (parse_type): Recognize sockets.
2998         Add code to check for missing arguments to many parse_* functions.
2999         * pred.c (pred_name): Use glob_match instead of regex.
3001 Sun May 13 17:45:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3003         * Replace fprintf, simple_error, and mem_error with error and
3004         usage. 
3006         * Fix string header includes for USG.
3008 Tue Mar 27 12:40:29 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3010         * defs.h: Change some #defines to enums.
3012 Sun Mar 25 22:08:58 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3014         * find.c (main): Don't take basename of argv[0].
3016         * util.c (xmalloc): New function.
3017         * find.c, parser.c, utils.c: Use xmalloc instead of malloc.
3019         * pred.c: Remove emulation of regex for BSD and use GNU
3020         library version in regcmp.c instead.
3021         * parser.c: Remove emulation of regcmp for BSD and use GNU
3022         library version in regcmp.c instead.
3023         * Makefile: Link with regex.o and regcmp.o.
3024         Add a DISTFILES macro and dist target.
3026         * Indent source code.  Move RCS logs to this file.
3028 Wed Mar 21 09:30:18 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
3030         * xargs.c: Indent.  Comment and rename some global variables.
3031         (main): Use getopt to parse options.  Open new global var
3032         `tty_stream' to /dev/tty if querying requested.
3033         (print_args): Read response from tty_stream, not stdin.
3034         (xmalloc): New function.
3035         Global: Use xmalloc instead of malloc.
3036         (usage): Revise message.
3038 87/02/22  20:01:20  20:01:20  cire (Eric B. Decker)
3040         * pred.c: added guts to pred_size
3042 87/02/22  00:59:42  00:59:42  cire (Eric B. Decker)
3044         * pred.c: added guts to perm and permmask.
3046 87/02/21  23:02:21  23:02:21  cire (Eric B. Decker)
3048         * pred.c: made pred_name only look at the last component of
3049         the path.
3051 87/02/21  22:26:47  22:26:47  cire (Eric B. Decker)
3053         * pred.c: added guts to name.  useds regex and regcmp to do
3054         regular expression handling.
3056 87/02/21  00:17:21  00:17:21  cire (Eric B. Decker)
3058         * pred.c: added predicate newer
3060 87/02/20  11:40:07  11:40:07  cire (Eric B. Decker)
3062         * pred.c: added guts to pred_ok
3064 87/02/19  23:52:37  23:52:37  cire (Eric B. Decker)
3066         * pred.c: finished exec.
3068 87/02/22  20:01:09  20:01:09  cire (Eric B. Decker)
3070         * parser.c: added guts to parse_size
3072 87/02/22  00:59:16  00:59:16  cire (Eric B. Decker)
3074         * parser.c: added guts of perm and permmask.  added getoct
3075         routine for perm and permmask
3077 87/02/21  23:32:50  23:32:50  cire (Eric B. Decker)
3079         * parser.c: added -fre, -fullregex predicate to turn off
3080         globbing conversion
3082 87/02/21  23:01:01  23:01:01  cire (Eric B. Decker)
3084         * parser.c: reworked name so the regexpr pattern includes $ at
3085         the end to force globbing to work correctly.  End of the
3086         pattern refers to the end of the filename.
3088 87/02/21  22:25:34  22:25:34  cire (Eric B. Decker)
3090         * parser.c: added guts to name.  uses a conversion from
3091         globbing to regexp format.  uses regex and regcmp to actually
3092         to the comparison.
3094 87/02/21  00:17:11  00:17:11  cire (Eric B. Decker)
3096         * parser.c: added predicate newer
3098 87/02/20  11:39:35  11:39:35  cire (Eric B. Decker)
3100         * parser.c: added ok guts.  consolidated exec and ok to using
3101         insert_exec_ok
3103 87/02/19  00:20:54  00:20:54  cire (Eric B. Decker)
3105         * parser.c: minor bug in -fulldays predicate parser.  It
3106         should have set the flag full_days to true.
3108 87/02/22  00:58:32  00:58:32  cire (Eric B. Decker)
3110         * find.c: changed where we are setting perm_mask to -1.  need
3111         to make sure that this happens before every apply_predicate.
3113 87/02/21  23:32:11  23:32:11  cire (Eric B. Decker)
3115         * find.c: added error checking for no paths.  better error
3116         message if illegal ordering.
3118 87/02/21  22:19:58  22:19:58  cire (Eric B. Decker)
3120         * find.c: added global convert_glob
3122 87/02/22  20:00:12  20:00:12  cire (Eric B. Decker)
3124         * defs.h: added definition of BLKSIZE for size
3126 87/02/21  22:19:25  22:19:25  cire (Eric B. Decker)
3128         * defs.h: added global convert_glob for name