Corrected a typo.
[findutils.git] / ChangeLog
blob5b0fbd09cc1064c8464b0e0c57d552e71c18ba38
1 2005-02-16  James Youngman  <jay@gnu.org>
3         * find/testsuite/Makefile.am:
4         Distribute the test cases for the recent "find -depth" bug.
6         * find/testsuite/find.posix/depth1.exp,
7         find/testsuite/find.posix/depth1.xo: Added test case for find
8         -depth bug reported by Joseph S. Myers
10         * find/find.c (process_path): If -depth is in effect, processing
11         of the subdirectories invalidates the information in 'state'.
12         Therefore once we get around to processing the predicates, restore
13         the information that we keep in 'state' and in 'stat_buf'.
15 2005-02-15  James Youngman  <jay@gnu.org>
17         * ChangeLog: Updated with recent changes
19         * find/find.1:
20         Emphasise that -L causes find to recurse into subdirectories pointed
21         to by symbolic links.
23         * find/find.1:
24         Patch to find.1 from Aaron Hawley <Aaron.Hawley@uvm.edu>:
26         * Notes about -H actually apply to -L.
27         * Said paragraph is duplicated two paragraphs later.
28         * Typos: nno, ibmue, surrpounding
30 2005-02-15  Aaron Hawley  <Aaron.Hawley@uvm.edu>
32         * find/find.1: Notes about -H actually apply to -L.  Said
33         paragraph is duplicated two paragraphs later.  Also typos: nno,
34         ibmue, surrpounding
36 2005-02-13  James Youngman  <jay@gnu.org>
38         * find/find.1: Miscellaneous small clarifications and improvements.
40         * doc/find.texi: Added Info nodes and menus under "Changing the
41         Current Working Directory" so that it doesn't generate such a huge
42         Info page.
44         * find/find.c: Parenthesise #if defined(...).
46 2005-02-13  Dmitry V. Levin  <ldv@altlinux.org>
47         
48         * find/find.c: remove test code snippet (time(NULL) was used to
49         place a marker for spotting with strace(), but was not actually
50         needed).
52         * find/find.c (safely_chdir_nofollow): must not fall back on
53         safely_chdir_lstat() because that will expose it to race condition
54         exploits, making it pointless.
56         * find/find.c (safely_chdir_lstat): Move
57         complete_pending_execdirs() up into safely_chdir(), because we
58         need to do that in either case.
60 2005-02-12  James Youngman  <jay@gnu.org>
62         * configure.in, doc/find.texi, find/defs.h, find/find.c,
63         find/parser.c: Fix for Savannah bug #11879, that
64         init_mounted_dev_list() causes find to hang on systems which are
65         clients to dead NFS servers
67 2005-02-10  James Youngman  <jay@gnu.org>
69         * doc/find.texi: Talk about the problem where find will not work
70         if you have a filesystem mounted from an unresponsive NFS server.
72 2005-02-09  James Youngman  <jay@gnu.org>
74         * find/find.1: Indicate that $TZ affects from printf-format
75         results, and add extra cross-references in the SEE ALSO section.
77 2005-02-08  James Youngman  <jay@gnu.org>
79         * xargs/testsuite/Makefile.am: Distribute the .xe files also.
81         * Makefile.am: Check that we have the right number of .xe files in
82         the distribution also.
84         * ChangeLog, NEWS, configure.in
85         Preparing to release findutils-4.2.17
87 2005-02-07  James Youngman  <jay@gnu.org>
89         * find/testsuite/config/unix.exp: Re-sort the .xo file using the
90         calling user's locale, because our 'pre-sorted' .so output file
91         may not be sorted with the same collating order as 'sort' used to
92         order the output of "find.  Bug spotted by Vin Shelton and Dimitry
93         V. Levin.
95         * find/testsuite/Makefile.am:
96         New test, find/testsuite/find.gnu/follow-arg-parent-symlink.exp.
98         * find/testsuite/find.gnu/follow-arg-parent-symlink.exp,
99         find/testsuite/find.gnu/follow-arg-parent-symlink.xo, find/find.c:
100         Fix for starting point /foo/bar/baz where bar is a symlink but baz
101         is not - we should chdir into bar there even if it is a symbolic
102         link
104 2005-02-07  James Youngman  <jay@gnu.org>
106         * find/testsuite/Makefile.am:
107         New test, find/testsuite/find.gnu/follow-arg-parent-symlink.exp.
109         * find/testsuite/find.gnu/follow-arg-parent-symlink.exp,
110         find/testsuite/find.gnu/follow-arg-parent-symlink.xo, find/find.c:
111         Fix for starting point /foo/bar/baz where bar is a symlink but baz
112         is not - we should chdir into bar there even if it is a symbolic
113         link
115 2005-02-06  James Youngman  <jay@gnu.org>
117         * doc/find.texi:
118         -size: Clarification - -size gives a result consistent with 'wc -c'
119          for example.
121         * Makefile.am, find/testsuite/Makefile.am,
122         find/testsuite/find.gnu/execdir-root-only.exp,
123         find/testsuite/find.gnu/execdir-root-only.xo,
124         locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
125         dist-hook: Ensure that we distribute all the .po files and all the
126         testsuite files
128         * po/pl.po: Updated Polish translation from TP website
130 2005-02-05  Dmitry V. Levin  <ldv@altlinux.org>
132         * find/parser.c, find/pred.c: Additional tweaks for
133         -execdir/-okdir actions.
134         
135         * find/parser.c (new_insert_exec_ok): Disable ignore_readdir_race
136         for -execdir/-okdir.
137         
138         * find/pred.c (pred_execdir, pred_okdir): Use state.rel_pathname
139         instead of basename(pathname).  Do not add "./" prefix for
140         absolute pathnames.
141         
142         * find/find.c (process_top_path): Treat "/" similarly to ".".
144         * xargs/testsuite/xargs.posix/savannah-11865.exp,
145         xargs/testsuite/xargs.posix/savannah-11865.xo, xargs/xargs.c:
146         Fixed Savannah bug #11866 (not resetting number of used chars in
147         the command buffer) - reported by Dimitry V. Levin
149 2005-02-05  James Youngman  <jay@gnu.org>
151         * THANKS:
152         Added thanks for Dimitry - has produced many patches, bugfixes and
153         suggestions.
155         * find/pred.c:
156         Fixed Savannah bug #11866: typo in pred_okdir() renders it useless
158         * find/pred.c:
159         Savannah bug #11861: undefined symbol 'basename' on IRIX 5.3
161         * NEWS, configure.in, po/be.po, po/ca.po, po/el.po, po/eo.po,
162         po/fi.po, po/ga.po, po/hr.po, po/hu.po, po/ja.po, po/lg.po,
163         po/ms.po, po/ro.po, po/sl.po, po/sr.po, po/zh_CN.po: Added new
164         translations
166         * ChangeLog: Updated from CVS prior to release of 4.2.16.
168         * po/ChangeLog: Updated from CVS.
170         * NEWS, configure.in: Preparing to release 4.2.16
172         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
173         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
174         po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sl.po, po/sv.po,
175         po/tr.po: make update-po prior to 'make distcheck'
177         * po/fetch-po-files: This is the first version we actually used.
179         * find/find.c: process_top_path() fixed compilation warning.
181         * find/find.c: process_top_path(): avoid processing this item if
182         we can't chdir to the basename of the named file.
184         * lib/Makefile.am: Always build forcefindlib.c
186         * locate/locate.c: Say 'base name' rather than 'basename' in comments
188         * find/pred.c, find/find.c: process_top_path(): Proper bugfix for
189         correct handling of items at depth 0 (i.e. specified on the
190         command line) - do an extra chdir to ensure that we're in the
191         directory containing the item before calling process_path().
192         Hnece also undo the previous 'quick fix' for the same problem
194         * doc/find.texi:
195         -execdir no longer has to treat anything as special, even at depth 0.
197 2005-02-03  James Youngman  <jay@gnu.org>
199         * doc/find.texi, find/pred.c: When state.curdepth is 0, our
200         working directory is not the directory containing the file we are
201         processing.
203 2005-02-02  James Youngman  <jay@gnu.org>
205         * find/pred.c:
206         To allow compilation on cygwin, use base_name(), not basename().
209 2005-02-01  James Youngman  <jay@gnu.org>
211         * ChangeLog: Updated from CVS log.
213 2005-01-31  James Youngman  <jay@gnu.org>
215         * find/find.c, lib/nextelem.c, lib/nextelem.h, locate/code.c,
216         locate/frcode.c, locate/testsuite/config/unix.exp,
217         xargs/testsuite/config/unix.exp, xargs/xargs.c: Updated/corrected
218         the email address for David MacKenzie, one of the original authors
219         of findutils
221         * doc/Makefile.am: The HTML version of the manual generated for
222         the GNU project website has each node in a separate file, not each
223         chapter in a separate file; adjust filenames accordingly
225         * find/parser.c, find/pred.c, lib/savedirinfo.c:
226         Removed some unused variables (patch from Dmitry V. Levin)
228         * find/find.c:
229         Patch from Dmitry V. Levin <ldv@altlinux.org>: Add subfs to the list
230         of filesystems which are likely to be automounted.
232         * m4/findlib.m4: Corrected typo (pointed out by Dmitry V. Levin).
234         * find/testsuite/config/unix.exp,
235         find/testsuite/find.gnu/name-period.xo,
236         find/testsuite/find.gnu/posix-dflt.xo,
237         find/testsuite/find.gnu/posix-h.xo,
238         find/testsuite/find.gnu/posix-l.xo,
239         find/testsuite/find.gnu/printf.exp,
240         find/testsuite/find.gnu/printf.xo: Systems differ in the order in
241         which filenames are returned by readdir.  Hence sort the output of
242         'find' before comparing against the expected-output file.  We
243         therefore also have the lines in the .xo files ready-sorted.
245 2005-01-30  James Youngman  <jay@gnu.org>
247         * doc/Makefile.am:
248         Added rules for extra targets that we buld to update the web site.
250 2005-01-29  James Youngman  <jay@gnu.org>
252         * configure.in: No longer version 4.2.15 - we've changed the manual.
254         * doc/find.texi:
255         Clarified the txt about adding extra tests with post-processing via
256         xargs, and recommend -execdir instead for security reasons.
258         * doc/find.texi: Patch from Karl Berry:
259         - more entries for the dir file
260         - use @copying so the copyright ends up in the HTML etc. output.
261           (This is the only really important change.)
262         - put @contents after the title page, for conventional toc location.
263         - use @ifnottex to wrap the Top node instead of @ifinfo, for the sake of
264           HTML output, etc.
266         * NEWS, configure.in, po/da.po, po/de.po, po/es.po, po/et.po,
267         po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po,
268         po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
269         po/sv.po, po/tr.po: Prepared to release findutils-4.2.15
271         * ChangeLog: Updated from CVS log.
273 2005-01-28  James Youngman  <jay@gnu.org>
275         * configure.in:
276         Make --enable-d_type-optimization and --enable-d_type-optimisation
277         both work.
279         * configure.in: Assume --enable-d_type-optimisation by default
281         * find/parser.c: Indicate which features are enabled/disabled
283         * locate/testsuite/config/unix.exp:
284         Clean up the files left behind by the locate_textonly test
286 2005-01-27  James Youngman  <jay@gnu.org>
288         * doc/find.texi: Documented --regex.
290         * NEWS, locate/locate.1, locate/locate.c, locate/testsuite/Makefile.am, locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/regex1.exp:
291         Implemented locate --regex - but needs documenting in Texinfo manual.
293 2005-01-25  James Youngman  <jay@gnu.org>
295         * configure.in: Bumped version no.
297         * doc/find.texi:
298         Document --mmap and --stdio as being synonyms of -m and -s.
300         * locate/locate.1:
301         Document --mmap and --stdio as synonyms of -m and -s.
303         * locate/locate.c:
304         Document -m and -s (both no-ops) in the usage message.
306         * doc/find.texi, locate/locate.1: Document -m and -s as no-ops.
308         * ChangeLog: Updated for release of findutils-4.2.14.
310         * NEWS, 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:
311         Preparing to release findutils-4.2.14
313 2005-01-25  James Youngman  <jay@gnu.org>
315         * NEWS, configure.in, po/da.po, po/de.po, po/es.po, po/et.po,
316         po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po,
317         po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
318         po/sv.po, po/tr.po: Preparing to release findutils-4.2.14
320 2005-01-24  James Youngman  <jay@gnu.org>
322         * Makefile.am: Work around the fact that automake-1.7 actually
323         works, and correctly distributes regex.c; hence dist-hook should
324         only copy gnulib/lib/regex.c if this has not already been done.
326         * find/defs.h, find/find.c, find/pred.c,
327         find/testsuite/Makefile.am,
328         find/testsuite/find.gnu/printf-symlink.exp,
329         find/testsuite/find.gnu/printf-symlink.xo,
330         find/testsuite/find.gnu/xtype-symlink.exp,
331         find/testsuite/find.gnu/xtype-symlink.xo: Fixes for -xtype and
332         -printf %Y, which had been the wrong way around.
334         * NEWS: Avoid including the find.gnu subdirectory in the
335         distributed file more than once
337         * locate/locate.c:
338         Move the printing of the statistics into a new function, print_stats()
340         * find/testsuite/Makefile.am: Avoid including the find.gnu
341         subdirectory in the distributed file more than once
343         * import-gnulib.sh:
344         We need the regex module anyway, to allow compilation on Solaris
346 2005-01-23  James Youngman  <jay@gnu.org>
348         * configure.in:
349         Invoke gl_INCLUDED_REGEX directly to ensure successful compilation on
350         systems like Solaris, which lacks those functions in libc (fixes GNU
351         Savannah bug #11710).
353         * locate/locate.1: -S is a synonym for --statistics
355         * doc/find.texi: Documented the new -H, -L and -P options.
357         * locate/locate.1, locate/locate.c: Implement options -L
358         (default), -H and -P, which mean the same things as for find,
359         except for the fact that the default is -L rather than -P
361         * find/find.1: Corrected definition of the exit status for -quit.
363         * find/find.c, find/pred.c: If DEBUG_STAT is set, issue a debug
364         message when we call chdir() so that we can figure out what is
365         actually being stat()ed
367         * locate/updatedb.sh:
368         Removed spurious newline from help message (bug report from Karl
369         Berry).
371         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
372         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
373         po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po,
374         Makefile.am, NEWS, configure.in, find/defs.h, find/find.c,
375         find/parser.c, find/pred.c, find/tree.c, find/util.c,
376         import-gnulib.sh, lib/savedirinfo.c: Merged the d_type
377         optimisation code; this is disabled by default, and can be enabled
378         with 'configure --enable-d_type-optimisation'
380         * NEWS:
381         Updated optimisation NEWS item to indicate the effect on runtime.
383 2005-01-22  James Youngman  <jay@gnu.org>
385         * NEWS, configure.in: Prepare for release of findutils-4.2.12
387         * ChangeLog: Brought up to date with recent changes.
389         * Makefile.am, import-gnulib.sh, po/Makefile.in.in, po/Makevars,
390         po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
391         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
392         po/pl.po, po/pt_BR.po, po/remove-potcdate.sin, po/ru.po, po/sk.po,
393         po/sv.po, po/tr.po: Switch to using the gnulib gettext module, to
394         ensure that 'make distcheck' works with current xgettext,
395         autoconf, etc.
397         * find/testsuite/config/unix.exp:
398         Oops, we do need to clean up after all.
400 2005-01-21  James Youngman  <jay@gnu.org>
402         * xargs/testsuite/Makefile.am: Added name of missing input file.
404         * find/testsuite/Makefile.am:
405         Distribute a few files that we had forgotten about
407         * xargs/testsuite/Makefile.am: Added some missing files.
409         * lib/Makefile.am: Also need buildcmd.h.
411         * xargs/testsuite/Makefile.am: Fixed a typo.
413         * NEWS: Indicate the d_type performance improvement
415 2005-01-18  James Youngman  <jay@gnu.org>
417         * lib/savedirinfo.h: Added on d_type_optimisation also
419         * lib/savedirinfo.c: Added on branch d_type_optimisation also.
421         * find/pred.c: Added assert that we actually know the file type by
422         the time pred_type() is called
424         * find/find.c: Always initialise state.have_stat = false when
425         starting to work with a new file
427 2005-01-17  James Youngman  <jay@gnu.org>
429         * ChangeLog: Brought up to date with recent changes.
431         * NEWS: Documented the changes so far.
433         * find/testsuite/find.gnu/exec-many-rtn-success.xo:
434         Expected output for exec-many-rtn-success.exp
436         * find/find.1:
437         Indicate that -quit still ensures that pending commands are invoked
439         * doc/find.texi:
440         Indicate that -quit still causes partial command lines to be invoked,
441         but there are some types of fatal error which leave such commands
442         uninvoked.
444         * find/defs.h, find/find.c, find/pred.c, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
445         Fixed savannah bug  #11625 Wrong return status for -exec ... \; when command fails; also execute any pending commands when doing -quit
447         * 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:
448         Various test cases for succeeding and failing forms of -exec \; and -exec {} +
450         * find/pred.c: "-exec ... {} +" always returns "true".
452         * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
453         Implemented d_type optimisation but not working correctly, so currently disabled
455         * lib/savedirinfo.h, lib/savedirinfo.c:
456         Initial implementation (temporarily disabled).
458         * lib/Makefile.am: Resolved merge conflict.
460         * lib/Makefile.am:
461         Make sure nextelem.h is included in the list of sources.
463         * find/parser.c, lib/nextelem.c, lib/nextelem.h, locate/locate.c:
464         Use prototypes for next_element() to make sure it is called correctly.
466 2005-01-16  James Youngman  <jay@gnu.org>
468         * find/find.c, find/pred.c:
469         When completing incomplete multiple execs, use 'eval_tree' not 'predicates'
471         * lib/buildcmd.c:
472         Oops, initialise state->cmd_initial_argv_chars to zero.
474         * find/find.1:
475         Document the way that -execdir and -okdir will refuse to wqork if ">"
476         is on $PATH.  Also document -okdir in the manpage.
478         * find/parser.c:
479         -execdir and -okdir are insecure if $PATH includes the current
480          directory, and so they refuse to work if the user has done that.
482         * find/pred.c:
483         Oops; for -exec ... {} +, pass arguments to bc_push_arg() in the right
484         order.   Problem spotted by Geoff Clare.
486         * TODO: Removed items which have now been done.
488         * lib/buildcmd.c: Tidied up formatting of arg list for bc_do_insert
490 2005-01-15  James Youngman  <jay@gnu.org>
492         * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo:
493         Added extra tests for more printf formats; patch by Andreas Metzler
495         * locate/locate.c:
496         Ensure that the new long options have a relevang short option too.
497         Also bring usage message into line with the options actually
498         supported.  Thanks to Bas van Gompel for noticing this defect.
500         * locate/locate.1:
501         Escape "-" in SYNOPSIS.  Thanks to Bas van Gompel for noticing this
502         defect.
504         * ChangeLog: Fixed typos.
506         * doc/find.texi:
507         Documented -execdir, and the "+" variants of -exec and -execdir.
509         * find/find.1: Documented -execdir.
511         * xargs/xargs.c:
512         Updated to bring into line with bc_*() interface changes
514         * ChangeLog: Updated with recent changes.
516         * find/defs.h, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h:
517         Implemented -execdir and -okdir
519         * find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
520         First working version of -exec ...+
522 2005-01-09  James Youngman  <jay@gnu.org>
524         * find/defs.h, find/find.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
525         Initial implementation of -exec ..{} +, but currently disabled since not yet working
527 2005-01-08  James Youngman  <jay@gnu.org>
529         * find/find.c: Fixed typo in comment.
531         * find/defs.h, find/find.c, find/parser.c, find/pred.c:
532         We now understand but do not implement -execdir (a *BSD invention, and a very useful security enhancement) and -okdir (the obvious companion to it)
534         * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
535         The GNU coding standard requires a space between the function name and
536         its parenthesised argument list.
538         * find/defs.h:
539         Understand the -exec ... {} \+ construction (for multiple
540         replacement).  No support yet.
542         * locate/locate.1:
543         Indicate that empty elements in the dbpath are treated as synonyms for
544         the default database.
546         * locate/locate.c:
547         Support empty elements in the dbpath as synonyms for the default
548         database.  These colons can be leading, trailing or in the middle of
549         the string.  We no longer com,plain if the user does this.
551         * lib/nextelem.c:
552         If curdir_ok is 0 and an element is empty, return "" instead of NULL
553         so that the caller knows to keep calling us.
555         * find/find.c, find/pred.c, import-gnulib.sh, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
556         Savannah bug 11517: find, xargs, locate, etc. should not hide write failures; patch from Jim Meyering
558         * 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:
559         changed .pot creation date
561         * THANKS, AUTHORS: Take into account the FSF copyright-assignments list
563         * doc/find.texi:
564         If -quit is used, the exit value can be nonzero if errors have occurred.
566         * find/find.1:
567         Removed incorrect comment about -H, -P and -follow in HISTORY.
569 2005-01-07  James Youngman  <jay@gnu.org>
571         * lib/Makefile.am, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
572         Refactored xargs to use an external library function from the new file buildcmd.c
574         * configure.in: no longer the same as the released 4.2.11 version
576 2005-01-06  James Youngman  <jay@gnu.org>
578         * xargs/testsuite/inputs/lines.xi, xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/Makefile.am:
579         Tests for the -L option
581         * xargs/testsuite/config/unix.exp: When a test fails, show the diffs
583         * xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/xargs.posix/l2.xo:
584         tests for the -l option
586         * xargs/testsuite/Makefile.am: Added extra test files
588         * xargs/testsuite/xargs.sysv/trace.exp, xargs/testsuite/xargs.sysv/trace.xe, xargs/testsuite/xargs.sysv/trace.xo:
589         Added tests for the -t option
591         * 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:
592         Use a blanks-only input file for cases where there is supposed to be no output
594         * xargs/testsuite/inputs/blank.xi: Initial version.
596         * xargs/xargs.1:
597         Corrected a typo; also indicate that it's impossible to use xargs
598         securely due to the race condition.
600 2005-01-05  James Youngman  <jay@gnu.org>
602         * find/parser.c:
603         Fixed Savannah bug 11495: fallthrough from -printf format processing
604         from 'n' case to 'd' case.
606 2005-01-03  James Youngman  <jay@gnu.org>
608         * doc/find.texi:
609         Oops.  Had duplicated an entire section.  Fortunately this was after
610         @bye, so there was no adverse effect.
612         * NEWS: locate -b.
614         * doc/find.texi, locate/locate.1: document locate -S
616         * configure.in, doc/find.texi, locate/locate.1, locate/locate.c:
617         Support locate -b as a synonym for locate --basename
619         * 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:
620         distcheck
622         * find/testsuite/config/unix.exp:
623         Clean up (delete) find.out at at the end of the test.
625         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c, find/pred.c:
626         Implemented the -samefile test for find
628 2005-01-02  James Youngman  <jay@gnu.org>
630         * ChangeLog: Updated with recent changes.
632         * NEWS:
633         Bas van Gompel: two-line patch to locate.c to make locate's -i and -w
634         options work if -e is in use.
636         * THANKS: Added Bas van Gompel.
638         * locate/locate.c:
639         Bas van Gompel: (visit_exists) when testing for the existence of the
640         file, check the real filename [printname], not the case-converted
641         filename [testname].  Really these argument names are badly chosen.
643         * find/find.1, doc/find.texi:
644         Improved the documentation for -perm, with plenty of examples,
645         following a comment by Dan Jacobson that the comment "Symbolic modes
646         use mode 0 as a point of departure" is baffling and unhelpful.
648         * locate/locate.c:
649         Suggestion and patch from Bas van Gompel: (new_locate): Fix display of
650         negative compression ratios.
652 2004-12-31  James Youngman  <jay@gnu.org>
654         * NEWS: Brought up to date with recent changes
656         * doc/find.texi:
657         Don't need to nest the "race conditions with..." sections so deeply.
659         * doc/find.texi: Corrected some spelling errors.
661         * doc/find.texi: Added new "Security Considerations" chapter.
663 2004-12-23  James Youngman  <jay@gnu.org>
665         * locate/locate.c:
666         Applied bugfixes from Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>.
667         (lc_strcpy): Zero-terminate result.
668         (add_visitor): Update lastinspector.
669         (visit_substring_match_casefold): fix off-by-one error.
670         (new_locate): Move visit_exists down to improve performance.
671         (new_locate): Don't fold case when getting stats.
673 2004-12-19  James Youngman  <jay@gnu.org>
675         * doc/find.texi:
676         Indicate that "cd /; find tmp -wholename /tmp" will never match anything.
678         * doc/find.texi: Documented locate --statistics.
680         * locate/locate.1: Documented the --statistics option.
682         * locate/locate.c: Added support for the -S option.
684 2004-12-12  James Youngman  <jay@gnu.org>
686         * NEWS: Added a summary of the changes so far.
688         * find/tree.c: Made some of the error messages more self-explanatory
690         * find/pred.c: Print pointers with %p, not %x.
692         * find/find.c: Moved option data into struct options.
694         * find/find.1: clarifications
696         * find/testsuite/find.gnu/comma.exp:
697         Limit the amount of searching with maxdepth.
699         * doc/find.texi: clearer description of how -prune works
701         * ChangeLog: Removed duplicate entry.
703         * configure.in, find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
704         Separated ariables representing current state from variable representing option information
706 2004-12-11  James Youngman  <jay@gnu.org>
708         * find/parser.c: Readability improvement to the usage message.
710         * find/find.c: Oops.  Fixed unmatched #endif.
712         * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo, THANKS, configure.in, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
713         Fixed Savannah bug #11280
715         * find/find.c:
716         Remember to set path_length and curdepth in process_top_path().
718 2004-12-07  James Youngman  <jay@gnu.org>
720         * find/fstype.c: Use xstat() not stat() to examine things.
722         * find/find.c: Explain why #ifdef EOVERFLOW.
724         * find/find.c: EOVERFLOW is not defined on UNICOS.
726         * NEWS: Corrected typo.
728 2004-12-06  James Youngman  <jay@gnu.org>
730         * ChangeLog: Brought up to date.
732         * NEWS, configure.in: releasing 4.2.10
734         * 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:
735         distcheck
737         * ChangeLog: Updated prior to release of finsutils-4.2.10.
739         * import-gnulib.sh, find/fstype.c:
740         Use gnulib's mountlist module instead of grokking it ourselves.
742         * configure.in:
743         Removed all the out-of-date cruft for grokking getmntent().
745         * xargs/xargs.c:
746         Added the -I and -L options; also -E takes an argument which is not optional.
748 2004-12-05  James Youngman  <jay@gnu.org>
750         * README, configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c:
751         Allow debug output to be turned on or off by saying --enable-debug on the configure command line
753         * README:
754         Removed disparaging (it is now, it probably wasn't then) comment about
755         the production-readiness of Automake.
757         * README: Qualify remarks about POSIX compliance.
759         * NEWS, configure.in: Preparation for release 4.2.9
761         * 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:
762         distcheck
764         * ChangeLog: Brought up to date.
766         * find/find.c:
767         Avoid duplicate error message when we cannot chdir() into a subdirectory.
769         * THANKS: Added recent thankees.
771         * NEWS:
772         Brought up to date with respect to the current set of fixed bugs.
774         * NEWS, xargs/xargs.1, xargs/xargs.c:
775         Implemented POSIX options -L, -I and -E
777 2004-12-03  James Youngman  <jay@gnu.org>
779         * find/parser.c:
780         -xdev is an option, not a test.   Fixes Savannah bug 11192.
782         * find/find.1, xargs/xargs.1:
783         Escape dashes with a backslash (for fix Savannah bug 11189).
785 2004-11-27  James Youngman  <jay@gnu.org>
787         * find/find.c:
788         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.
790         * find/find.1: "necessary" only has one "C".
792         * find/find.1:
793         If stat() fails with ELOOP, we issue a diagnostic message.
795 2004-11-26  James Youngman  <jay@gnu.org>
797         * find/find.c: Removed some unused code.
799         * Makefile.am: Don't do anything in the 'intl' subdirectory
801         * find/find.c:
802         Enhanced safely_chdir() to the point where the test suite passes, and report infinite loops in the directory hierarchy
804         * find/defs.h:
805         belt and braces; ensure that SYMLINK_NEVER_DEREF has value zero
807         * find/find.1:
808         Describe our strategy for detecting and reporting infinite loops
810 2004-11-24  James Youngman  <jay@gnu.org>
812         * doc/find.texi:
813         Updated the discussion of th error messages for findutils-4.2.8.
815         * configure.in: Next version will be 4.2.9...
817         * find/find.c:
818         Don't issue a warning if we notice the mounting of a filesystem that's
819         likely just to be an automounter.
821         * doc/find.texi, find/find.1:
822         Explain how rounding is performed for -atime and friends.
824         * xargs/xargs.c:
825         Once we collect enough arguments (for the value specified by the -n
826         option) to do an exec(), do it immediaely instead of waiting for the
827         next one to arrive.  This fixes Savannah bug #7340.
829         * ChangeLog, configure.in, NEWS: Prepare to release 4.2.8.
831         * NEWS: Updates for 4.2.8.
833         * configure.in: check for  sys/types.h
835         * find/find.c:
836         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.
838         * find/defs.h:
839         Declarations of xmalloc() and friends belong in xalloc.h, not in defs.h
841         * find/parser.c: avoid signed/unsigned warning, and #include xalloc.h
843         * find/fstype.c:
844         Changed to alloc get_mounted_devices() to compile on Solaris
846         * README-CVS:
847         Automake requires GNU m4, so point out that the reader needs that.
849         * find/defs.h, find/find.c, find/fstype.c:
850         When wd_sanity_check() fails, enumerate the mounted devices, rather than the mounted filesystem names
852         * NEWS: prepare for 4.2.8
854         * configure.in:
855         Look for some Solaris headers which are used by get_mounted_devices()
857         * lib/Makefile.am: don't build savedirtypes yet
859         * 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:
860         updated po files
862         * m4/nullsort.m4:
863         Avoid suprious output of the test data when the tests fail.
865 2004-11-21  James Youngman  <jay@gnu.org>
867         * 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:
868         Messages changed again
870         * ChangeLog, configure.in: Preparing to release 4.2.7.
872         * NEWS: Updated for release of 4.2.7.
874         * import-gnulib.sh: Also need canonicalize module.
876         * find/find.c:
877         When checking to see if a filesystem has changed state, use an
878         absolute pathname.
880         * configure.in:
881         No need to pause to allow James to view his handiwork, it (allegedly)
882         works now.
884         * configure.in:
885         Oops.  Check for setlocale() to re-enable the i18n support which was
886         accidentally disabled in 4.2.5.
888         * find/find.c:
889         Check to see if the new directory is a transitioned mount point by
890         using its ABSOLUTE name, if we can figure it out.
892         * doc/find.texi:
893         Added guidance on some of the error messages.  Not the most common
894         ones, but the ones where the user might most benefit from some handy
895         hints or an explanation of what is going on.
897         * find/pred.c:
898         Actually emit an error message if we fail to stat a symlink (for
899         reasons other than nonexistence of the link and infinite loop).
901         * doc/texinfo.tex: Updated texinfo.tex
903         * NEWS, configure.in, find/find.c, find/fstype.c:
904         Enable the 'Warning: filesystem XXX has recently been mounted' check on Solaris, which prevents it exiting fatally when traversing an automount mount point
906         * 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:
907         messages changed again
909         * NEWS: Implemented xargs --arg-file.
911         * doc/find.texi, xargs/xargs.1, xargs/xargs.c, NEWS:
912         Implemented xargs --arg-file
914         * find/find.c:
915         Where a filesystem was recently (un)mounted, try togive its full name
917         * configure.in:
918         Try to avoid requesting -lsun if we don't seem to need it (e.g. on
919         UNICOS where it is not present and trying to link against it produces
920         a warning).
922         * find/defs.h, lib/modetype.h: Guard against multiple inclusion
924         * find/fstype.c:
925         We now need <mntent.h> even if we are not using getmntent() to figure
926         out the type of a filesystem, because wd_sanity_check() needs to
927         enumerate the system mount points.
929         * configure.in: Next release will be 4.2.7.
931         * find/fstype.c:
932         get_mounted_filesystems() should use getmntent() if that function is
933         present, rather than just if configure didn't find anything better for
934         filesystem_type_uncached() to use than that.
936         * find/parser.c:
937         If -delete is the only action on a file, don't assume the default
938         -print action too.
940         * 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:
941         Preparation to release findutils-4.2.6.
943         * find/Makefile.am, xargs/Makefile.am:
944         Enable checking of support for --version and --help
946         * locate/Makefile.am:
947         Con't check command-line options for frcode, code or bigram
949         * locate/code.c: Support --version and --help.
951         * ChangeLog: *** empty log message ***
953         * find/defs.h, find/find.c, find/fstype.c, lib/Makefile.am, lib/extendbuf.c, lib/extendbuf.h, NEWS:
954         Avoid fatal error if automount mounts a filesystem on a directory because we chdir()ed into it
956         * configure.in: Next release will be 4.2.6.
958         * find/find.1:
959         Indicate that the '-' flag does work for most fields.   Also provide
960         an example of using the comma operator to traverse the filesystem just
961         once but search for more than one thing.
963         * doc/find.texi: Indicate that the '-' flag does work for most fields.
965 2004-11-19  James Youngman <jay@gnu.org>
967         * configure.in: releaseing findutils-4.2.5
969         * find/testsuite/Makefile.am, locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
970         If a directory has no Makefile.am, omit it from the parent's DIST_SUBDIRS - automake-1.9 requires this
972         * 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:
973         updated by make distcheck
975         * ChangeLog, NEWS: Updated for release 4.2.5.
977         * find/find.1, doc/find.texi:
978         Tell the reader that format flags may not work as they expect.
980         * configure.in:
981         Use the correct name for the macro gl_AC_TYPE_LONG_LONG (not
982         jm_AC_TYPE_LONG_LONG).
984 2004-11-15  James Youngman <jay@gnu.org>
986         * import-gnulib.sh:
987         Avoid test -e because not all systems are POSIX-compliant (bug
988         #11005).  Also don't need regex module any more if we're not building
989         in intl.
991         * Makefile.am, configure.in:
992         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
994         * doc/find.texi:
995         Use @ref not @xref for a reference at the beginning of a sentence.
997         * intl/Makefile.in:
998         Make sure gnulib.lib is on the #include path (Savannah bug #11002)
1000         * locate/locate.c:
1001         Use base_name instead of basename - fixes Savannah bug 11003.
1003         * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, locate/bigram.c, locate/locate.c:
1004         Don't need banner to emphasise the location of the call to jy_SORTZ
1006 2004-11-12  James Youngman <jay@gnu.org>
1008         * 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:
1009         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]
1011 2004-11-11  James Youngman <jay@gnu.org>
1013         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c:
1014         Implemented -H and -L options.
1016         * find/util.c: Added in the -H and -L options on the usage message.
1018 2004-11-10  James Youngman <jay@gnu.org>
1020         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1021         Implemented %M and %A+ format specifiers
1023         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1024         Documented the fact that only %d and %m format specifiers honour the various formatting flags
1026         * xargs/xargs.c:
1027         Get the right number of bytes in a Kilobyte (hint: it's not 1048; that
1028         was a typo, honest :)
1030         * po/pl.po: Applied Polish translations
1032 2004-11-08  James Youngman <jay@gnu.org>
1034         * 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:
1035         distcheck changed the po files again
1037         * locate/Makefile.am:
1038         Make install-data-hook honour the setting of DESTDIR so that "make
1039         DESTDIR=/tmp/foo install" works and puts localstater in the right
1040         place.
1042         * configure.in: We're now working on findutils-4.2.5.
1044         * doc/find.texi, xargs/xargs.1:
1045         Point out that xargs -i only splits input items at newlines
1047         * ChangeLog: Indicate that we released 4.2.4.
1049         * ChangeLog: Updated for release 4.2.4
1051         * NEWS, configure.in: Prepare for release of 4.2.4.
1053         * NEWS: Brought up to date with latest changes.
1055         * 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:
1056         Turn warning messages off by default if stdin is not a tty; allow these to be controlled explicitly by options -warn and -nowarn
1058         * po/et.po, po/it.po: Updated translation files
1060         * po/sk.po: New translation file
1062         * po/fr.po, po/nl.po, po/tr.po: Updated translation files
1064         * configure.in: Added Slovak (sk) language.
1066         * xargs/xargs.c:
1067         Enforcing a lower limit on the value specified by -s makes the test
1068         suite fail.  Removed that lower limit.
1070         * locate/Makefile.am: Oops, multilocate doesn't exist yet.
1072         * NEWS: *** empty log message ***
1074         * doc/find.texi, locate/updatedb.1, locate/updatedb.sh:
1075         Added option --findoptions to updatedb
1077         * locate/Makefile.am, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
1078         Fixed section numbers in manpage titles and cross-references
1080         * NEWS, doc/find.texi, xargs/xargs.1, xargs/xargs.c:
1081         Increased the default argument length and improved POSIX compliance of the handling of out-of-range values for the -s option
1083 2004-11-07  James Youngman <jay@gnu.org>
1085         * m4/Makefile.am:
1086         Added in the extra files we need to distribute, nullsort.m4
1087         order-bad.bin order-good.bin
1089         * doc/find.texi: Documented locate's --limit option
1091         * locate/locate.1, locate/locate.c:
1092         Implmented --limit and corrected the implementation of the -i option.
1094 2004-11-06  James Youngman <jay@gnu.org>
1096         * NEWS, doc/find.texi, locate/locate.1:
1097         Documented --wholename and --basename and updated the NEWS file
1099         * README-CVS:
1100         Give the autogen commands in a form that you can usefully cut and paste into a shell
1102         * NEWS: Options --null and --count) for locate
1104         * lib/nextelem.c:
1105         Don't return '.' for an empty path element, because the path we are splitting may not be intended to contain directories
1107         * configure.in: we're working on findutils-4.2.4 now
1109         * locate/Makefile.am: Substitute @SORT_SUPPORTS_Z@
1111         * doc/find.texi:
1112         Documented new locate option --null and newline handling
1114         * locate/locate.1, locate/locate.c:
1115         New locate options --null, --wholename, --basename, --count
1117         * locate/frcode.c, locate/updatedb.1, locate/updatedb.sh:
1118         correctly handle newlines in the file names
1120         * configure.in: Determine if sort -z works
1122         * m4/nullsort.m4, m4/order-bad.bin, m4/order-good.bin:
1123         jy_SORTZ: a macro to determine if the system has a sort command with a working -z option
1125 2004-11-01  James Youngman <jay@gnu.org>
1127         * NEWS: Fixed "find -printf '%H\n'".
1129         * find/find.c:
1130         Avoid segfault if -printf %H is used where the matched file was the default, unspecified starting point, the current directory
1132 2004-10-31  James Youngman <jay@gnu.org>
1134         * find/find.1, find/parser.c: NetBSD also supports -d.
1136         * find/find.1, doc/find.texi:
1137         Documented the behaviour of -daystart and -follow in more detail
1139         * find/parser.c: Corrected the usage message.
1141         * find/parser.c:
1142         When deciding whether to issue a warning about options following
1143         non-options, ignore any options whose position affects the tests
1144         (i.e. -daystart and -follow).
1146         * find/parser.c: -daystart is a positional option like -follow.
1148         * find/parser.c:
1149         Issue a warning message if an option is specified after a test or an
1150         action (because the user might have believed that the behaviour of the
1151         option is in some way conditional on the preceding tests).
1153         * locate/updatedb.sh:
1154         Oops; removed some test code that I shouldn't have checked in.
1156         * locate/updatedb.sh:
1157         Indicate that the old locate database format will shortly be unsupported.
1159         * doc/find.texi:
1160         Use @direntry instead of hard-coding START-INFO-DIR-ENTRY inside @ifinfo.
1162         * locate/updatedb.1: Updated default location of locatedb file.
1164         * README-alpha:
1165         Updated to give correct FTP location and to not talk about "test"
1166         versions of automake, which are no longer required.
1168         * locate/updatedb.sh:
1169         Incorporated the default list of filesystems to avoid from the Debian
1170         package.  Also added /afs and /sfs to the default pruned paths.
1172         * configure.in: Released findutils 4.2.3
1174         * 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:
1175         did make distcheck, which updates these files
1177         * find/defs.h, find/fstype.c:
1178         Use const qualifier in arguments to filesystem_type() to allow callers with const variables to use them
1180         * ChangeLog: Updated.
1182         * NEWS: Added new news.
1184         * find/find.c:
1185         Extra diagnositcs for the case where we have the error "%s changed
1186         during execution of %s" - that is when we chdir back to the parent
1187         directory only to find that it has changed.
1189 2004-10-30  James Youngman <jay@gnu.org>
1191         * .cvsignore, NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
1192         Implemented the -quit action
1194         * NEWS, doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1195         Refactored time handling routines in preparation for support of absolute timestamp comparison predicates
1197         * locate/locate.c:
1198         Applied Savannah patch #2952 ("getline off-by-one bugfix").
1200         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
1201         Added -delete action (Savannah patch #3454 with additions)
1203         * locate/locate.c:
1204         Applied Savannah patch #2692 (allowing get_short to process negative integers).
1206         * find/find.c:
1207         If we are iossuing an error message because $FIND_BLOCK_SIZE is set,
1208         ignore the setting of errno.
1210         * find/parser.c: More fixes for pedantic compiler warnings
1212         * NEWS, find/parser.c, find/tree.c: Eliminated some compiler warnings
1214         * find/find.c, find/parser.c, find/pred.c:
1215         Various fixes for compiler warninga sbout unreachable code or unused function arguments
1217         * intl/plural.y: Silence compiler warning about unused argument.
1219         * locate/testsuite/Makefile.am:
1220         Subdirectory "inputs" does not exist, so remove it from DIST_SUBDIRS.
1222         * locate/locate.c:
1223         Corrected the explanation of why we have to use no parentheses around
1224         the String argument to the N_ macro in its expansion.
1226         * configure.in: Nextr release is 4.2.3.
1228         * configure.in: IOndicate this is no longer the pristine release.
1230         * NEWS:
1231         Oops, comments for release 4.2.0 should have said 20480 bytes, not 2480.
1233         * lib/listfile.c:
1234         The -ls predicate should not truncate usernames.  Fixes Savannah bug #10800.
1236         * find/fstype.c, locate/locate.c:
1237         Fixes for Savannah bug #3727 (Intel icc compilation errors).
1239 2004-10-25  James Youngman <jay@gnu.org>
1241         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1242         Support -printf %D, which prints the device number of the containing filesystem
1244         * locate/updatedb.sh:
1245         Avoid confusion between James Woods and James Youngman, by using the
1246         disambiguating surname.
1248         * find/parser.c: Use RE_ICASE instead of re->translate.
1250         * configure.in, find/parser.c, find/pred.c, xargs/xargs.c:
1251         No need to #define _GNU_SOURCE if we use gl_INIT.
1253 2004-10-24  James Youngman <jay@gnu.org>
1255         * ChangeLog: Prepared to release findutils-4.2.2.
1257         * 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:
1258         Updates prior to release of 4.2.2
1260         * NEWS: Updated with news for findutils-4.2.2.
1262         * 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:
1263         Corrected typo in the address of the FSF office
1265         * lib/strspn.c: Updated FSF address.
1267         * m4/.cvsignore: 'cvs status' should ignore Makefile.in
1269         * 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:
1270         Use gnulib-tool --import to import the gnulib code, rather than the odd way we were doing it before
1272         * 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:
1273         Work round an apparent compiler bug in HP-UX 11.23 for
1274         ia64
1276         * locate/locate.c:
1277         Work around what appears to be a C compiler bug in HP-UX 11.23 for
1278         ia64.
1280         * INSTALL, depcomp, install-sh, missing, mkinstalldirs:
1281         Updated from automake
1283         * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c, find/find.c:
1284         Avoid use of exit() within main, to silence warnings about unreachable code
1286 2004-10-22  James Youngman  <jay@gnu.org>
1288         * doc/find.texi: Syntax corrections.
1290         * doc/find.texi: Indicate that "-exec {}+" is not yet supported.
1292         * find/find.1: Indicate that "{}+" is not yet supported.
1294         * find/testsuite/find.gnu/name-period.xo, find/testsuite/find.gnu/name-period.exp, find/find.1, doc/find.texi:
1295         The -name predicate must allow '*' to match '.foo' as demanded by IEEE
1296         Std 1003.2-1992 Interpretation #126.
1298         * find/pred.c:
1299         Remove use of FNM_PERIOD for -name as demanded by IEEE Std 1003.2-1992
1300         Interpretation #126
1302         * find/parser.c: Fix for compilation (on AIX 4.3) with GCC 2.x.
1304         * xargs/xargs.c:
1305         Changed the erorr message issued when there is an unmatched quote to
1306         point out that the user might have wanted to use the -0 option instead.
1308 2004-10-17  James Youngman  <jay@gnu.org>
1310         * configure.in:
1311         Define intmax_t if it is not already defined - allows parser.c to compile on AIX 4.3
1313         * configure.in:
1314         Adjust version number to indicate that this s/w has moved on since the
1315         4.2.1 release.
1317         * configure.in: preparing to release 4.2.1
1319         * ChangeLog: updated with current changes
1321         * README-CVS: Updated to go with newer version of gnulib.
1323         * 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:
1324         preparation for release
1326         * NEWS: Mention the changes to "trap".
1328         * NEWS: Brought up to date.
1330         * import-gnulib.sh:
1331         Use xalloc-die module from gnulib, since that has now been split out
1333         * find/parser.c:
1334         Check fnmatch() when other predicates that rely on fnmatch() are used.
1336         * find/parser.c: bug #10701: find needs fnmatch sanitycheck on startup
1338 2004-10-16  James Youngman <jay@gnu.org>
1340         * import-gnulib.sh:
1341         Switch to requirement for GNU fnmatch because it supports FNM_CASEFOLD.
1343         * locate/updatedb.sh:
1344         Bug #9465: use of signal numbers for 'trap' is deprecated.  Should use
1345         names instead.  See
1346         http://www.opengroup.org/onlinepubs/009695399/utilities/trap.html,
1347         which indicates that support for signal numbers is optional, while
1348         support for signal names is mandatory.
1350         * configure.in:
1351         Indicate that this is the CVS version (once again) now that findutils
1352         4.2.0 has been released.
1354         * 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:
1355         findutils 4.1.20 check-in for tagging
1357 2004-10-02  James Youngman <jay@gnu.org>
1359         * po/Makefile.in.in:
1360         Search in $(top_srcdir) for mkinstalldirs, since that's where we keep it.
1362         * NEWS: Brought up to date, organised more clearly, and tidied up.
1364         * NEWS: brought up to date with recent changes
1366         * locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/ignore_case1.exp, locate/testsuite/locate.gnu/ignore_case3.exp, locate/updatedb.sh:
1367         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
1369         * find/pred.c:
1370         Fixed usage of human_readable() in '%k' format specifier to fix a bug
1371         reported by Dmitry V. Levin (arguments to human_readable() were
1372         specified in the wrong order, which resulted in a floating-point
1373         error).
1375 2004-08-08  James Youngman <jay@gnu.org>
1377         * locate/updatedb.sh:
1378         cd to / to avoid inability to examine the current directory if we're
1379         invoked via cron (and hence in root's home directory for example).
1381         * doc/find.texi, find/find.1:
1382         Deprecate -path and -ipath in favour of -wholename and -iwholename
1384         * find/parser.c:
1385         As per RMS's suggestion, deprecate -path and -ipath in favour of
1386         -wholename and -iwholename.
1388         * locate/locate.c:
1389         Fixed Savannah bug #9923, in which get_short() returns large positive
1390         ints when it should be returning negative shorts.
1392         * xargs/xargs.1:
1393         Applied documentation improvements suggested by Dan Jacobson
1394         <jidanni@jidanni.org>.
1396         * xargs/xargs.c:
1397         Don't check size_of_environment against arg_max since that causes the
1398         test suite to fail.
1400         * xargs/xargs.1, xargs/xargs.c: Better documentation for the -i option
1402 2004-05-03  James Youngman <jay@gnu.org>
1404         * find/find.1:
1405         document the various suffixes for -size and also the new 
1406         option -ignore_readdir_race
1408         * locate/locate.c:
1409         Fixes Savannah bug #8623 (failure to check consistency of data 
1410         read from locate database)
1412         * locate/updatedb.sh:
1413         Resolves Savannah bug 4380, that updatedb generates an empty
1414         database if one of the commands fails
1416         * NEWS: Talk about -ignore_readdir_race
1418         * doc/find.texi:
1419         Documented -ignore_readdir_race and -noignore_readdir_race
1421         * find/find.c:
1422         -ignore_readdir_race should have no effect if the reason for the
1423          failure of stat(2) was anything other than ENOENT.
1425         * find/defs.h, find/find.c, find/parser.c:
1426         Fixed Savannah bug 4391 (readdir race condition leading to 
1427         spurious error messages)
1429 2004-04-24  James Youngman <jay@gnu.org>
1431         * README-CVS: Corrected the instructions for getting gnulib via CVS.
1433 2004-04-13  James Youngman <jay@gnu.org>
1435         * doc/find.texi:
1436         Actioned Savannah bug #8558 (find complains when it tries to recurse
1437         into directories that it had removed).
1439 2004-03-13  James Youngman <jay@gnu.org>
1441         * ChangeLog: Updated from checkin comments.
1443         * find/find.c:
1444         Oops, there is no access to the predicate name table if DEBUG is 
1445         not #defined.
1447         * find/parser.c:
1448         Detect arithmetic overflow (poorly) in insert_time(), which diagnoses
1449         the failure to handle large arguments to -mtime.  The existing code
1450         does careful computation and then bungs the value into a time_t, which
1451         ruins all our careful effort.  The new code is not a great
1452         improvement.  We just check the result to detect overflow, rather than
1453         actually avoiding the overflow.
1455         * find/find.c:
1456         Fixed Debian bug #185202 by checking for any trailing predicates after
1457         the top-level invocation of get_expr() has done its work.
1459         * locate/locate.1, xargs/xargs.1:
1460         Fixed Debian bug 175372, inappropriate 'L' suffixes on manual 
1461         page section indicators
1463         * find/find.1:
1464         Removed "L" suffixes from manual page section indicators, to fix
1465         Debian bug 175372.
1467         * debian/updatedb.conf:
1468         Updated with list of filesystems from current Debian release.  This
1469         includes devfs, for example.
1471         * xargs/xargs.1:
1472         Modified documentation of "-s" option to take into account the fix for
1473         Debian bug #176201.
1475         * xargs/xargs.c:
1476         Fixed Debian bug #176201, "xargs enviroment size limited to 20k", by
1477         reading a patch offered by Bob Prolux and implementing something
1478         substantially similar myself.
1480 2004-01-03  James Youngman  <jay@gnu.org>
1482         * xargs/xargs.c:
1483         Indicate that prep_child_for_exec() fixes Savannah bug #3992.
1485         * xargs/xargs.c:
1486         Attach the stdin of xargs' child process to /dev/null so that if it
1487         tries to read from its stdin it doesn't consume any of the list of
1488         files that xargs is trying to use.
1490         * find/find.1:
1491         Documented that the -regex option follows Gnulib's re_match() 
1492         implementation.
1494         * NEWS, locate/locate.c: Applied Savannah patch 2108
1496         * xargs/xargs.c: Applied Savannah patch 1500
1498         * find/find.1, doc/find.texi:
1499         Improved the documentation for the %k and %b format specifiers to
1500         -printf (Savannah bug #5034).  Also pointed out that this handling is
1501         different to that used by the "b" and "k" suffixes with "-size".
1503         * find/find.1: Improved the documentation for %k (Savannah bug #5034).
1505         * find/find.1:
1506         Improved the documentation for -print0 in the manpage, fixing Debian
1507         bug 111143.
1509         * README-CVS, find/pred.c, lib/listfile.c:
1510         Brought up-to-date with change in gnulib's human.c - we no longer 
1511         use human_readable_inexact(), because it is no longer provided.
1513 2003-08-08  James Youngman  <jay@gnu.org>
1515         * find/find.1:
1516         Documented the fact that -printf also supports the '\0' escape code.
1517         Added "STANDARDS CONFORMANCE" section.
1519 2003-08-02  James Youngman  <jay@gnu.org>
1521         * find/find.1:
1522         Explain that braces are not special when performing filename matching
1523         with -name.
1525         * find/find.1:
1526         added example of the use of -exec to the EXAMPLES section
1528         * find/fstype.c, locate/locate.c:
1529         Savannah bug #4295 - implicit declarations of ctype.h functions
1531         * locate/locate.c:
1532         Savannah bug #4279 - missing newline on locate help message
1534         * find/find.1, xargs/xargs.1:
1535         Improved discussion of the -print0 option of find and the -0 option of xargs
1537 2003-06-26  James Youngman  <jay@gnu.org>
1539         * import-gnulib.sh:
1540         Remove reference to nonexistent module "basename" ("dirname" exists
1541         and we already use that).
1543 2003-06-21  James Youngman  <jay@gnu.org>
1545         * doc/find.texi:
1546         Indicate that xargs stops immediately if a command exits with status 255
1548         * xargs/xargs.1:
1549         Document the fact that xargs exits immediately with an error message
1550         if the command it executes exits with a status of 255.
1552 2003-06-18  James Youngman  <jay@gnu.org>
1554         * find/find.1:
1555         Indicate that -fls and friends always create their output file
1557 2003-06-16  James Youngman  <jay@gnu.org>
1559         * ChangeLog, find/find.1, locate/locate.1, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
1560         Added BUGS section to manual pages.   This section includes information about known bugs and how to report new bugs.
1562         * AUTHORS: Identify the current maintainer.
1564         * TODO: Removed the TODO items which have now been done.
1566         * THANKS: Added Bruno Haible and Bob Prolux.
1568         * xargs/xargs.c: xargs/xargs.c (DO_MULTIBYTE): New macro.
1569         (mbstrstr): New function.
1570         (do_insert): Use it instead of strstr.
1572         * config.guess, config.sub:
1573         Use config.guess and config.sub from automake
1575         * find/fstype.c:
1576         Bruno Haible: (fstype_to_string) Don't define this function if
1577         HAVE_F_FSTYPENAME_IN_STATFS is defined.
1579         * configure.in:
1580         Bruno Haible: Prefer the 4.4BSD API (if present) to the 4.3BSD API,
1581         because some 4.4BSD systems have <mntent.h> but no /etc/mtab file.
1583         * doc/find.texi, find/find.1:
1584         Applied patch 1498 (documenting the backslash escape sequence)
1586         * locate/updatedb.sh: Applied (my own version of) Savannah patch 1601.
1588         * doc/find.texi:
1589         Applied Savannah patch #1547 (document the fact that printf
1590         field-width specifiers are supported).
1592         * xargs/xargs.c:
1593         Applied Savannah patch #1499 (adds final newline to usage message).
1595 2003-06-14  James Youngman  <jay@gnu.org>
1597         * NEWS, configure.in:
1598         Updated version number to 4.2.0-CVS [not ready for release yet]
1600         * 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:
1601         Merged changes made for version 4.1.20 onto the trunk
1603         * README-CVS, find/defs.h, find/find.c, find/pred.c, lib/listfile.c:
1604         Update code to reflect gnulib's changes to the arguments of human_readable().   Drop support for "FIND_BLOCK_SIZE" environment variable
1606 2003-05-26  James Youngman  <jay@gnu.org>
1608         * lib/wait.h: re-added wiat.h.
1610         * configure.in, lib/Makefile.am:
1611         Corrections to allow compilation on MacOS X
1613         * 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:
1614         Changes to allow compilation on non-GNU systems (i.e. for the macros that gnulib decides to #define to be effective)
1616 2003-05-24  James Youngman  <jay@gnu.org>
1618         * 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:
1619         also need stpcpy (e.g. for Solaris)
1621         * intl/dcigettext.c:
1622         plural_lookup: don't use a variable called "index", because we may
1623         have done "#define strchr index", in which case using a variable
1624         called index will prevent us calling strchr(p, ch) in the same scope.
1626         * 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:
1627         Updated copyright years and the address of the FSF
1629         * aclocal.m4, config.h.in, configure:
1630         Removed files that are generated from other files (e.g. configure)
1632         * NEWS: Updated NEWS file for 4.1.20.
1634         * 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:
1635         Updates to the i18n files to ensure that 'make dist' succeeds
1637         * lib/posix/.cvsignore, lib/posix/Makefile.am,
1638         lib/posix/Makefile.in, lib/posix/regex.h, lib/strftime.c,
1639         lib/strncasecmp.c, lib/strspn.c, lib/strstr.c, lib/strtol.c,
1640         lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c, lib/wait.h,
1641         lib/waitpid.c, lib/xalloc.h, lib/xgetcwd.c, lib/xmalloc.c,
1642         lib/xstat.in, lib/xstrdup.c, lib/xstrtol.c, lib/xstrtol.h,
1643         lib/xstrtoul.c, lib/xstrtoul.h, lib/xstrtoumax.c, lib/yesno.c,
1644         locate/Makefile.am, locate/Makefile.in, locate/locate.c,
1645         locate/testsuite/Makefile.in, m4/.cvsignore, m4/ChangeLog,
1646         m4/Makefile.am, m4/Makefile.am.in, m4/Makefile.in, m4/README,
1647         m4/afs.m4, m4/assert.m4, m4/c-bs-a.m4, m4/check-decl.m4,
1648         m4/codeset.m4, m4/d-ino.m4, m4/d-type.m4, m4/error.m4,
1649         m4/fnmatch.m4, m4/fnmatchcase.m4, m4/fstypename.m4, m4/getline.m4,
1650         m4/gettext.m4, m4/glibc.m4, m4/glibc21.m4, m4/iconv.m4,
1651         m4/inttypes_h.m4, m4/isc-posix.m4, m4/jm-glibc-io.m4,
1652         m4/jm-macros.m4, m4/jm-mktime.m4, m4/lcmessage.m4, m4/libintl.m4,
1653         m4/link-follow.m4, m4/ls-mntd-fs.m4, m4/lstat-slash.m4,
1654         m4/lstat.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/memcmp.m4,
1655         m4/prereq.m4, m4/progtest.m4, m4/readdir.m4, m4/realloc.m4,
1656         m4/regex.m4, m4/st_dm_mode.m4, m4/st_mtim.m4, m4/stat.m4,
1657         m4/strerror_r.m4, m4/strftime.m4, m4/timespec.m4, m4/uintmax_t.m4,
1658         m4/ulonglong.m4, m4/xstrtoumax.m4, xargs/Makefile.am,
1659         xargs/Makefile.in, xargs/testsuite/Makefile.in,
1660         find/testsuite/Makefile.in, lib/.cvsignore, lib/Makefile.am,
1661         lib/Makefile.in, lib/alloca.c, lib/ansi2knr.1, lib/ansi2knr.c,
1662         lib/argmatch.c, lib/argmatch.h, lib/basename.c, lib/basename.h,
1663         lib/dirname.c, lib/dirname.h, lib/error.c, lib/error.h,
1664         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/fnmatch.c,
1665         lib/fnmatch.h, lib/getline.c, lib/getline.h, lib/getopt.c,
1666         lib/getopt.h, lib/getopt1.c, lib/human.c, lib/human.h,
1667         lib/idcache.c, lib/malloc.c, lib/memcmp.c, lib/memcpy.c,
1668         lib/memset.c, lib/mktime.c, lib/modechange.c, lib/modechange.h,
1669         lib/pathmax.h, lib/quotearg.c, lib/quotearg.h, lib/realloc.c,
1670         lib/regex.c, lib/regex.h, lib/rpmatch.c, lib/savedir.c,
1671         lib/savedir.h, lib/stpcpy.c, lib/strcasecmp.c, lib/strdup.c,
1672         find/Makefile.am, find/Makefile.in, find/find.c, find/pred.c:
1673         Updated to work with current version of gnulib
1675         * import-gnulib.sh: New file.
1677         * config.h.in, configure, configure.in, doc/Makefile.in, import-gnulib.sh:
1678         Updated to work with current version of gnulib
1680         * README-CVS: New file.
1682         * Makefile.am, Makefile.in, README-CVS, aclocal.m4:
1683         Updated to work with current version of gnulib
1685 2001-06-09  Kevin Dalley  <kevin@seti.org>
1687         * intl/plural.c:
1688         Changes the location of bison.simple after running bison on local
1689         machine
1691         * ChangeLog: *** empty log message ***
1693         * Makefile.in, aclocal.m4, config.h.in, configure,
1694         doc/Makefile.in, find/Makefile.in, find/testsuite/Makefile.in,
1695         lib/Makefile.in, lib/posix/Makefile.in, locate/Makefile.in,
1696         locate/testsuite/Makefile.in, m4/Makefile.in, xargs/Makefile.in,
1697         xargs/testsuite/Makefile.in: Updates mostly from gettext-0.10.38
1699         * ABOUT-NLS: * ABOUT-NLS: updated from gettext-0.10.38.
1701         * configure.in: * configure.in: add tr to ALL_LINGUAS.
1703         * intl/config.charset, intl/dcigettext.c, intl/dcngettext.c,
1704         intl/dngettext.c, intl/libgnuintl.h, intl/localcharset.c,
1705         intl/locale.alias, intl/ngettext.c, intl/plural.y,
1706         intl/ref-add.sin, intl/ref-del.sin: updated from gettext-0.10.38
1708         * intl/cat-compat.c, intl/linux-msg.sed, intl/po2tbl.sed.in,
1709         intl/xopen-msg.sed, m4/ChangeLog: *** empty log message ***
1711         * m4/jm-macros.m4:
1712         * jm-macros.m4 (jm_MACROS): remove jm_ICONV, which is replaced by
1713         AM_ICONV, which is imported from gettext-0.10.38.  removed
1714         jm_GLIBC21, which is required in AM_GNU_GETTEXT, which is
1715         imported from gettext-0.10.38.
1717         * po/stamp-cat-id:      * stamp-cat-id: Remove file.
1719         * po/Makefile.in.in:    * Makefile.in.in: Upgrade to gettext-0.10.38.
1721         * po/ChangeLog:         * cat-id-tbl.c: Remove file.
1723         * po/de.po, po/es.po, po/et.po, po/fr.po:
1724         * fr.po, et.po, es.po, de.po: updated translations to
1725         findutils-4.1.7.
1727         * po/tr.po: * tr.po:  New Turkish translation.
1729         * m4/ChangeLog: *** empty log message ***
1731         * intl/dgettext.c, intl/explodename.c, intl/finddomain.c,
1732         intl/gettext.c, intl/gettext.h, intl/gettextP.h,
1733         intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
1734         intl/libgettext.h, intl/loadinfo.h, intl/loadmsgcat.c,
1735         intl/localealias.c, intl/plural.c, intl/textdomain.c,
1736         intl/ChangeLog, intl/Makefile.in, intl/VERSION,
1737         intl/bindtextdom.c, intl/dcgettext.c: Updated from gettext-0.10.38
1739         * m4/Makefile.am:
1740         reflects addition of codeset.m4 from gettext-0.10.38, automatically
1741         generated.
1743         * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4,
1744                 m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4: *
1745                 progtest.m4, lcmessage.m4, isc-posix.m4, iconv.m4,
1746                 glibc21.m4, gettext.m4, codeset.m4: updated from
1747                 gettext-0.10.38.
1749         * ChangeLog: *** empty log message ***
1751         * THANKS: added "Gerrit P. Haase" <gerrit.haase@t-online.de>
1753         * m4/ChangeLog, locate/testsuite/.cvsignore,
1754         xargs/testsuite/.cvsignore, config.h.in, configure, aclocal.m4,
1755         doc/.cvsignore: *** empty log message ***
1757         * m4/jm-macros.m4:      * jm-macros.m4 (jm_MACROS): add jm_FSTYPENAME
1759         * doc/Makefile.in: *** empty log message ***
1761         * doc/Makefile.am:
1762         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
1763         created by dvips.  This should be taken care of by automake, but
1764         the code is commented out.
1766 2001-06-09  Kevin Dalley  <kevin@seti.org>
1768         * ABOUT-NLS: updated from gettext-0.10.38.
1770         * configure.in: add tr to ALL_LINGUAS.
1772         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
1773         created by dvips.  This should be taken care of by automake, but
1774         the code is commented out.
1776 2001-06-05  Kevin Dalley  <kevin@seti.org>
1778         * locate/updatedb.sh: replace "whoami" with "id -u" when testing
1779         for root.
1781 2001-06-04  Kevin Dalley  <kevin@seti.org>
1783         * locate/testsuite/Makefile.am (DIST_SUBDIRS): remove second
1784         instance of DIST_SUBDIRS.
1786         * locate/Makefile.am (install-data-hook): changed install target
1787         to install-data-hook, which still installs other files.
1789         * doc/Makefile.am (MOSTLYCLEANFILES): added find.cps, which should
1790         probably be handled by automake.
1792         * doc/mdate-sh: removed file in doc directory.  It now exists only
1793         in top_srcdir, but this changed required a patch to automake.
1795 2001-05-20  Kevin Dalley  <kevin@seti.org>
1797         * Version 4.1.7
1798         
1799         * lib/Makefile.am (EXTRA_DIST): add strcasecmp.c
1801         * find/testsuite/Makefile.am (EXTRA_DIST): new tests:
1802         find.gnu/name-opt.exp find.gnu/perm.exp find.gnu/perm.xo
1803         find.gnu/prune-default-print.exp find.gnu/prune-default-print.xo
1805         * configure.in: update to 4.1.7
1807         * config.sub, config.guess: upgraded to recent versions of
1808         config.sub and config.guess.
1810         * locate/updatedb.sh: Add space to "#! /bin/sh"
1812         * configure.in: Add id to ALL_LINGUAS
1814         * lib/Makefile.am (EXTRA_DIST):  getline.[ch] added
1815         (libfind_a_SOURCES): getline.[ch] removed since getline.c is not
1816         always needed.
1818 2001-05-20  Lionel CONS <lionel.cons@cern.ch>
1820         * find/find.c: Fixed security holes.  1.  There is a race
1821         condition between the lstat() to detect a symbolic link and the
1822         actual chdir().  2.  An attacker can move directories while find
1823         is _inside_ so that chdir(..) goes out of the intended file tree.
1825         * lib/modetype.h: support for Solaris door files is added.
1827         * lib/filemode.c: S_ISDOOR is undef'ed if STAT_MACROS_BROKEN
1829         * find/pred.c (pred_type): -D option (for Solaris door files) is
1830         added.
1832         * find/parser.c (insert_type):  -D option (for Solaris door files)
1833         is added. 
1835         * find/find.1: -D option (for Solaris door files) is documented
1837         * doc/find.texi (Type): -D option (for Solaris door files) is
1838         documented
1840 2001-05-02  Kevin Dalley  <kevin@seti.org>
1842         * configure.in: Change AC_CHECK_MEMBERS to conform to new
1843         autoconf.  Add Danish.
1845 2001-01-20  Kevin Dalley  <kevin@seti.org>
1847         * doc/find.texi (Adding Tests): Place space in "#! /bin/sh".
1849         * find/testsuite/find.gnu/prune-default-print.xo,
1850         find/testsuite/find.gnu/prune-default-print.exp: test for "find
1851         . -prune" which passes after changes.  Also see name-opt.exp.
1853         * find/util.c (get_new_pred):
1854         * find/tree.c (set_new_parent):
1855         * find/parser.c (various parse functions):
1856         * find/find.c (main): 
1857         (default_prints): new function 
1858         * find/defs.h (struct predicate): added no_default_print
1859         side_effects are no separated from no_default_print.  predicates
1860         which cause side effects should not be reordered (optimized).
1861         predicates which cause printing should have printing turned off.
1862         Printing statements also cause side effects.
1864 2000-10-29  Bruno Haible <haible@ilog.fr>
1866         * locate/code.c (main), doc/find.texi: improve handling of
1867         non-ASCII characters used old format.
1869 2000-10-21  Paul Eggert  <eggert@twinsun.com>
1871         If open + fchdir fails, fall back on xgetcwd + chdir.
1872         The old code tested for this at compile-time,
1873         but SunOS 4.1.4 fchdir can fail at run-time.
1875         * find/defs.h (fchdir): Define to -1 if not available.
1876         * find/defs.h (starting_dir, starting_desc):
1877         Always declare.  starting_dir now points to const.
1878         * find/find.c (starting_dir, starting_desc): Likewise.
1879         * find/find.c (starting_dir):
1880         Now "." if starting_desc is nonnegative, for benefit of diagnostics.
1881         (main, process_top_path, process_dir):
1882         If open + fchdir fails, fall back on xgetcwd + chdir.
1883         * find/pred.c (launch): Likewise.
1885 2000-10-20  Kevin Dalley  <kevin@seti.org>
1887         * xargs/xargs.c, locate/updatedb.sh, locate/locate.c (usage),
1888         find/parser.c (parse_help): add bug reporting address to help
1890 2000-10-13  Kevin Dalley  <kevin@seti.org>
1892         * depcomp, lib/depcomp: depcomp moved from lib to .
1894 2000-10-11  Kevin Dalley  <kevind@rahul.net>
1896         * Version 4.1.6
1897         
1898         * locate/testsuite/config/unix.exp: set PRUNEFS to "" for the
1899         testsuite. 
1901 2000-10-10  Bruno Haible <haible@ilog.fr>
1903         * lib/Makefile.am (libfind_a_SOURCES): added yesno.c
1905         * lib/yesno.c, lib/rpmatch.c: new files.
1907         * find/pred.c: use function yesno().
1909 2000-10-10  Kevin Dalley  <kevind@rahul.net>
1910         
1911         * locate/testsuite/Makefile.am: Added missing \ at end of
1912         EXTRA_DIST lines.
1914         * locate/testsuite/locate.gnu/ignore_case3.xo,
1915         locate/testsuite/locate.gnu/ignore_case3.exp,
1916         locate/testsuite/locate.gnu/ignore_case2.exp,
1917         locate/testsuite/locate.gnu/ignore_case1.xo,
1918         locate/testsuite/locate.gnu/ignore_case1.exp: place locatedb
1919         inside tmp directory, add subdir directory under tmp.
1921         * locate/testsuite/config/unix.exp: clean up tmp after test is
1922         finished. 
1924 2000-10-10  Kevin Dalley  <kevind@rahul.net>
1926         * locate/testsuite/config/unix.exp (Repository): 
1928 2000-10-09  Kevin Dalley  <kevind@rahul.net>
1930         * lib/fnmatch.c, lib/fnmatch.h: reverted to older version of
1931         fnmatch which works with Solaris.
1933         * locate/testsuite/config/unix.exp: dejagnu unix.exp
1935         * xargs/testsuite/config/unix.exp: remove temporary file
1937         * xargs/xargs.c: spelling correction
1939         * m4/prereq.m4: updated and changed some macros
1941         * m4/jm-macros.m4: replaced jm_FUNC_FNMATCH with
1942         kd_FUNC_FNMATCH_CASE_REPL 
1944         * m4/timespec.m4, m4/strerror_r.m4, m4/mbstate_t.m4,
1945         m4/largefile.m4, m4/gettext.m4, m4/fnmatchcase.m4, m4/d-type.m4,
1946         m4/d-ino.m4, m4/c-bs-a.m4: new m4 macros.
1948         * m4/Makefile.am: add fnmatchcase.m4 and mbstate_t.m4
1950         * locate/testsuite/locate.gnu/ignore_case3.xo,
1951         locate/testsuite/locate.gnu/ignore_case3.exp,
1952         locate/testsuite/locate.gnu/ignore_case2.xo,
1953         locate/testsuite/locate.gnu/ignore_case2.exp,
1954         locate/testsuite/locate.gnu/ignore_case1.xo,
1955         locate/testsuite/locate.gnu/ignore_case1.exp,
1956         locate/testsuite/config/unix.exp: tests related to "--ignore-case"
1957         option.
1959         * locate/testsuite/locate.gnu: testsuite directory
1961         * locate/testsuite/Makefile.am (Repository): 
1963         * locate/testsuite: add directory for locate testsuite
1965         * po/findutils.pot: updated file
1967         * po/sv.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po,
1968         po/it.po, po/gl.po, po/fr.po, po/et.po, po/es.po, po/de.po:
1969         updated various po files.
1971         * locate/updatedb.sh: export TMPDIR, which is used by child
1972         processes.
1974         * locate/locate.1, locate/locate.c:  add "--ignore-case" option.
1976         * locate/Makefile.am: add testsuite subdirectory
1978         * find/testsuite/find.gnu/perm.xo,
1979         find/testsuite/find.gnu/perm.exp,
1980         find/testsuite/find.gnu/name-opt.xo,
1981         find/testsuite/find.gnu/name-opt.exp: added test suites
1983         * configure.in: add locate/testsuite/Makefile
1985         * doc/find.info*: removed from repository
1987         * doc/find.texi: add documentation for "-i" option.
1989         * aclocal.m4: removed from repository, as it is generated.
1991         * find/pred.c: fixes problem with "find -perm -0100".
1993         * lib/lstat.c, lib/stat.c: removed from repository.  These files
1994         are generated from lib/xstat.in.
1996 2000-08-24  Kevin Dalley  <kevind@rahul.net>
1998         * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s}.
2000 2000-05-13  Kevin Dalley  <kevind@rahul.net>
2002         * find/tree.c (opt_expr): move iname and ipath to the front of the
2003         list of arguments.
2005         * doc/find.texi (Directories): changed wording for "-prune".
2007         * find/parser.c (parse_prune): set side_effects to true, to
2008         prevent prune from being moved in opt_expr.
2010 2000-04-12  Kevin Dalley  <kevind@rahul.net>
2012         * doc/find.texi, doc/permi.texi: fix spellings, add LocalWords.
2014         * lib/Makefile.am: put getline.c back into libfind_a_SOURCES,
2015         since getstr is needed.
2017         * Version 4.1.5
2018         
2019         * po/POTFILES.in: updated list of files, updated po files.
2022 2000-04-02  Paul Eggert  <eggert@twinsun.com>
2024         Add support for large files, and port to Solaris 8 and earlier
2025         versions.
2027         * lib/human.c (getenv): Depend on NEED_GETENV_DECL, not
2028         HAVE_DECL_GETENV.
2030         * lib/strftime.c (my_strftime): Make sure we call the system
2031         strftime, not ourselves, when invoking the underlying strftime.
2032         
2033         * m4/check-decl.m4 (jm_CHECK_DECLS): Remove memchr, nanosleep.
2035         * m4/jm-macros.m4 (jm_MACROS): Don't check for utime.h.  Do not
2036         require jm_BISON, jm_CHECK_TYPE_STRUCT_UTIMBUF, jm_FUNC_LCHOWN,
2037         jm_FUNC_CHOWN, jm_FUNC_NANOSLEEP, jm_FUNC_GROUP_MEMBER,
2038         jm_FUNC_PUTENV, jm_FUNC_GETGROUPS, AM_FUNC_GETLOADAVG,
2039         jm_SYS_PROC_UPTIME, jm_FUNC_FTRUNCATE, jm_FUNC_UTIME.  Do not
2040         replace strcasecmp, dup2, gethostname, getusershell, stime,
2041         strcspn, strpbrk, euidaccess, mkdir, rmdir, rpmatch, strndup,
2042         strverscmp, memchr, memmove.  Do not check for declaration of
2043         lchown.  Remove invocations of AM_FUNC_OBSTACK, AM_FUNC_STRTOD,
2044         POW_LIBM, jm_LANGINFO_CODESET, jm_ICONV.  Remove df tests.
2045         (jm_CHECK_ALL_TYPES): Include <sys/stat.h> when checking for
2046         struct stat.st_blksize.
2048         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set environment variable
2049         in shell rather than using putenv, which isn't portable.
2050         
2051         * COPYING, lib/alloca.c, lib/dirname.c, lib/error.c,
2052         lib/savedir.c, lib/strstr.c, m4/check-decl.m4, m4/d-ino.m4,
2053         m4/d-type.m4, m4/getline.m4, m4/jm-glibc-io.m4, m4/jm-macros.m4,
2054         m4/jm-mktime.m4, m4/ls-mntd-fs.m4, m4/memcmp.m4, m4/prereq.m4,
2055         m4/readdir.m4, m4/regex.m4, m4/strftime.m4, m4/uintmax_t.m4: Sync
2056         to latest version from sh-utils-2.0g.
2058         * config.guess, config.sub, lib/argmatch.c, lib/argmatch.h,
2059         lib/human.c, lib/human.h, lib/memcpy.c, lib/quotearg.c,
2060         lib/quotearg.h, lib/strtoull.c, lib/strtoumax.c,
2061         lib/xstrtoumax.c, m4/c-bs-a.m4, m4/gettext.m4,
2062         m4/largefile.m4, m4/lcmessage.m4, m4/link-follow.m4,
2063         m4/progtest.m4, m4/strerror_r.m4, m4/timespec.m4,
2064         m4/xstrtoumax.m4: New files, taken from sh-utils-2.0g.
2066         * lib/ansi2knr.1, lib/ansi2knr.c, lib/basename.c, lib/getopt.h,
2067         lib/fnmatch.c, lib/fnmatch.h, lib/modechange.c: Sync to latest
2068         unreleased version of GNU tar (between 1.13.17 and 1.13.18).
2070         * lib/basename.h, lib/waitpid.c: New files, taken from same
2071         version of GNU tar.
2072         
2073         * lib/regex.c, lib/regex.h: Sync to GNU grep 2.4.2.
2075         * lib/posix/Makefile.am, lib/posix/regex.h: New files, taken from
2076         GNU grep 2.4.2.
2078         * lib/strftime.c: Sync to textutils 2.0e.
2079         
2080         * acconfig.h, depcomp, lib/strcasecmp.c, m4/check-type.m4,
2081         m4/const.m4, m4/decl.m4, m4/lfs.m4, m4/mktime.m4, m4/perl.m4,
2082         m4/putenv.m4, m4/uptime.m4, m4/utimbuf.m4, m4/utime.m4,
2083         m4/utimes.m4: Remove these files; no longer needed.
2085         * configure.in (AC_CANONICAL_HOST, AC_SYS_LARGEFILE,
2086         jm_AC_TYPE_UINTMAX_T): Add.
2087         (CACHE_IDS, FSTYPE_STATVFS, FSTYPE_USG_STATFS, FSTYPE_AIX_STATFS,
2088         FSTYPE_MNTENT, FSTYPE_STATFS, FSTYPE_GETMNT): Add comment, so that
2089         we don't need acconfig.h.
2090         (AC_CHECK_TYPE): Add ssize_t.
2091         (AC_REPLACE_FUNCS): Add waitpid.
2092         (AC_CHECK_FUNCS): Remove basename.
2093         (AC_FUNC_MKTIME): Remove.
2094         (LIBOBJS): Add no-ops to work around automake 1.4 bug.
2095         (AC_OUTPUT): Add lib/posix/Makefile.
2097         * find/defs.h: Include <config.h>, <sys/types.h>, <sys/stat.h>,
2098         <stdio.h>, <limits.h>, <inttypes.h>.  All includers changed to not
2099         include these files, and to include "defs.h" first (since config.h
2100         must be included first).
2101         (CHAR_BIT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
2102         S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, MOD_WXUSR,
2103         MODE_R, MODE_RW, MODE_RWX, MODE_ALL): New macros.
2104         (enum permissions_type): New enum.
2105         (struct long_val.negative): New member.
2106         (struct long_val.l_val): Now uintmax_t, not unsigned long.
2107         (struct size_val.size): Likewise.
2108         (struct perm_val): New type.
2109         (struct predicate.perm): Now struct perm_val, not unsigned long.
2110         (struct predicate.type): Now mode_t, not unsigned long.
2111         (list_file): New parameters current_time, output_block_size.
2112         All callers changed.
2113         (savedir, basename): Remove decls.
2114         (output_block_size, start_time): New extern vars.
2116         * find/find.c: Include <human.h>, <savedir.h>.
2117         (output_block_size, start_time): New vars.
2118         (main): Initialize them.  No need to check for negative st_size,
2119         since savedir now does it for us.
2121         * find/fstype.c: Include "dirname.h".
2122         (xatoi): Remove.
2123         (filesystem_type_uncached): Use xstrtoumax instead of xatoi.
2124         
2125         * find/parser.c: Include "xstrtol.h".
2126         (get_num_days, get_num, parse_amin, parse_cmin, parse_mmin,
2127         parse_size, parse_used, insert_time, insert_num): Compute using
2128         uintmax_t, not unsigned long.
2129         (parse_amin, parse_cmin, parse_mmin, parse_used, insert_time):
2130         Keep track of whether time was negative before converting it to an
2131         unsigned type.
2132         (parse_daystart): Don't assume that localtime succeeds; e.g. it
2133         can fail with 64-bit time_t and 32-bit tm_year.
2134         (parse_perm, insert_type): Compute using mode_t, not unsigned
2135         long.
2136         (insert_type): Use symbolic constants like MODE_ALL instead of
2137         traditional ones like 07777.  Set new kind member to indicate
2138         permissions type, instead of using unportable magic numbers.
2139         (make_segment): We will use human_readable to convert most numeric
2140         values, so simplify the cases.
2141         (get_num_days): Write in terms of get_num, to avoid duplicated
2142         code.
2143         (insert_time, insert_num): When debugging, convert large values to
2144         uintmax_t and output with %ju.
2145         (get_num): Use xstrtoumax to do the real work.
2147         * find/pred.c: Include "basename.h", "human.h".
2148         (DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKSIZE): New macros, taken from
2149         fileutils.
2150         (ST_NBLOCKS): Replace with fileutils defn.
2151         (MAX): New macro.
2152         (ctime_format): New function.
2153         (pred_fprintf, format_date): Use human_readable to output large
2154         numbers portably.
2155         (pred_fprintf): Use ctime_format to output ctime-style dates.  Use
2156         base_name to compute the base name of a path.  With %m, output the
2157         mode portably using traditional numbers, even if the host uses
2158         some other numbering scheme.
2159         (pred_iname, pred_name): basename -> base_name.
2160         (pred_perm): Use new kind member to deduce permissions type,
2161         instead of relying on magic numbers.
2162         (pred_size): Compute using uintmax_t, not unsigned long.  Avoid
2163         overflow if file size is near the maximum.
2164         (pred_type): Compute using mode_t, not unsigned long.
2165         (launch): Use waitpid, not wait.  Check for EINTR.
2166         (format_date): Don't assume that localtime succeeds.
2168         * find/util.c (basename): Remove; we now use base_name.
2170         * lib/Makefile.am (SUBDIRS): New macro.
2171         (libfind_a_SOURCES): Add argmatch.h, argmatch.c, basename.h,
2172         basename.c, human.c, human.h, quotearg.c, quotearg.h, xstrtoumax.c.
2173         Remove error.h, error.c, getline.c.
2174         (EXTRA_DIST): Add mktime.c, regex.c.
2176         * lib/listfile.c: Include "human.h".
2177         (alloca): Declare, or include appropriate files to declare.
2178         (DEV_BSIZE, ST_NBLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE): New macros.
2179         (convert_blocks): Remove.
2180         (list_file): New current_time and output_block_size args.
2181         Revamp quite a bit, to handle large numbers correctly
2182         and to match GNU ls behavior more closely.
2184         * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4, gettext.m4,
2185         largefile.m4, lcmessage.m4, link-follow.m4, progtest.m4,
2186         strerror_r.m4, xstrtoumax.m4.  Remove check-type.m4, const.m4,
2187         decl.m4, lfs.m4, mktime.m4, perl.m4, putenv.m4, timespec.m4,
2188         uptime.m4, utimbuf.m4, utime.m4, utimes.m4.
2190         * xargs/xargs.c (wait_for_proc): Retry wait if it fails with
2191         errno == EINTR.
2193 2000-04-05  Kevin Dalley  <kevind@rahul.net>
2195         * xargs/Makefile.am:  add ansi2knr
2197         * xargs/xargs.c: add macros PARAMS rather than P_.  Add
2198         prototypes.
2200         * po/POTFILES: new file listing all POFILES.
2202         * m4/gl.po, m4/et.po: new files
2204         * m4/Makefile.am.in:  updated file
2206         * m4: update directory
2208         * locate/Makefile.am: create updatedb from updatedb.sh
2210         * locate/updatedb.sh, locate/updatedb.in: removed file.  Replaced
2211         by updatedb.sh
2213         * locate/frcode.c, locate/code.c, locate/bigram.c: add macros
2214         PARAMS rather than P_.  Add prototypes.
2216         * lib/xstat.in: new file
2218         * lib/Makefile.am: update to latest versions of library files.
2220         * find/testsuite/Makefile.am: add CLEANFILES
2222         * find/util.c: remove definition of basename
2223         
2224         * find/util.c, find/tree.c, find/pred.c, find/parser.c,
2225         find/fstype.c, find/find.c, find/defs.h: add macros PARAMS rather
2226         than P_, for consistency, change to prototypes
2228         * find/Makefile.am: Add prototypes and ansi2knr
2230         * configure.in: add Galition and Estonian languages.
2231         Miscellaneous other fixes.
2232         
2234 2000-03-11  Kevin Dalley  <kevind@rahul.net>
2236         * lib/basename.c: Add file from libit.
2237         * lib/Makefile.am (libfind_a_SOURCES): add basename.c since it is
2238         no longer replaceable.
2240         * find/util.c: Remove definition of basename, which is now in
2241         lib/basename.c (as base_name).
2242         * find/pred.c: Use base_name, not basename.
2243         * find/defs.h: Likewise.
2245         * configure.in : Don't replace basename.  Now we use only
2246         base_name.
2248 2000-02-26  Kevin Dalley  <kevind@rahul.net>
2250         * Version 4.1.4
2251         
2252         * lib/strtoul.c: added to distribution
2253         
2254         * configure.in: added strtoul to AC_REPLACE_FUNCS
2256         * configure.in: added jm_CHECK_ALL_TYPE
2258 2000-02-23  Kevin Dalley  <kevind@rahul.net>
2260         * po/ChangeLog: removed, merged with top-level ChangeLog.
2261         
2262         * po/de.po: new version of German file.
2263         
2264         * po/gl.po, po/et.po: new languages, Estonian and Galician.
2266         * locate/updatedb.sh (PRUNEFS): enclose paths in quotes
2268 2000-02-17  Kevin Dalley  <kevind@rahul.net>
2270         * po/it.po: new version of Italian file.
2271         
2272         * locate/updatedb.sh (prunefs_exp): have sed statement use '*'
2273         rather than the often unsupported '+'.
2275 2000-02-13  Kevin Dalley  <kevind@rahul.net>
2277         * configure.in: removed AC_ARG_PROGRAM, which is already in
2278         AM_INIT_AUTOMAKE. 
2280         * locate/Makefile.am (updatedb), locate/updatedb.sh: add
2281         transforms of find, frcode, bigram, and code back into
2282         updatedb.sh, which were accidentally removed.
2284 2000-02-12  Kevin Dalley  <kevind@rahul.net>
2286         * lib/wait.h: updated address.
2288 2000-01-26  Kevin Dalley  <kevind@rahul.net>
2290         * Version 4.1.3
2292         * acconfig.h: added internationalization.
2294         * intl/*: copied from tar-1.13.17.
2296         * locate/Makefile.am, locate/locate.c, locate/code.c:
2297         internationalized file.
2299         * locate/frcode.c, locate/bigram.c: include headers from ../lib
2300         directory.
2302         * xargs/Makefile.am, xargs/xargs.c: internationalized directory.
2304 2000-01-26  Kevin Dalley  <kevind@rahul.net>
2306         * POTFILES.in: added list of files with translatable strings.
2308         * de.po, es.po, fr.po, it.po, ko.po, nl.po, pl.po, pt_BR.po,
2309         ru.po, sv.po: New, slightly out of date, files imported from the
2310         Translation Project: http://www.iro.umontreal.ca/contrib/po/HTML/,
2311         German, Spanish, French, Italian, Korean, Dutch, Polish, Brazilian
2312         Portuguese.
2315 2000-01-24  Kevin Dalley  <kevind@rahul.net>
2317         * lib/xmalloc.c, lib/regex.c, lib/getopt.c: internationalization
2318         works with current version of gettext.
2320         * lib/getline.h : added declaration of getstr.
2321         * lib/Makefile.am (libfind_a_SOURCES): added getline.[ch] to
2322         standard compilation. Added internationalization.
2323         * find/Makefile.am (INCLUDES): corrected -I options for building
2324         in other directories.
2325         (LDADD): changes for internationalization.
2327         * configure.in (ALL_LINGUAS): added internationalization. 
2328         getline.c is always compiled and linked, because of getstr.
2329         AM_GNU_GETTEXT
2331         * Makefile.am: 
2332         (DISTCLEANFILES): added intl/libintl.h
2333         (AUTOMAKE_OPTIONS): added gnits to AUTOMAKE_OPTIONS
2334         (SUBDIRS): added intl and po
2336         * acconfig.h: added internationalization values
2338         * THANKS: added thanks file for gnits compatibility.
2340 2000-01-22  Kevin Dalley  <kevind@rahul.net>
2342         * added intl directory.
2344         * Added internationalization, only with slightly out of date po
2345         files for many locales.
2347 2000-01-18  Kevin Dalley  <kevind@rahul.net>
2349         * Version 4.1.2
2350         
2351         * locate/Makefile.am: remove creation of updatedb, since it is now
2352         made by configure
2354         * configure.in: updatedb is now created by configure.
2356         * xargs/Makefile.am: added testsuite to xargs directory
2358         * locate/updatedb.in: updatedb is now created by configure
2360         * locate/frcode.c, locate/code.c, locate/bigram.c: change return
2361         from main to int.  Replace getstr with getline, where possible.
2363         * locate/Makefile.am: place frcode, code, bigram in
2364         libexec_PROGRAMS
2366         * lib/xstrdup.c, lib/xmalloc.c, lib/xgetcwd.c, lib/xalloc.h,
2367         lib/strtol.c, lib/strstr.c, lib/strftime.c, lib/strdup.c,
2368         lib/stpcpy.c, lib/stat.c, lib/savedir.h, lib/savedir.c,
2369         lib/regex.h, lib/regex.c, lib/realloc.c, lib/pathmax.h,
2370         lib/modechange.h, lib/modechange.c, lib/mktime.c, lib/memset.c,
2371         lib/memcmp.c, lib/malloc.c, lib/lstat.c, lib/idcache.c,
2372         lib/getopt1.c, lib/getopt.c, lib/getopt.h, lib/getline.c,
2373         lib/getline.h, lib/fnmatch.c, lib/fnmatch.h, lib/filemode.c,
2374         lib/filemode.h, lib/fileblocks.c, lib/error.c, lib/error.h,
2375         lib/dirname.c, lib/alloca.c: updated to newer version of file from
2376         fileutils.
2378         * find/version.c: version number is now automatically generated by
2379         configure.
2381         * find/fstype.c (filesystem_type_uncached): fixes bug described as
2382         follows:  When 'find' looks for a fstype, it parses the /etc/mtab
2383         until it finds the good line. But, if there is, before the good
2384         line, a line whose mountpoint is unreachable, it fails.
2386         * doc/texinfo.tex: updated to newer version
2388         * doc/find.texi: added version.texi, fixed a few documentation bugs.
2390         * configure.in: new m4 features.
2392         * Makefile.am: moved testsuite to below corresponding directories
2393         find and xargs.
2395         * acconfig.h: updated to match new m4 files.
2397         * m4: added m4 directory, largely borrowed from Jim Meyering's
2398         fileutils.
2400 2000-01-17  Kevin Dalley  <kevind@rahul.net>
2402         * doc/find.texi (Multiple Files): placed missing xargs in examples
2404         * find/testsuite/find.gnu/depth.exp: added find tests to test
2405         "-depth" bug.
2407         * doc/find.texi: include version.texi for automatic determination
2408         of version number, update bug report email address to
2409         bug-findutils@gnu.org.
2410         (Combining Primaries With Operators): add indices for " ,", "()",
2411         "-a", "-o", etc.
2413 2000-01-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2415         * find/tree.c (opt_expr): Never rearrange the arguments of the
2416         comma operator, since it is not commutative.  Remove useless
2417         assignment.2
2418         
2419 2000-01-17  Jonathan R. Ferro <jferro@corwin.ece.cmu.edu>
2420         
2421         * find/find.c (process_path): fix problem with "-depth" which is
2422         tested in depth.exp test.
2424 1999-08-15  Kevin Dalley  <Kevin Dalley <kevin@seti.org>>
2426         * find/fstype.c (filesystem_type_uncached): a stat failure with
2427         EACCESS will ignore this file system keep on looking.  Patch
2428         suggested by Vincent Danjean <vdanjean@ens-lyon.fr>.
2430 1999-08-15  Mark Kettenis  <kettenis@gnu.org>
2432         * xargs/xargs.c (LONG_MAX): Define if necessary.
2433         (main): If ARG_MAX is -1 (that is sysconf
2434         (_SC_ARG_MAX) returns -1) the system does not impose a limit.  In
2435         that case, use LONG_MAX as the limit.
2436         
2437 1999-08-15  Kevin Dalley  <Kevin Dalley <kevind@rahul.net>
2439         * find/version.c: version string is now set by config.h
2441 1999-08-08  Kevin Dalley  <kevin@seti.org>
2443         * Version 4.1.1
2445         * README-alpha: added alpha README file
2447         * find/defs.h: move lstat declarations into defs.h
2449         * xargs/Makefile.am, testsuite/Makefile.am, locate/Makefile.am,
2450         lib/Makefile.am, find/Makefile.am, doc/Makefile.am, configure.in,
2451         Makefile.am: update for automake-1.4
2453 1999-08-02  Kevin Dalley  <kevind@rahul.net>
2455         * AUTHORS: added file listing AUTHORS
2457         * lib/Makefile.am: modified code for EXTRA sources
2458         
2459 1999-01-30  Kevin Dalley  <kevind@rahul.net>
2461         * added const to declaration of basename, which should satisfy
2462         Linux as well as Hurd (fixes bug #31325).
2463         
2464 1998-12-04  Kevin Dalley  <kevind@rahul.net>
2465         
2466         * lib/nextelem.c: removed declaration of strdup and free, which
2467         meets GNU coding standards and allows compilation on more
2468         platforms.
2469         
2470         * find.texi: corrected explanation of -amin option which described
2471         hours instead of minutes
2472         
2473 1998-09-26  Kevin Dalley  <kevind@rahul.net>
2474         
2475         * lib/getline.c: fix getstr so that it correctly handles long file
2476         paths
2477         
2478 1998-09-20  Kevin Dalley  <kevind@rahul.net>
2479         
2480         * removed more function declarations to meet GNU coding standards
2481         
2482 1998-08-30  Kevin Dalley  <kevind@rahul.net>
2483         
2484         * lib/nextelem.c: removed declaration of strdup and free, which
2485         meets GNU coding standards and allow compilation on sparc
2486         
2487         * corrected explanation of -amin option which described hours
2488         instead of minutes
2489         
2490 1998-02-27  Kevin Dalley  <kevind@rahul.net>
2491         
2492         * locate/locate.c: add --existing option to locate, which only
2493         prints the names of files which still exist
2494         
2495 1998-02-08  Kevin Dalley  <kevind@rahul.net>
2496         
2497         * locate/locate.c: corrected get_short so that it correctly
2498         returns negative numbers.
2499         
2500         * remove declarations of various string functions.  Removing the
2501         declarations almost matches the GNU Coding Standards.
2502         
2503 1997-03-03  Kevin Dalley  <kevind@rahul.net>
2504         
2505         * xargs/xargs.c: xargs fixed to prevent occasional core dumping.
2506         
2507 1997-01-11  Kevin Dalley  <kevind@rahul.net>
2508         
2509         * locate/updatedb.sh: add --localuser option to updatedb, which
2510         allows find to be run as nobody, while allowing database file to
2511         be created as root, change suggested by
2512         <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
2513         
2514 1996-12-28  Kevin Dalley  <kevind@rahul.net>
2515         * added PRUNEFS as variable in updatedb and --prunefs as option to
2516         updatedb
2518 1996-05-27  Kevin Dalley  <kevind@rahul.net>
2519         
2520         * updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
2521         is root
2522 1996-04-27  Kevin Dalley  <kevind@rahul.net>
2524         * lib/getline.c (getstr): verify that nchars_avail is *really*
2525         greater than 0; set *n to a large enough number, stops some core
2526         dumping
2528 Thu Nov  3 09:23:33 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2530         * Version 4.1.
2532         * locate/Makefile.am: Move updatedb from LIBSCRIPTS to SCRIPTS.
2534         * Makefile.am (distname): Change distribution name from find to
2535           findutils.
2537         * testsuite/config/unix.exp: Don't abuse xfail; simulate it correctly.
2539         * locate/Makefile.am (CLEANFILES): Fix typo.
2541 Wed Nov  2 15:11:52 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2543         * The big 4 0.
2545         * lib/listfile.c find/defs.h (list_file): Take a stream arg.
2546         * find/pred.c (pred_ls): pass it.
2547         * find/parser.c pred.c defs.h (parse_fls, pred_fls): New functions.
2549 Tue Oct 25 16:09:04 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2551         * find/pred.c (pred_fprintf): Flush output after \c.  From Chapman
2552         Flack.
2554         * find/parser.c (insert_fprintf): Warn about unrecognized \ and %
2555         sequences.
2557 Tue Oct 18 00:03:10 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2559         * find/defs.h parser.c pred.c tree.c util.c: Globally change
2560         "victim" to "primary".
2562         * find/parser.c (insert_fprintf): For 'c' format, don't lose the
2563         need_stat information.  From Chapman Flack.
2565         * doc/find.texi perm.texi: New files.
2566         * configure.in: Configure the doc directory.
2568         * find/pred.c (pred_regex): Check that the regex matched the whole
2569         file name.
2571 Wed Oct 12 17:13:47 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
2573         * find/find.c (main): Tell what the invalid arg is.
2574         From Kaveh Ghazi.
2576 Fri Oct  7 12:33:24 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2578         * find/parser.c: Add -mount as an alias for -xdev.
2579         From Klaus.Steinberger@physik.uni-muenchen.de (Klaus Steinberger).
2581         * lib/modechange.c: Make umask_value unsigned short.
2583         * xargs/xargs.c: Use symbolic constants in longopts.
2584         From Chapman Flack.
2586 Wed Oct  5 11:23:09 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2588         * xargs/xargs.c (main, read_line, read_string, do_exec): Pass 
2589           along the lengths of the args.
2590           (main): Calculate length of replace_pat.
2591           (push_arg, do_insert): Use those lengths instead of calculating
2592           them. 
2594 Tue Oct  4 10:02:05 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
2596         * locate/updatedb.sh Makefile.in: Add substitutions to get
2597           the transformed program names.
2599         * xargs/xargs.c: Put back the global variables for now.
2600         Rename some variables.  Increase default args_per_exec.
2601         Use boolean where applicable.
2602         (main): Reduce default arg_max by 2048 for POSIX.2.
2603         (read_string): Don't check EOF string.
2604         (read_line, read_string): Take initial args size into account.
2606 Sat Oct  1 17:43:13 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2608         * find/pred.c (launch): Use pid_t.
2610         * xargs/xargs.c (EOF_STR): Define and use.
2611         [__STDC__]: Declare xrealloc and xmalloc using void *.
2612         * find/defs.h: Likewise.
2614         * find/defs.h: Only declare stpcpy if !HAVE_STPCPY.
2616         * xargs/xargs.c: Replace most global variables with structure
2617           pointers passed as arguments.  Use pid_t.
2618         * lib/wait.h: Include sys/wait.h if HAVE_SYS_WAIT_H.
2619         * configure.in: Call AC_TYPE_MODE_T and AC_HEADER_SYS_WAIT.
2621         * xargs/xargs.c: Improve paging performance and memory
2622           fragmentation by building command arguments in a pre-allocated
2623           buffer and re-implementing the child pid list as an expandable
2624           array.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
2626 Thu Sep 29 11:38:07 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
2628         * xargs/xargs.c [__STDC__]: Prototype declarations.
2630 Wed Sep 28 11:25:53 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
2632         * find/fstype.c [AFS, __STDC__]: Fix definition of _VICEIOCTL.
2634 Tue Sep 27 08:14:27 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
2636         * find/fstype.c (fstype_to_string): Add more cases.  Use
2637           INITMOUNTNAMES if defined.
2638         * find/defs.h: Change boolean typedef from char to int.
2639         * configure.in: Check for mktime.
2641 Tue Sep 27 01:20:28 1994  Kaveh R. Ghazi  (ghazi@noc.rutgers.edu)
2643         * configure.in: Add AC_HEADER_STAT.
2644         * lib/listfile.c, lib/modetype.h: Add STAT_MACROS_BROKEN.
2646         * find/pred.c: Move the inclusion of defs.h ahead of the first
2647           test of _POSIX_VERSION.
2649         * lib/xgetcwd.c: Remove _POSIX_VERSION, rely only on HAVE_GETCWD.
2651 Mon Sep 26 16:43:01 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2653         * configure.in: Add AC_CONFIG_HEADER.
2654         * find/*.c locate/*.c xargs/*.c: Include config.h.
2655         * locate/updatedb.sh: Add --version; --old -> --old-format.
2657 Sun Sep 25 23:43:37 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2659         * find/* [__STDC__]: Prototype declarations.
2661         * locate/updatedb.sh: Account for renaming code and frcode.
2663         * find/find.c (process_path): Store dev and ino of directories in
2664           current branch to avoid symlink loops.  From DJ Delorie
2665           <dj@ctron.com>.
2666           (process_dir): If following symlinks, don't cd to ..; instead,
2667           cd to the starting directory and then to the parent directory.
2668           (main) [HAVE_FCHDIR]: Save the dev, ino of the starting directory.
2669           (process_top_path) [HAVE_FCHDIR]: Use it.
2670         * find/pred.c (launch) [HAVE_FCHDIR]: Likewise.
2671         * defs.h [HAVE_FCHDIR]: Declare starting_desc instead of starting_dir.
2672         * configure.in: Check for dev_t, ino_t, fchdir, fcntl.h.
2674 Fri Sep 23 11:55:38 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2676         * lib/listfile.c: Change #ifdef S_IFLNK to #ifdef S_ISLNK.
2677         From Andreas Luik <luik@isa.de>.
2679 Thu Sep 22 11:42:40 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2681         * locate/locate.c (last_literal_end): Dynamically allocate enough
2682           memory for the subpattern.
2684 Wed Sep 21 06:12:56 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2686         * locate/locate.c (locate): Warn if database is >8 days old.
2687         From Ian Lance Taylor.
2689         * xargs/xargs.c (do_exec), find/pred.c (launch): Set SIGCHLD to
2690           default.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
2691         * find/find.c pred.c util.c lib/listfile.c: Remove fflush(stdout)
2692           calls before error.  error does it, and doesn't trash errno.
2693           From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
2695         * find/fstype.c (filesystem_type_uncached): Don't trust mtab dev
2696           number on HPUX.  From Andreas Luik <luik@isa.de>.
2697           (filesystem_type_uncached): Don't cache unknown file system
2698           types.  From casper@fwi.uva.nl (Casper Dik).
2700         * locate/updatedb.sh: Collect results in temp file and rename it
2701           atomically.  From Andreas Luik <luik@isa.de>.
2703         * xargs/xargs.c (parse_num): Print a long using %ld.  From Jim
2704           Meyering.
2706         * find/defs.h find.c parser.c pred.c util.c, lib/nextelem.c:
2707           Emulate strchr and strrchr with index and rindex, not vice versa.
2709         Remove man directory; move man pages to the directories of the
2710         programs they document.
2712         * locate/frcode.c: Renamed from code.c.
2713         * locate/frcode.c (put_short): Renamed from puthalfword.
2714         * locate/locate.c (get_short): Renamed from gethalfword.
2715         (last_literal_end): Renamed from patprep.
2716         (locate): Recognize old-format databases too.
2717         * locate/locatedb.h: Add defines for old-format databases.
2718         * locate/bigram.c locate/code.c: Put back programs to create
2719         old-format databases.
2720         * locate/updatedb.sh: Take --old option to use them.
2722 Tue Sep 20 15:41:11 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2724         * configure.in: Update for Autoconf v2.
2725         * find/pred.c lib/savedir.c: Use new symbols for dir header.
2726         * locate/updatedb.sh: Add --help option.
2728 Sun Feb 13 11:21:58 1994  Jim Meyering  (meyering@comco.com)
2730         * man/Makefile.in [man1ext, man5ext]: Set man5ext (not man1ext) to 5.
2732 Sun Aug  1 22:30:55 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2734         * bigram.c: File removed.
2735         * getline.c, memcmp.c, locatedb.h, updatedb.1, locatedb.5: New files.
2736         * updatedb.sh: Take command line options.
2737         Don't do bigram compression.
2738         * code.c, locate.c: Don't do bigram compression.
2739         Write and read counts in network byte order.
2740         Handle arbitrarily long paths.
2741         Use a magic number at the start of the databases.
2743 Thu Jul 29 20:44:53 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2745         * Makefile.in (config.status): Run config.status --recheck, not
2746         configure, to get the right args passed.
2748 Thu Jul 22 12:53:12 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2750         * listfile.c (list_file): Print inode as a long.
2752 Wed Jul 14 14:14:45 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2754         * fstype.c [STDC_HEADERS]: Include stdlib.h.
2756         * Move unistd.h include from parser.c and pred.c to defs.h.
2758 Wed Jun 30 14:14:47 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2760         * updatedb.sh: Construct PRUNEREGEX from PRUNEPATHS with sed.
2761         Prune /afs.  Change NFSUSER to NETUSER and NFSPATHS to NETPATHS.
2763 Tue Jun 29 12:19:58 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2765         * pred.c (pred_fprintf): Abort in switch if `c' is not A, C, or T.
2767 Mon Jun 28 00:18:52 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2769         * fstype.c (in_afs) [AFS]: New function, derived from code by
2770         Sanjay Ramamurthy <ramams@rpi.edu>.
2771         (filesystem_type_uncached) [AFS]: Call it if the fs type is
2772         otherwise unknown.
2774         * parser.c (parse_size): Recognize b and w suffixes for dd
2775         compatibility. 
2777         * code.c (puthalfword): New function.
2778         (main): Call it.
2779         * locate.c (gethalfword): New function.
2780         (locate): Call it.
2781         From ifado!wb@germany.eu.net (Wilhelm B. Kloke).
2783         * listfile.c: Include pathmax.h.
2784         (get_link_name): Always allocate PATH_MAX + 1 bytes for
2785         readlink buffers.
2786         * pred.c (pred_fprintf, insert_lname): Call get_link_name.
2788         * fstype.c (filesystem_type, filesystem_type_uncached),
2789         listfile.c (list_file): Take an arg for the path to access.
2790         * pred.c (pred_ls, pred_fstype, pred_fprintf): Pass it.
2792         * find.c (process_dir): Renamed from scan_directory.
2794         Changes from jrs@world.std.com (Rick Sladkey) to chdir into
2795         subdirectories instead of using string concatenation, for speed:
2796         * find.c (process_top_path): New function.
2797         (main): Call it, and xgetcwd.
2798         (process_path, scan_directory): Take new arg, the pathname
2799         relative to ".".  Use it and pass it on.
2800         * pred.c (pred_and, pred_comma, pred_negate, pred_or,
2801         pred_xtype, pred_fprintf, pred_empty, insert_lname):
2802         access rel_pathname instead of pathname.
2803         (launch): chdir to starting_dir.
2804         * defs.h: Declare rel_pathname and starting_dir.
2805         * find.c: Define them.
2807         * xgetcwd.c: New file.
2809         * updatedb.sh: Recognize -fstype NFS as well as nfs.
2810         * locate.c (patprep): Skip trailing character classes correctly.
2811         From luik@pharao.stgt.sub.org (Andreas Luik).
2813         * parser.c (parse_group): Make gid a gid_t, not short or int.
2814         (parse_nogroup): Cast gid to unsigned when using it as an array index.
2815         (parse_user, parse_nouser): Similar changes for uid.
2816         * defs.h: Use uid_t and gid_t.
2818         * parser.c (parse_help): New function.
2819         (parse_table):  Add --version, -help, and --help options.
2820         Rename struct parser_table_t to struct parser_table.
2821         (parse_version): Exit after printing message, on
2822         stdout not stderr.
2824         * xargs.c, locate.c (main, usage): Add --version and --help
2825         options.
2827 Wed Mar 31 22:39:57 1993  Jim Meyering  (meyering@comco.com)
2829         * parser.c: Define isascii macro to be 1 also if STDC_HEADERS.
2830         * xargs.c: Ditto.
2832 Wed Mar 31 16:04:07 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2834         * pred.c (pred_fprintf): If curdepth is 0, don't nuke
2835         segment->text; nuke cp.
2837 Mon Mar 29 15:57:20 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2839         * Version 3.8.
2841 Fri Mar 26 16:36:59 1993  David J. MacKenzie  (djm@hal.gnu.ai.mit.edu)
2843         * pred.c (pred_ilname, pred_iname, pred_ipath): New functions.
2844         (pred_table): Add them.
2845         (insert_lname): New function.
2846         (pred_lname): Call it.
2847         * parser.c (parse_ilname, parse_iname, parse_ipath,
2848         parse_iregex): New functions.
2849         (parse_table): Add them.
2850         (insert_regex): New function.
2851         (parse_regex): Call it.
2853         * fstype.c (filesystem_type): Cache previous result.
2854         (filesystem_type_uncached): New function.
2855         pred.c (pred_fstype, pred_fprintf): Adjust callers to not cache.
2857         * parser.c: Don't define const.
2859         * fstype.c [FSTYPE_STATFS] (fstype_to_string): #ifdef
2860         MOUNT_PC for 386bsd.
2862 Thu Mar 25 18:32:24 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2864         * parser.c (parse_regex): If ignore_case, set up a translate
2865         table for the regex.
2867         * defs.h: Include string.h or strings.h.
2868         * find.c fstype.c parser.c pred.c util.c: Don't.
2870         * nextelem.c [index]: Don't redefine.
2872 Wed Mar 24 17:47:10 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2874         * xargs.c (wait_for_proc): Exit with a nonrunnable command's exit
2875         status, not the wait status value.  From
2876         Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>.
2878         * parser.c (make_segment, insert_fprintf), pred.c
2879         (pred_fprintf): Add '%F' to print filesystem type.
2881         * parser.c (parse_fprintf): Check if second arg is missing.
2883 Tue Mar 23 13:18:08 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2885         * pred.c (pred_fprintf): For %P, don't move past an assumed
2886         slash if the ARGV element ends with one, because in that case
2887         we didn't add one.
2889         * parser.c (parse_printf): Check for missing arg.
2890         From smj@cats.com (Steve James).
2892         * parser.c: Add #ifdef around atol decl for Linux.
2894 Fri Dec 11 08:17:07 1992  Jim Meyering  (meyering@comco.com)
2896         * defs.h: Remove dcl of process_path.
2897         * find.c: Put dcl of process_path here.  Make a few functions
2898         and file-scope variables static.
2899         * parser.c, tree.c: Declare most functions static.
2901         * locate.c: Use `required_argument' macro in dcl of longopts.
2902         * bigram.c, code.c, locate.c, xargs.c: Make most functions and
2903         file-scope variables static.
2905         * parser.c, xargs.c: Guard ctype.h macros with isascii.
2907         * find.c: Add declarations for opt_expr and mark_stat.
2908         * tree.c (set_new_parent): Add empty default clause to enum swicth.
2909         * locate.c (main): Parenthesize for gcc -Wall.
2910         * xargs.c (push_arg): Parenthesize for gcc -Wall.
2912 Tue Nov 24 08:04:36 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2914         * find.c, fstype.c, parser.c, pred.c, util.c, listfile.c,
2915         nextelem.c, xargs.c, bigram.c, code.c, locate.c: Use
2916         HAVE_STRING_H, not USG.
2918         * pred.c: Use SYSDIR and NDIR instead of USG.
2919         Define direct as dirent, not vice-versa.
2921 Fri Oct  9 02:15:17 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2923         * xargs.c (main): Set orig_arg_max before possibly cutting
2924         down arg_max.
2926 Thu Sep 10 19:25:35 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2928         * parser.c: Always declare getgrent and getpwent.
2930 Mon Aug 24 12:54:16 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2932         * xargs.c: Include sys/types.h before unistd.h.  Use ARG_MAX
2933         if it's defined.
2934         * find.c, nextelem.c: Add missing decls.
2935         From bde@runx.oz.au (Bruce Evans).
2937 Thu Jul 23 15:06:07 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2939         * Version 3.7.
2941 Tue Jul 14 00:16:52 1992  David J. MacKenzie  (djm@apple-gunkies.gnu.ai.mit.edu)
2943         * pathmax.h: New file.
2944         * bigram.c, code.c, locate.c: Use it.  Use xmalloc instead of malloc.
2946 Sat Jul 11 22:31:46 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2948         * nextelem.c: New file.
2949         * locate.c (main): Use it to support a database path.
2951 Fri Jul  3 02:12:09 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2953         * listfile.c, pred.c: Change FOO_MISSING to HAVE_FOO.
2955         * parser.c [_POSIX_SOURCE]: Define endpwent and endgrent as empty.
2956         * listfile.c [!HAVE_ST_RDEV]: Print blanks.
2957         From Jeffrey Siegal (jbs@congruent.com).
2959         * locate.c (locate): Check for EOF at top of loop, not middle.
2960         * updatedb.sh: Remove duplication hack.
2961         From Jay Plett.
2963 Wed Jun 10 15:04:23 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2965         * pred.c (pred_amin, pred_atime, pred_cmin, pred_ctime,
2966         pred_mmin, pred_mtime, pred_used): Cast l_val to time_t before
2967         comparing it to a time_t.  From fpm@crash.cts.com (Frank Maclachlan).
2969         * locate.c (locate): Take the database path as an arg.
2970         (main): Take an option to specify the database path.
2971         (usage): New function.
2973         * updatedb.sh: Don't read from and write to the file-list file
2974         in the same statement.
2976 Thu Jun  4 15:27:07 1992  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
2978         * Version 3.6.
2980 Wed May 20 00:05:13 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
2982         * xargs.c: Include sys/param.h before limits.h, not after.
2984         * listfile.c: If we include a header file specifically to get
2985         major et al., assume we have them.
2987 Tue May 12 01:09:33 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
2989         * locate.c (locate): Don't give fnmatch FNM_PERIOD (it's useless).
2991         * parser.c (parse_path): New function.
2992         * pred.c (pred_path): New function.
2993         * tree.c (opt_expr): Move -path like -name.
2995         * updatedb.sh: Duplicate the last entry in the file list so it
2996         doesn't get ignored.
2998 Mon May 11 22:24:40 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
3000         * updatedb.sh: Allow many vars to be overridden in the environment.
3002         * locate.c, updatedb.sh: FCODES -> LOCATE_DB.
3004 Wed Apr 22 15:24:00 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
3006         * updatedb.sh: Use binprefix when calling find.
3008         * locate.c (locate): Use LOCATE_DB environ variable if set.
3010         * find.c (scan_directory): Allow for dirs having negative
3011         st_size (NFS mount points on VAX 4.3BSD+NFS).
3012         From metcalf@catfish.lcs.mit.edu (Chris Metcalf).
3014 Sat Apr 18 15:42:52 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3016         * fstype.c: Rename FS_* to FSTYPE_*.  Support Dynix's
3017         name for the mount table.
3019 Sun Mar  8 23:21:25 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
3021         * listfile.c (list_file): Allow a slop factor for deciding what
3022         is in the future.
3024 Tue Feb 25 16:24:15 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3026         * Version 3.5.
3028 Sat Feb 22 08:43:01 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3030         * tree.c (set_new_parent): Initialize need_stat field.
3032         * defs.h (struct predicate): Define p_name unconditionally.
3034 Fri Feb 21 15:28:43 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3036         * tree.c (opt_expr): Preserve expression precedence when
3037         rearranging expression tree. 
3038         (set_new_parent): New function.
3039         (mark_stat): Set need_stat whether or not it's been set
3040         earlier in the expression.
3041         All from Tim Wood.
3043 Mon Feb 17 10:20:38 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3045         * updatedb.sh: Use current value of TMPDIR if already set.
3046         From Dana Jacobsen (jacobsd@cs.orst.edu).
3048         * pred.c: Include pwd.h and grp.h after unistd.h, not before.
3049         Apparently needed on ISC 2.2.  From Juha Takala <jta@piuha.sah.vtt.fi>.
3051 Thu Feb 13 10:52:31 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3053         * modetype.h: Don't define S_IFMT, because doing so breaks pred_type
3054         on plain POSIX.1 systems.
3056 Sat Feb  8 00:58:13 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3058         * Version 3.4.
3060 Fri Feb  7 21:35:58 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3062         * defs.h: Don't declare process_path.
3063         * find.c [DEBUG_STAT] (debug_stat): New function.
3064         (main) [DEBUG_STAT]: Call it.
3065         (process_path): Return a value.
3066         (scan_directory): Count number of subdirs seen so far.
3067         * parser.c (pred_and, pred_close, pred_comma, pred_negate,
3068         pred_open, pred_or): Don't need stat.
3069         * util.c (get_new_pred_chk_op): Implicit AND doesn't need stat.
3071 Fri Jan 17 21:51:18 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3073         * Version 3.3.
3075 Tue Dec 24 02:16:49 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3077         * wait.h, listfile.c, xargs.c, bigram.c, code.c, locate.c:
3078         Change POSIX ifdefs to HAVE_UNISTD_H and _POSIX_VERSION. 
3080 Wed Dec 18 16:37:17 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3082         * listfile.c: Use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS to
3083         find major and minor.
3085         * code.c, bigram.c, locate.c, xargs.c: Use LIMITS_H_MISSING
3086         instead of LIMITS_MISSING.
3088 Sat Dec  7 06:13:26 1991  David J. MacKenzie  (djm at frob.eng.umd.edu)
3090         * parser.c (parse_prune): No stat needed for prune.
3091         (insert_fprintf, make_segment): Possibly no stat needed,
3092         depending on which information is printed.
3094         * xargs.c (usage): Document long-named options as starting
3095         with -- instead of +.
3097         * parser.c [!POSIX]: Declare getgrent and getpwent.
3099         * fstype.c (filesystem_type): Only check MNTTYPE_IGNORE if
3100         it's defined.  From Rainer Orth.
3102         * Add leaf node optimization suggested by Matthew Farwell
3103         <dylan@ibmpcug.co.uk>.  Add -noleaf option to disable it.
3104         Adapt parts of Tim Wood's work to current sources.
3105         * find.c (scan_directory): New function, from code in process_path.
3106         (process_path): Take an arg indicating whether the pathname
3107         is a leaf non-directory, instead of a redundant current level.
3108         * parser.c (parse_noleaf): New function.
3109         (parse_print, parse_name, etc.): Set need_stat = false.
3111 Wed Nov  2 13:34:32 1990  Tim Wood at home      (tim at axolotl.UUCP)
3113         * pred.c: Call stat() if an AND, OR or NOT node tells you to.
3114         * find.c: Limit calls to stat().
3116 Wed Oct  3 17:30:39 1990  Tim Wood at home      (tim at axolotl.UUCP)
3118         * tree.c (opt_expr): New function to rearrange predicates within
3119         a conjunction/disjunction so that non-inode (-name, -regex) ones
3120         are executed first.  
3121         * pred.c: Make some supporting tree structure changes for opt_expr().
3123 Sat Dec  7 00:36:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3125         * xargs.c (do_exec): Simplify test for which exit
3126         status to use if exec fails.
3128 Fri Dec  6 18:24:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3130         * listfile.c (list_file): POSIX_ME_HARDER -> POSIXLY_CORRECT.
3132 Thu 24 Oct 1991 21:33:21  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3134         * pred.c (pred_fprintf): Don't print "\n" unless it's in the
3135         format string.
3137 Mon Oct 21 22:30:35 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3139         * defs.h, parser.c, pred.c: Rename some types that conflict
3140         with reserved POSIX.1 namespace (ended in _t).
3142         
3143         
3144 Thu Oct 17 22:39:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3146         * xargs.c: Don't determine memory.h based on POSIX, which
3147         doesn't mention it.
3149 Sat Oct  5 16:11:05 1991  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3151         * parser.c (parse_perm): Parse new `-perm +mode' notation.
3152         * pred.c (pred_perm): Interpret same.
3154 Fri Sep 13 14:58:27 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
3156         * xargs.c [POSIX]: Always use sysconf to get ARG_MAX.
3158 Thu Sep  5 23:57:06 1991  David J. MacKenzie  (djm at apple-gunkies)
3160         * bigram.c, code.c (main): Make path_max int, not unsigned.
3161         * locate.c (main): Check for pathconf failure.
3163 Thu Sep  5 11:54:44 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3165         * parser.c (insert_fprintf): Add `\\' escape and fixed `%%'
3166         interpretation.
3167         * pred.c (pred_fprintf): fixed off-by-one indexing problem
3168         when handling [gGuU] printf formats.
3170 Wed Aug 28 20:53:57 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3172         * Version 3.2.
3174 Mon Aug 26 18:57:32 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
3176         * bigram.c, code.c: Fix handling of PATH_MAX.
3177         Check for anomalous input line lengths.
3178         From Bruce Evans.
3180 Fri Aug 23 11:00:18 1991  David J. MacKenzie  (djm at apple-gunkies)
3182         * pred.c (pred_fprintf): Round block number up to get K.
3184 Thu Aug 22 10:46:30 1991  David J. MacKenzie  (djm at apple-gunkies)
3186         * pred.c (pred_fprintf, pred_lname) [_AIX]: Allocate PATH_MAX
3187         byte for link object since st_size is wrong.
3189         * listfile.c (list_file): Don't convert blocks to kilobytes if
3190         env. var POSIX_ME_HARDER is defined.
3192         * fstype.c [FS_AIX_STATFS]: New case.
3194         * configure: Make sure the sys/mount.h is the 4.4BSD version
3195         with grep instead of just testing whether it exists.
3197         * listfile.c (list_file): Add 1 to number of 512-byte blocks
3198         before dividing to get 1K blocks (so we round up, not down).
3200 Wed Aug 21 13:02:46 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3202         * Version 3.1.
3204         * parser.c (parse_fprintf), pred.c (pred_fprintf): Add %k
3205         conversion to print 1K blocks.
3207         * listfile.c: Print counts of 1K blocks, for consistency with
3208         new fileutils release.  Bad timing, there.
3210         * Version 3.0.
3212         * pred.c [VOID_CLOSEDIR]: Fake a return value for closedir,
3213         which returns void on some systems, like Sequents.
3214         * configure: Check sys/dir.h for 'void closedir'.
3216 Thu Aug 15 16:07:46 1991  David J. MacKenzie  (djm at frob)
3218         * modetype.h: Define POSIX.1 stat stuff if missing.
3219         * pred.c, parser.c, find.c, fstype.c: Don't define it.
3220         * updatedb.sh: Use a variable substitution method like configure's.
3221         * Makefile.in: Add datadir variable to separate programs from
3222         data file.
3224         * parser.c, pred.c: Rename -fulldays to -daystart.
3226         * defs.h, find.c, parser.c, pred.c: Add many new predicates
3227         from Jay Plett (jay@princeton.edu).
3229 Wed Aug 14 14:37:06 1991  David J. MacKenzie  (djm at bleen)
3231         * parser.c (parse_size), pred.c (pred_size), defs.h (struct
3232         size_t): Allow `k' to follow number to measure size in Kbytes.
3233         * parser.c (parse_size, get_num, insert_num), defs.h (struct
3234         size_t): Use enum comparison_type instead of short.
3236 Fri Aug  9 00:49:32 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3238         * xargs.c (read_line): Use isblank, to support POSIX locales.
3240         * fstype [FS_STATVFS]: New code for SVR4, from slootman@dri.nl
3241         (Paul Slootman).
3242         * configure: Figure out when to use it.
3244         * configure: Check for st_blocks in struct stat.
3245         * listfile.c (ST_NBLOCKS): New macro.
3246         (list_file): Print file's block count.
3247         Use S_ISLNK instead of S_IFLNK.
3248         * fileblocks.c: New file, from fileutils.
3250 Thu Aug  8 17:20:19 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3252         * parser.c, pred.c [CACHE_IDS]: Optional code to turn uid and
3253         gid lookups into table lookups.
3255 Wed Aug  7 00:22:29 1991  David J. MacKenzie  (djm at wheat-chex)
3257         * configure, Makefile.in's: Support +srcdir option via VPATH.
3258         Clean up clean targets.
3260 Sat Jul 20 01:11:51 1991  David J. MacKenzie  (djm at apple-gunkies)
3262         * configure: Filter /etc and /usr/etc from path.
3264         * xargs.c (wait_for_proc): Fix handling of child exit status.
3265         (main): Exit with a nonzero status if any child did.
3267         * pred.c (launch): Flush stdout and stderr before forking.
3269         * fstype.c (filesystem_type) [FS_MNTENT]: Skip entries of
3270         type "ignore".
3272 Fri Jul 19 22:53:42 1991  David J. MacKenzie  (djm at bleen)
3274         * pred.c, locate.c: Use fnmatch instead of glob_match.
3275         * fnmatch.c, fnmatch.h: New files.
3277         * Many files: Use string.h if STDC_HEADERS, as well as if USG.
3279         * locate.c, code.c, bigram.c: Possibly use pathconf to get
3280         PATH_MAX.  Use malloc to allocate path arrays.
3282         * xargs.c: Possibly use sysconf to get ARG_MAX.
3283         (env_size): Make definition unconditional.
3284         (main): Do arg_max adjustment that can't be done with
3285         preprocessor now that ARG_MAX might be a function call.
3286         (do_exec): Exit with status 126 or 127 after failed exec, for
3287         POSIX.2 draft 11.1.
3289         * xargs.c, pred.c, listfile.c: Use POSIX, not UNISTD_MISSING.
3290         * wait.h: Use POSIX, not WAIT_MACROS_MISSING.
3292         * COPYING: Use version 2.  Update all files.
3294         * Replace Makefile and lib/Makefile with Makefile.in,
3295         lib/Makefile.in and configure.  Update README.
3297 Fri Apr  5 12:49:09 1991  David J. MacKenzie  (djm at apple-gunkies)
3299         * Version 2.2.
3301 Fri Mar 15 20:44:45 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
3303         * xargs.c (main): Always run the command if some args are left over.
3304         Rename some variables.
3306 Fri Jan 18 03:35:57 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
3308         * bigram.c, code.c, locate.c: Use LIMITS_MISSING, not
3309         _POSIX_SOURCE, to decide whether to include limits.h.
3311         * parser.c, pred.c, listfile.c: Use POSIX, not _POSIX_SOURCE,
3312         to decide whether to declare getpwuid and getgrgid.
3314         * xargs.c: Use POSIX, not _POSIX_SOURCE, to determine whether
3315         to include memory.h.
3317 Sat Jan 12 04:12:34 1991  David J. MacKenzie  (djm at wookumz.ai.mit.edu)
3319         * defs.h, find.c, parser.c, pred.c: Remove -permmask option.
3321 Thu Jan 10 04:32:52 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
3323         * wait.h: Include sys/types.h to get pid_t.
3325         * xargs.c [USG && !STDC_HEADERS]: Only include memory.h if not
3326         _POSIX_SOURCE.
3328 Tue Jan  1 23:53:32 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
3330         * Version 2.1.
3332 Wed Dec 26 03:25:51 1990  David J. MacKenzie  (djm at apple-gunkies)
3334         * locate.c, bigram.c, code.c: Attempt to get max. path length
3335         on more kinds of systems, incl. POSIX.
3337         * pred.c, listfile.c, xargs.c: Get some decls from unistd.h,
3338         if available. 
3340         * find.c, defs.h: Make `cur_day_start' a time_t, not long.
3342 Fri Dec 21 01:49:12 1990  David J. MacKenzie  (djm at egypt)
3344         * defs.h, parser.c: Remove unused field from `struct exec_t'.
3346         * xargs.c: Add +no-run-if-empty option to cause the command to
3347         not be run if the input is empty.
3349         * defs.h (struct exec_t): Change the array of offsets into an
3350         array of `struct path_arg'.
3351         * parser.c (insert_exec_ok): Fill in new fields, to allow "{}"
3352         to be substituted (multiple times) anywhere in an arg to -exec
3353         or -ok.
3354         * pred.c (pred_exec): Add code to substitute "{}" within args.
3355         (pred_ok): After prompting, just run pred_exec.
3357 Thu Dec 20 02:32:09 1990  David J. MacKenzie  (djm at egypt)
3359         * fstype.c (filesystem_type) [FS_MNTENT]: Allow for optional
3360         "0x" at front of "dev=" mount option, which amd puts there but
3361         Sun automounter doesn't.
3363 Sat Dec 15 19:01:12 1990  David J. MacKenzie  (djm at egypt)
3365         * find.c (main), util.c (usage): Make directory args optional,
3366         defaulting to ".".
3368 Sat Dec 15 18:36:29 1990  David J. MacKenzie  (djm at apple-gunkies)
3370         * listfile.c: Define major and minor if not defined (as in POSIX).
3372 Mon Dec  3 01:04:35 1990  David J. MacKenzie  (djm at alborz)
3374         * find.c, fstype.c, parser.c, pred.c, util.c: Flush stdout before
3375         writing to stderr, in case they have been redirected to the
3376         same file descriptor.
3378         * pred.c (launch): Use POSIX wait macros from wait.h.
3380         * xargs.c (print_xargs): Read from tty_stream, not stdin.
3382 Tue Nov 20 16:48:24 1990  David J. MacKenzie  (djm at apple-gunkies)
3384         * Version 2.0.
3386         * fstype.c [FS_USG_STATFS]: New code.
3387         [FS_STATFS]: For symlinks, statfs the directory the link is in
3388         instead of the link.
3389         * Various files: Conditionalize some declarations on
3390         STDC_HEADERS or _POSIX_SOURCE.
3392 Fri Nov 16 12:24:43 1990  David J. MacKenzie  (djm at egypt)
3394         * modetype.h: New file.
3395         parser.c, pred.c: Use it.
3397 Thu Nov 15 18:05:54 1990  David J. MacKenzie  (djm at apple-gunkies)
3399         * xmalloc.c: New file from fileutils.
3401         * fstype.c (fstype_to_string): Add case for MFS.
3402         (filesystem_type): Take a pathname as a second arg.
3403         [FS_STATFS] return "unknown" instead of exiting if statfs
3404         fails because of ENOENT.
3405         * pred.c (pred_fstype): Pass the pathname.  Set current_dev.
3406         * find.c (process_path): Make root_dev local again.
3408 Mon Nov 12 02:54:00 1990  David J. MacKenzie  (djm at apple-gunkies)
3410         * pred.c (pred_fstype): Free old fs type.
3412         * fstype.c, pred.c (pred_fstype), parser.c (parse_fstype): 
3413         Reread the file system type info. every time a filesystem
3414         mount point is crossed, to allow for automounting.
3416         * xstrdup.c: New file from fileutils.
3418         * find.c (process_path): Rename root_dev to current_dev and
3419         make it global, for -fstype.
3421         * wait.h: New file taken from xargs.c.
3423         * xargs.c: Make limits.h vs. sys/param.h conditional on
3424         LIMITS_MISSING instead of USG, to accomodate SVR2.
3426 Thu Nov  8 11:52:22 1990  David J. MacKenzie  (djm at apple-gunkies)
3428         * parser.c, pred.c, listfile.c: If not _POSIX_SOURCE, declare
3429         getpwuid and getgrgid.  Use them.
3431         * listfile.c: If not _POSIX_SOURCE, define S_ISDIR and
3432         S_ISBLK.  Use them. 
3434         * find.c: Use S_ISDIR instead of S_IFDIR, and define if not
3435         _POSIX_SOURCE. 
3437         * Makefile: Define AR and RANLIB and pass to child makes.
3438         lib/Makefile: Use them.
3440         * xargs.c (WIFSIGNALED): Redefine so it works.
3442 Mon Nov  5 00:02:01 1990  David J. MacKenzie  (djm at apple-gunkies)
3444         * find.c (process_path): For -xdev, process filesystem
3445         mountpoints (but don't descend them), instead of skipping them
3446         entirely. 
3448         * find.c, parser.c, defs.h: Add -follow predicate.
3450         * xargs.c: Change ifdefs to support STDC POSIX systems.
3452 Sat Nov  3 20:18:05 1990  David J. MacKenzie  (djm at apple-gunkies)
3454         * xargs.c (do_exec): Child process exits with status 255, not
3455         127, if command can't be run.
3457 Fri Nov  2 02:11:42 1990  David J. MacKenzie  (djm at apple-gunkies)
3459         * xargs.c: Exit with status 127 if running commmand fails, as
3460         required by POSIX.
3462         * fstype.c: Support -fstype for Ultrix (-DFS_GETMNT).
3463         Sun/BSD code is now -DFS_MNTENT.
3465 Thu Nov  1 13:06:01 1990  David J. MacKenzie  (djm at egypt)
3467         * Reorganize into subdirectories and add xargs.  Rewrite Makefiles.
3469         * find.c (process_path, main): Allow a maxdepth of 0, meaning
3470         only process command line args.
3472         * parser.c, pred.c: Add -print0 predicate.
3474         * xargs.c: Add -0 option and long options.  Move standard
3475         library functions into separate files.  Use error instead of
3476         fatal and fprintf/perror.  Use POSIX macros for examining exit
3477         status from wait.
3478         (read_string): New function.
3480 Fri Sep 21 10:21:09 1990  David J. MacKenzie  (djm at apple-gunkies)
3482         * find.c (process_path): Take DEPTH as an arg instead of ROOT,
3483         and change callers.
3485 Thu Sep 20 23:58:47 1990  David J. MacKenzie  (djm at apple-gunkies)
3487         * parser.c (parse_maxdepth): New function.
3488         * find.c (process_path): If -maxdepth was given, don't go
3489         more than that many levels deep.
3490         * defs.h: Declare maxdepth.
3492 Wed Sep 12 02:12:31 1990  David J. MacKenzie  (djm at apple-gunkies)
3494         * parser.c: Add -not as synonym for !.
3496 Sun Aug 26 06:16:08 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
3498         * Makefile (TAGS): New target.
3500 Sun Aug 12 00:32:01 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3502         * xargs.c (main): Tell getopt to not permute.
3504 Sat Aug  4 21:43:45 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
3506         * parser.c (parse_perm), pred.c (pred_perm): Always compare
3507         bits 07777.
3509         * locate.c, Makefile: Rename 'fastfind' program to 'locate',
3510         following comment in POSIX.2 draft 10 rationale for find.
3512 Wed Jul 25 18:45:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3514         * listfile.c (getuser, getgroup): Make uid and gid unsigned
3515         short, not int.
3517 Mon Jul 16 13:40:13 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3519         * defs.h: Don't declare fprintf and printf, in case they have
3520         prototypes in stdio.h (important for functions that use stdarg).
3522 Sun Jul 15 23:39:39 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3524         * parser.c (parse_and): New function, for compatibility.
3526 Wed Jul  4 00:17:57 1990  David J. MacKenzie  (djm at apple-gunkies)
3528         * find.c (main): Only enclose expressions that produce no side
3529         effects within `( ... )'.
3531 Tue Jul  3 01:59:39 1990  David J. MacKenzie  (djm at apple-gunkies)
3533         * parser.c (strspn): Stop when end of string reached.
3535         * Version 1.2.
3537         * Move version number from Makefile to new file version.c.
3538         * parser.c: Recognize new -version predicate.
3540         * find.c (main): If no predicates that produce output are
3541         given, default to -print if the entire expression is true, not
3542         just the last part of an alternation.
3543         * Print the names of predicates with invalid arguments.
3545 Mon Jul  2 23:48:17 1990  David J. MacKenzie  (djm at apple-gunkies)
3547         * pred.c: Don't check for invalid comparison types in numeric
3548         predicate functions.
3550 Thu Jun 28 00:34:57 1990  David J. MacKenzie  (djm at apple-gunkies)
3552         * parser.c (parse_regex): Set fastmap and translate before
3553         compiling regex.
3555 Mon Jun 25 18:08:59 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3557         * fastfind.c (fastfind): Initialize count to 0.
3559         * lib/updatedb.sh: Only do regex comparison on directories,
3560         for speed.
3562         * listfile.c (list_file): Truncate user and group name to 8 chars.
3564 Sun Jun 24 13:51:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3566         * Version 1.1.
3568         * Makefile [DISTFILES]: Add COPYING.
3570 Fri Jun 22 03:54:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3572         * Version 1.0.
3574 Tue Jun 19 03:55:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3576         * lib/updatedb.sh: Prune entries that match PRUNEREGEX.
3577         Split up finding files from computing bigrams.
3578         Use redirection instead of nonportable grep -s to detect sort
3579         failure.  Optionally search network filesystems as well as
3580         local ones.
3582         * pred.c (pred_regex): Match against full pathname instead of
3583         just last element.
3584         * util.c (basename): Return "/", not "", if given "/".
3586         * find.c (process_path): Fix error in handling "/" directory.
3588 Mon Jun 18 01:49:16 1990  David J. MacKenzie  (djm at apple-gunkies)
3590         * parser.c [STRSPN_MISSING] (strspn): New function.
3592 Sun Jun 17 13:54:09 1990  David J. MacKenzie  (djm at apple-gunkies)
3594         * listfile.c: New file.
3595         * parser.c (parse_ls): New function.
3596         * pred.c (pred_ls): New function.
3598         * find.c (main): Remove interface to fastfind, to prevent
3599         conflict with POSIX syntax.
3600         * util.c (usage): Remove fastfind syntax from message.
3601         * fastfind.c (main): New function.
3602         * Makefile: Make fastfind a separate program.
3604         * find.c (main): Print correct message if a predicate arg is
3605         missing. 
3607         * parser.c (insert_exec_ok): Make args that start with a ';' but
3608         contain other characters not terminate the command.
3610 Fri Jun 15 00:33:45 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3612         * fstype.c: If MOUNTED isn't defined but MNT_MNTTAB is, use it
3613         instead.  True for HP/UX, at least.
3615 Thu Jun 14 10:10:25 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3617         * savedir.c: New file; now find won't run out of file
3618         descriptors in deep trees.
3619         * find.c (process_path): Use savedir.
3621 Sat Jun  9 03:15:21 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3623         * parser.c (parse_permmask): Allow symbolic mode masks.
3624         (parse_perm): Free 'struct change' when done with it.
3625         (get_oct): Function removed.
3627         * find.c (process_path): Allow arbitrarily-long filenames.
3628         More efficient string copying.  Initialize perm_mask to 07777
3629         instead of -1.
3631 Thu Jun  7 04:22:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3633         * Makefile, find.c: Use DIRENT to control whether <dirent.h>
3634         is used.
3636 Thu May 31 04:46:11 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3638         * parser.c (parse_regex): New function.
3639         * pred.c (pred_regex): New function.
3641         * fstype.c (read_mtab): If mtab entry has a "dev=" option
3642         (like in SunOS 4.1), use it, so there is no need to stat the
3643         special file later on.
3644         (xatoi, strstr): New functions.
3646 Mon May 21 01:04:42 1990  David J. MacKenzie  (djm at abyss)
3648         * lib/updatedb.sh: Put BINDIR in PATH.
3650         * fstype.c: Do nothing if MNTENT_MISSING is defined.
3652         * fstype.c: New file.
3653         * parser.c (parse_fstype): New function.
3654         * pred.c (pred_fstype): New function.
3656         * parser.c (parse_newer): Failure to stat -newer file is a
3657         fatal error.
3659         * pred.c (pred_ok): Flush output before reading.  Use getchar
3660         instead of scanf.
3662         * pred.c (pred_prune): Return false if -depth given.
3663         * find.c: Apply the predicates to the dir when -depth and
3664         -prune are given.
3666 Sun May 20 19:55:30 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3668         * pred.c (pred_prune): Set new global var `stop_at_current_level'.
3669         * find.c (process_path): Test and reset it.
3671 Fri May 18 01:56:17 1990  David J. MacKenzie  (djm at abyss)
3673         * modechange.c, modechange.h: New files.
3674         * parser.c (parse_perm): Use mode_compile and mode_adjust to
3675         parse arg, to allow symbolic mode for POSIX.
3677 Thu May 17 02:07:44 1990  David J. MacKenzie  (djm at abyss)
3679         * parser.c (get_oct): Don't consider an empty string a valid number.
3681         * parser.c (parse_perm): If arg starts with '-', set flag bit
3682         for special comparison (POSIX).
3683         * pred.c (pred_perm): If flag bit set, compare s[ug]id &
3684         sticky bits as well, and return true if the given perms are
3685         set, ignoring other bits.
3687         * find.c: New global var `exit_status'.  Use it.  (POSIX)
3688         * parser.c: Set `exit_status' if lstat on -newer file fails.
3690         * fastfind.c: New file.
3691         * find.c (main): Call fastfind if given only 1 arg.
3692         * util.c (usage): Update message. 
3693         * lib/{Makefile,updatedb.sh,bigram.c,code.c}: New files.
3694         * Makefile: Add 'all' and 'install' targets.
3696 Wed May 16 23:23:35 1990  David J. MacKenzie  (djm at abyss)
3698         * parser.c (parse_nogroup, parse_nouser): Implement.
3699         * pred.c (pred_nogroup, pred_nouser): Implement.
3701 Mon May 14 00:09:35 1990  David J. MacKenzie  (djm at abyss)
3703         * find.c: Add variable `stay_on_filesystem' for -xdev.
3704         (process_path): Take an arg determining whether this call is
3705         the root of a tree.  Use lstat instead of stat.  If
3706         stay_on_filesystem, don't process a dir on a different
3707         filesystem. 
3709         * parser.c (parse_newer): Use lstat instead of stat.  Is this right?
3710         (parse_xdev): Set stay_on_filesystem.
3712         * parser.c: Add dummy parse_nogroup, parse_nouser,
3713         parse_prune, and parse_xdev; to be written later.
3714         * pred.c: Add dummy pred_nogroup, pred_nouser, pred_prune.
3716         * find.c: Support System V directory library/headers.
3718         * find.c (process_path): Don't continue with a file that stat
3719         fails on.
3721         * defs.h, parser.c, pred.c: Change 'u_long' and 'u_short' to
3722         'unsigned long' and 'unsigned short'.
3723         * find.c, defs.h: Remove 'convert_glob' variable.
3724         * parser.c (parse_fullregex): Function removed.
3725         (parse_name): Remove regular expression code.
3726         (parse_type): Recognize sockets.
3727         Add code to check for missing arguments to many parse_* functions.
3728         * pred.c (pred_name): Use glob_match instead of regex.
3730 Sun May 13 17:45:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3732         * Replace fprintf, simple_error, and mem_error with error and
3733         usage. 
3735         * Fix string header includes for USG.
3737 Tue Mar 27 12:40:29 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3739         * defs.h: Change some #defines to enums.
3741 Sun Mar 25 22:08:58 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3743         * find.c (main): Don't take basename of argv[0].
3745         * util.c (xmalloc): New function.
3746         * find.c, parser.c, utils.c: Use xmalloc instead of malloc.
3748         * pred.c: Remove emulation of regex for BSD and use GNU
3749         library version in regcmp.c instead.
3750         * parser.c: Remove emulation of regcmp for BSD and use GNU
3751         library version in regcmp.c instead.
3752         * Makefile: Link with regex.o and regcmp.o.
3753         Add a DISTFILES macro and dist target.
3755         * Indent source code.  Move RCS logs to this file.
3757 Wed Mar 21 09:30:18 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
3759         * xargs.c: Indent.  Comment and rename some global variables.
3760         (main): Use getopt to parse options.  Open new global var
3761         `tty_stream' to /dev/tty if querying requested.
3762         (print_args): Read response from tty_stream, not stdin.
3763         (xmalloc): New function.
3764         Global: Use xmalloc instead of malloc.
3765         (usage): Revise message.
3767 87/02/22  20:01:20  20:01:20  cire (Eric B. Decker)
3769         * pred.c: added guts to pred_size
3771 87/02/22  00:59:42  00:59:42  cire (Eric B. Decker)
3773         * pred.c: added guts to perm and permmask.
3775 87/02/21  23:02:21  23:02:21  cire (Eric B. Decker)
3777         * pred.c: made pred_name only look at the last component of
3778         the path.
3780 87/02/21  22:26:47  22:26:47  cire (Eric B. Decker)
3782         * pred.c: added guts to name.  useds regex and regcmp to do
3783         regular expression handling.
3785 87/02/21  00:17:21  00:17:21  cire (Eric B. Decker)
3787         * pred.c: added predicate newer
3789 87/02/20  11:40:07  11:40:07  cire (Eric B. Decker)
3791         * pred.c: added guts to pred_ok
3793 87/02/19  23:52:37  23:52:37  cire (Eric B. Decker)
3795         * pred.c: finished exec.
3797 87/02/22  20:01:09  20:01:09  cire (Eric B. Decker)
3799         * parser.c: added guts to parse_size
3801 87/02/22  00:59:16  00:59:16  cire (Eric B. Decker)
3803         * parser.c: added guts of perm and permmask.  added getoct
3804         routine for perm and permmask
3806 87/02/21  23:32:50  23:32:50  cire (Eric B. Decker)
3808         * parser.c: added -fre, -fullregex predicate to turn off
3809         globbing conversion
3811 87/02/21  23:01:01  23:01:01  cire (Eric B. Decker)
3813         * parser.c: reworked name so the regexpr pattern includes $ at
3814         the end to force globbing to work correctly.  End of the
3815         pattern refers to the end of the filename.
3817 87/02/21  22:25:34  22:25:34  cire (Eric B. Decker)
3819         * parser.c: added guts to name.  uses a conversion from
3820         globbing to regexp format.  uses regex and regcmp to actually
3821         to the comparison.
3823 87/02/21  00:17:11  00:17:11  cire (Eric B. Decker)
3825         * parser.c: added predicate newer
3827 87/02/20  11:39:35  11:39:35  cire (Eric B. Decker)
3829         * parser.c: added ok guts.  consolidated exec and ok to using
3830         insert_exec_ok
3832 87/02/19  00:20:54  00:20:54  cire (Eric B. Decker)
3834         * parser.c: minor bug in -fulldays predicate parser.  It
3835         should have set the flag full_days to true.
3837 87/02/22  00:58:32  00:58:32  cire (Eric B. Decker)
3839         * find.c: changed where we are setting perm_mask to -1.  need
3840         to make sure that this happens before every apply_predicate.
3842 87/02/21  23:32:11  23:32:11  cire (Eric B. Decker)
3844         * find.c: added error checking for no paths.  better error
3845         message if illegal ordering.
3847 87/02/21  22:19:58  22:19:58  cire (Eric B. Decker)
3849         * find.c: added global convert_glob
3851 87/02/22  20:00:12  20:00:12  cire (Eric B. Decker)
3853         * defs.h: added definition of BLKSIZE for size
3855 87/02/21  22:19:25  22:19:25  cire (Eric B. Decker)
3857         * defs.h: added global convert_glob for name