Brought up to date with recent changes.
[findutils.git] / ChangeLog
blob7a5810480f3f7062e33533eeddb4d0f8fd689414
1 2005-01-17  James Youngman  <jay@gnu.org>
3         * NEWS: Documented the changes so far.
5         * find/testsuite/find.gnu/exec-many-rtn-success.xo:
6         Expected output for exec-many-rtn-success.exp
8         * find/find.1:
9         Indicate that -quit still ensures that pending commands are invoked
11         * doc/find.texi:
12         Indicate that -quit still causes partial command lines to be invoked,
13         but there are some types of fatal error which leave such commands
14         uninvoked.
16         * find/defs.h, find/find.c, find/pred.c, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
17         Fixed savannah bug  #11625 Wrong return status for -exec ... \; when command fails; also execute any pending commands when doing -quit
19         * find/testsuite/find.gnu/exec-many-rtn-failure.exp, find/testsuite/find.gnu/exec-many-rtn-failure.xo, find/testsuite/find.gnu/exec-many-rtn-success.exp, find/testsuite/find.gnu/exec-one-rtn-fail.exp, find/testsuite/find.gnu/exec-one-rtn-fail.xo, find/testsuite/find.gnu/exec-one-rtn-success.exp, find/testsuite/find.gnu/exec-one-rtn-success.xo:
20         Various test cases for succeeding and failing forms of -exec \; and -exec {} +
22         * find/pred.c: "-exec ... {} +" always returns "true".
24         * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
25         Implemented d_type optimisation but not working correctly, so currently disabled
27         * lib/savedirinfo.h, lib/savedirinfo.c:
28         Initial implementation (temporarily disabled).
30         * lib/Makefile.am: Resolved merge conflict.
32         * lib/Makefile.am:
33         Make sure nextelem.h is included in the list of sources.
35         * find/parser.c, lib/nextelem.c, lib/nextelem.h, locate/locate.c:
36         Use prototypes for next_element() to make sure it is called correctly.
38 2005-01-16  James Youngman  <jay@gnu.org>
40         * find/find.c, find/pred.c:
41         When completing incomplete multiple execs, use 'eval_tree' not 'predicates'
43         * lib/buildcmd.c:
44         Oops, initialise state->cmd_initial_argv_chars to zero.
46         * find/find.1:
47         Document the way that -execdir and -okdir will refuse to wqork if ">"
48         is on $PATH.  Also document -okdir in the manpage.
50         * find/parser.c:
51         -execdir and -okdir are insecure if $PATH includes the current
52          directory, and so they refuse to work if the user has done that.
54         * find/pred.c:
55         Oops; for -exec ... {} +, pass arguments to bc_push_arg() in the right
56         order.   Problem spotted by Geoff Clare.
58         * TODO: Removed items which have now been done.
60         * lib/buildcmd.c: Tidied up formatting of arg list for bc_do_insert
62 2005-01-15  James Youngman  <jay@gnu.org>
64         * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo:
65         Added extra tests for more printf formats; patch by Andreas Metzler
67         * locate/locate.c:
68         Ensure that the new long options have a relevang short option too.
69         Also bring usage message into line with the options actually
70         supported.  Thanks to Bas van Gompel for noticing this defect.
72         * locate/locate.1:
73         Escape "-" in SYNOPSIS.  Thanks to Bas van Gompel for noticing this
74         defect.
76         * ChangeLog: Fixed typos.
78         * doc/find.texi:
79         Documented -execdir, and the "+" variants of -exec and -execdir.
81         * find/find.1: Documented -execdir.
83         * xargs/xargs.c:
84         Updated to bring into line with bc_*() interface changes
86         * ChangeLog: Updated with recent changes.
88         * find/defs.h, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h:
89         Implemented -execdir and -okdir
91         * find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
92         First working version of -exec ...+
94 2005-01-09  James Youngman  <jay@gnu.org>
96         * find/defs.h, find/find.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
97         Initial implementation of -exec ..{} +, but currently disabled since not yet working
99 2005-01-08  James Youngman  <jay@gnu.org>
101         * find/find.c: Fixed typo in comment.
103         * find/defs.h, find/find.c, find/parser.c, find/pred.c:
104         We now understand but do not implement -execdir (a *BSD invention, and a very useful security enhancement) and -okdir (the obvious companion to it)
106         * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
107         The GNU coding standard requires a space between the function name and
108         its parenthesised argument list.
110         * find/defs.h:
111         Understand the -exec ... {} \+ construction (for multiple
112         replacement).  No support yet.
114         * locate/locate.1:
115         Indicate that empty elements in the dbpath are treated as synonyms for
116         the default database.
118         * locate/locate.c:
119         Support empty elements in the dbpath as synonyms for the default
120         database.  These colons can be leading, trailing or in the middle of
121         the string.  We no longer com,plain if the user does this.
123         * lib/nextelem.c:
124         If curdir_ok is 0 and an element is empty, return "" instead of NULL
125         so that the caller knows to keep calling us.
127         * find/find.c, find/pred.c, import-gnulib.sh, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
128         Savannah bug 11517: find, xargs, locate, etc. should not hide write failures; patch from Jim Meyering
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         changed .pot creation date
133         * THANKS, AUTHORS: Take into account the FSF copyright-assignments list
135         * doc/find.texi:
136         If -quit is used, the exit value can be nonzero if errors have occurred.
138         * find/find.1:
139         Removed incorrect comment about -H, -P and -follow in HISTORY.
141 2005-01-07  James Youngman  <jay@gnu.org>
143         * lib/Makefile.am, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
144         Refactored xargs to use an external library function from the new file buildcmd.c
146         * configure.in: no longer the same as the released 4.2.11 version
148 2005-01-06  James Youngman  <jay@gnu.org>
150         * xargs/testsuite/inputs/lines.xi, xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/Makefile.am:
151         Tests for the -L option
153         * xargs/testsuite/config/unix.exp: When a test fails, show the diffs
155         * xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/xargs.posix/l2.xo:
156         tests for the -l option
158         * xargs/testsuite/Makefile.am: Added extra test files
160         * xargs/testsuite/xargs.sysv/trace.exp, xargs/testsuite/xargs.sysv/trace.xe, xargs/testsuite/xargs.sysv/trace.xo:
161         Added tests for the -t option
163         * xargs/testsuite/config/unix.exp, xargs/testsuite/inputs/foobar.xi, xargs/testsuite/xargs.gnu/r.exp, xargs/testsuite/xargs.gnu/r.xo, xargs/xargs.1:
164         Use a blanks-only input file for cases where there is supposed to be no output
166         * xargs/testsuite/inputs/blank.xi: Initial version.
168         * xargs/xargs.1:
169         Corrected a typo; also indicate that it's impossible to use xargs
170         securely due to the race condition.
172 2005-01-05  James Youngman  <jay@gnu.org>
174         * find/parser.c:
175         Fixed Savannah bug 11495: fallthrough from -printf format processing
176         from 'n' case to 'd' case.
178 2005-01-03  James Youngman  <jay@gnu.org>
180         * doc/find.texi:
181         Oops.  Had duplicated an entire section.  Fortunately this was after
182         @bye, so there was no adverse effect.
184         * NEWS: locate -b.
186         * doc/find.texi, locate/locate.1: document locate -S
188         * configure.in, doc/find.texi, locate/locate.1, locate/locate.c:
189         Support locate -b as a synonym for locate --basename
191         * 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:
192         distcheck
194         * find/testsuite/config/unix.exp:
195         Clean up (delete) find.out at at the end of the test.
197         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c, find/pred.c:
198         Implemented the -samefile test for find
200 2005-01-02  James Youngman  <jay@gnu.org>
202         * ChangeLog: Updated with recent changes.
204         * NEWS:
205         Bas van Gompel: two-line patch to locate.c to make locate's -i and -w
206         options work if -e is in use.
208         * THANKS: Added Bas van Gompel.
210         * locate/locate.c:
211         Bas van Gompel: (visit_exists) when testing for the existence of the
212         file, check the real filename [printname], not the case-converted
213         filename [testname].  Really these argument names are badly chosen.
215         * find/find.1, doc/find.texi:
216         Improved the documentation for -perm, with plenty of examples,
217         following a comment by Dan Jacobson that the comment "Symbolic modes
218         use mode 0 as a point of departure" is baffling and unhelpful.
220         * locate/locate.c:
221         Suggestion and patch from Bas van Gompel: (new_locate): Fix display of
222         negative compression ratios.
224 2004-12-31  James Youngman  <jay@gnu.org>
226         * NEWS: Brought up to date with recent changes
228         * doc/find.texi:
229         Don't need to nest the "race conditions with..." sections so deeply.
231         * doc/find.texi: Corrected some spelling errors.
233         * doc/find.texi: Added new "Security Considerations" chapter.
235 2004-12-23  James Youngman  <jay@gnu.org>
237         * locate/locate.c:
238         Applied bugfixes from Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>.
239         (lc_strcpy): Zero-terminate result.
240         (add_visitor): Update lastinspector.
241         (visit_substring_match_casefold): fix off-by-one error.
242         (new_locate): Move visit_exists down to improve performance.
243         (new_locate): Don't fold case when getting stats.
245 2004-12-19  James Youngman  <jay@gnu.org>
247         * doc/find.texi:
248         Indicate that "cd /; find tmp -wholename /tmp" will never match anything.
250         * doc/find.texi: Documented locate --statistics.
252         * locate/locate.1: Documented the --statistics option.
254         * locate/locate.c: Added support for the -S option.
256 2004-12-12  James Youngman  <jay@gnu.org>
258         * NEWS: Added a summary of the changes so far.
260         * find/tree.c: Made some of the error messages more self-explanatory
262         * find/pred.c: Print pointers with %p, not %x.
264         * find/find.c: Moved option data into struct options.
266         * find/find.1: clarifications
268         * find/testsuite/find.gnu/comma.exp:
269         Limit the amount of searching with maxdepth.
271         * doc/find.texi: clearer description of how -prune works
273         * ChangeLog: Removed duplicate entry.
275         * configure.in, find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
276         Separated ariables representing current state from variable representing option information
278 2004-12-11  James Youngman  <jay@gnu.org>
280         * find/parser.c: Readability improvement to the usage message.
282         * find/find.c: Oops.  Fixed unmatched #endif.
284         * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo, THANKS, configure.in, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
285         Fixed Savannah bug #11280
287         * find/find.c:
288         Remember to set path_length and curdepth in process_top_path().
290 2004-12-07  James Youngman  <jay@gnu.org>
292         * find/fstype.c: Use xstat() not stat() to examine things.
294         * find/find.c: Explain why #ifdef EOVERFLOW.
296         * find/find.c: EOVERFLOW is not defined on UNICOS.
298         * NEWS: Corrected typo.
300 2004-12-06  James Youngman  <jay@gnu.org>
302         * ChangeLog: Brought up to date.
304         * NEWS, configure.in: releasing 4.2.10
306         * 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:
307         distcheck
309         * ChangeLog: Updated prior to release of finsutils-4.2.10.
311         * import-gnulib.sh, find/fstype.c:
312         Use gnulib's mountlist module instead of grokking it ourselves.
314         * configure.in:
315         Removed all the out-of-date cruft for grokking getmntent().
317         * xargs/xargs.c:
318         Added the -I and -L options; also -E takes an argument which is not optional.
320 2004-12-05  James Youngman  <jay@gnu.org>
322         * README, configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c:
323         Allow debug output to be turned on or off by saying --enable-debug on the configure command line
325         * README:
326         Removed disparaging (it is now, it probably wasn't then) comment about
327         the production-readiness of Automake.
329         * README: Qualify remarks about POSIX compliance.
331         * NEWS, configure.in: Preparation for release 4.2.9
333         * 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:
334         distcheck
336         * ChangeLog: Brought up to date.
338         * find/find.c:
339         Avoid duplicate error message when we cannot chdir() into a subdirectory.
341         * THANKS: Added recent thankees.
343         * NEWS:
344         Brought up to date with respect to the current set of fixed bugs.
346         * NEWS, xargs/xargs.1, xargs/xargs.c:
347         Implemented POSIX options -L, -I and -E
349 2004-12-03  James Youngman  <jay@gnu.org>
351         * find/parser.c:
352         -xdev is an option, not a test.   Fixes Savannah bug 11192.
354         * find/find.1, xargs/xargs.1:
355         Escape dashes with a backslash (for fix Savannah bug 11189).
357 2004-11-27  James Youngman  <jay@gnu.org>
359         * find/find.c:
360         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.
362         * find/find.1: "necessary" only has one "C".
364         * find/find.1:
365         If stat() fails with ELOOP, we issue a diagnostic message.
367 2004-11-26  James Youngman  <jay@gnu.org>
369         * find/find.c: Removed some unused code.
371         * Makefile.am: Don't do anything in the 'intl' subdirectory
373         * find/find.c:
374         Enhanced safely_chdir() to the point where the test suite passes, and report infinite loops in the directory hierarchy
376         * find/defs.h:
377         belt and braces; ensure that SYMLINK_NEVER_DEREF has value zero
379         * find/find.1:
380         Describe our strategy for detecting and reporting infinite loops
382 2004-11-24  James Youngman  <jay@gnu.org>
384         * doc/find.texi:
385         Updated the discussion of th error messages for findutils-4.2.8.
387         * configure.in: Next version will be 4.2.9...
389         * find/find.c:
390         Don't issue a warning if we notice the mounting of a filesystem that's
391         likely just to be an automounter.
393         * doc/find.texi, find/find.1:
394         Explain how rounding is performed for -atime and friends.
396         * xargs/xargs.c:
397         Once we collect enough arguments (for the value specified by the -n
398         option) to do an exec(), do it immediaely instead of waiting for the
399         next one to arrive.  This fixes Savannah bug #7340.
401         * ChangeLog, configure.in, NEWS: Prepare to release 4.2.8.
403         * NEWS: Updates for 4.2.8.
405         * configure.in: check for  sys/types.h
407         * find/find.c:
408         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.
410         * find/defs.h:
411         Declarations of xmalloc() and friends belong in xalloc.h, not in defs.h
413         * find/parser.c: avoid signed/unsigned warning, and #include xalloc.h
415         * find/fstype.c:
416         Changed to alloc get_mounted_devices() to compile on Solaris
418         * README-CVS:
419         Automake requires GNU m4, so point out that the reader needs that.
421         * find/defs.h, find/find.c, find/fstype.c:
422         When wd_sanity_check() fails, enumerate the mounted devices, rather than the mounted filesystem names
424         * NEWS: prepare for 4.2.8
426         * configure.in:
427         Look for some Solaris headers which are used by get_mounted_devices()
429         * lib/Makefile.am: don't build savedirtypes yet
431         * 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:
432         updated po files
434         * m4/nullsort.m4:
435         Avoid suprious output of the test data when the tests fail.
437 2004-11-21  James Youngman  <jay@gnu.org>
439         * 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:
440         Messages changed again
442         * ChangeLog, configure.in: Preparing to release 4.2.7.
444         * NEWS: Updated for release of 4.2.7.
446         * import-gnulib.sh: Also need canonicalize module.
448         * find/find.c:
449         When checking to see if a filesystem has changed state, use an
450         absolute pathname.
452         * configure.in:
453         No need to pause to allow James to view his handiwork, it (allegedly)
454         works now.
456         * configure.in:
457         Oops.  Check for setlocale() to re-enable the i18n support which was
458         accidentally disabled in 4.2.5.
460         * find/find.c:
461         Check to see if the new directory is a transitioned mount point by
462         using its ABSOLUTE name, if we can figure it out.
464         * doc/find.texi:
465         Added guidance on some of the error messages.  Not the most common
466         ones, but the ones where the user might most benefit from some handy
467         hints or an explanation of what is going on.
469         * find/pred.c:
470         Actually emit an error message if we fail to stat a symlink (for
471         reasons other than nonexistence of the link and infinite loop).
473         * doc/texinfo.tex: Updated texinfo.tex
475         * NEWS, configure.in, find/find.c, find/fstype.c:
476         Enable the 'Warning: filesystem XXX has recently been mounted' check on Solaris, which prevents it exiting fatally when traversing an automount mount point
478         * 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:
479         messages changed again
481         * NEWS: Implemented xargs --arg-file.
483         * doc/find.texi, xargs/xargs.1, xargs/xargs.c, NEWS:
484         Implemented xargs --arg-file
486         * find/find.c:
487         Where a filesystem was recently (un)mounted, try togive its full name
489         * configure.in:
490         Try to avoid requesting -lsun if we don't seem to need it (e.g. on
491         UNICOS where it is not present and trying to link against it produces
492         a warning).
494         * find/defs.h, lib/modetype.h: Guard against multiple inclusion
496         * find/fstype.c:
497         We now need <mntent.h> even if we are not using getmntent() to figure
498         out the type of a filesystem, because wd_sanity_check() needs to
499         enumerate the system mount points.
501         * configure.in: Next release will be 4.2.7.
503         * find/fstype.c:
504         get_mounted_filesystems() should use getmntent() if that function is
505         present, rather than just if configure didn't find anything better for
506         filesystem_type_uncached() to use than that.
508         * find/parser.c:
509         If -delete is the only action on a file, don't assume the default
510         -print action too.
512         * 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:
513         Preparation to release findutils-4.2.6.
515         * find/Makefile.am, xargs/Makefile.am:
516         Enable checking of support for --version and --help
518         * locate/Makefile.am:
519         Con't check command-line options for frcode, code or bigram
521         * locate/code.c: Support --version and --help.
523         * ChangeLog: *** empty log message ***
525         * find/defs.h, find/find.c, find/fstype.c, lib/Makefile.am, lib/extendbuf.c, lib/extendbuf.h, NEWS:
526         Avoid fatal error if automount mounts a filesystem on a directory because we chdir()ed into it
528         * configure.in: Next release will be 4.2.6.
530         * find/find.1:
531         Indicate that the '-' flag does work for most fields.   Also provide
532         an example of using the comma operator to traverse the filesystem just
533         once but search for more than one thing.
535         * doc/find.texi: Indicate that the '-' flag does work for most fields.
537 2004-11-19  James Youngman <jay@gnu.org>
539         * configure.in: releaseing findutils-4.2.5
541         * find/testsuite/Makefile.am, locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
542         If a directory has no Makefile.am, omit it from the parent's DIST_SUBDIRS - automake-1.9 requires this
544         * 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:
545         updated by make distcheck
547         * ChangeLog, NEWS: Updated for release 4.2.5.
549         * find/find.1, doc/find.texi:
550         Tell the reader that format flags may not work as they expect.
552         * configure.in:
553         Use the correct name for the macro gl_AC_TYPE_LONG_LONG (not
554         jm_AC_TYPE_LONG_LONG).
556 2004-11-15  James Youngman <jay@gnu.org>
558         * import-gnulib.sh:
559         Avoid test -e because not all systems are POSIX-compliant (bug
560         #11005).  Also don't need regex module any more if we're not building
561         in intl.
563         * Makefile.am, configure.in:
564         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
566         * doc/find.texi:
567         Use @ref not @xref for a reference at the beginning of a sentence.
569         * intl/Makefile.in:
570         Make sure gnulib.lib is on the #include path (Savannah bug #11002)
572         * locate/locate.c:
573         Use base_name instead of basename - fixes Savannah bug 11003.
575         * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, locate/bigram.c, locate/locate.c:
576         Don't need banner to emphasise the location of the call to jy_SORTZ
578 2004-11-12  James Youngman <jay@gnu.org>
580         * 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:
581         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]
583 2004-11-11  James Youngman <jay@gnu.org>
585         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c:
586         Implemented -H and -L options.
588         * find/util.c: Added in the -H and -L options on the usage message.
590 2004-11-10  James Youngman <jay@gnu.org>
592         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
593         Implemented %M and %A+ format specifiers
595         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
596         Documented the fact that only %d and %m format specifiers honour the various formatting flags
598         * xargs/xargs.c:
599         Get the right number of bytes in a Kilobyte (hint: it's not 1048; that
600         was a typo, honest :)
602         * po/pl.po: Applied Polish translations
604 2004-11-08  James Youngman <jay@gnu.org>
606         * 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:
607         distcheck changed the po files again
609         * locate/Makefile.am:
610         Make install-data-hook honour the setting of DESTDIR so that "make
611         DESTDIR=/tmp/foo install" works and puts localstater in the right
612         place.
614         * configure.in: We're now working on findutils-4.2.5.
616         * doc/find.texi, xargs/xargs.1:
617         Point out that xargs -i only splits input items at newlines
619         * ChangeLog: Indicate that we released 4.2.4.
621         * ChangeLog: Updated for release 4.2.4
623         * NEWS, configure.in: Prepare for release of 4.2.4.
625         * NEWS: Brought up to date with latest changes.
627         * 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:
628         Turn warning messages off by default if stdin is not a tty; allow these to be controlled explicitly by options -warn and -nowarn
630         * po/et.po, po/it.po: Updated translation files
632         * po/sk.po: New translation file
634         * po/fr.po, po/nl.po, po/tr.po: Updated translation files
636         * configure.in: Added Slovak (sk) language.
638         * xargs/xargs.c:
639         Enforcing a lower limit on the value specified by -s makes the test
640         suite fail.  Removed that lower limit.
642         * locate/Makefile.am: Oops, multilocate doesn't exist yet.
644         * NEWS: *** empty log message ***
646         * doc/find.texi, locate/updatedb.1, locate/updatedb.sh:
647         Added option --findoptions to updatedb
649         * locate/Makefile.am, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
650         Fixed section numbers in manpage titles and cross-references
652         * NEWS, doc/find.texi, xargs/xargs.1, xargs/xargs.c:
653         Increased the default argument length and improved POSIX compliance of the handling of out-of-range values for the -s option
655 2004-11-07  James Youngman <jay@gnu.org>
657         * m4/Makefile.am:
658         Added in the extra files we need to distribute, nullsort.m4
659         order-bad.bin order-good.bin
661         * doc/find.texi: Documented locate's --limit option
663         * locate/locate.1, locate/locate.c:
664         Implmented --limit and corrected the implementation of the -i option.
666 2004-11-06  James Youngman <jay@gnu.org>
668         * NEWS, doc/find.texi, locate/locate.1:
669         Documented --wholename and --basename and updated the NEWS file
671         * README-CVS:
672         Give the autogen commands in a form that you can usefully cut and paste into a shell
674         * NEWS: Options --null and --count) for locate
676         * lib/nextelem.c:
677         Don't return '.' for an empty path element, because the path we are splitting may not be intended to contain directories
679         * configure.in: we're working on findutils-4.2.4 now
681         * locate/Makefile.am: Substitute @SORT_SUPPORTS_Z@
683         * doc/find.texi:
684         Documented new locate option --null and newline handling
686         * locate/locate.1, locate/locate.c:
687         New locate options --null, --wholename, --basename, --count
689         * locate/frcode.c, locate/updatedb.1, locate/updatedb.sh:
690         correctly handle newlines in the file names
692         * configure.in: Determine if sort -z works
694         * m4/nullsort.m4, m4/order-bad.bin, m4/order-good.bin:
695         jy_SORTZ: a macro to determine if the system has a sort command with a working -z option
697 2004-11-01  James Youngman <jay@gnu.org>
699         * NEWS: Fixed "find -printf '%H\n'".
701         * find/find.c:
702         Avoid segfault if -printf %H is used where the matched file was the default, unspecified starting point, the current directory
704 2004-10-31  James Youngman <jay@gnu.org>
706         * find/find.1, find/parser.c: NetBSD also supports -d.
708         * find/find.1, doc/find.texi:
709         Documented the behaviour of -daystart and -follow in more detail
711         * find/parser.c: Corrected the usage message.
713         * find/parser.c:
714         When deciding whether to issue a warning about options following
715         non-options, ignore any options whose position affects the tests
716         (i.e. -daystart and -follow).
718         * find/parser.c: -daystart is a positional option like -follow.
720         * find/parser.c:
721         Issue a warning message if an option is specified after a test or an
722         action (because the user might have believed that the behaviour of the
723         option is in some way conditional on the preceding tests).
725         * locate/updatedb.sh:
726         Oops; removed some test code that I shouldn't have checked in.
728         * locate/updatedb.sh:
729         Indicate that the old locate database format will shortly be unsupported.
731         * doc/find.texi:
732         Use @direntry instead of hard-coding START-INFO-DIR-ENTRY inside @ifinfo.
734         * locate/updatedb.1: Updated default location of locatedb file.
736         * README-alpha:
737         Updated to give correct FTP location and to not talk about "test"
738         versions of automake, which are no longer required.
740         * locate/updatedb.sh:
741         Incorporated the default list of filesystems to avoid from the Debian
742         package.  Also added /afs and /sfs to the default pruned paths.
744         * configure.in: Released findutils 4.2.3
746         * 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:
747         did make distcheck, which updates these files
749         * find/defs.h, find/fstype.c:
750         Use const qualifier in arguments to filesystem_type() to allow callers with const variables to use them
752         * ChangeLog: Updated.
754         * NEWS: Added new news.
756         * find/find.c:
757         Extra diagnositcs for the case where we have the error "%s changed
758         during execution of %s" - that is when we chdir back to the parent
759         directory only to find that it has changed.
761 2004-10-30  James Youngman <jay@gnu.org>
763         * .cvsignore, NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
764         Implemented the -quit action
766         * NEWS, doc/find.texi, find/find.1, find/parser.c, find/pred.c:
767         Refactored time handling routines in preparation for support of absolute timestamp comparison predicates
769         * locate/locate.c:
770         Applied Savannah patch #2952 ("getline off-by-one bugfix").
772         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
773         Added -delete action (Savannah patch #3454 with additions)
775         * locate/locate.c:
776         Applied Savannah patch #2692 (allowing get_short to process negative integers).
778         * find/find.c:
779         If we are iossuing an error message because $FIND_BLOCK_SIZE is set,
780         ignore the setting of errno.
782         * find/parser.c: More fixes for pedantic compiler warnings
784         * NEWS, find/parser.c, find/tree.c: Eliminated some compiler warnings
786         * find/find.c, find/parser.c, find/pred.c:
787         Various fixes for compiler warninga sbout unreachable code or unused function arguments
789         * intl/plural.y: Silence compiler warning about unused argument.
791         * locate/testsuite/Makefile.am:
792         Subdirectory "inputs" does not exist, so remove it from DIST_SUBDIRS.
794         * locate/locate.c:
795         Corrected the explanation of why we have to use no parentheses around
796         the String argument to the N_ macro in its expansion.
798         * configure.in: Nextr release is 4.2.3.
800         * configure.in: IOndicate this is no longer the pristine release.
802         * NEWS:
803         Oops, comments for release 4.2.0 should have said 20480 bytes, not 2480.
805         * lib/listfile.c:
806         The -ls predicate should not truncate usernames.  Fixes Savannah bug #10800.
808         * find/fstype.c, locate/locate.c:
809         Fixes for Savannah bug #3727 (Intel icc compilation errors).
811 2004-10-25  James Youngman <jay@gnu.org>
813         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
814         Support -printf %D, which prints the device number of the containing filesystem
816         * locate/updatedb.sh:
817         Avoid confusion between James Woods and James Youngman, by using the
818         disambiguating surname.
820         * find/parser.c: Use RE_ICASE instead of re->translate.
822         * configure.in, find/parser.c, find/pred.c, xargs/xargs.c:
823         No need to #define _GNU_SOURCE if we use gl_INIT.
825 2004-10-24  James Youngman <jay@gnu.org>
827         * ChangeLog: Prepared to release findutils-4.2.2.
829         * 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:
830         Updates prior to release of 4.2.2
832         * NEWS: Updated with news for findutils-4.2.2.
834         * 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:
835         Corrected typo in the address of the FSF office
837         * lib/strspn.c: Updated FSF address.
839         * m4/.cvsignore: 'cvs status' should ignore Makefile.in
841         * 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:
842         Use gnulib-tool --import to import the gnulib code, rather than the odd way we were doing it before
844         * 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:
845         Work round an apparent compiler bug in HP-UX 11.23 for
846         ia64
848         * locate/locate.c:
849         Work around what appears to be a C compiler bug in HP-UX 11.23 for
850         ia64.
852         * INSTALL, depcomp, install-sh, missing, mkinstalldirs:
853         Updated from automake
855         * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c, find/find.c:
856         Avoid use of exit() within main, to silence warnings about unreachable code
858 2004-10-22  James Youngman  <jay@gnu.org>
860         * doc/find.texi: Syntax corrections.
862         * doc/find.texi: Indicate that "-exec {}+" is not yet supported.
864         * find/find.1: Indicate that "{}+" is not yet supported.
866         * find/testsuite/find.gnu/name-period.xo, find/testsuite/find.gnu/name-period.exp, find/find.1, doc/find.texi:
867         The -name predicate must allow '*' to match '.foo' as demanded by IEEE
868         Std 1003.2-1992 Interpretation #126.
870         * find/pred.c:
871         Remove use of FNM_PERIOD for -name as demanded by IEEE Std 1003.2-1992
872         Interpretation #126
874         * find/parser.c: Fix for compilation (on AIX 4.3) with GCC 2.x.
876         * xargs/xargs.c:
877         Changed the erorr message issued when there is an unmatched quote to
878         point out that the user might have wanted to use the -0 option instead.
880 2004-10-17  James Youngman  <jay@gnu.org>
882         * configure.in:
883         Define intmax_t if it is not already defined - allows parser.c to compile on AIX 4.3
885         * configure.in:
886         Adjust version number to indicate that this s/w has moved on since the
887         4.2.1 release.
889         * configure.in: preparing to release 4.2.1
891         * ChangeLog: updated with current changes
893         * README-CVS: Updated to go with newer version of gnulib.
895         * 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:
896         preparation for release
898         * NEWS: Mention the changes to "trap".
900         * NEWS: Brought up to date.
902         * import-gnulib.sh:
903         Use xalloc-die module from gnulib, since that has now been split out
905         * find/parser.c:
906         Check fnmatch() when other predicates that rely on fnmatch() are used.
908         * find/parser.c: bug #10701: find needs fnmatch sanitycheck on startup
910 2004-10-16  James Youngman <jay@gnu.org>
912         * import-gnulib.sh:
913         Switch to requirement for GNU fnmatch because it supports FNM_CASEFOLD.
915         * locate/updatedb.sh:
916         Bug #9465: use of signal numbers for 'trap' is deprecated.  Should use
917         names instead.  See
918         http://www.opengroup.org/onlinepubs/009695399/utilities/trap.html,
919         which indicates that support for signal numbers is optional, while
920         support for signal names is mandatory.
922         * configure.in:
923         Indicate that this is the CVS version (once again) now that findutils
924         4.2.0 has been released.
926         * 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:
927         findutils 4.1.20 check-in for tagging
929 2004-10-02  James Youngman <jay@gnu.org>
931         * po/Makefile.in.in:
932         Search in $(top_srcdir) for mkinstalldirs, since that's where we keep it.
934         * NEWS: Brought up to date, organised more clearly, and tidied up.
936         * NEWS: brought up to date with recent changes
938         * locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/ignore_case1.exp, locate/testsuite/locate.gnu/ignore_case3.exp, locate/updatedb.sh:
939         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
941         * find/pred.c:
942         Fixed usage of human_readable() in '%k' format specifier to fix a bug
943         reported by Dmitry V. Levin (arguments to human_readable() were
944         specified in the wrong order, which resulted in a floating-point
945         error).
947 2004-08-08  James Youngman <jay@gnu.org>
949         * locate/updatedb.sh:
950         cd to / to avoid inability to examine the current directory if we're
951         invoked via cron (and hence in root's home directory for example).
953         * doc/find.texi, find/find.1:
954         Deprecate -path and -ipath in favour of -wholename and -iwholename
956         * find/parser.c:
957         As per RMS's suggestion, deprecate -path and -ipath in favour of
958         -wholename and -iwholename.
960         * locate/locate.c:
961         Fixed Savannah bug #9923, in which get_short() returns large positive
962         ints when it should be returning negative shorts.
964         * xargs/xargs.1:
965         Applied documentation improvements suggested by Dan Jacobson
966         <jidanni@jidanni.org>.
968         * xargs/xargs.c:
969         Don't check size_of_environment against arg_max since that causes the
970         test suite to fail.
972         * xargs/xargs.1, xargs/xargs.c: Better documentation for the -i option
974 2004-05-03  James Youngman <jay@gnu.org>
976         * find/find.1:
977         document the various suffixes for -size and also the new 
978         option -ignore_readdir_race
980         * locate/locate.c:
981         Fixes Savannah bug #8623 (failure to check consistency of data 
982         read from locate database)
984         * locate/updatedb.sh:
985         Resolves Savannah bug 4380, that updatedb generates an empty
986         database if one of the commands fails
988         * NEWS: Talk about -ignore_readdir_race
990         * doc/find.texi:
991         Documented -ignore_readdir_race and -noignore_readdir_race
993         * find/find.c:
994         -ignore_readdir_race should have no effect if the reason for the
995          failure of stat(2) was anything other than ENOENT.
997         * find/defs.h, find/find.c, find/parser.c:
998         Fixed Savannah bug 4391 (readdir race condition leading to 
999         spurious error messages)
1001 2004-04-24  James Youngman <jay@gnu.org>
1003         * README-CVS: Corrected the instructions for getting gnulib via CVS.
1005 2004-04-13  James Youngman <jay@gnu.org>
1007         * doc/find.texi:
1008         Actioned Savannah bug #8558 (find complains when it tries to recurse
1009         into directories that it had removed).
1011 2004-03-13  James Youngman <jay@gnu.org>
1013         * ChangeLog: Updated from checkin comments.
1015         * find/find.c:
1016         Oops, there is no access to the predicate name table if DEBUG is 
1017         not #defined.
1019         * find/parser.c:
1020         Detect arithmetic overflow (poorly) in insert_time(), which diagnoses
1021         the failure to handle large arguments to -mtime.  The existing code
1022         does careful computation and then bungs the value into a time_t, which
1023         ruins all our careful effort.  The new code is not a great
1024         improvement.  We just check the result to detect overflow, rather than
1025         actually avoiding the overflow.
1027         * find/find.c:
1028         Fixed Debian bug #185202 by checking for any trailing predicates after
1029         the top-level invocation of get_expr() has done its work.
1031         * locate/locate.1, xargs/xargs.1:
1032         Fixed Debian bug 175372, inappropriate 'L' suffixes on manual 
1033         page section indicators
1035         * find/find.1:
1036         Removed "L" suffixes from manual page section indicators, to fix
1037         Debian bug 175372.
1039         * debian/updatedb.conf:
1040         Updated with list of filesystems from current Debian release.  This
1041         includes devfs, for example.
1043         * xargs/xargs.1:
1044         Modified documentation of "-s" option to take into account the fix for
1045         Debian bug #176201.
1047         * xargs/xargs.c:
1048         Fixed Debian bug #176201, "xargs enviroment size limited to 20k", by
1049         reading a patch offered by Bob Prolux and implementing something
1050         substantially similar myself.
1052 2004-01-03  James Youngman  <jay@gnu.org>
1054         * xargs/xargs.c:
1055         Indicate that prep_child_for_exec() fixes Savannah bug #3992.
1057         * xargs/xargs.c:
1058         Attach the stdin of xargs' child process to /dev/null so that if it
1059         tries to read from its stdin it doesn't consume any of the list of
1060         files that xargs is trying to use.
1062         * find/find.1:
1063         Documented that the -regex option follows Gnulib's re_match() 
1064         implementation.
1066         * NEWS, locate/locate.c: Applied Savannah patch 2108
1068         * xargs/xargs.c: Applied Savannah patch 1500
1070         * find/find.1, doc/find.texi:
1071         Improved the documentation for the %k and %b format specifiers to
1072         -printf (Savannah bug #5034).  Also pointed out that this handling is
1073         different to that used by the "b" and "k" suffixes with "-size".
1075         * find/find.1: Improved the documentation for %k (Savannah bug #5034).
1077         * find/find.1:
1078         Improved the documentation for -print0 in the manpage, fixing Debian
1079         bug 111143.
1081         * README-CVS, find/pred.c, lib/listfile.c:
1082         Brought up-to-date with change in gnulib's human.c - we no longer 
1083         use human_readable_inexact(), because it is no longer provided.
1085 2003-08-08  James Youngman  <jay@gnu.org>
1087         * find/find.1:
1088         Documented the fact that -printf also supports the '\0' escape code.
1089         Added "STANDARDS CONFORMANCE" section.
1091 2003-08-02  James Youngman  <jay@gnu.org>
1093         * find/find.1:
1094         Explain that braces are not special when performing filename matching
1095         with -name.
1097         * find/find.1:
1098         added example of the use of -exec to the EXAMPLES section
1100         * find/fstype.c, locate/locate.c:
1101         Savannah bug #4295 - implicit declarations of ctype.h functions
1103         * locate/locate.c:
1104         Savannah bug #4279 - missing newline on locate help message
1106         * find/find.1, xargs/xargs.1:
1107         Improved discussion of the -print0 option of find and the -0 option of xargs
1109 2003-06-26  James Youngman  <jay@gnu.org>
1111         * import-gnulib.sh:
1112         Remove reference to nonexistent module "basename" ("dirname" exists
1113         and we already use that).
1115 2003-06-21  James Youngman  <jay@gnu.org>
1117         * doc/find.texi:
1118         Indicate that xargs stops immediately if a command exits with status 255
1120         * xargs/xargs.1:
1121         Document the fact that xargs exits immediately with an error message
1122         if the command it executes exits with a status of 255.
1124 2003-06-18  James Youngman  <jay@gnu.org>
1126         * find/find.1:
1127         Indicate that -fls and friends always create their output file
1129 2003-06-16  James Youngman  <jay@gnu.org>
1131         * ChangeLog, find/find.1, locate/locate.1, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
1132         Added BUGS section to manual pages.   This section includes information about known bugs and how to report new bugs.
1134         * AUTHORS: Identify the current maintainer.
1136         * TODO: Removed the TODO items which have now been done.
1138         * THANKS: Added Bruno Haible and Bob Prolux.
1140         * xargs/xargs.c: xargs/xargs.c (DO_MULTIBYTE): New macro.
1141         (mbstrstr): New function.
1142         (do_insert): Use it instead of strstr.
1144         * config.guess, config.sub:
1145         Use config.guess and config.sub from automake
1147         * find/fstype.c:
1148         Bruno Haible: (fstype_to_string) Don't define this function if
1149         HAVE_F_FSTYPENAME_IN_STATFS is defined.
1151         * configure.in:
1152         Bruno Haible: Prefer the 4.4BSD API (if present) to the 4.3BSD API,
1153         because some 4.4BSD systems have <mntent.h> but no /etc/mtab file.
1155         * doc/find.texi, find/find.1:
1156         Applied patch 1498 (documenting the backslash escape sequence)
1158         * locate/updatedb.sh: Applied (my own version of) Savannah patch 1601.
1160         * doc/find.texi:
1161         Applied Savannah patch #1547 (document the fact that printf
1162         field-width specifiers are supported).
1164         * xargs/xargs.c:
1165         Applied Savannah patch #1499 (adds final newline to usage message).
1167 2003-06-14  James Youngman  <jay@gnu.org>
1169         * NEWS, configure.in:
1170         Updated version number to 4.2.0-CVS [not ready for release yet]
1172         * 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:
1173         Merged changes made for version 4.1.20 onto the trunk
1175         * README-CVS, find/defs.h, find/find.c, find/pred.c, lib/listfile.c:
1176         Update code to reflect gnulib's changes to the arguments of human_readable().   Drop support for "FIND_BLOCK_SIZE" environment variable
1178 2003-05-26  James Youngman  <jay@gnu.org>
1180         * lib/wait.h: re-added wiat.h.
1182         * configure.in, lib/Makefile.am:
1183         Corrections to allow compilation on MacOS X
1185         * 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:
1186         Changes to allow compilation on non-GNU systems (i.e. for the macros that gnulib decides to #define to be effective)
1188 2003-05-24  James Youngman  <jay@gnu.org>
1190         * 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:
1191         also need stpcpy (e.g. for Solaris)
1193         * intl/dcigettext.c:
1194         plural_lookup: don't use a variable called "index", because we may
1195         have done "#define strchr index", in which case using a variable
1196         called index will prevent us calling strchr(p, ch) in the same scope.
1198         * 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:
1199         Updated copyright years and the address of the FSF
1201         * aclocal.m4, config.h.in, configure:
1202         Removed files that are generated from other files (e.g. configure)
1204         * NEWS: Updated NEWS file for 4.1.20.
1206         * 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:
1207         Updates to the i18n files to ensure that 'make dist' succeeds
1209         * lib/posix/.cvsignore, lib/posix/Makefile.am,
1210         lib/posix/Makefile.in, lib/posix/regex.h, lib/strftime.c,
1211         lib/strncasecmp.c, lib/strspn.c, lib/strstr.c, lib/strtol.c,
1212         lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c, lib/wait.h,
1213         lib/waitpid.c, lib/xalloc.h, lib/xgetcwd.c, lib/xmalloc.c,
1214         lib/xstat.in, lib/xstrdup.c, lib/xstrtol.c, lib/xstrtol.h,
1215         lib/xstrtoul.c, lib/xstrtoul.h, lib/xstrtoumax.c, lib/yesno.c,
1216         locate/Makefile.am, locate/Makefile.in, locate/locate.c,
1217         locate/testsuite/Makefile.in, m4/.cvsignore, m4/ChangeLog,
1218         m4/Makefile.am, m4/Makefile.am.in, m4/Makefile.in, m4/README,
1219         m4/afs.m4, m4/assert.m4, m4/c-bs-a.m4, m4/check-decl.m4,
1220         m4/codeset.m4, m4/d-ino.m4, m4/d-type.m4, m4/error.m4,
1221         m4/fnmatch.m4, m4/fnmatchcase.m4, m4/fstypename.m4, m4/getline.m4,
1222         m4/gettext.m4, m4/glibc.m4, m4/glibc21.m4, m4/iconv.m4,
1223         m4/inttypes_h.m4, m4/isc-posix.m4, m4/jm-glibc-io.m4,
1224         m4/jm-macros.m4, m4/jm-mktime.m4, m4/lcmessage.m4, m4/libintl.m4,
1225         m4/link-follow.m4, m4/ls-mntd-fs.m4, m4/lstat-slash.m4,
1226         m4/lstat.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/memcmp.m4,
1227         m4/prereq.m4, m4/progtest.m4, m4/readdir.m4, m4/realloc.m4,
1228         m4/regex.m4, m4/st_dm_mode.m4, m4/st_mtim.m4, m4/stat.m4,
1229         m4/strerror_r.m4, m4/strftime.m4, m4/timespec.m4, m4/uintmax_t.m4,
1230         m4/ulonglong.m4, m4/xstrtoumax.m4, xargs/Makefile.am,
1231         xargs/Makefile.in, xargs/testsuite/Makefile.in,
1232         find/testsuite/Makefile.in, lib/.cvsignore, lib/Makefile.am,
1233         lib/Makefile.in, lib/alloca.c, lib/ansi2knr.1, lib/ansi2knr.c,
1234         lib/argmatch.c, lib/argmatch.h, lib/basename.c, lib/basename.h,
1235         lib/dirname.c, lib/dirname.h, lib/error.c, lib/error.h,
1236         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/fnmatch.c,
1237         lib/fnmatch.h, lib/getline.c, lib/getline.h, lib/getopt.c,
1238         lib/getopt.h, lib/getopt1.c, lib/human.c, lib/human.h,
1239         lib/idcache.c, lib/malloc.c, lib/memcmp.c, lib/memcpy.c,
1240         lib/memset.c, lib/mktime.c, lib/modechange.c, lib/modechange.h,
1241         lib/pathmax.h, lib/quotearg.c, lib/quotearg.h, lib/realloc.c,
1242         lib/regex.c, lib/regex.h, lib/rpmatch.c, lib/savedir.c,
1243         lib/savedir.h, lib/stpcpy.c, lib/strcasecmp.c, lib/strdup.c,
1244         find/Makefile.am, find/Makefile.in, find/find.c, find/pred.c:
1245         Updated to work with current version of gnulib
1247         * import-gnulib.sh: New file.
1249         * config.h.in, configure, configure.in, doc/Makefile.in, import-gnulib.sh:
1250         Updated to work with current version of gnulib
1252         * README-CVS: New file.
1254         * Makefile.am, Makefile.in, README-CVS, aclocal.m4:
1255         Updated to work with current version of gnulib
1257 2001-06-09  Kevin Dalley  <kevin@seti.org>
1259         * intl/plural.c:
1260         Changes the location of bison.simple after running bison on local
1261         machine
1263         * ChangeLog: *** empty log message ***
1265         * Makefile.in, aclocal.m4, config.h.in, configure,
1266         doc/Makefile.in, find/Makefile.in, find/testsuite/Makefile.in,
1267         lib/Makefile.in, lib/posix/Makefile.in, locate/Makefile.in,
1268         locate/testsuite/Makefile.in, m4/Makefile.in, xargs/Makefile.in,
1269         xargs/testsuite/Makefile.in: Updates mostly from gettext-0.10.38
1271         * ABOUT-NLS: * ABOUT-NLS: updated from gettext-0.10.38.
1273         * configure.in: * configure.in: add tr to ALL_LINGUAS.
1275         * intl/config.charset, intl/dcigettext.c, intl/dcngettext.c,
1276         intl/dngettext.c, intl/libgnuintl.h, intl/localcharset.c,
1277         intl/locale.alias, intl/ngettext.c, intl/plural.y,
1278         intl/ref-add.sin, intl/ref-del.sin: updated from gettext-0.10.38
1280         * intl/cat-compat.c, intl/linux-msg.sed, intl/po2tbl.sed.in,
1281         intl/xopen-msg.sed, m4/ChangeLog: *** empty log message ***
1283         * m4/jm-macros.m4:
1284         * jm-macros.m4 (jm_MACROS): remove jm_ICONV, which is replaced by
1285         AM_ICONV, which is imported from gettext-0.10.38.  removed
1286         jm_GLIBC21, which is required in AM_GNU_GETTEXT, which is
1287         imported from gettext-0.10.38.
1289         * po/stamp-cat-id:      * stamp-cat-id: Remove file.
1291         * po/Makefile.in.in:    * Makefile.in.in: Upgrade to gettext-0.10.38.
1293         * po/ChangeLog:         * cat-id-tbl.c: Remove file.
1295         * po/de.po, po/es.po, po/et.po, po/fr.po:
1296         * fr.po, et.po, es.po, de.po: updated translations to
1297         findutils-4.1.7.
1299         * po/tr.po: * tr.po:  New Turkish translation.
1301         * m4/ChangeLog: *** empty log message ***
1303         * intl/dgettext.c, intl/explodename.c, intl/finddomain.c,
1304         intl/gettext.c, intl/gettext.h, intl/gettextP.h,
1305         intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
1306         intl/libgettext.h, intl/loadinfo.h, intl/loadmsgcat.c,
1307         intl/localealias.c, intl/plural.c, intl/textdomain.c,
1308         intl/ChangeLog, intl/Makefile.in, intl/VERSION,
1309         intl/bindtextdom.c, intl/dcgettext.c: Updated from gettext-0.10.38
1311         * m4/Makefile.am:
1312         reflects addition of codeset.m4 from gettext-0.10.38, automatically
1313         generated.
1315         * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4,
1316                 m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4: *
1317                 progtest.m4, lcmessage.m4, isc-posix.m4, iconv.m4,
1318                 glibc21.m4, gettext.m4, codeset.m4: updated from
1319                 gettext-0.10.38.
1321         * ChangeLog: *** empty log message ***
1323         * THANKS: added "Gerrit P. Haase" <gerrit.haase@t-online.de>
1325         * m4/ChangeLog, locate/testsuite/.cvsignore,
1326         xargs/testsuite/.cvsignore, config.h.in, configure, aclocal.m4,
1327         doc/.cvsignore: *** empty log message ***
1329         * m4/jm-macros.m4:      * jm-macros.m4 (jm_MACROS): add jm_FSTYPENAME
1331         * doc/Makefile.in: *** empty log message ***
1333         * doc/Makefile.am:
1334         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
1335         created by dvips.  This should be taken care of by automake, but
1336         the code is commented out.
1338 2001-06-09  Kevin Dalley  <kevin@seti.org>
1340         * ABOUT-NLS: updated from gettext-0.10.38.
1342         * configure.in: add tr to ALL_LINGUAS.
1344         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
1345         created by dvips.  This should be taken care of by automake, but
1346         the code is commented out.
1348 2001-06-05  Kevin Dalley  <kevin@seti.org>
1350         * locate/updatedb.sh: replace "whoami" with "id -u" when testing
1351         for root.
1353 2001-06-04  Kevin Dalley  <kevin@seti.org>
1355         * locate/testsuite/Makefile.am (DIST_SUBDIRS): remove second
1356         instance of DIST_SUBDIRS.
1358         * locate/Makefile.am (install-data-hook): changed install target
1359         to install-data-hook, which still installs other files.
1361         * doc/Makefile.am (MOSTLYCLEANFILES): added find.cps, which should
1362         probably be handled by automake.
1364         * doc/mdate-sh: removed file in doc directory.  It now exists only
1365         in top_srcdir, but this changed required a patch to automake.
1367 2001-05-20  Kevin Dalley  <kevin@seti.org>
1369         * Version 4.1.7
1370         
1371         * lib/Makefile.am (EXTRA_DIST): add strcasecmp.c
1373         * find/testsuite/Makefile.am (EXTRA_DIST): new tests:
1374         find.gnu/name-opt.exp find.gnu/perm.exp find.gnu/perm.xo
1375         find.gnu/prune-default-print.exp find.gnu/prune-default-print.xo
1377         * configure.in: update to 4.1.7
1379         * config.sub, config.guess: upgraded to recent versions of
1380         config.sub and config.guess.
1382         * locate/updatedb.sh: Add space to "#! /bin/sh"
1384         * configure.in: Add id to ALL_LINGUAS
1386         * lib/Makefile.am (EXTRA_DIST):  getline.[ch] added
1387         (libfind_a_SOURCES): getline.[ch] removed since getline.c is not
1388         always needed.
1390 2001-05-20  Lionel CONS <lionel.cons@cern.ch>
1392         * find/find.c: Fixed security holes.  1.  There is a race
1393         condition between the lstat() to detect a symbolic link and the
1394         actual chdir().  2.  An attacker can move directories while find
1395         is _inside_ so that chdir(..) goes out of the intended file tree.
1397         * lib/modetype.h: support for Solaris door files is added.
1399         * lib/filemode.c: S_ISDOOR is undef'ed if STAT_MACROS_BROKEN
1401         * find/pred.c (pred_type): -D option (for Solaris door files) is
1402         added.
1404         * find/parser.c (insert_type):  -D option (for Solaris door files)
1405         is added. 
1407         * find/find.1: -D option (for Solaris door files) is documented
1409         * doc/find.texi (Type): -D option (for Solaris door files) is
1410         documented
1412 2001-05-02  Kevin Dalley  <kevin@seti.org>
1414         * configure.in: Change AC_CHECK_MEMBERS to conform to new
1415         autoconf.  Add Danish.
1417 2001-01-20  Kevin Dalley  <kevin@seti.org>
1419         * doc/find.texi (Adding Tests): Place space in "#! /bin/sh".
1421         * find/testsuite/find.gnu/prune-default-print.xo,
1422         find/testsuite/find.gnu/prune-default-print.exp: test for "find
1423         . -prune" which passes after changes.  Also see name-opt.exp.
1425         * find/util.c (get_new_pred):
1426         * find/tree.c (set_new_parent):
1427         * find/parser.c (various parse functions):
1428         * find/find.c (main): 
1429         (default_prints): new function 
1430         * find/defs.h (struct predicate): added no_default_print
1431         side_effects are no separated from no_default_print.  predicates
1432         which cause side effects should not be reordered (optimized).
1433         predicates which cause printing should have printing turned off.
1434         Printing statements also cause side effects.
1436 2000-10-29  Bruno Haible <haible@ilog.fr>
1438         * locate/code.c (main), doc/find.texi: improve handling of
1439         non-ASCII characters used old format.
1441 2000-10-21  Paul Eggert  <eggert@twinsun.com>
1443         If open + fchdir fails, fall back on xgetcwd + chdir.
1444         The old code tested for this at compile-time,
1445         but SunOS 4.1.4 fchdir can fail at run-time.
1447         * find/defs.h (fchdir): Define to -1 if not available.
1448         * find/defs.h (starting_dir, starting_desc):
1449         Always declare.  starting_dir now points to const.
1450         * find/find.c (starting_dir, starting_desc): Likewise.
1451         * find/find.c (starting_dir):
1452         Now "." if starting_desc is nonnegative, for benefit of diagnostics.
1453         (main, process_top_path, process_dir):
1454         If open + fchdir fails, fall back on xgetcwd + chdir.
1455         * find/pred.c (launch): Likewise.
1457 2000-10-20  Kevin Dalley  <kevin@seti.org>
1459         * xargs/xargs.c, locate/updatedb.sh, locate/locate.c (usage),
1460         find/parser.c (parse_help): add bug reporting address to help
1462 2000-10-13  Kevin Dalley  <kevin@seti.org>
1464         * depcomp, lib/depcomp: depcomp moved from lib to .
1466 2000-10-11  Kevin Dalley  <kevind@rahul.net>
1468         * Version 4.1.6
1469         
1470         * locate/testsuite/config/unix.exp: set PRUNEFS to "" for the
1471         testsuite. 
1473 2000-10-10  Bruno Haible <haible@ilog.fr>
1475         * lib/Makefile.am (libfind_a_SOURCES): added yesno.c
1477         * lib/yesno.c, lib/rpmatch.c: new files.
1479         * find/pred.c: use function yesno().
1481 2000-10-10  Kevin Dalley  <kevind@rahul.net>
1482         
1483         * locate/testsuite/Makefile.am: Added missing \ at end of
1484         EXTRA_DIST lines.
1486         * locate/testsuite/locate.gnu/ignore_case3.xo,
1487         locate/testsuite/locate.gnu/ignore_case3.exp,
1488         locate/testsuite/locate.gnu/ignore_case2.exp,
1489         locate/testsuite/locate.gnu/ignore_case1.xo,
1490         locate/testsuite/locate.gnu/ignore_case1.exp: place locatedb
1491         inside tmp directory, add subdir directory under tmp.
1493         * locate/testsuite/config/unix.exp: clean up tmp after test is
1494         finished. 
1496 2000-10-10  Kevin Dalley  <kevind@rahul.net>
1498         * locate/testsuite/config/unix.exp (Repository): 
1500 2000-10-09  Kevin Dalley  <kevind@rahul.net>
1502         * lib/fnmatch.c, lib/fnmatch.h: reverted to older version of
1503         fnmatch which works with Solaris.
1505         * locate/testsuite/config/unix.exp: dejagnu unix.exp
1507         * xargs/testsuite/config/unix.exp: remove temporary file
1509         * xargs/xargs.c: spelling correction
1511         * m4/prereq.m4: updated and changed some macros
1513         * m4/jm-macros.m4: replaced jm_FUNC_FNMATCH with
1514         kd_FUNC_FNMATCH_CASE_REPL 
1516         * m4/timespec.m4, m4/strerror_r.m4, m4/mbstate_t.m4,
1517         m4/largefile.m4, m4/gettext.m4, m4/fnmatchcase.m4, m4/d-type.m4,
1518         m4/d-ino.m4, m4/c-bs-a.m4: new m4 macros.
1520         * m4/Makefile.am: add fnmatchcase.m4 and mbstate_t.m4
1522         * locate/testsuite/locate.gnu/ignore_case3.xo,
1523         locate/testsuite/locate.gnu/ignore_case3.exp,
1524         locate/testsuite/locate.gnu/ignore_case2.xo,
1525         locate/testsuite/locate.gnu/ignore_case2.exp,
1526         locate/testsuite/locate.gnu/ignore_case1.xo,
1527         locate/testsuite/locate.gnu/ignore_case1.exp,
1528         locate/testsuite/config/unix.exp: tests related to "--ignore-case"
1529         option.
1531         * locate/testsuite/locate.gnu: testsuite directory
1533         * locate/testsuite/Makefile.am (Repository): 
1535         * locate/testsuite: add directory for locate testsuite
1537         * po/findutils.pot: updated file
1539         * po/sv.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po,
1540         po/it.po, po/gl.po, po/fr.po, po/et.po, po/es.po, po/de.po:
1541         updated various po files.
1543         * locate/updatedb.sh: export TMPDIR, which is used by child
1544         processes.
1546         * locate/locate.1, locate/locate.c:  add "--ignore-case" option.
1548         * locate/Makefile.am: add testsuite subdirectory
1550         * find/testsuite/find.gnu/perm.xo,
1551         find/testsuite/find.gnu/perm.exp,
1552         find/testsuite/find.gnu/name-opt.xo,
1553         find/testsuite/find.gnu/name-opt.exp: added test suites
1555         * configure.in: add locate/testsuite/Makefile
1557         * doc/find.info*: removed from repository
1559         * doc/find.texi: add documentation for "-i" option.
1561         * aclocal.m4: removed from repository, as it is generated.
1563         * find/pred.c: fixes problem with "find -perm -0100".
1565         * lib/lstat.c, lib/stat.c: removed from repository.  These files
1566         are generated from lib/xstat.in.
1568 2000-08-24  Kevin Dalley  <kevind@rahul.net>
1570         * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s}.
1572 2000-05-13  Kevin Dalley  <kevind@rahul.net>
1574         * find/tree.c (opt_expr): move iname and ipath to the front of the
1575         list of arguments.
1577         * doc/find.texi (Directories): changed wording for "-prune".
1579         * find/parser.c (parse_prune): set side_effects to true, to
1580         prevent prune from being moved in opt_expr.
1582 2000-04-12  Kevin Dalley  <kevind@rahul.net>
1584         * doc/find.texi, doc/permi.texi: fix spellings, add LocalWords.
1586         * lib/Makefile.am: put getline.c back into libfind_a_SOURCES,
1587         since getstr is needed.
1589         * Version 4.1.5
1590         
1591         * po/POTFILES.in: updated list of files, updated po files.
1594 2000-04-02  Paul Eggert  <eggert@twinsun.com>
1596         Add support for large files, and port to Solaris 8 and earlier
1597         versions.
1599         * lib/human.c (getenv): Depend on NEED_GETENV_DECL, not
1600         HAVE_DECL_GETENV.
1602         * lib/strftime.c (my_strftime): Make sure we call the system
1603         strftime, not ourselves, when invoking the underlying strftime.
1604         
1605         * m4/check-decl.m4 (jm_CHECK_DECLS): Remove memchr, nanosleep.
1607         * m4/jm-macros.m4 (jm_MACROS): Don't check for utime.h.  Do not
1608         require jm_BISON, jm_CHECK_TYPE_STRUCT_UTIMBUF, jm_FUNC_LCHOWN,
1609         jm_FUNC_CHOWN, jm_FUNC_NANOSLEEP, jm_FUNC_GROUP_MEMBER,
1610         jm_FUNC_PUTENV, jm_FUNC_GETGROUPS, AM_FUNC_GETLOADAVG,
1611         jm_SYS_PROC_UPTIME, jm_FUNC_FTRUNCATE, jm_FUNC_UTIME.  Do not
1612         replace strcasecmp, dup2, gethostname, getusershell, stime,
1613         strcspn, strpbrk, euidaccess, mkdir, rmdir, rpmatch, strndup,
1614         strverscmp, memchr, memmove.  Do not check for declaration of
1615         lchown.  Remove invocations of AM_FUNC_OBSTACK, AM_FUNC_STRTOD,
1616         POW_LIBM, jm_LANGINFO_CODESET, jm_ICONV.  Remove df tests.
1617         (jm_CHECK_ALL_TYPES): Include <sys/stat.h> when checking for
1618         struct stat.st_blksize.
1620         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set environment variable
1621         in shell rather than using putenv, which isn't portable.
1622         
1623         * COPYING, lib/alloca.c, lib/dirname.c, lib/error.c,
1624         lib/savedir.c, lib/strstr.c, m4/check-decl.m4, m4/d-ino.m4,
1625         m4/d-type.m4, m4/getline.m4, m4/jm-glibc-io.m4, m4/jm-macros.m4,
1626         m4/jm-mktime.m4, m4/ls-mntd-fs.m4, m4/memcmp.m4, m4/prereq.m4,
1627         m4/readdir.m4, m4/regex.m4, m4/strftime.m4, m4/uintmax_t.m4: Sync
1628         to latest version from sh-utils-2.0g.
1630         * config.guess, config.sub, lib/argmatch.c, lib/argmatch.h,
1631         lib/human.c, lib/human.h, lib/memcpy.c, lib/quotearg.c,
1632         lib/quotearg.h, lib/strtoull.c, lib/strtoumax.c,
1633         lib/xstrtoumax.c, m4/c-bs-a.m4, m4/gettext.m4,
1634         m4/largefile.m4, m4/lcmessage.m4, m4/link-follow.m4,
1635         m4/progtest.m4, m4/strerror_r.m4, m4/timespec.m4,
1636         m4/xstrtoumax.m4: New files, taken from sh-utils-2.0g.
1638         * lib/ansi2knr.1, lib/ansi2knr.c, lib/basename.c, lib/getopt.h,
1639         lib/fnmatch.c, lib/fnmatch.h, lib/modechange.c: Sync to latest
1640         unreleased version of GNU tar (between 1.13.17 and 1.13.18).
1642         * lib/basename.h, lib/waitpid.c: New files, taken from same
1643         version of GNU tar.
1644         
1645         * lib/regex.c, lib/regex.h: Sync to GNU grep 2.4.2.
1647         * lib/posix/Makefile.am, lib/posix/regex.h: New files, taken from
1648         GNU grep 2.4.2.
1650         * lib/strftime.c: Sync to textutils 2.0e.
1651         
1652         * acconfig.h, depcomp, lib/strcasecmp.c, m4/check-type.m4,
1653         m4/const.m4, m4/decl.m4, m4/lfs.m4, m4/mktime.m4, m4/perl.m4,
1654         m4/putenv.m4, m4/uptime.m4, m4/utimbuf.m4, m4/utime.m4,
1655         m4/utimes.m4: Remove these files; no longer needed.
1657         * configure.in (AC_CANONICAL_HOST, AC_SYS_LARGEFILE,
1658         jm_AC_TYPE_UINTMAX_T): Add.
1659         (CACHE_IDS, FSTYPE_STATVFS, FSTYPE_USG_STATFS, FSTYPE_AIX_STATFS,
1660         FSTYPE_MNTENT, FSTYPE_STATFS, FSTYPE_GETMNT): Add comment, so that
1661         we don't need acconfig.h.
1662         (AC_CHECK_TYPE): Add ssize_t.
1663         (AC_REPLACE_FUNCS): Add waitpid.
1664         (AC_CHECK_FUNCS): Remove basename.
1665         (AC_FUNC_MKTIME): Remove.
1666         (LIBOBJS): Add no-ops to work around automake 1.4 bug.
1667         (AC_OUTPUT): Add lib/posix/Makefile.
1669         * find/defs.h: Include <config.h>, <sys/types.h>, <sys/stat.h>,
1670         <stdio.h>, <limits.h>, <inttypes.h>.  All includers changed to not
1671         include these files, and to include "defs.h" first (since config.h
1672         must be included first).
1673         (CHAR_BIT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
1674         S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, MOD_WXUSR,
1675         MODE_R, MODE_RW, MODE_RWX, MODE_ALL): New macros.
1676         (enum permissions_type): New enum.
1677         (struct long_val.negative): New member.
1678         (struct long_val.l_val): Now uintmax_t, not unsigned long.
1679         (struct size_val.size): Likewise.
1680         (struct perm_val): New type.
1681         (struct predicate.perm): Now struct perm_val, not unsigned long.
1682         (struct predicate.type): Now mode_t, not unsigned long.
1683         (list_file): New parameters current_time, output_block_size.
1684         All callers changed.
1685         (savedir, basename): Remove decls.
1686         (output_block_size, start_time): New extern vars.
1688         * find/find.c: Include <human.h>, <savedir.h>.
1689         (output_block_size, start_time): New vars.
1690         (main): Initialize them.  No need to check for negative st_size,
1691         since savedir now does it for us.
1693         * find/fstype.c: Include "dirname.h".
1694         (xatoi): Remove.
1695         (filesystem_type_uncached): Use xstrtoumax instead of xatoi.
1696         
1697         * find/parser.c: Include "xstrtol.h".
1698         (get_num_days, get_num, parse_amin, parse_cmin, parse_mmin,
1699         parse_size, parse_used, insert_time, insert_num): Compute using
1700         uintmax_t, not unsigned long.
1701         (parse_amin, parse_cmin, parse_mmin, parse_used, insert_time):
1702         Keep track of whether time was negative before converting it to an
1703         unsigned type.
1704         (parse_daystart): Don't assume that localtime succeeds; e.g. it
1705         can fail with 64-bit time_t and 32-bit tm_year.
1706         (parse_perm, insert_type): Compute using mode_t, not unsigned
1707         long.
1708         (insert_type): Use symbolic constants like MODE_ALL instead of
1709         traditional ones like 07777.  Set new kind member to indicate
1710         permissions type, instead of using unportable magic numbers.
1711         (make_segment): We will use human_readable to convert most numeric
1712         values, so simplify the cases.
1713         (get_num_days): Write in terms of get_num, to avoid duplicated
1714         code.
1715         (insert_time, insert_num): When debugging, convert large values to
1716         uintmax_t and output with %ju.
1717         (get_num): Use xstrtoumax to do the real work.
1719         * find/pred.c: Include "basename.h", "human.h".
1720         (DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKSIZE): New macros, taken from
1721         fileutils.
1722         (ST_NBLOCKS): Replace with fileutils defn.
1723         (MAX): New macro.
1724         (ctime_format): New function.
1725         (pred_fprintf, format_date): Use human_readable to output large
1726         numbers portably.
1727         (pred_fprintf): Use ctime_format to output ctime-style dates.  Use
1728         base_name to compute the base name of a path.  With %m, output the
1729         mode portably using traditional numbers, even if the host uses
1730         some other numbering scheme.
1731         (pred_iname, pred_name): basename -> base_name.
1732         (pred_perm): Use new kind member to deduce permissions type,
1733         instead of relying on magic numbers.
1734         (pred_size): Compute using uintmax_t, not unsigned long.  Avoid
1735         overflow if file size is near the maximum.
1736         (pred_type): Compute using mode_t, not unsigned long.
1737         (launch): Use waitpid, not wait.  Check for EINTR.
1738         (format_date): Don't assume that localtime succeeds.
1740         * find/util.c (basename): Remove; we now use base_name.
1742         * lib/Makefile.am (SUBDIRS): New macro.
1743         (libfind_a_SOURCES): Add argmatch.h, argmatch.c, basename.h,
1744         basename.c, human.c, human.h, quotearg.c, quotearg.h, xstrtoumax.c.
1745         Remove error.h, error.c, getline.c.
1746         (EXTRA_DIST): Add mktime.c, regex.c.
1748         * lib/listfile.c: Include "human.h".
1749         (alloca): Declare, or include appropriate files to declare.
1750         (DEV_BSIZE, ST_NBLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE): New macros.
1751         (convert_blocks): Remove.
1752         (list_file): New current_time and output_block_size args.
1753         Revamp quite a bit, to handle large numbers correctly
1754         and to match GNU ls behavior more closely.
1756         * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4, gettext.m4,
1757         largefile.m4, lcmessage.m4, link-follow.m4, progtest.m4,
1758         strerror_r.m4, xstrtoumax.m4.  Remove check-type.m4, const.m4,
1759         decl.m4, lfs.m4, mktime.m4, perl.m4, putenv.m4, timespec.m4,
1760         uptime.m4, utimbuf.m4, utime.m4, utimes.m4.
1762         * xargs/xargs.c (wait_for_proc): Retry wait if it fails with
1763         errno == EINTR.
1765 2000-04-05  Kevin Dalley  <kevind@rahul.net>
1767         * xargs/Makefile.am:  add ansi2knr
1769         * xargs/xargs.c: add macros PARAMS rather than P_.  Add
1770         prototypes.
1772         * po/POTFILES: new file listing all POFILES.
1774         * m4/gl.po, m4/et.po: new files
1776         * m4/Makefile.am.in:  updated file
1778         * m4: update directory
1780         * locate/Makefile.am: create updatedb from updatedb.sh
1782         * locate/updatedb.sh, locate/updatedb.in: removed file.  Replaced
1783         by updatedb.sh
1785         * locate/frcode.c, locate/code.c, locate/bigram.c: add macros
1786         PARAMS rather than P_.  Add prototypes.
1788         * lib/xstat.in: new file
1790         * lib/Makefile.am: update to latest versions of library files.
1792         * find/testsuite/Makefile.am: add CLEANFILES
1794         * find/util.c: remove definition of basename
1795         
1796         * find/util.c, find/tree.c, find/pred.c, find/parser.c,
1797         find/fstype.c, find/find.c, find/defs.h: add macros PARAMS rather
1798         than P_, for consistency, change to prototypes
1800         * find/Makefile.am: Add prototypes and ansi2knr
1802         * configure.in: add Galition and Estonian languages.
1803         Miscellaneous other fixes.
1804         
1806 2000-03-11  Kevin Dalley  <kevind@rahul.net>
1808         * lib/basename.c: Add file from libit.
1809         * lib/Makefile.am (libfind_a_SOURCES): add basename.c since it is
1810         no longer replaceable.
1812         * find/util.c: Remove definition of basename, which is now in
1813         lib/basename.c (as base_name).
1814         * find/pred.c: Use base_name, not basename.
1815         * find/defs.h: Likewise.
1817         * configure.in : Don't replace basename.  Now we use only
1818         base_name.
1820 2000-02-26  Kevin Dalley  <kevind@rahul.net>
1822         * Version 4.1.4
1823         
1824         * lib/strtoul.c: added to distribution
1825         
1826         * configure.in: added strtoul to AC_REPLACE_FUNCS
1828         * configure.in: added jm_CHECK_ALL_TYPE
1830 2000-02-23  Kevin Dalley  <kevind@rahul.net>
1832         * po/ChangeLog: removed, merged with top-level ChangeLog.
1833         
1834         * po/de.po: new version of German file.
1835         
1836         * po/gl.po, po/et.po: new languages, Estonian and Galician.
1838         * locate/updatedb.sh (PRUNEFS): enclose paths in quotes
1840 2000-02-17  Kevin Dalley  <kevind@rahul.net>
1842         * po/it.po: new version of Italian file.
1843         
1844         * locate/updatedb.sh (prunefs_exp): have sed statement use '*'
1845         rather than the often unsupported '+'.
1847 2000-02-13  Kevin Dalley  <kevind@rahul.net>
1849         * configure.in: removed AC_ARG_PROGRAM, which is already in
1850         AM_INIT_AUTOMAKE. 
1852         * locate/Makefile.am (updatedb), locate/updatedb.sh: add
1853         transforms of find, frcode, bigram, and code back into
1854         updatedb.sh, which were accidentally removed.
1856 2000-02-12  Kevin Dalley  <kevind@rahul.net>
1858         * lib/wait.h: updated address.
1860 2000-01-26  Kevin Dalley  <kevind@rahul.net>
1862         * Version 4.1.3
1864         * acconfig.h: added internationalization.
1866         * intl/*: copied from tar-1.13.17.
1868         * locate/Makefile.am, locate/locate.c, locate/code.c:
1869         internationalized file.
1871         * locate/frcode.c, locate/bigram.c: include headers from ../lib
1872         directory.
1874         * xargs/Makefile.am, xargs/xargs.c: internationalized directory.
1876 2000-01-26  Kevin Dalley  <kevind@rahul.net>
1878         * POTFILES.in: added list of files with translatable strings.
1880         * de.po, es.po, fr.po, it.po, ko.po, nl.po, pl.po, pt_BR.po,
1881         ru.po, sv.po: New, slightly out of date, files imported from the
1882         Translation Project: http://www.iro.umontreal.ca/contrib/po/HTML/,
1883         German, Spanish, French, Italian, Korean, Dutch, Polish, Brazilian
1884         Portuguese.
1887 2000-01-24  Kevin Dalley  <kevind@rahul.net>
1889         * lib/xmalloc.c, lib/regex.c, lib/getopt.c: internationalization
1890         works with current version of gettext.
1892         * lib/getline.h : added declaration of getstr.
1893         * lib/Makefile.am (libfind_a_SOURCES): added getline.[ch] to
1894         standard compilation. Added internationalization.
1895         * find/Makefile.am (INCLUDES): corrected -I options for building
1896         in other directories.
1897         (LDADD): changes for internationalization.
1899         * configure.in (ALL_LINGUAS): added internationalization. 
1900         getline.c is always compiled and linked, because of getstr.
1901         AM_GNU_GETTEXT
1903         * Makefile.am: 
1904         (DISTCLEANFILES): added intl/libintl.h
1905         (AUTOMAKE_OPTIONS): added gnits to AUTOMAKE_OPTIONS
1906         (SUBDIRS): added intl and po
1908         * acconfig.h: added internationalization values
1910         * THANKS: added thanks file for gnits compatibility.
1912 2000-01-22  Kevin Dalley  <kevind@rahul.net>
1914         * added intl directory.
1916         * Added internationalization, only with slightly out of date po
1917         files for many locales.
1919 2000-01-18  Kevin Dalley  <kevind@rahul.net>
1921         * Version 4.1.2
1922         
1923         * locate/Makefile.am: remove creation of updatedb, since it is now
1924         made by configure
1926         * configure.in: updatedb is now created by configure.
1928         * xargs/Makefile.am: added testsuite to xargs directory
1930         * locate/updatedb.in: updatedb is now created by configure
1932         * locate/frcode.c, locate/code.c, locate/bigram.c: change return
1933         from main to int.  Replace getstr with getline, where possible.
1935         * locate/Makefile.am: place frcode, code, bigram in
1936         libexec_PROGRAMS
1938         * lib/xstrdup.c, lib/xmalloc.c, lib/xgetcwd.c, lib/xalloc.h,
1939         lib/strtol.c, lib/strstr.c, lib/strftime.c, lib/strdup.c,
1940         lib/stpcpy.c, lib/stat.c, lib/savedir.h, lib/savedir.c,
1941         lib/regex.h, lib/regex.c, lib/realloc.c, lib/pathmax.h,
1942         lib/modechange.h, lib/modechange.c, lib/mktime.c, lib/memset.c,
1943         lib/memcmp.c, lib/malloc.c, lib/lstat.c, lib/idcache.c,
1944         lib/getopt1.c, lib/getopt.c, lib/getopt.h, lib/getline.c,
1945         lib/getline.h, lib/fnmatch.c, lib/fnmatch.h, lib/filemode.c,
1946         lib/filemode.h, lib/fileblocks.c, lib/error.c, lib/error.h,
1947         lib/dirname.c, lib/alloca.c: updated to newer version of file from
1948         fileutils.
1950         * find/version.c: version number is now automatically generated by
1951         configure.
1953         * find/fstype.c (filesystem_type_uncached): fixes bug described as
1954         follows:  When 'find' looks for a fstype, it parses the /etc/mtab
1955         until it finds the good line. But, if there is, before the good
1956         line, a line whose mountpoint is unreachable, it fails.
1958         * doc/texinfo.tex: updated to newer version
1960         * doc/find.texi: added version.texi, fixed a few documentation bugs.
1962         * configure.in: new m4 features.
1964         * Makefile.am: moved testsuite to below corresponding directories
1965         find and xargs.
1967         * acconfig.h: updated to match new m4 files.
1969         * m4: added m4 directory, largely borrowed from Jim Meyering's
1970         fileutils.
1972 2000-01-17  Kevin Dalley  <kevind@rahul.net>
1974         * doc/find.texi (Multiple Files): placed missing xargs in examples
1976         * find/testsuite/find.gnu/depth.exp: added find tests to test
1977         "-depth" bug.
1979         * doc/find.texi: include version.texi for automatic determination
1980         of version number, update bug report email address to
1981         bug-findutils@gnu.org.
1982         (Combining Primaries With Operators): add indices for " ,", "()",
1983         "-a", "-o", etc.
1985 2000-01-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1987         * find/tree.c (opt_expr): Never rearrange the arguments of the
1988         comma operator, since it is not commutative.  Remove useless
1989         assignment.2
1990         
1991 2000-01-17  Jonathan R. Ferro <jferro@corwin.ece.cmu.edu>
1992         
1993         * find/find.c (process_path): fix problem with "-depth" which is
1994         tested in depth.exp test.
1996 1999-08-15  Kevin Dalley  <Kevin Dalley <kevin@seti.org>>
1998         * find/fstype.c (filesystem_type_uncached): a stat failure with
1999         EACCESS will ignore this file system keep on looking.  Patch
2000         suggested by Vincent Danjean <vdanjean@ens-lyon.fr>.
2002 1999-08-15  Mark Kettenis  <kettenis@gnu.org>
2004         * xargs/xargs.c (LONG_MAX): Define if necessary.
2005         (main): If ARG_MAX is -1 (that is sysconf
2006         (_SC_ARG_MAX) returns -1) the system does not impose a limit.  In
2007         that case, use LONG_MAX as the limit.
2008         
2009 1999-08-15  Kevin Dalley  <Kevin Dalley <kevind@rahul.net>
2011         * find/version.c: version string is now set by config.h
2013 1999-08-08  Kevin Dalley  <kevin@seti.org>
2015         * Version 4.1.1
2017         * README-alpha: added alpha README file
2019         * find/defs.h: move lstat declarations into defs.h
2021         * xargs/Makefile.am, testsuite/Makefile.am, locate/Makefile.am,
2022         lib/Makefile.am, find/Makefile.am, doc/Makefile.am, configure.in,
2023         Makefile.am: update for automake-1.4
2025 1999-08-02  Kevin Dalley  <kevind@rahul.net>
2027         * AUTHORS: added file listing AUTHORS
2029         * lib/Makefile.am: modified code for EXTRA sources
2030         
2031 1999-01-30  Kevin Dalley  <kevind@rahul.net>
2033         * added const to declaration of basename, which should satisfy
2034         Linux as well as Hurd (fixes bug #31325).
2035         
2036 1998-12-04  Kevin Dalley  <kevind@rahul.net>
2037         
2038         * lib/nextelem.c: removed declaration of strdup and free, which
2039         meets GNU coding standards and allows compilation on more
2040         platforms.
2041         
2042         * find.texi: corrected explanation of -amin option which described
2043         hours instead of minutes
2044         
2045 1998-09-26  Kevin Dalley  <kevind@rahul.net>
2046         
2047         * lib/getline.c: fix getstr so that it correctly handles long file
2048         paths
2049         
2050 1998-09-20  Kevin Dalley  <kevind@rahul.net>
2051         
2052         * removed more function declarations to meet GNU coding standards
2053         
2054 1998-08-30  Kevin Dalley  <kevind@rahul.net>
2055         
2056         * lib/nextelem.c: removed declaration of strdup and free, which
2057         meets GNU coding standards and allow compilation on sparc
2058         
2059         * corrected explanation of -amin option which described hours
2060         instead of minutes
2061         
2062 1998-02-27  Kevin Dalley  <kevind@rahul.net>
2063         
2064         * locate/locate.c: add --existing option to locate, which only
2065         prints the names of files which still exist
2066         
2067 1998-02-08  Kevin Dalley  <kevind@rahul.net>
2068         
2069         * locate/locate.c: corrected get_short so that it correctly
2070         returns negative numbers.
2071         
2072         * remove declarations of various string functions.  Removing the
2073         declarations almost matches the GNU Coding Standards.
2074         
2075 1997-03-03  Kevin Dalley  <kevind@rahul.net>
2076         
2077         * xargs/xargs.c: xargs fixed to prevent occasional core dumping.
2078         
2079 1997-01-11  Kevin Dalley  <kevind@rahul.net>
2080         
2081         * locate/updatedb.sh: add --localuser option to updatedb, which
2082         allows find to be run as nobody, while allowing database file to
2083         be created as root, change suggested by
2084         <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
2085         
2086 1996-12-28  Kevin Dalley  <kevind@rahul.net>
2087         * added PRUNEFS as variable in updatedb and --prunefs as option to
2088         updatedb
2090 1996-05-27  Kevin Dalley  <kevind@rahul.net>
2091         
2092         * updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
2093         is root
2094 1996-04-27  Kevin Dalley  <kevind@rahul.net>
2096         * lib/getline.c (getstr): verify that nchars_avail is *really*
2097         greater than 0; set *n to a large enough number, stops some core
2098         dumping
2100 Thu Nov  3 09:23:33 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2102         * Version 4.1.
2104         * locate/Makefile.am: Move updatedb from LIBSCRIPTS to SCRIPTS.
2106         * Makefile.am (distname): Change distribution name from find to
2107           findutils.
2109         * testsuite/config/unix.exp: Don't abuse xfail; simulate it correctly.
2111         * locate/Makefile.am (CLEANFILES): Fix typo.
2113 Wed Nov  2 15:11:52 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2115         * The big 4 0.
2117         * lib/listfile.c find/defs.h (list_file): Take a stream arg.
2118         * find/pred.c (pred_ls): pass it.
2119         * find/parser.c pred.c defs.h (parse_fls, pred_fls): New functions.
2121 Tue Oct 25 16:09:04 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2123         * find/pred.c (pred_fprintf): Flush output after \c.  From Chapman
2124         Flack.
2126         * find/parser.c (insert_fprintf): Warn about unrecognized \ and %
2127         sequences.
2129 Tue Oct 18 00:03:10 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2131         * find/defs.h parser.c pred.c tree.c util.c: Globally change
2132         "victim" to "primary".
2134         * find/parser.c (insert_fprintf): For 'c' format, don't lose the
2135         need_stat information.  From Chapman Flack.
2137         * doc/find.texi perm.texi: New files.
2138         * configure.in: Configure the doc directory.
2140         * find/pred.c (pred_regex): Check that the regex matched the whole
2141         file name.
2143 Wed Oct 12 17:13:47 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
2145         * find/find.c (main): Tell what the invalid arg is.
2146         From Kaveh Ghazi.
2148 Fri Oct  7 12:33:24 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2150         * find/parser.c: Add -mount as an alias for -xdev.
2151         From Klaus.Steinberger@physik.uni-muenchen.de (Klaus Steinberger).
2153         * lib/modechange.c: Make umask_value unsigned short.
2155         * xargs/xargs.c: Use symbolic constants in longopts.
2156         From Chapman Flack.
2158 Wed Oct  5 11:23:09 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2160         * xargs/xargs.c (main, read_line, read_string, do_exec): Pass 
2161           along the lengths of the args.
2162           (main): Calculate length of replace_pat.
2163           (push_arg, do_insert): Use those lengths instead of calculating
2164           them. 
2166 Tue Oct  4 10:02:05 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
2168         * locate/updatedb.sh Makefile.in: Add substitutions to get
2169           the transformed program names.
2171         * xargs/xargs.c: Put back the global variables for now.
2172         Rename some variables.  Increase default args_per_exec.
2173         Use boolean where applicable.
2174         (main): Reduce default arg_max by 2048 for POSIX.2.
2175         (read_string): Don't check EOF string.
2176         (read_line, read_string): Take initial args size into account.
2178 Sat Oct  1 17:43:13 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2180         * find/pred.c (launch): Use pid_t.
2182         * xargs/xargs.c (EOF_STR): Define and use.
2183         [__STDC__]: Declare xrealloc and xmalloc using void *.
2184         * find/defs.h: Likewise.
2186         * find/defs.h: Only declare stpcpy if !HAVE_STPCPY.
2188         * xargs/xargs.c: Replace most global variables with structure
2189           pointers passed as arguments.  Use pid_t.
2190         * lib/wait.h: Include sys/wait.h if HAVE_SYS_WAIT_H.
2191         * configure.in: Call AC_TYPE_MODE_T and AC_HEADER_SYS_WAIT.
2193         * xargs/xargs.c: Improve paging performance and memory
2194           fragmentation by building command arguments in a pre-allocated
2195           buffer and re-implementing the child pid list as an expandable
2196           array.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
2198 Thu Sep 29 11:38:07 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
2200         * xargs/xargs.c [__STDC__]: Prototype declarations.
2202 Wed Sep 28 11:25:53 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
2204         * find/fstype.c [AFS, __STDC__]: Fix definition of _VICEIOCTL.
2206 Tue Sep 27 08:14:27 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
2208         * find/fstype.c (fstype_to_string): Add more cases.  Use
2209           INITMOUNTNAMES if defined.
2210         * find/defs.h: Change boolean typedef from char to int.
2211         * configure.in: Check for mktime.
2213 Tue Sep 27 01:20:28 1994  Kaveh R. Ghazi  (ghazi@noc.rutgers.edu)
2215         * configure.in: Add AC_HEADER_STAT.
2216         * lib/listfile.c, lib/modetype.h: Add STAT_MACROS_BROKEN.
2218         * find/pred.c: Move the inclusion of defs.h ahead of the first
2219           test of _POSIX_VERSION.
2221         * lib/xgetcwd.c: Remove _POSIX_VERSION, rely only on HAVE_GETCWD.
2223 Mon Sep 26 16:43:01 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2225         * configure.in: Add AC_CONFIG_HEADER.
2226         * find/*.c locate/*.c xargs/*.c: Include config.h.
2227         * locate/updatedb.sh: Add --version; --old -> --old-format.
2229 Sun Sep 25 23:43:37 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2231         * find/* [__STDC__]: Prototype declarations.
2233         * locate/updatedb.sh: Account for renaming code and frcode.
2235         * find/find.c (process_path): Store dev and ino of directories in
2236           current branch to avoid symlink loops.  From DJ Delorie
2237           <dj@ctron.com>.
2238           (process_dir): If following symlinks, don't cd to ..; instead,
2239           cd to the starting directory and then to the parent directory.
2240           (main) [HAVE_FCHDIR]: Save the dev, ino of the starting directory.
2241           (process_top_path) [HAVE_FCHDIR]: Use it.
2242         * find/pred.c (launch) [HAVE_FCHDIR]: Likewise.
2243         * defs.h [HAVE_FCHDIR]: Declare starting_desc instead of starting_dir.
2244         * configure.in: Check for dev_t, ino_t, fchdir, fcntl.h.
2246 Fri Sep 23 11:55:38 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2248         * lib/listfile.c: Change #ifdef S_IFLNK to #ifdef S_ISLNK.
2249         From Andreas Luik <luik@isa.de>.
2251 Thu Sep 22 11:42:40 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2253         * locate/locate.c (last_literal_end): Dynamically allocate enough
2254           memory for the subpattern.
2256 Wed Sep 21 06:12:56 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2258         * locate/locate.c (locate): Warn if database is >8 days old.
2259         From Ian Lance Taylor.
2261         * xargs/xargs.c (do_exec), find/pred.c (launch): Set SIGCHLD to
2262           default.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
2263         * find/find.c pred.c util.c lib/listfile.c: Remove fflush(stdout)
2264           calls before error.  error does it, and doesn't trash errno.
2265           From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
2267         * find/fstype.c (filesystem_type_uncached): Don't trust mtab dev
2268           number on HPUX.  From Andreas Luik <luik@isa.de>.
2269           (filesystem_type_uncached): Don't cache unknown file system
2270           types.  From casper@fwi.uva.nl (Casper Dik).
2272         * locate/updatedb.sh: Collect results in temp file and rename it
2273           atomically.  From Andreas Luik <luik@isa.de>.
2275         * xargs/xargs.c (parse_num): Print a long using %ld.  From Jim
2276           Meyering.
2278         * find/defs.h find.c parser.c pred.c util.c, lib/nextelem.c:
2279           Emulate strchr and strrchr with index and rindex, not vice versa.
2281         Remove man directory; move man pages to the directories of the
2282         programs they document.
2284         * locate/frcode.c: Renamed from code.c.
2285         * locate/frcode.c (put_short): Renamed from puthalfword.
2286         * locate/locate.c (get_short): Renamed from gethalfword.
2287         (last_literal_end): Renamed from patprep.
2288         (locate): Recognize old-format databases too.
2289         * locate/locatedb.h: Add defines for old-format databases.
2290         * locate/bigram.c locate/code.c: Put back programs to create
2291         old-format databases.
2292         * locate/updatedb.sh: Take --old option to use them.
2294 Tue Sep 20 15:41:11 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2296         * configure.in: Update for Autoconf v2.
2297         * find/pred.c lib/savedir.c: Use new symbols for dir header.
2298         * locate/updatedb.sh: Add --help option.
2300 Sun Feb 13 11:21:58 1994  Jim Meyering  (meyering@comco.com)
2302         * man/Makefile.in [man1ext, man5ext]: Set man5ext (not man1ext) to 5.
2304 Sun Aug  1 22:30:55 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2306         * bigram.c: File removed.
2307         * getline.c, memcmp.c, locatedb.h, updatedb.1, locatedb.5: New files.
2308         * updatedb.sh: Take command line options.
2309         Don't do bigram compression.
2310         * code.c, locate.c: Don't do bigram compression.
2311         Write and read counts in network byte order.
2312         Handle arbitrarily long paths.
2313         Use a magic number at the start of the databases.
2315 Thu Jul 29 20:44:53 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2317         * Makefile.in (config.status): Run config.status --recheck, not
2318         configure, to get the right args passed.
2320 Thu Jul 22 12:53:12 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2322         * listfile.c (list_file): Print inode as a long.
2324 Wed Jul 14 14:14:45 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2326         * fstype.c [STDC_HEADERS]: Include stdlib.h.
2328         * Move unistd.h include from parser.c and pred.c to defs.h.
2330 Wed Jun 30 14:14:47 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2332         * updatedb.sh: Construct PRUNEREGEX from PRUNEPATHS with sed.
2333         Prune /afs.  Change NFSUSER to NETUSER and NFSPATHS to NETPATHS.
2335 Tue Jun 29 12:19:58 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2337         * pred.c (pred_fprintf): Abort in switch if `c' is not A, C, or T.
2339 Mon Jun 28 00:18:52 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2341         * fstype.c (in_afs) [AFS]: New function, derived from code by
2342         Sanjay Ramamurthy <ramams@rpi.edu>.
2343         (filesystem_type_uncached) [AFS]: Call it if the fs type is
2344         otherwise unknown.
2346         * parser.c (parse_size): Recognize b and w suffixes for dd
2347         compatibility. 
2349         * code.c (puthalfword): New function.
2350         (main): Call it.
2351         * locate.c (gethalfword): New function.
2352         (locate): Call it.
2353         From ifado!wb@germany.eu.net (Wilhelm B. Kloke).
2355         * listfile.c: Include pathmax.h.
2356         (get_link_name): Always allocate PATH_MAX + 1 bytes for
2357         readlink buffers.
2358         * pred.c (pred_fprintf, insert_lname): Call get_link_name.
2360         * fstype.c (filesystem_type, filesystem_type_uncached),
2361         listfile.c (list_file): Take an arg for the path to access.
2362         * pred.c (pred_ls, pred_fstype, pred_fprintf): Pass it.
2364         * find.c (process_dir): Renamed from scan_directory.
2366         Changes from jrs@world.std.com (Rick Sladkey) to chdir into
2367         subdirectories instead of using string concatenation, for speed:
2368         * find.c (process_top_path): New function.
2369         (main): Call it, and xgetcwd.
2370         (process_path, scan_directory): Take new arg, the pathname
2371         relative to ".".  Use it and pass it on.
2372         * pred.c (pred_and, pred_comma, pred_negate, pred_or,
2373         pred_xtype, pred_fprintf, pred_empty, insert_lname):
2374         access rel_pathname instead of pathname.
2375         (launch): chdir to starting_dir.
2376         * defs.h: Declare rel_pathname and starting_dir.
2377         * find.c: Define them.
2379         * xgetcwd.c: New file.
2381         * updatedb.sh: Recognize -fstype NFS as well as nfs.
2382         * locate.c (patprep): Skip trailing character classes correctly.
2383         From luik@pharao.stgt.sub.org (Andreas Luik).
2385         * parser.c (parse_group): Make gid a gid_t, not short or int.
2386         (parse_nogroup): Cast gid to unsigned when using it as an array index.
2387         (parse_user, parse_nouser): Similar changes for uid.
2388         * defs.h: Use uid_t and gid_t.
2390         * parser.c (parse_help): New function.
2391         (parse_table):  Add --version, -help, and --help options.
2392         Rename struct parser_table_t to struct parser_table.
2393         (parse_version): Exit after printing message, on
2394         stdout not stderr.
2396         * xargs.c, locate.c (main, usage): Add --version and --help
2397         options.
2399 Wed Mar 31 22:39:57 1993  Jim Meyering  (meyering@comco.com)
2401         * parser.c: Define isascii macro to be 1 also if STDC_HEADERS.
2402         * xargs.c: Ditto.
2404 Wed Mar 31 16:04:07 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2406         * pred.c (pred_fprintf): If curdepth is 0, don't nuke
2407         segment->text; nuke cp.
2409 Mon Mar 29 15:57:20 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2411         * Version 3.8.
2413 Fri Mar 26 16:36:59 1993  David J. MacKenzie  (djm@hal.gnu.ai.mit.edu)
2415         * pred.c (pred_ilname, pred_iname, pred_ipath): New functions.
2416         (pred_table): Add them.
2417         (insert_lname): New function.
2418         (pred_lname): Call it.
2419         * parser.c (parse_ilname, parse_iname, parse_ipath,
2420         parse_iregex): New functions.
2421         (parse_table): Add them.
2422         (insert_regex): New function.
2423         (parse_regex): Call it.
2425         * fstype.c (filesystem_type): Cache previous result.
2426         (filesystem_type_uncached): New function.
2427         pred.c (pred_fstype, pred_fprintf): Adjust callers to not cache.
2429         * parser.c: Don't define const.
2431         * fstype.c [FSTYPE_STATFS] (fstype_to_string): #ifdef
2432         MOUNT_PC for 386bsd.
2434 Thu Mar 25 18:32:24 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2436         * parser.c (parse_regex): If ignore_case, set up a translate
2437         table for the regex.
2439         * defs.h: Include string.h or strings.h.
2440         * find.c fstype.c parser.c pred.c util.c: Don't.
2442         * nextelem.c [index]: Don't redefine.
2444 Wed Mar 24 17:47:10 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2446         * xargs.c (wait_for_proc): Exit with a nonrunnable command's exit
2447         status, not the wait status value.  From
2448         Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>.
2450         * parser.c (make_segment, insert_fprintf), pred.c
2451         (pred_fprintf): Add '%F' to print filesystem type.
2453         * parser.c (parse_fprintf): Check if second arg is missing.
2455 Tue Mar 23 13:18:08 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2457         * pred.c (pred_fprintf): For %P, don't move past an assumed
2458         slash if the ARGV element ends with one, because in that case
2459         we didn't add one.
2461         * parser.c (parse_printf): Check for missing arg.
2462         From smj@cats.com (Steve James).
2464         * parser.c: Add #ifdef around atol decl for Linux.
2466 Fri Dec 11 08:17:07 1992  Jim Meyering  (meyering@comco.com)
2468         * defs.h: Remove dcl of process_path.
2469         * find.c: Put dcl of process_path here.  Make a few functions
2470         and file-scope variables static.
2471         * parser.c, tree.c: Declare most functions static.
2473         * locate.c: Use `required_argument' macro in dcl of longopts.
2474         * bigram.c, code.c, locate.c, xargs.c: Make most functions and
2475         file-scope variables static.
2477         * parser.c, xargs.c: Guard ctype.h macros with isascii.
2479         * find.c: Add declarations for opt_expr and mark_stat.
2480         * tree.c (set_new_parent): Add empty default clause to enum swicth.
2481         * locate.c (main): Parenthesize for gcc -Wall.
2482         * xargs.c (push_arg): Parenthesize for gcc -Wall.
2484 Tue Nov 24 08:04:36 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2486         * find.c, fstype.c, parser.c, pred.c, util.c, listfile.c,
2487         nextelem.c, xargs.c, bigram.c, code.c, locate.c: Use
2488         HAVE_STRING_H, not USG.
2490         * pred.c: Use SYSDIR and NDIR instead of USG.
2491         Define direct as dirent, not vice-versa.
2493 Fri Oct  9 02:15:17 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2495         * xargs.c (main): Set orig_arg_max before possibly cutting
2496         down arg_max.
2498 Thu Sep 10 19:25:35 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2500         * parser.c: Always declare getgrent and getpwent.
2502 Mon Aug 24 12:54:16 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2504         * xargs.c: Include sys/types.h before unistd.h.  Use ARG_MAX
2505         if it's defined.
2506         * find.c, nextelem.c: Add missing decls.
2507         From bde@runx.oz.au (Bruce Evans).
2509 Thu Jul 23 15:06:07 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2511         * Version 3.7.
2513 Tue Jul 14 00:16:52 1992  David J. MacKenzie  (djm@apple-gunkies.gnu.ai.mit.edu)
2515         * pathmax.h: New file.
2516         * bigram.c, code.c, locate.c: Use it.  Use xmalloc instead of malloc.
2518 Sat Jul 11 22:31:46 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2520         * nextelem.c: New file.
2521         * locate.c (main): Use it to support a database path.
2523 Fri Jul  3 02:12:09 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2525         * listfile.c, pred.c: Change FOO_MISSING to HAVE_FOO.
2527         * parser.c [_POSIX_SOURCE]: Define endpwent and endgrent as empty.
2528         * listfile.c [!HAVE_ST_RDEV]: Print blanks.
2529         From Jeffrey Siegal (jbs@congruent.com).
2531         * locate.c (locate): Check for EOF at top of loop, not middle.
2532         * updatedb.sh: Remove duplication hack.
2533         From Jay Plett.
2535 Wed Jun 10 15:04:23 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2537         * pred.c (pred_amin, pred_atime, pred_cmin, pred_ctime,
2538         pred_mmin, pred_mtime, pred_used): Cast l_val to time_t before
2539         comparing it to a time_t.  From fpm@crash.cts.com (Frank Maclachlan).
2541         * locate.c (locate): Take the database path as an arg.
2542         (main): Take an option to specify the database path.
2543         (usage): New function.
2545         * updatedb.sh: Don't read from and write to the file-list file
2546         in the same statement.
2548 Thu Jun  4 15:27:07 1992  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
2550         * Version 3.6.
2552 Wed May 20 00:05:13 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
2554         * xargs.c: Include sys/param.h before limits.h, not after.
2556         * listfile.c: If we include a header file specifically to get
2557         major et al., assume we have them.
2559 Tue May 12 01:09:33 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
2561         * locate.c (locate): Don't give fnmatch FNM_PERIOD (it's useless).
2563         * parser.c (parse_path): New function.
2564         * pred.c (pred_path): New function.
2565         * tree.c (opt_expr): Move -path like -name.
2567         * updatedb.sh: Duplicate the last entry in the file list so it
2568         doesn't get ignored.
2570 Mon May 11 22:24:40 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
2572         * updatedb.sh: Allow many vars to be overridden in the environment.
2574         * locate.c, updatedb.sh: FCODES -> LOCATE_DB.
2576 Wed Apr 22 15:24:00 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
2578         * updatedb.sh: Use binprefix when calling find.
2580         * locate.c (locate): Use LOCATE_DB environ variable if set.
2582         * find.c (scan_directory): Allow for dirs having negative
2583         st_size (NFS mount points on VAX 4.3BSD+NFS).
2584         From metcalf@catfish.lcs.mit.edu (Chris Metcalf).
2586 Sat Apr 18 15:42:52 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2588         * fstype.c: Rename FS_* to FSTYPE_*.  Support Dynix's
2589         name for the mount table.
2591 Sun Mar  8 23:21:25 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2593         * listfile.c (list_file): Allow a slop factor for deciding what
2594         is in the future.
2596 Tue Feb 25 16:24:15 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2598         * Version 3.5.
2600 Sat Feb 22 08:43:01 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2602         * tree.c (set_new_parent): Initialize need_stat field.
2604         * defs.h (struct predicate): Define p_name unconditionally.
2606 Fri Feb 21 15:28:43 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2608         * tree.c (opt_expr): Preserve expression precedence when
2609         rearranging expression tree. 
2610         (set_new_parent): New function.
2611         (mark_stat): Set need_stat whether or not it's been set
2612         earlier in the expression.
2613         All from Tim Wood.
2615 Mon Feb 17 10:20:38 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2617         * updatedb.sh: Use current value of TMPDIR if already set.
2618         From Dana Jacobsen (jacobsd@cs.orst.edu).
2620         * pred.c: Include pwd.h and grp.h after unistd.h, not before.
2621         Apparently needed on ISC 2.2.  From Juha Takala <jta@piuha.sah.vtt.fi>.
2623 Thu Feb 13 10:52:31 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2625         * modetype.h: Don't define S_IFMT, because doing so breaks pred_type
2626         on plain POSIX.1 systems.
2628 Sat Feb  8 00:58:13 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2630         * Version 3.4.
2632 Fri Feb  7 21:35:58 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2634         * defs.h: Don't declare process_path.
2635         * find.c [DEBUG_STAT] (debug_stat): New function.
2636         (main) [DEBUG_STAT]: Call it.
2637         (process_path): Return a value.
2638         (scan_directory): Count number of subdirs seen so far.
2639         * parser.c (pred_and, pred_close, pred_comma, pred_negate,
2640         pred_open, pred_or): Don't need stat.
2641         * util.c (get_new_pred_chk_op): Implicit AND doesn't need stat.
2643 Fri Jan 17 21:51:18 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2645         * Version 3.3.
2647 Tue Dec 24 02:16:49 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2649         * wait.h, listfile.c, xargs.c, bigram.c, code.c, locate.c:
2650         Change POSIX ifdefs to HAVE_UNISTD_H and _POSIX_VERSION. 
2652 Wed Dec 18 16:37:17 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2654         * listfile.c: Use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS to
2655         find major and minor.
2657         * code.c, bigram.c, locate.c, xargs.c: Use LIMITS_H_MISSING
2658         instead of LIMITS_MISSING.
2660 Sat Dec  7 06:13:26 1991  David J. MacKenzie  (djm at frob.eng.umd.edu)
2662         * parser.c (parse_prune): No stat needed for prune.
2663         (insert_fprintf, make_segment): Possibly no stat needed,
2664         depending on which information is printed.
2666         * xargs.c (usage): Document long-named options as starting
2667         with -- instead of +.
2669         * parser.c [!POSIX]: Declare getgrent and getpwent.
2671         * fstype.c (filesystem_type): Only check MNTTYPE_IGNORE if
2672         it's defined.  From Rainer Orth.
2674         * Add leaf node optimization suggested by Matthew Farwell
2675         <dylan@ibmpcug.co.uk>.  Add -noleaf option to disable it.
2676         Adapt parts of Tim Wood's work to current sources.
2677         * find.c (scan_directory): New function, from code in process_path.
2678         (process_path): Take an arg indicating whether the pathname
2679         is a leaf non-directory, instead of a redundant current level.
2680         * parser.c (parse_noleaf): New function.
2681         (parse_print, parse_name, etc.): Set need_stat = false.
2683 Wed Nov  2 13:34:32 1990  Tim Wood at home      (tim at axolotl.UUCP)
2685         * pred.c: Call stat() if an AND, OR or NOT node tells you to.
2686         * find.c: Limit calls to stat().
2688 Wed Oct  3 17:30:39 1990  Tim Wood at home      (tim at axolotl.UUCP)
2690         * tree.c (opt_expr): New function to rearrange predicates within
2691         a conjunction/disjunction so that non-inode (-name, -regex) ones
2692         are executed first.  
2693         * pred.c: Make some supporting tree structure changes for opt_expr().
2695 Sat Dec  7 00:36:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2697         * xargs.c (do_exec): Simplify test for which exit
2698         status to use if exec fails.
2700 Fri Dec  6 18:24:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2702         * listfile.c (list_file): POSIX_ME_HARDER -> POSIXLY_CORRECT.
2704 Thu 24 Oct 1991 21:33:21  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
2706         * pred.c (pred_fprintf): Don't print "\n" unless it's in the
2707         format string.
2709 Mon Oct 21 22:30:35 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2711         * defs.h, parser.c, pred.c: Rename some types that conflict
2712         with reserved POSIX.1 namespace (ended in _t).
2714         
2715         
2716 Thu Oct 17 22:39:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2718         * xargs.c: Don't determine memory.h based on POSIX, which
2719         doesn't mention it.
2721 Sat Oct  5 16:11:05 1991  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
2723         * parser.c (parse_perm): Parse new `-perm +mode' notation.
2724         * pred.c (pred_perm): Interpret same.
2726 Fri Sep 13 14:58:27 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
2728         * xargs.c [POSIX]: Always use sysconf to get ARG_MAX.
2730 Thu Sep  5 23:57:06 1991  David J. MacKenzie  (djm at apple-gunkies)
2732         * bigram.c, code.c (main): Make path_max int, not unsigned.
2733         * locate.c (main): Check for pathconf failure.
2735 Thu Sep  5 11:54:44 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
2737         * parser.c (insert_fprintf): Add `\\' escape and fixed `%%'
2738         interpretation.
2739         * pred.c (pred_fprintf): fixed off-by-one indexing problem
2740         when handling [gGuU] printf formats.
2742 Wed Aug 28 20:53:57 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2744         * Version 3.2.
2746 Mon Aug 26 18:57:32 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
2748         * bigram.c, code.c: Fix handling of PATH_MAX.
2749         Check for anomalous input line lengths.
2750         From Bruce Evans.
2752 Fri Aug 23 11:00:18 1991  David J. MacKenzie  (djm at apple-gunkies)
2754         * pred.c (pred_fprintf): Round block number up to get K.
2756 Thu Aug 22 10:46:30 1991  David J. MacKenzie  (djm at apple-gunkies)
2758         * pred.c (pred_fprintf, pred_lname) [_AIX]: Allocate PATH_MAX
2759         byte for link object since st_size is wrong.
2761         * listfile.c (list_file): Don't convert blocks to kilobytes if
2762         env. var POSIX_ME_HARDER is defined.
2764         * fstype.c [FS_AIX_STATFS]: New case.
2766         * configure: Make sure the sys/mount.h is the 4.4BSD version
2767         with grep instead of just testing whether it exists.
2769         * listfile.c (list_file): Add 1 to number of 512-byte blocks
2770         before dividing to get 1K blocks (so we round up, not down).
2772 Wed Aug 21 13:02:46 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2774         * Version 3.1.
2776         * parser.c (parse_fprintf), pred.c (pred_fprintf): Add %k
2777         conversion to print 1K blocks.
2779         * listfile.c: Print counts of 1K blocks, for consistency with
2780         new fileutils release.  Bad timing, there.
2782         * Version 3.0.
2784         * pred.c [VOID_CLOSEDIR]: Fake a return value for closedir,
2785         which returns void on some systems, like Sequents.
2786         * configure: Check sys/dir.h for 'void closedir'.
2788 Thu Aug 15 16:07:46 1991  David J. MacKenzie  (djm at frob)
2790         * modetype.h: Define POSIX.1 stat stuff if missing.
2791         * pred.c, parser.c, find.c, fstype.c: Don't define it.
2792         * updatedb.sh: Use a variable substitution method like configure's.
2793         * Makefile.in: Add datadir variable to separate programs from
2794         data file.
2796         * parser.c, pred.c: Rename -fulldays to -daystart.
2798         * defs.h, find.c, parser.c, pred.c: Add many new predicates
2799         from Jay Plett (jay@princeton.edu).
2801 Wed Aug 14 14:37:06 1991  David J. MacKenzie  (djm at bleen)
2803         * parser.c (parse_size), pred.c (pred_size), defs.h (struct
2804         size_t): Allow `k' to follow number to measure size in Kbytes.
2805         * parser.c (parse_size, get_num, insert_num), defs.h (struct
2806         size_t): Use enum comparison_type instead of short.
2808 Fri Aug  9 00:49:32 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2810         * xargs.c (read_line): Use isblank, to support POSIX locales.
2812         * fstype [FS_STATVFS]: New code for SVR4, from slootman@dri.nl
2813         (Paul Slootman).
2814         * configure: Figure out when to use it.
2816         * configure: Check for st_blocks in struct stat.
2817         * listfile.c (ST_NBLOCKS): New macro.
2818         (list_file): Print file's block count.
2819         Use S_ISLNK instead of S_IFLNK.
2820         * fileblocks.c: New file, from fileutils.
2822 Thu Aug  8 17:20:19 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2824         * parser.c, pred.c [CACHE_IDS]: Optional code to turn uid and
2825         gid lookups into table lookups.
2827 Wed Aug  7 00:22:29 1991  David J. MacKenzie  (djm at wheat-chex)
2829         * configure, Makefile.in's: Support +srcdir option via VPATH.
2830         Clean up clean targets.
2832 Sat Jul 20 01:11:51 1991  David J. MacKenzie  (djm at apple-gunkies)
2834         * configure: Filter /etc and /usr/etc from path.
2836         * xargs.c (wait_for_proc): Fix handling of child exit status.
2837         (main): Exit with a nonzero status if any child did.
2839         * pred.c (launch): Flush stdout and stderr before forking.
2841         * fstype.c (filesystem_type) [FS_MNTENT]: Skip entries of
2842         type "ignore".
2844 Fri Jul 19 22:53:42 1991  David J. MacKenzie  (djm at bleen)
2846         * pred.c, locate.c: Use fnmatch instead of glob_match.
2847         * fnmatch.c, fnmatch.h: New files.
2849         * Many files: Use string.h if STDC_HEADERS, as well as if USG.
2851         * locate.c, code.c, bigram.c: Possibly use pathconf to get
2852         PATH_MAX.  Use malloc to allocate path arrays.
2854         * xargs.c: Possibly use sysconf to get ARG_MAX.
2855         (env_size): Make definition unconditional.
2856         (main): Do arg_max adjustment that can't be done with
2857         preprocessor now that ARG_MAX might be a function call.
2858         (do_exec): Exit with status 126 or 127 after failed exec, for
2859         POSIX.2 draft 11.1.
2861         * xargs.c, pred.c, listfile.c: Use POSIX, not UNISTD_MISSING.
2862         * wait.h: Use POSIX, not WAIT_MACROS_MISSING.
2864         * COPYING: Use version 2.  Update all files.
2866         * Replace Makefile and lib/Makefile with Makefile.in,
2867         lib/Makefile.in and configure.  Update README.
2869 Fri Apr  5 12:49:09 1991  David J. MacKenzie  (djm at apple-gunkies)
2871         * Version 2.2.
2873 Fri Mar 15 20:44:45 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
2875         * xargs.c (main): Always run the command if some args are left over.
2876         Rename some variables.
2878 Fri Jan 18 03:35:57 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
2880         * bigram.c, code.c, locate.c: Use LIMITS_MISSING, not
2881         _POSIX_SOURCE, to decide whether to include limits.h.
2883         * parser.c, pred.c, listfile.c: Use POSIX, not _POSIX_SOURCE,
2884         to decide whether to declare getpwuid and getgrgid.
2886         * xargs.c: Use POSIX, not _POSIX_SOURCE, to determine whether
2887         to include memory.h.
2889 Sat Jan 12 04:12:34 1991  David J. MacKenzie  (djm at wookumz.ai.mit.edu)
2891         * defs.h, find.c, parser.c, pred.c: Remove -permmask option.
2893 Thu Jan 10 04:32:52 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
2895         * wait.h: Include sys/types.h to get pid_t.
2897         * xargs.c [USG && !STDC_HEADERS]: Only include memory.h if not
2898         _POSIX_SOURCE.
2900 Tue Jan  1 23:53:32 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
2902         * Version 2.1.
2904 Wed Dec 26 03:25:51 1990  David J. MacKenzie  (djm at apple-gunkies)
2906         * locate.c, bigram.c, code.c: Attempt to get max. path length
2907         on more kinds of systems, incl. POSIX.
2909         * pred.c, listfile.c, xargs.c: Get some decls from unistd.h,
2910         if available. 
2912         * find.c, defs.h: Make `cur_day_start' a time_t, not long.
2914 Fri Dec 21 01:49:12 1990  David J. MacKenzie  (djm at egypt)
2916         * defs.h, parser.c: Remove unused field from `struct exec_t'.
2918         * xargs.c: Add +no-run-if-empty option to cause the command to
2919         not be run if the input is empty.
2921         * defs.h (struct exec_t): Change the array of offsets into an
2922         array of `struct path_arg'.
2923         * parser.c (insert_exec_ok): Fill in new fields, to allow "{}"
2924         to be substituted (multiple times) anywhere in an arg to -exec
2925         or -ok.
2926         * pred.c (pred_exec): Add code to substitute "{}" within args.
2927         (pred_ok): After prompting, just run pred_exec.
2929 Thu Dec 20 02:32:09 1990  David J. MacKenzie  (djm at egypt)
2931         * fstype.c (filesystem_type) [FS_MNTENT]: Allow for optional
2932         "0x" at front of "dev=" mount option, which amd puts there but
2933         Sun automounter doesn't.
2935 Sat Dec 15 19:01:12 1990  David J. MacKenzie  (djm at egypt)
2937         * find.c (main), util.c (usage): Make directory args optional,
2938         defaulting to ".".
2940 Sat Dec 15 18:36:29 1990  David J. MacKenzie  (djm at apple-gunkies)
2942         * listfile.c: Define major and minor if not defined (as in POSIX).
2944 Mon Dec  3 01:04:35 1990  David J. MacKenzie  (djm at alborz)
2946         * find.c, fstype.c, parser.c, pred.c, util.c: Flush stdout before
2947         writing to stderr, in case they have been redirected to the
2948         same file descriptor.
2950         * pred.c (launch): Use POSIX wait macros from wait.h.
2952         * xargs.c (print_xargs): Read from tty_stream, not stdin.
2954 Tue Nov 20 16:48:24 1990  David J. MacKenzie  (djm at apple-gunkies)
2956         * Version 2.0.
2958         * fstype.c [FS_USG_STATFS]: New code.
2959         [FS_STATFS]: For symlinks, statfs the directory the link is in
2960         instead of the link.
2961         * Various files: Conditionalize some declarations on
2962         STDC_HEADERS or _POSIX_SOURCE.
2964 Fri Nov 16 12:24:43 1990  David J. MacKenzie  (djm at egypt)
2966         * modetype.h: New file.
2967         parser.c, pred.c: Use it.
2969 Thu Nov 15 18:05:54 1990  David J. MacKenzie  (djm at apple-gunkies)
2971         * xmalloc.c: New file from fileutils.
2973         * fstype.c (fstype_to_string): Add case for MFS.
2974         (filesystem_type): Take a pathname as a second arg.
2975         [FS_STATFS] return "unknown" instead of exiting if statfs
2976         fails because of ENOENT.
2977         * pred.c (pred_fstype): Pass the pathname.  Set current_dev.
2978         * find.c (process_path): Make root_dev local again.
2980 Mon Nov 12 02:54:00 1990  David J. MacKenzie  (djm at apple-gunkies)
2982         * pred.c (pred_fstype): Free old fs type.
2984         * fstype.c, pred.c (pred_fstype), parser.c (parse_fstype): 
2985         Reread the file system type info. every time a filesystem
2986         mount point is crossed, to allow for automounting.
2988         * xstrdup.c: New file from fileutils.
2990         * find.c (process_path): Rename root_dev to current_dev and
2991         make it global, for -fstype.
2993         * wait.h: New file taken from xargs.c.
2995         * xargs.c: Make limits.h vs. sys/param.h conditional on
2996         LIMITS_MISSING instead of USG, to accomodate SVR2.
2998 Thu Nov  8 11:52:22 1990  David J. MacKenzie  (djm at apple-gunkies)
3000         * parser.c, pred.c, listfile.c: If not _POSIX_SOURCE, declare
3001         getpwuid and getgrgid.  Use them.
3003         * listfile.c: If not _POSIX_SOURCE, define S_ISDIR and
3004         S_ISBLK.  Use them. 
3006         * find.c: Use S_ISDIR instead of S_IFDIR, and define if not
3007         _POSIX_SOURCE. 
3009         * Makefile: Define AR and RANLIB and pass to child makes.
3010         lib/Makefile: Use them.
3012         * xargs.c (WIFSIGNALED): Redefine so it works.
3014 Mon Nov  5 00:02:01 1990  David J. MacKenzie  (djm at apple-gunkies)
3016         * find.c (process_path): For -xdev, process filesystem
3017         mountpoints (but don't descend them), instead of skipping them
3018         entirely. 
3020         * find.c, parser.c, defs.h: Add -follow predicate.
3022         * xargs.c: Change ifdefs to support STDC POSIX systems.
3024 Sat Nov  3 20:18:05 1990  David J. MacKenzie  (djm at apple-gunkies)
3026         * xargs.c (do_exec): Child process exits with status 255, not
3027         127, if command can't be run.
3029 Fri Nov  2 02:11:42 1990  David J. MacKenzie  (djm at apple-gunkies)
3031         * xargs.c: Exit with status 127 if running commmand fails, as
3032         required by POSIX.
3034         * fstype.c: Support -fstype for Ultrix (-DFS_GETMNT).
3035         Sun/BSD code is now -DFS_MNTENT.
3037 Thu Nov  1 13:06:01 1990  David J. MacKenzie  (djm at egypt)
3039         * Reorganize into subdirectories and add xargs.  Rewrite Makefiles.
3041         * find.c (process_path, main): Allow a maxdepth of 0, meaning
3042         only process command line args.
3044         * parser.c, pred.c: Add -print0 predicate.
3046         * xargs.c: Add -0 option and long options.  Move standard
3047         library functions into separate files.  Use error instead of
3048         fatal and fprintf/perror.  Use POSIX macros for examining exit
3049         status from wait.
3050         (read_string): New function.
3052 Fri Sep 21 10:21:09 1990  David J. MacKenzie  (djm at apple-gunkies)
3054         * find.c (process_path): Take DEPTH as an arg instead of ROOT,
3055         and change callers.
3057 Thu Sep 20 23:58:47 1990  David J. MacKenzie  (djm at apple-gunkies)
3059         * parser.c (parse_maxdepth): New function.
3060         * find.c (process_path): If -maxdepth was given, don't go
3061         more than that many levels deep.
3062         * defs.h: Declare maxdepth.
3064 Wed Sep 12 02:12:31 1990  David J. MacKenzie  (djm at apple-gunkies)
3066         * parser.c: Add -not as synonym for !.
3068 Sun Aug 26 06:16:08 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
3070         * Makefile (TAGS): New target.
3072 Sun Aug 12 00:32:01 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3074         * xargs.c (main): Tell getopt to not permute.
3076 Sat Aug  4 21:43:45 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
3078         * parser.c (parse_perm), pred.c (pred_perm): Always compare
3079         bits 07777.
3081         * locate.c, Makefile: Rename 'fastfind' program to 'locate',
3082         following comment in POSIX.2 draft 10 rationale for find.
3084 Wed Jul 25 18:45:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3086         * listfile.c (getuser, getgroup): Make uid and gid unsigned
3087         short, not int.
3089 Mon Jul 16 13:40:13 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3091         * defs.h: Don't declare fprintf and printf, in case they have
3092         prototypes in stdio.h (important for functions that use stdarg).
3094 Sun Jul 15 23:39:39 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3096         * parser.c (parse_and): New function, for compatibility.
3098 Wed Jul  4 00:17:57 1990  David J. MacKenzie  (djm at apple-gunkies)
3100         * find.c (main): Only enclose expressions that produce no side
3101         effects within `( ... )'.
3103 Tue Jul  3 01:59:39 1990  David J. MacKenzie  (djm at apple-gunkies)
3105         * parser.c (strspn): Stop when end of string reached.
3107         * Version 1.2.
3109         * Move version number from Makefile to new file version.c.
3110         * parser.c: Recognize new -version predicate.
3112         * find.c (main): If no predicates that produce output are
3113         given, default to -print if the entire expression is true, not
3114         just the last part of an alternation.
3115         * Print the names of predicates with invalid arguments.
3117 Mon Jul  2 23:48:17 1990  David J. MacKenzie  (djm at apple-gunkies)
3119         * pred.c: Don't check for invalid comparison types in numeric
3120         predicate functions.
3122 Thu Jun 28 00:34:57 1990  David J. MacKenzie  (djm at apple-gunkies)
3124         * parser.c (parse_regex): Set fastmap and translate before
3125         compiling regex.
3127 Mon Jun 25 18:08:59 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3129         * fastfind.c (fastfind): Initialize count to 0.
3131         * lib/updatedb.sh: Only do regex comparison on directories,
3132         for speed.
3134         * listfile.c (list_file): Truncate user and group name to 8 chars.
3136 Sun Jun 24 13:51:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3138         * Version 1.1.
3140         * Makefile [DISTFILES]: Add COPYING.
3142 Fri Jun 22 03:54:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3144         * Version 1.0.
3146 Tue Jun 19 03:55:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3148         * lib/updatedb.sh: Prune entries that match PRUNEREGEX.
3149         Split up finding files from computing bigrams.
3150         Use redirection instead of nonportable grep -s to detect sort
3151         failure.  Optionally search network filesystems as well as
3152         local ones.
3154         * pred.c (pred_regex): Match against full pathname instead of
3155         just last element.
3156         * util.c (basename): Return "/", not "", if given "/".
3158         * find.c (process_path): Fix error in handling "/" directory.
3160 Mon Jun 18 01:49:16 1990  David J. MacKenzie  (djm at apple-gunkies)
3162         * parser.c [STRSPN_MISSING] (strspn): New function.
3164 Sun Jun 17 13:54:09 1990  David J. MacKenzie  (djm at apple-gunkies)
3166         * listfile.c: New file.
3167         * parser.c (parse_ls): New function.
3168         * pred.c (pred_ls): New function.
3170         * find.c (main): Remove interface to fastfind, to prevent
3171         conflict with POSIX syntax.
3172         * util.c (usage): Remove fastfind syntax from message.
3173         * fastfind.c (main): New function.
3174         * Makefile: Make fastfind a separate program.
3176         * find.c (main): Print correct message if a predicate arg is
3177         missing. 
3179         * parser.c (insert_exec_ok): Make args that start with a ';' but
3180         contain other characters not terminate the command.
3182 Fri Jun 15 00:33:45 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3184         * fstype.c: If MOUNTED isn't defined but MNT_MNTTAB is, use it
3185         instead.  True for HP/UX, at least.
3187 Thu Jun 14 10:10:25 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3189         * savedir.c: New file; now find won't run out of file
3190         descriptors in deep trees.
3191         * find.c (process_path): Use savedir.
3193 Sat Jun  9 03:15:21 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3195         * parser.c (parse_permmask): Allow symbolic mode masks.
3196         (parse_perm): Free 'struct change' when done with it.
3197         (get_oct): Function removed.
3199         * find.c (process_path): Allow arbitrarily-long filenames.
3200         More efficient string copying.  Initialize perm_mask to 07777
3201         instead of -1.
3203 Thu Jun  7 04:22:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3205         * Makefile, find.c: Use DIRENT to control whether <dirent.h>
3206         is used.
3208 Thu May 31 04:46:11 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3210         * parser.c (parse_regex): New function.
3211         * pred.c (pred_regex): New function.
3213         * fstype.c (read_mtab): If mtab entry has a "dev=" option
3214         (like in SunOS 4.1), use it, so there is no need to stat the
3215         special file later on.
3216         (xatoi, strstr): New functions.
3218 Mon May 21 01:04:42 1990  David J. MacKenzie  (djm at abyss)
3220         * lib/updatedb.sh: Put BINDIR in PATH.
3222         * fstype.c: Do nothing if MNTENT_MISSING is defined.
3224         * fstype.c: New file.
3225         * parser.c (parse_fstype): New function.
3226         * pred.c (pred_fstype): New function.
3228         * parser.c (parse_newer): Failure to stat -newer file is a
3229         fatal error.
3231         * pred.c (pred_ok): Flush output before reading.  Use getchar
3232         instead of scanf.
3234         * pred.c (pred_prune): Return false if -depth given.
3235         * find.c: Apply the predicates to the dir when -depth and
3236         -prune are given.
3238 Sun May 20 19:55:30 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3240         * pred.c (pred_prune): Set new global var `stop_at_current_level'.
3241         * find.c (process_path): Test and reset it.
3243 Fri May 18 01:56:17 1990  David J. MacKenzie  (djm at abyss)
3245         * modechange.c, modechange.h: New files.
3246         * parser.c (parse_perm): Use mode_compile and mode_adjust to
3247         parse arg, to allow symbolic mode for POSIX.
3249 Thu May 17 02:07:44 1990  David J. MacKenzie  (djm at abyss)
3251         * parser.c (get_oct): Don't consider an empty string a valid number.
3253         * parser.c (parse_perm): If arg starts with '-', set flag bit
3254         for special comparison (POSIX).
3255         * pred.c (pred_perm): If flag bit set, compare s[ug]id &
3256         sticky bits as well, and return true if the given perms are
3257         set, ignoring other bits.
3259         * find.c: New global var `exit_status'.  Use it.  (POSIX)
3260         * parser.c: Set `exit_status' if lstat on -newer file fails.
3262         * fastfind.c: New file.
3263         * find.c (main): Call fastfind if given only 1 arg.
3264         * util.c (usage): Update message. 
3265         * lib/{Makefile,updatedb.sh,bigram.c,code.c}: New files.
3266         * Makefile: Add 'all' and 'install' targets.
3268 Wed May 16 23:23:35 1990  David J. MacKenzie  (djm at abyss)
3270         * parser.c (parse_nogroup, parse_nouser): Implement.
3271         * pred.c (pred_nogroup, pred_nouser): Implement.
3273 Mon May 14 00:09:35 1990  David J. MacKenzie  (djm at abyss)
3275         * find.c: Add variable `stay_on_filesystem' for -xdev.
3276         (process_path): Take an arg determining whether this call is
3277         the root of a tree.  Use lstat instead of stat.  If
3278         stay_on_filesystem, don't process a dir on a different
3279         filesystem. 
3281         * parser.c (parse_newer): Use lstat instead of stat.  Is this right?
3282         (parse_xdev): Set stay_on_filesystem.
3284         * parser.c: Add dummy parse_nogroup, parse_nouser,
3285         parse_prune, and parse_xdev; to be written later.
3286         * pred.c: Add dummy pred_nogroup, pred_nouser, pred_prune.
3288         * find.c: Support System V directory library/headers.
3290         * find.c (process_path): Don't continue with a file that stat
3291         fails on.
3293         * defs.h, parser.c, pred.c: Change 'u_long' and 'u_short' to
3294         'unsigned long' and 'unsigned short'.
3295         * find.c, defs.h: Remove 'convert_glob' variable.
3296         * parser.c (parse_fullregex): Function removed.
3297         (parse_name): Remove regular expression code.
3298         (parse_type): Recognize sockets.
3299         Add code to check for missing arguments to many parse_* functions.
3300         * pred.c (pred_name): Use glob_match instead of regex.
3302 Sun May 13 17:45:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3304         * Replace fprintf, simple_error, and mem_error with error and
3305         usage. 
3307         * Fix string header includes for USG.
3309 Tue Mar 27 12:40:29 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3311         * defs.h: Change some #defines to enums.
3313 Sun Mar 25 22:08:58 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3315         * find.c (main): Don't take basename of argv[0].
3317         * util.c (xmalloc): New function.
3318         * find.c, parser.c, utils.c: Use xmalloc instead of malloc.
3320         * pred.c: Remove emulation of regex for BSD and use GNU
3321         library version in regcmp.c instead.
3322         * parser.c: Remove emulation of regcmp for BSD and use GNU
3323         library version in regcmp.c instead.
3324         * Makefile: Link with regex.o and regcmp.o.
3325         Add a DISTFILES macro and dist target.
3327         * Indent source code.  Move RCS logs to this file.
3329 Wed Mar 21 09:30:18 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
3331         * xargs.c: Indent.  Comment and rename some global variables.
3332         (main): Use getopt to parse options.  Open new global var
3333         `tty_stream' to /dev/tty if querying requested.
3334         (print_args): Read response from tty_stream, not stdin.
3335         (xmalloc): New function.
3336         Global: Use xmalloc instead of malloc.
3337         (usage): Revise message.
3339 87/02/22  20:01:20  20:01:20  cire (Eric B. Decker)
3341         * pred.c: added guts to pred_size
3343 87/02/22  00:59:42  00:59:42  cire (Eric B. Decker)
3345         * pred.c: added guts to perm and permmask.
3347 87/02/21  23:02:21  23:02:21  cire (Eric B. Decker)
3349         * pred.c: made pred_name only look at the last component of
3350         the path.
3352 87/02/21  22:26:47  22:26:47  cire (Eric B. Decker)
3354         * pred.c: added guts to name.  useds regex and regcmp to do
3355         regular expression handling.
3357 87/02/21  00:17:21  00:17:21  cire (Eric B. Decker)
3359         * pred.c: added predicate newer
3361 87/02/20  11:40:07  11:40:07  cire (Eric B. Decker)
3363         * pred.c: added guts to pred_ok
3365 87/02/19  23:52:37  23:52:37  cire (Eric B. Decker)
3367         * pred.c: finished exec.
3369 87/02/22  20:01:09  20:01:09  cire (Eric B. Decker)
3371         * parser.c: added guts to parse_size
3373 87/02/22  00:59:16  00:59:16  cire (Eric B. Decker)
3375         * parser.c: added guts of perm and permmask.  added getoct
3376         routine for perm and permmask
3378 87/02/21  23:32:50  23:32:50  cire (Eric B. Decker)
3380         * parser.c: added -fre, -fullregex predicate to turn off
3381         globbing conversion
3383 87/02/21  23:01:01  23:01:01  cire (Eric B. Decker)
3385         * parser.c: reworked name so the regexpr pattern includes $ at
3386         the end to force globbing to work correctly.  End of the
3387         pattern refers to the end of the filename.
3389 87/02/21  22:25:34  22:25:34  cire (Eric B. Decker)
3391         * parser.c: added guts to name.  uses a conversion from
3392         globbing to regexp format.  uses regex and regcmp to actually
3393         to the comparison.
3395 87/02/21  00:17:11  00:17:11  cire (Eric B. Decker)
3397         * parser.c: added predicate newer
3399 87/02/20  11:39:35  11:39:35  cire (Eric B. Decker)
3401         * parser.c: added ok guts.  consolidated exec and ok to using
3402         insert_exec_ok
3404 87/02/19  00:20:54  00:20:54  cire (Eric B. Decker)
3406         * parser.c: minor bug in -fulldays predicate parser.  It
3407         should have set the flag full_days to true.
3409 87/02/22  00:58:32  00:58:32  cire (Eric B. Decker)
3411         * find.c: changed where we are setting perm_mask to -1.  need
3412         to make sure that this happens before every apply_predicate.
3414 87/02/21  23:32:11  23:32:11  cire (Eric B. Decker)
3416         * find.c: added error checking for no paths.  better error
3417         message if illegal ordering.
3419 87/02/21  22:19:58  22:19:58  cire (Eric B. Decker)
3421         * find.c: added global convert_glob
3423 87/02/22  20:00:12  20:00:12  cire (Eric B. Decker)
3425         * defs.h: added definition of BLKSIZE for size
3427 87/02/21  22:19:25  22:19:25  cire (Eric B. Decker)
3429         * defs.h: added global convert_glob for name