Preparing to release findutils-4.2.19
[findutils.git] / ChangeLog
blob0730f4145a125ed3589852e0a363f24b79262f23
1 2005-03-07  James Youngman  <jay@gnu.org>
3         * lib/buildcmd.c, find/testsuite/find.gnu/sv-bug-12230.exp: Fixed
4         Savannah bug #12230, in which '-exec echo == {} +' is always run,
5         even if there were no matched files.
7 2005-03-06  James Youngman  <jay@gnu.org>
9         * ChangeLog: Added latest changes.
11         * po/pt.po, configure.in: Added Portuguese translation
13 2005-03-04  James Youngman  <jay@gnu.org>
15         * configure.in: Modernized the way we call AC_INIT and
16         AM_INIT_AUTOMAKE
18         * locate/locate.c, find/pred.c, find/find.c:
19         Eliminated some compiler warnings
21         * find/pred.c: Clarified the meaning of a comment.
23         * find/testsuite/Makefile.am: Added sizes.exp, sizes.xo.
25         * find/testsuite/find.posix/sizes.xo,
26         find/testsuite/find.posix/sizes.exp: Added tests for -size
27         predicate
29 2005-03-03  James Youngman  <jay@gnu.org>
31         * find/find.c:
32         safely_chdir_lstat(): if we didn't end up in the right place, and then
33         fchdir() fails, we can't return to the directory we started in.
34         Therefore, issue a fatal error message and exit.
36 2005-03-01  James Youngman  <jay@gnu.org>
38         * find/find.c, find/testsuite/find.posix/sv-bug-12181.exp,
39         find/testsuite/find.posix/sv-bug-12181.xo: Fixed SourceForge bug
40         12181 (find -H symlink-to-dir reports 'Too many Symbolic links')
41         and bug 12044 (find still hangs on dead NFS filesystems on
42         Solaris)
44 2005-02-28  James Youngman  <jay@gnu.org>
46         * doc/find.texi: Typo: O_NOFOLLOW, not O_FOLLOW
48         * import-gnulib.sh:
49         Suggestion from Martin Buchholz; unset CDPATH to prevent "cd" echoing
50         the new directory.
52 2005-02-27  James Youngman  <jay@gnu.org>
54         * README: Indicate how the reader can verify the release.
56 2005-02-26  James Youngman  <jay@gnu.org>
58         * po/sk.po, po/sl.po, po/sr.po, po/sv.po, po/tr.po, po/vi.po,
59         po/zh_CN.po, po/be.po, po/ca.po, po/da.po, po/de.po, po/el.po,
60         po/eo.po, po/es.po, po/et.po, po/fi.po, po/findutils.pot,
61         po/fr.po, po/gl.po, po/hr.po, po/hu.po, po/id.po, po/it.po,
62         po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po, po/pl.po,
63         po/pt_BR.po, po/ro.po, po/ru.po: Added new Vietnamese translation
65         * configure.in: Added new Vietnamese translation.
67 2005-02-25  James Youngman  <jay@gnu.org>
69         * po/ga.po: Updated Irish po file
71 2005-02-23  James Youngman  <jay@gnu.org>
73         * Makefile.am: Fix Savannah bug #12064 - 'make distclean' deletes
74         regex.c but should not.
76         * find/testsuite/Makefile.am,
77         find/testsuite/find.gnu/printf-h.exp,
78         find/testsuite/find.gnu/printf-h.xo: Added test case for Savannah
79         bug #12085 (-printf %h).
81         * NEWS, doc/find.texi, find/find.1, find/pred.c:
82         %h now expands to '.' instead of nothing.
84 2005-02-22  James Youngman  <jay@gnu.org>
86         * find/find.c:
87         Fixed Savannah bug #12099 (misinterpretation of system versions
88         leading to possible incorrect disabling of O_NOFOLLOW).  Reported by
89         Dmitry V. Levin.
91         * find/pred.c:
92         For the %h format, don't bail out early as the format might contain
93         something else too.
95 2005-02-21  James Youngman  <jay@gnu.org>
97         * find/find.c: Fixed accidental C99 dependency.
99 2005-02-20  James Youngman  <jay@gnu.org>
101         * po/be.po, po/ca.po, po/da.po, po/de.po, po/el.po, po/eo.po,
102         po/es.po, po/et.po, po/fi.po, po/findutils.pot, po/fr.po,
103         po/ga.po, po/gl.po, po/hr.po, po/hu.po, po/id.po, po/it.po,
104         po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po, po/pl.po,
105         po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sr.po,
106         po/sv.po, po/tr.po, po/zh_CN.po: Updated italian translation
108         * doc/find.texi: Corrected a typo.
110         * find/find.c:
111         Read the mounted device list afer parsing the command line, so that
112         for example "find --version" still works (in response to Savannah bug
113         #12044).
115         * configure.in: We've moved on from findutils-4.2.18.
117 2005-02-19  James Youngman  <jay@gnu.org>
119         * NEWS: Corrected the summary of the "find -depth" bug.
121 2005-02-16  James Youngman  <jay@gnu.org>
123         * NEWS, configure.in: Prepared for release of 4.2.18.
125         * ChangeLog: Updated prior to release of 4.2.18.
127         * find/testsuite/Makefile.am:
128         Distribute the test cases for the recent "find -depth" bug.
130         * find/testsuite/find.posix/depth1.exp, find/testsuite/find.posix/depth1.xo:
131         Added test case for find -depth bug reported by Joseph S. Myers
133         * find/find.c:
134         If -depth is in effect, processing of the subdirectories invalidates
135         the information in 'state'.  Therefore once we get around to
136         processing the predicates, restore the information that we keep in
137         'state' and in 'stat_buf'.
139 2005-02-15  James Youngman  <jay@gnu.org>
141         * ChangeLog: Updated with recent changes
143         * find/find.1:
144         Emphasise that -L causes find to recurse into subdirectories pointed
145         to by symbolic links.
147         * find/find.1:
148         Patch to find.1 from Aaron Hawley <Aaron.Hawley@uvm.edu>:
150         * Notes about -H actually apply to -L.
151         * Said paragraph is duplicated two paragraphs later.
152         * Typos: nno, ibmue, surrpounding
154 2005-02-15  Aaron Hawley  <Aaron.Hawley@uvm.edu>
156         * find/find.1: Notes about -H actually apply to -L.  Said
157         paragraph is duplicated two paragraphs later.  Also typos: nno,
158         ibmue, surrpounding
160 2005-02-13  James Youngman  <jay@gnu.org>
162         * find/find.1: Miscellaneous small clarifications and improvements.
164         * doc/find.texi: Added Info nodes and menus under "Changing the
165         Current Working Directory" so that it doesn't generate such a huge
166         Info page.
168         * find/find.c: Parenthesise #if defined(...).
170 2005-02-13  Dmitry V. Levin  <ldv@altlinux.org>
171         
172         * find/find.c: remove test code snippet (time(NULL) was used to
173         place a marker for spotting with strace(), but was not actually
174         needed).
176         * find/find.c (safely_chdir_nofollow): must not fall back on
177         safely_chdir_lstat() because that will expose it to race condition
178         exploits, making it pointless.
180         * find/find.c (safely_chdir_lstat): Move
181         complete_pending_execdirs() up into safely_chdir(), because we
182         need to do that in either case.
184 2005-02-12  James Youngman  <jay@gnu.org>
186         * configure.in, doc/find.texi, find/defs.h, find/find.c,
187         find/parser.c: Fix for Savannah bug #11879, that
188         init_mounted_dev_list() causes find to hang on systems which are
189         clients to dead NFS servers
191 2005-02-10  James Youngman  <jay@gnu.org>
193         * doc/find.texi: Talk about the problem where find will not work
194         if you have a filesystem mounted from an unresponsive NFS server.
196 2005-02-09  James Youngman  <jay@gnu.org>
198         * find/find.1: Indicate that $TZ affects from printf-format
199         results, and add extra cross-references in the SEE ALSO section.
201 2005-02-08  James Youngman  <jay@gnu.org>
203         * xargs/testsuite/Makefile.am: Distribute the .xe files also.
205         * Makefile.am: Check that we have the right number of .xe files in
206         the distribution also.
208         * ChangeLog, NEWS, configure.in
209         Preparing to release findutils-4.2.17
211 2005-02-07  James Youngman  <jay@gnu.org>
213         * find/testsuite/config/unix.exp: Re-sort the .xo file using the
214         calling user's locale, because our 'pre-sorted' .so output file
215         may not be sorted with the same collating order as 'sort' used to
216         order the output of "find.  Bug spotted by Vin Shelton and Dimitry
217         V. Levin.
219         * find/testsuite/Makefile.am:
220         New test, find/testsuite/find.gnu/follow-arg-parent-symlink.exp.
222         * find/testsuite/find.gnu/follow-arg-parent-symlink.exp,
223         find/testsuite/find.gnu/follow-arg-parent-symlink.xo, find/find.c:
224         Fix for starting point /foo/bar/baz where bar is a symlink but baz
225         is not - we should chdir into bar there even if it is a symbolic
226         link
228 2005-02-07  James Youngman  <jay@gnu.org>
230         * find/testsuite/Makefile.am:
231         New test, find/testsuite/find.gnu/follow-arg-parent-symlink.exp.
233         * find/testsuite/find.gnu/follow-arg-parent-symlink.exp,
234         find/testsuite/find.gnu/follow-arg-parent-symlink.xo, find/find.c:
235         Fix for starting point /foo/bar/baz where bar is a symlink but baz
236         is not - we should chdir into bar there even if it is a symbolic
237         link
239 2005-02-06  James Youngman  <jay@gnu.org>
241         * doc/find.texi:
242         -size: Clarification - -size gives a result consistent with 'wc -c'
243          for example.
245         * Makefile.am, find/testsuite/Makefile.am,
246         find/testsuite/find.gnu/execdir-root-only.exp,
247         find/testsuite/find.gnu/execdir-root-only.xo,
248         locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
249         dist-hook: Ensure that we distribute all the .po files and all the
250         testsuite files
252         * po/pl.po: Updated Polish translation from TP website
254 2005-02-05  Dmitry V. Levin  <ldv@altlinux.org>
256         * find/parser.c, find/pred.c: Additional tweaks for
257         -execdir/-okdir actions.
258         
259         * find/parser.c (new_insert_exec_ok): Disable ignore_readdir_race
260         for -execdir/-okdir.
261         
262         * find/pred.c (pred_execdir, pred_okdir): Use state.rel_pathname
263         instead of basename(pathname).  Do not add "./" prefix for
264         absolute pathnames.
265         
266         * find/find.c (process_top_path): Treat "/" similarly to ".".
268         * xargs/testsuite/xargs.posix/savannah-11865.exp,
269         xargs/testsuite/xargs.posix/savannah-11865.xo, xargs/xargs.c:
270         Fixed Savannah bug #11866 (not resetting number of used chars in
271         the command buffer) - reported by Dimitry V. Levin
273 2005-02-05  James Youngman  <jay@gnu.org>
275         * THANKS:
276         Added thanks for Dimitry - has produced many patches, bugfixes and
277         suggestions.
279         * find/pred.c:
280         Fixed Savannah bug #11866: typo in pred_okdir() renders it useless
282         * find/pred.c:
283         Savannah bug #11861: undefined symbol 'basename' on IRIX 5.3
285         * NEWS, configure.in, po/be.po, po/ca.po, po/el.po, po/eo.po,
286         po/fi.po, po/ga.po, po/hr.po, po/hu.po, po/ja.po, po/lg.po,
287         po/ms.po, po/ro.po, po/sl.po, po/sr.po, po/zh_CN.po: Added new
288         translations
290         * ChangeLog: Updated from CVS prior to release of 4.2.16.
292         * po/ChangeLog: Updated from CVS.
294         * NEWS, configure.in: Preparing to release 4.2.16
296         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
297         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
298         po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sl.po, po/sv.po,
299         po/tr.po: make update-po prior to 'make distcheck'
301         * po/fetch-po-files: This is the first version we actually used.
303         * find/find.c: process_top_path() fixed compilation warning.
305         * find/find.c: process_top_path(): avoid processing this item if
306         we can't chdir to the basename of the named file.
308         * lib/Makefile.am: Always build forcefindlib.c
310         * locate/locate.c: Say 'base name' rather than 'basename' in comments
312         * find/pred.c, find/find.c: process_top_path(): Proper bugfix for
313         correct handling of items at depth 0 (i.e. specified on the
314         command line) - do an extra chdir to ensure that we're in the
315         directory containing the item before calling process_path().
316         Hnece also undo the previous 'quick fix' for the same problem
318         * doc/find.texi:
319         -execdir no longer has to treat anything as special, even at depth 0.
321 2005-02-03  James Youngman  <jay@gnu.org>
323         * doc/find.texi, find/pred.c: When state.curdepth is 0, our
324         working directory is not the directory containing the file we are
325         processing.
327 2005-02-02  James Youngman  <jay@gnu.org>
329         * find/pred.c:
330         To allow compilation on cygwin, use base_name(), not basename().
333 2005-02-01  James Youngman  <jay@gnu.org>
335         * ChangeLog: Updated from CVS log.
337 2005-01-31  James Youngman  <jay@gnu.org>
339         * find/find.c, lib/nextelem.c, lib/nextelem.h, locate/code.c,
340         locate/frcode.c, locate/testsuite/config/unix.exp,
341         xargs/testsuite/config/unix.exp, xargs/xargs.c: Updated/corrected
342         the email address for David MacKenzie, one of the original authors
343         of findutils
345         * doc/Makefile.am: The HTML version of the manual generated for
346         the GNU project website has each node in a separate file, not each
347         chapter in a separate file; adjust filenames accordingly
349         * find/parser.c, find/pred.c, lib/savedirinfo.c:
350         Removed some unused variables (patch from Dmitry V. Levin)
352         * find/find.c:
353         Patch from Dmitry V. Levin <ldv@altlinux.org>: Add subfs to the list
354         of filesystems which are likely to be automounted.
356         * m4/findlib.m4: Corrected typo (pointed out by Dmitry V. Levin).
358         * find/testsuite/config/unix.exp,
359         find/testsuite/find.gnu/name-period.xo,
360         find/testsuite/find.gnu/posix-dflt.xo,
361         find/testsuite/find.gnu/posix-h.xo,
362         find/testsuite/find.gnu/posix-l.xo,
363         find/testsuite/find.gnu/printf.exp,
364         find/testsuite/find.gnu/printf.xo: Systems differ in the order in
365         which filenames are returned by readdir.  Hence sort the output of
366         'find' before comparing against the expected-output file.  We
367         therefore also have the lines in the .xo files ready-sorted.
369 2005-01-30  James Youngman  <jay@gnu.org>
371         * doc/Makefile.am:
372         Added rules for extra targets that we buld to update the web site.
374 2005-01-29  James Youngman  <jay@gnu.org>
376         * configure.in: No longer version 4.2.15 - we've changed the manual.
378         * doc/find.texi:
379         Clarified the txt about adding extra tests with post-processing via
380         xargs, and recommend -execdir instead for security reasons.
382         * doc/find.texi: Patch from Karl Berry:
383         - more entries for the dir file
384         - use @copying so the copyright ends up in the HTML etc. output.
385           (This is the only really important change.)
386         - put @contents after the title page, for conventional toc location.
387         - use @ifnottex to wrap the Top node instead of @ifinfo, for the sake of
388           HTML output, etc.
390         * NEWS, configure.in, po/da.po, po/de.po, po/es.po, po/et.po,
391         po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po,
392         po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
393         po/sv.po, po/tr.po: Prepared to release findutils-4.2.15
395         * ChangeLog: Updated from CVS log.
397 2005-01-28  James Youngman  <jay@gnu.org>
399         * configure.in:
400         Make --enable-d_type-optimization and --enable-d_type-optimisation
401         both work.
403         * configure.in: Assume --enable-d_type-optimisation by default
405         * find/parser.c: Indicate which features are enabled/disabled
407         * locate/testsuite/config/unix.exp:
408         Clean up the files left behind by the locate_textonly test
410 2005-01-27  James Youngman  <jay@gnu.org>
412         * doc/find.texi: Documented --regex.
414         * NEWS, locate/locate.1, locate/locate.c, locate/testsuite/Makefile.am, locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/regex1.exp:
415         Implemented locate --regex - but needs documenting in Texinfo manual.
417 2005-01-25  James Youngman  <jay@gnu.org>
419         * configure.in: Bumped version no.
421         * doc/find.texi:
422         Document --mmap and --stdio as being synonyms of -m and -s.
424         * locate/locate.1:
425         Document --mmap and --stdio as synonyms of -m and -s.
427         * locate/locate.c:
428         Document -m and -s (both no-ops) in the usage message.
430         * doc/find.texi, locate/locate.1: Document -m and -s as no-ops.
432         * ChangeLog: Updated for release of findutils-4.2.14.
434         * 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:
435         Preparing to release findutils-4.2.14
437 2005-01-25  James Youngman  <jay@gnu.org>
439         * NEWS, configure.in, po/da.po, po/de.po, po/es.po, po/et.po,
440         po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po,
441         po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
442         po/sv.po, po/tr.po: Preparing to release findutils-4.2.14
444 2005-01-24  James Youngman  <jay@gnu.org>
446         * Makefile.am: Work around the fact that automake-1.7 actually
447         works, and correctly distributes regex.c; hence dist-hook should
448         only copy gnulib/lib/regex.c if this has not already been done.
450         * find/defs.h, find/find.c, find/pred.c,
451         find/testsuite/Makefile.am,
452         find/testsuite/find.gnu/printf-symlink.exp,
453         find/testsuite/find.gnu/printf-symlink.xo,
454         find/testsuite/find.gnu/xtype-symlink.exp,
455         find/testsuite/find.gnu/xtype-symlink.xo: Fixes for -xtype and
456         -printf %Y, which had been the wrong way around.
458         * NEWS: Avoid including the find.gnu subdirectory in the
459         distributed file more than once
461         * locate/locate.c:
462         Move the printing of the statistics into a new function, print_stats()
464         * find/testsuite/Makefile.am: Avoid including the find.gnu
465         subdirectory in the distributed file more than once
467         * import-gnulib.sh:
468         We need the regex module anyway, to allow compilation on Solaris
470 2005-01-23  James Youngman  <jay@gnu.org>
472         * configure.in:
473         Invoke gl_INCLUDED_REGEX directly to ensure successful compilation on
474         systems like Solaris, which lacks those functions in libc (fixes GNU
475         Savannah bug #11710).
477         * locate/locate.1: -S is a synonym for --statistics
479         * doc/find.texi: Documented the new -H, -L and -P options.
481         * locate/locate.1, locate/locate.c: Implement options -L
482         (default), -H and -P, which mean the same things as for find,
483         except for the fact that the default is -L rather than -P
485         * find/find.1: Corrected definition of the exit status for -quit.
487         * find/find.c, find/pred.c: If DEBUG_STAT is set, issue a debug
488         message when we call chdir() so that we can figure out what is
489         actually being stat()ed
491         * locate/updatedb.sh:
492         Removed spurious newline from help message (bug report from Karl
493         Berry).
495         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
496         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
497         po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po,
498         Makefile.am, NEWS, configure.in, find/defs.h, find/find.c,
499         find/parser.c, find/pred.c, find/tree.c, find/util.c,
500         import-gnulib.sh, lib/savedirinfo.c: Merged the d_type
501         optimisation code; this is disabled by default, and can be enabled
502         with 'configure --enable-d_type-optimisation'
504         * NEWS:
505         Updated optimisation NEWS item to indicate the effect on runtime.
507 2005-01-22  James Youngman  <jay@gnu.org>
509         * NEWS, configure.in: Prepare for release of findutils-4.2.12
511         * ChangeLog: Brought up to date with recent changes.
513         * Makefile.am, import-gnulib.sh, po/Makefile.in.in, po/Makevars,
514         po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
515         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
516         po/pl.po, po/pt_BR.po, po/remove-potcdate.sin, po/ru.po, po/sk.po,
517         po/sv.po, po/tr.po: Switch to using the gnulib gettext module, to
518         ensure that 'make distcheck' works with current xgettext,
519         autoconf, etc.
521         * find/testsuite/config/unix.exp:
522         Oops, we do need to clean up after all.
524 2005-01-21  James Youngman  <jay@gnu.org>
526         * xargs/testsuite/Makefile.am: Added name of missing input file.
528         * find/testsuite/Makefile.am:
529         Distribute a few files that we had forgotten about
531         * xargs/testsuite/Makefile.am: Added some missing files.
533         * lib/Makefile.am: Also need buildcmd.h.
535         * xargs/testsuite/Makefile.am: Fixed a typo.
537         * NEWS: Indicate the d_type performance improvement
539 2005-01-18  James Youngman  <jay@gnu.org>
541         * lib/savedirinfo.h: Added on d_type_optimisation also
543         * lib/savedirinfo.c: Added on branch d_type_optimisation also.
545         * find/pred.c: Added assert that we actually know the file type by
546         the time pred_type() is called
548         * find/find.c: Always initialise state.have_stat = false when
549         starting to work with a new file
551 2005-01-17  James Youngman  <jay@gnu.org>
553         * ChangeLog: Brought up to date with recent changes.
555         * NEWS: Documented the changes so far.
557         * find/testsuite/find.gnu/exec-many-rtn-success.xo:
558         Expected output for exec-many-rtn-success.exp
560         * find/find.1:
561         Indicate that -quit still ensures that pending commands are invoked
563         * doc/find.texi:
564         Indicate that -quit still causes partial command lines to be invoked,
565         but there are some types of fatal error which leave such commands
566         uninvoked.
568         * find/defs.h, find/find.c, find/pred.c, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
569         Fixed savannah bug  #11625 Wrong return status for -exec ... \; when command fails; also execute any pending commands when doing -quit
571         * 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:
572         Various test cases for succeeding and failing forms of -exec \; and -exec {} +
574         * find/pred.c: "-exec ... {} +" always returns "true".
576         * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
577         Implemented d_type optimisation but not working correctly, so currently disabled
579         * lib/savedirinfo.h, lib/savedirinfo.c:
580         Initial implementation (temporarily disabled).
582         * lib/Makefile.am: Resolved merge conflict.
584         * lib/Makefile.am:
585         Make sure nextelem.h is included in the list of sources.
587         * find/parser.c, lib/nextelem.c, lib/nextelem.h, locate/locate.c:
588         Use prototypes for next_element() to make sure it is called correctly.
590 2005-01-16  James Youngman  <jay@gnu.org>
592         * find/find.c, find/pred.c:
593         When completing incomplete multiple execs, use 'eval_tree' not 'predicates'
595         * lib/buildcmd.c:
596         Oops, initialise state->cmd_initial_argv_chars to zero.
598         * find/find.1:
599         Document the way that -execdir and -okdir will refuse to wqork if ">"
600         is on $PATH.  Also document -okdir in the manpage.
602         * find/parser.c:
603         -execdir and -okdir are insecure if $PATH includes the current
604          directory, and so they refuse to work if the user has done that.
606         * find/pred.c:
607         Oops; for -exec ... {} +, pass arguments to bc_push_arg() in the right
608         order.   Problem spotted by Geoff Clare.
610         * TODO: Removed items which have now been done.
612         * lib/buildcmd.c: Tidied up formatting of arg list for bc_do_insert
614 2005-01-15  James Youngman  <jay@gnu.org>
616         * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo:
617         Added extra tests for more printf formats; patch by Andreas Metzler
619         * locate/locate.c:
620         Ensure that the new long options have a relevang short option too.
621         Also bring usage message into line with the options actually
622         supported.  Thanks to Bas van Gompel for noticing this defect.
624         * locate/locate.1:
625         Escape "-" in SYNOPSIS.  Thanks to Bas van Gompel for noticing this
626         defect.
628         * ChangeLog: Fixed typos.
630         * doc/find.texi:
631         Documented -execdir, and the "+" variants of -exec and -execdir.
633         * find/find.1: Documented -execdir.
635         * xargs/xargs.c:
636         Updated to bring into line with bc_*() interface changes
638         * ChangeLog: Updated with recent changes.
640         * find/defs.h, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h:
641         Implemented -execdir and -okdir
643         * find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
644         First working version of -exec ...+
646 2005-01-09  James Youngman  <jay@gnu.org>
648         * find/defs.h, find/find.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
649         Initial implementation of -exec ..{} +, but currently disabled since not yet working
651 2005-01-08  James Youngman  <jay@gnu.org>
653         * find/find.c: Fixed typo in comment.
655         * find/defs.h, find/find.c, find/parser.c, find/pred.c:
656         We now understand but do not implement -execdir (a *BSD invention, and a very useful security enhancement) and -okdir (the obvious companion to it)
658         * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
659         The GNU coding standard requires a space between the function name and
660         its parenthesised argument list.
662         * find/defs.h:
663         Understand the -exec ... {} \+ construction (for multiple
664         replacement).  No support yet.
666         * locate/locate.1:
667         Indicate that empty elements in the dbpath are treated as synonyms for
668         the default database.
670         * locate/locate.c:
671         Support empty elements in the dbpath as synonyms for the default
672         database.  These colons can be leading, trailing or in the middle of
673         the string.  We no longer com,plain if the user does this.
675         * lib/nextelem.c:
676         If curdir_ok is 0 and an element is empty, return "" instead of NULL
677         so that the caller knows to keep calling us.
679         * find/find.c, find/pred.c, import-gnulib.sh, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
680         Savannah bug 11517: find, xargs, locate, etc. should not hide write failures; patch from Jim Meyering
682         * 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:
683         changed .pot creation date
685         * THANKS, AUTHORS: Take into account the FSF copyright-assignments list
687         * doc/find.texi:
688         If -quit is used, the exit value can be nonzero if errors have occurred.
690         * find/find.1:
691         Removed incorrect comment about -H, -P and -follow in HISTORY.
693 2005-01-07  James Youngman  <jay@gnu.org>
695         * lib/Makefile.am, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
696         Refactored xargs to use an external library function from the new file buildcmd.c
698         * configure.in: no longer the same as the released 4.2.11 version
700 2005-01-06  James Youngman  <jay@gnu.org>
702         * xargs/testsuite/inputs/lines.xi, xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/Makefile.am:
703         Tests for the -L option
705         * xargs/testsuite/config/unix.exp: When a test fails, show the diffs
707         * xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/xargs.posix/l2.xo:
708         tests for the -l option
710         * xargs/testsuite/Makefile.am: Added extra test files
712         * xargs/testsuite/xargs.sysv/trace.exp, xargs/testsuite/xargs.sysv/trace.xe, xargs/testsuite/xargs.sysv/trace.xo:
713         Added tests for the -t option
715         * 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:
716         Use a blanks-only input file for cases where there is supposed to be no output
718         * xargs/testsuite/inputs/blank.xi: Initial version.
720         * xargs/xargs.1:
721         Corrected a typo; also indicate that it's impossible to use xargs
722         securely due to the race condition.
724 2005-01-05  James Youngman  <jay@gnu.org>
726         * find/parser.c:
727         Fixed Savannah bug 11495: fallthrough from -printf format processing
728         from 'n' case to 'd' case.
730 2005-01-03  James Youngman  <jay@gnu.org>
732         * doc/find.texi:
733         Oops.  Had duplicated an entire section.  Fortunately this was after
734         @bye, so there was no adverse effect.
736         * NEWS: locate -b.
738         * doc/find.texi, locate/locate.1: document locate -S
740         * configure.in, doc/find.texi, locate/locate.1, locate/locate.c:
741         Support locate -b as a synonym for locate --basename
743         * 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:
744         distcheck
746         * find/testsuite/config/unix.exp:
747         Clean up (delete) find.out at at the end of the test.
749         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c, find/pred.c:
750         Implemented the -samefile test for find
752 2005-01-02  James Youngman  <jay@gnu.org>
754         * ChangeLog: Updated with recent changes.
756         * NEWS:
757         Bas van Gompel: two-line patch to locate.c to make locate's -i and -w
758         options work if -e is in use.
760         * THANKS: Added Bas van Gompel.
762         * locate/locate.c:
763         Bas van Gompel: (visit_exists) when testing for the existence of the
764         file, check the real filename [printname], not the case-converted
765         filename [testname].  Really these argument names are badly chosen.
767         * find/find.1, doc/find.texi:
768         Improved the documentation for -perm, with plenty of examples,
769         following a comment by Dan Jacobson that the comment "Symbolic modes
770         use mode 0 as a point of departure" is baffling and unhelpful.
772         * locate/locate.c:
773         Suggestion and patch from Bas van Gompel: (new_locate): Fix display of
774         negative compression ratios.
776 2004-12-31  James Youngman  <jay@gnu.org>
778         * NEWS: Brought up to date with recent changes
780         * doc/find.texi:
781         Don't need to nest the "race conditions with..." sections so deeply.
783         * doc/find.texi: Corrected some spelling errors.
785         * doc/find.texi: Added new "Security Considerations" chapter.
787 2004-12-23  James Youngman  <jay@gnu.org>
789         * locate/locate.c:
790         Applied bugfixes from Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>.
791         (lc_strcpy): Zero-terminate result.
792         (add_visitor): Update lastinspector.
793         (visit_substring_match_casefold): fix off-by-one error.
794         (new_locate): Move visit_exists down to improve performance.
795         (new_locate): Don't fold case when getting stats.
797 2004-12-19  James Youngman  <jay@gnu.org>
799         * doc/find.texi:
800         Indicate that "cd /; find tmp -wholename /tmp" will never match anything.
802         * doc/find.texi: Documented locate --statistics.
804         * locate/locate.1: Documented the --statistics option.
806         * locate/locate.c: Added support for the -S option.
808 2004-12-12  James Youngman  <jay@gnu.org>
810         * NEWS: Added a summary of the changes so far.
812         * find/tree.c: Made some of the error messages more self-explanatory
814         * find/pred.c: Print pointers with %p, not %x.
816         * find/find.c: Moved option data into struct options.
818         * find/find.1: clarifications
820         * find/testsuite/find.gnu/comma.exp:
821         Limit the amount of searching with maxdepth.
823         * doc/find.texi: clearer description of how -prune works
825         * ChangeLog: Removed duplicate entry.
827         * configure.in, find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
828         Separated ariables representing current state from variable representing option information
830 2004-12-11  James Youngman  <jay@gnu.org>
832         * find/parser.c: Readability improvement to the usage message.
834         * find/find.c: Oops.  Fixed unmatched #endif.
836         * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo, THANKS, configure.in, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
837         Fixed Savannah bug #11280
839         * find/find.c:
840         Remember to set path_length and curdepth in process_top_path().
842 2004-12-07  James Youngman  <jay@gnu.org>
844         * find/fstype.c: Use xstat() not stat() to examine things.
846         * find/find.c: Explain why #ifdef EOVERFLOW.
848         * find/find.c: EOVERFLOW is not defined on UNICOS.
850         * NEWS: Corrected typo.
852 2004-12-06  James Youngman  <jay@gnu.org>
854         * ChangeLog: Brought up to date.
856         * NEWS, configure.in: releasing 4.2.10
858         * 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:
859         distcheck
861         * ChangeLog: Updated prior to release of finsutils-4.2.10.
863         * import-gnulib.sh, find/fstype.c:
864         Use gnulib's mountlist module instead of grokking it ourselves.
866         * configure.in:
867         Removed all the out-of-date cruft for grokking getmntent().
869         * xargs/xargs.c:
870         Added the -I and -L options; also -E takes an argument which is not optional.
872 2004-12-05  James Youngman  <jay@gnu.org>
874         * README, configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c:
875         Allow debug output to be turned on or off by saying --enable-debug on the configure command line
877         * README:
878         Removed disparaging (it is now, it probably wasn't then) comment about
879         the production-readiness of Automake.
881         * README: Qualify remarks about POSIX compliance.
883         * NEWS, configure.in: Preparation for release 4.2.9
885         * 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:
886         distcheck
888         * ChangeLog: Brought up to date.
890         * find/find.c:
891         Avoid duplicate error message when we cannot chdir() into a subdirectory.
893         * THANKS: Added recent thankees.
895         * NEWS:
896         Brought up to date with respect to the current set of fixed bugs.
898         * NEWS, xargs/xargs.1, xargs/xargs.c:
899         Implemented POSIX options -L, -I and -E
901 2004-12-03  James Youngman  <jay@gnu.org>
903         * find/parser.c:
904         -xdev is an option, not a test.   Fixes Savannah bug 11192.
906         * find/find.1, xargs/xargs.1:
907         Escape dashes with a backslash (for fix Savannah bug 11189).
909 2004-11-27  James Youngman  <jay@gnu.org>
911         * find/find.c:
912         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.
914         * find/find.1: "necessary" only has one "C".
916         * find/find.1:
917         If stat() fails with ELOOP, we issue a diagnostic message.
919 2004-11-26  James Youngman  <jay@gnu.org>
921         * find/find.c: Removed some unused code.
923         * Makefile.am: Don't do anything in the 'intl' subdirectory
925         * find/find.c:
926         Enhanced safely_chdir() to the point where the test suite passes, and report infinite loops in the directory hierarchy
928         * find/defs.h:
929         belt and braces; ensure that SYMLINK_NEVER_DEREF has value zero
931         * find/find.1:
932         Describe our strategy for detecting and reporting infinite loops
934 2004-11-24  James Youngman  <jay@gnu.org>
936         * doc/find.texi:
937         Updated the discussion of th error messages for findutils-4.2.8.
939         * configure.in: Next version will be 4.2.9...
941         * find/find.c:
942         Don't issue a warning if we notice the mounting of a filesystem that's
943         likely just to be an automounter.
945         * doc/find.texi, find/find.1:
946         Explain how rounding is performed for -atime and friends.
948         * xargs/xargs.c:
949         Once we collect enough arguments (for the value specified by the -n
950         option) to do an exec(), do it immediaely instead of waiting for the
951         next one to arrive.  This fixes Savannah bug #7340.
953         * ChangeLog, configure.in, NEWS: Prepare to release 4.2.8.
955         * NEWS: Updates for 4.2.8.
957         * configure.in: check for  sys/types.h
959         * find/find.c:
960         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.
962         * find/defs.h:
963         Declarations of xmalloc() and friends belong in xalloc.h, not in defs.h
965         * find/parser.c: avoid signed/unsigned warning, and #include xalloc.h
967         * find/fstype.c:
968         Changed to alloc get_mounted_devices() to compile on Solaris
970         * README-CVS:
971         Automake requires GNU m4, so point out that the reader needs that.
973         * find/defs.h, find/find.c, find/fstype.c:
974         When wd_sanity_check() fails, enumerate the mounted devices, rather than the mounted filesystem names
976         * NEWS: prepare for 4.2.8
978         * configure.in:
979         Look for some Solaris headers which are used by get_mounted_devices()
981         * lib/Makefile.am: don't build savedirtypes yet
983         * 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:
984         updated po files
986         * m4/nullsort.m4:
987         Avoid suprious output of the test data when the tests fail.
989 2004-11-21  James Youngman  <jay@gnu.org>
991         * 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:
992         Messages changed again
994         * ChangeLog, configure.in: Preparing to release 4.2.7.
996         * NEWS: Updated for release of 4.2.7.
998         * import-gnulib.sh: Also need canonicalize module.
1000         * find/find.c:
1001         When checking to see if a filesystem has changed state, use an
1002         absolute pathname.
1004         * configure.in:
1005         No need to pause to allow James to view his handiwork, it (allegedly)
1006         works now.
1008         * configure.in:
1009         Oops.  Check for setlocale() to re-enable the i18n support which was
1010         accidentally disabled in 4.2.5.
1012         * find/find.c:
1013         Check to see if the new directory is a transitioned mount point by
1014         using its ABSOLUTE name, if we can figure it out.
1016         * doc/find.texi:
1017         Added guidance on some of the error messages.  Not the most common
1018         ones, but the ones where the user might most benefit from some handy
1019         hints or an explanation of what is going on.
1021         * find/pred.c:
1022         Actually emit an error message if we fail to stat a symlink (for
1023         reasons other than nonexistence of the link and infinite loop).
1025         * doc/texinfo.tex: Updated texinfo.tex
1027         * NEWS, configure.in, find/find.c, find/fstype.c:
1028         Enable the 'Warning: filesystem XXX has recently been mounted' check on Solaris, which prevents it exiting fatally when traversing an automount mount point
1030         * 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:
1031         messages changed again
1033         * NEWS: Implemented xargs --arg-file.
1035         * doc/find.texi, xargs/xargs.1, xargs/xargs.c, NEWS:
1036         Implemented xargs --arg-file
1038         * find/find.c:
1039         Where a filesystem was recently (un)mounted, try togive its full name
1041         * configure.in:
1042         Try to avoid requesting -lsun if we don't seem to need it (e.g. on
1043         UNICOS where it is not present and trying to link against it produces
1044         a warning).
1046         * find/defs.h, lib/modetype.h: Guard against multiple inclusion
1048         * find/fstype.c:
1049         We now need <mntent.h> even if we are not using getmntent() to figure
1050         out the type of a filesystem, because wd_sanity_check() needs to
1051         enumerate the system mount points.
1053         * configure.in: Next release will be 4.2.7.
1055         * find/fstype.c:
1056         get_mounted_filesystems() should use getmntent() if that function is
1057         present, rather than just if configure didn't find anything better for
1058         filesystem_type_uncached() to use than that.
1060         * find/parser.c:
1061         If -delete is the only action on a file, don't assume the default
1062         -print action too.
1064         * 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:
1065         Preparation to release findutils-4.2.6.
1067         * find/Makefile.am, xargs/Makefile.am:
1068         Enable checking of support for --version and --help
1070         * locate/Makefile.am:
1071         Con't check command-line options for frcode, code or bigram
1073         * locate/code.c: Support --version and --help.
1075         * ChangeLog: *** empty log message ***
1077         * find/defs.h, find/find.c, find/fstype.c, lib/Makefile.am, lib/extendbuf.c, lib/extendbuf.h, NEWS:
1078         Avoid fatal error if automount mounts a filesystem on a directory because we chdir()ed into it
1080         * configure.in: Next release will be 4.2.6.
1082         * find/find.1:
1083         Indicate that the '-' flag does work for most fields.   Also provide
1084         an example of using the comma operator to traverse the filesystem just
1085         once but search for more than one thing.
1087         * doc/find.texi: Indicate that the '-' flag does work for most fields.
1089 2004-11-19  James Youngman <jay@gnu.org>
1091         * configure.in: releaseing findutils-4.2.5
1093         * find/testsuite/Makefile.am, locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
1094         If a directory has no Makefile.am, omit it from the parent's DIST_SUBDIRS - automake-1.9 requires this
1096         * 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:
1097         updated by make distcheck
1099         * ChangeLog, NEWS: Updated for release 4.2.5.
1101         * find/find.1, doc/find.texi:
1102         Tell the reader that format flags may not work as they expect.
1104         * configure.in:
1105         Use the correct name for the macro gl_AC_TYPE_LONG_LONG (not
1106         jm_AC_TYPE_LONG_LONG).
1108 2004-11-15  James Youngman <jay@gnu.org>
1110         * import-gnulib.sh:
1111         Avoid test -e because not all systems are POSIX-compliant (bug
1112         #11005).  Also don't need regex module any more if we're not building
1113         in intl.
1115         * Makefile.am, configure.in:
1116         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
1118         * doc/find.texi:
1119         Use @ref not @xref for a reference at the beginning of a sentence.
1121         * intl/Makefile.in:
1122         Make sure gnulib.lib is on the #include path (Savannah bug #11002)
1124         * locate/locate.c:
1125         Use base_name instead of basename - fixes Savannah bug 11003.
1127         * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, locate/bigram.c, locate/locate.c:
1128         Don't need banner to emphasise the location of the call to jy_SORTZ
1130 2004-11-12  James Youngman <jay@gnu.org>
1132         * 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:
1133         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]
1135 2004-11-11  James Youngman <jay@gnu.org>
1137         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c:
1138         Implemented -H and -L options.
1140         * find/util.c: Added in the -H and -L options on the usage message.
1142 2004-11-10  James Youngman <jay@gnu.org>
1144         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1145         Implemented %M and %A+ format specifiers
1147         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1148         Documented the fact that only %d and %m format specifiers honour the various formatting flags
1150         * xargs/xargs.c:
1151         Get the right number of bytes in a Kilobyte (hint: it's not 1048; that
1152         was a typo, honest :)
1154         * po/pl.po: Applied Polish translations
1156 2004-11-08  James Youngman <jay@gnu.org>
1158         * 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:
1159         distcheck changed the po files again
1161         * locate/Makefile.am:
1162         Make install-data-hook honour the setting of DESTDIR so that "make
1163         DESTDIR=/tmp/foo install" works and puts localstater in the right
1164         place.
1166         * configure.in: We're now working on findutils-4.2.5.
1168         * doc/find.texi, xargs/xargs.1:
1169         Point out that xargs -i only splits input items at newlines
1171         * ChangeLog: Indicate that we released 4.2.4.
1173         * ChangeLog: Updated for release 4.2.4
1175         * NEWS, configure.in: Prepare for release of 4.2.4.
1177         * NEWS: Brought up to date with latest changes.
1179         * 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:
1180         Turn warning messages off by default if stdin is not a tty; allow these to be controlled explicitly by options -warn and -nowarn
1182         * po/et.po, po/it.po: Updated translation files
1184         * po/sk.po: New translation file
1186         * po/fr.po, po/nl.po, po/tr.po: Updated translation files
1188         * configure.in: Added Slovak (sk) language.
1190         * xargs/xargs.c:
1191         Enforcing a lower limit on the value specified by -s makes the test
1192         suite fail.  Removed that lower limit.
1194         * locate/Makefile.am: Oops, multilocate doesn't exist yet.
1196         * NEWS: *** empty log message ***
1198         * doc/find.texi, locate/updatedb.1, locate/updatedb.sh:
1199         Added option --findoptions to updatedb
1201         * locate/Makefile.am, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
1202         Fixed section numbers in manpage titles and cross-references
1204         * NEWS, doc/find.texi, xargs/xargs.1, xargs/xargs.c:
1205         Increased the default argument length and improved POSIX compliance of the handling of out-of-range values for the -s option
1207 2004-11-07  James Youngman <jay@gnu.org>
1209         * m4/Makefile.am:
1210         Added in the extra files we need to distribute, nullsort.m4
1211         order-bad.bin order-good.bin
1213         * doc/find.texi: Documented locate's --limit option
1215         * locate/locate.1, locate/locate.c:
1216         Implmented --limit and corrected the implementation of the -i option.
1218 2004-11-06  James Youngman <jay@gnu.org>
1220         * NEWS, doc/find.texi, locate/locate.1:
1221         Documented --wholename and --basename and updated the NEWS file
1223         * README-CVS:
1224         Give the autogen commands in a form that you can usefully cut and paste into a shell
1226         * NEWS: Options --null and --count) for locate
1228         * lib/nextelem.c:
1229         Don't return '.' for an empty path element, because the path we are splitting may not be intended to contain directories
1231         * configure.in: we're working on findutils-4.2.4 now
1233         * locate/Makefile.am: Substitute @SORT_SUPPORTS_Z@
1235         * doc/find.texi:
1236         Documented new locate option --null and newline handling
1238         * locate/locate.1, locate/locate.c:
1239         New locate options --null, --wholename, --basename, --count
1241         * locate/frcode.c, locate/updatedb.1, locate/updatedb.sh:
1242         correctly handle newlines in the file names
1244         * configure.in: Determine if sort -z works
1246         * m4/nullsort.m4, m4/order-bad.bin, m4/order-good.bin:
1247         jy_SORTZ: a macro to determine if the system has a sort command with a working -z option
1249 2004-11-01  James Youngman <jay@gnu.org>
1251         * NEWS: Fixed "find -printf '%H\n'".
1253         * find/find.c:
1254         Avoid segfault if -printf %H is used where the matched file was the default, unspecified starting point, the current directory
1256 2004-10-31  James Youngman <jay@gnu.org>
1258         * find/find.1, find/parser.c: NetBSD also supports -d.
1260         * find/find.1, doc/find.texi:
1261         Documented the behaviour of -daystart and -follow in more detail
1263         * find/parser.c: Corrected the usage message.
1265         * find/parser.c:
1266         When deciding whether to issue a warning about options following
1267         non-options, ignore any options whose position affects the tests
1268         (i.e. -daystart and -follow).
1270         * find/parser.c: -daystart is a positional option like -follow.
1272         * find/parser.c:
1273         Issue a warning message if an option is specified after a test or an
1274         action (because the user might have believed that the behaviour of the
1275         option is in some way conditional on the preceding tests).
1277         * locate/updatedb.sh:
1278         Oops; removed some test code that I shouldn't have checked in.
1280         * locate/updatedb.sh:
1281         Indicate that the old locate database format will shortly be unsupported.
1283         * doc/find.texi:
1284         Use @direntry instead of hard-coding START-INFO-DIR-ENTRY inside @ifinfo.
1286         * locate/updatedb.1: Updated default location of locatedb file.
1288         * README-alpha:
1289         Updated to give correct FTP location and to not talk about "test"
1290         versions of automake, which are no longer required.
1292         * locate/updatedb.sh:
1293         Incorporated the default list of filesystems to avoid from the Debian
1294         package.  Also added /afs and /sfs to the default pruned paths.
1296         * configure.in: Released findutils 4.2.3
1298         * 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:
1299         did make distcheck, which updates these files
1301         * find/defs.h, find/fstype.c:
1302         Use const qualifier in arguments to filesystem_type() to allow callers with const variables to use them
1304         * ChangeLog: Updated.
1306         * NEWS: Added new news.
1308         * find/find.c:
1309         Extra diagnositcs for the case where we have the error "%s changed
1310         during execution of %s" - that is when we chdir back to the parent
1311         directory only to find that it has changed.
1313 2004-10-30  James Youngman <jay@gnu.org>
1315         * .cvsignore, NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
1316         Implemented the -quit action
1318         * NEWS, doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1319         Refactored time handling routines in preparation for support of absolute timestamp comparison predicates
1321         * locate/locate.c:
1322         Applied Savannah patch #2952 ("getline off-by-one bugfix").
1324         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
1325         Added -delete action (Savannah patch #3454 with additions)
1327         * locate/locate.c:
1328         Applied Savannah patch #2692 (allowing get_short to process negative integers).
1330         * find/find.c:
1331         If we are iossuing an error message because $FIND_BLOCK_SIZE is set,
1332         ignore the setting of errno.
1334         * find/parser.c: More fixes for pedantic compiler warnings
1336         * NEWS, find/parser.c, find/tree.c: Eliminated some compiler warnings
1338         * find/find.c, find/parser.c, find/pred.c:
1339         Various fixes for compiler warninga sbout unreachable code or unused function arguments
1341         * intl/plural.y: Silence compiler warning about unused argument.
1343         * locate/testsuite/Makefile.am:
1344         Subdirectory "inputs" does not exist, so remove it from DIST_SUBDIRS.
1346         * locate/locate.c:
1347         Corrected the explanation of why we have to use no parentheses around
1348         the String argument to the N_ macro in its expansion.
1350         * configure.in: Nextr release is 4.2.3.
1352         * configure.in: IOndicate this is no longer the pristine release.
1354         * NEWS:
1355         Oops, comments for release 4.2.0 should have said 20480 bytes, not 2480.
1357         * lib/listfile.c:
1358         The -ls predicate should not truncate usernames.  Fixes Savannah bug #10800.
1360         * find/fstype.c, locate/locate.c:
1361         Fixes for Savannah bug #3727 (Intel icc compilation errors).
1363 2004-10-25  James Youngman <jay@gnu.org>
1365         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1366         Support -printf %D, which prints the device number of the containing filesystem
1368         * locate/updatedb.sh:
1369         Avoid confusion between James Woods and James Youngman, by using the
1370         disambiguating surname.
1372         * find/parser.c: Use RE_ICASE instead of re->translate.
1374         * configure.in, find/parser.c, find/pred.c, xargs/xargs.c:
1375         No need to #define _GNU_SOURCE if we use gl_INIT.
1377 2004-10-24  James Youngman <jay@gnu.org>
1379         * ChangeLog: Prepared to release findutils-4.2.2.
1381         * 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:
1382         Updates prior to release of 4.2.2
1384         * NEWS: Updated with news for findutils-4.2.2.
1386         * 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:
1387         Corrected typo in the address of the FSF office
1389         * lib/strspn.c: Updated FSF address.
1391         * m4/.cvsignore: 'cvs status' should ignore Makefile.in
1393         * 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:
1394         Use gnulib-tool --import to import the gnulib code, rather than the odd way we were doing it before
1396         * 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:
1397         Work round an apparent compiler bug in HP-UX 11.23 for
1398         ia64
1400         * locate/locate.c:
1401         Work around what appears to be a C compiler bug in HP-UX 11.23 for
1402         ia64.
1404         * INSTALL, depcomp, install-sh, missing, mkinstalldirs:
1405         Updated from automake
1407         * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c, find/find.c:
1408         Avoid use of exit() within main, to silence warnings about unreachable code
1410 2004-10-22  James Youngman  <jay@gnu.org>
1412         * doc/find.texi: Syntax corrections.
1414         * doc/find.texi: Indicate that "-exec {}+" is not yet supported.
1416         * find/find.1: Indicate that "{}+" is not yet supported.
1418         * find/testsuite/find.gnu/name-period.xo, find/testsuite/find.gnu/name-period.exp, find/find.1, doc/find.texi:
1419         The -name predicate must allow '*' to match '.foo' as demanded by IEEE
1420         Std 1003.2-1992 Interpretation #126.
1422         * find/pred.c:
1423         Remove use of FNM_PERIOD for -name as demanded by IEEE Std 1003.2-1992
1424         Interpretation #126
1426         * find/parser.c: Fix for compilation (on AIX 4.3) with GCC 2.x.
1428         * xargs/xargs.c:
1429         Changed the erorr message issued when there is an unmatched quote to
1430         point out that the user might have wanted to use the -0 option instead.
1432 2004-10-17  James Youngman  <jay@gnu.org>
1434         * configure.in:
1435         Define intmax_t if it is not already defined - allows parser.c to compile on AIX 4.3
1437         * configure.in:
1438         Adjust version number to indicate that this s/w has moved on since the
1439         4.2.1 release.
1441         * configure.in: preparing to release 4.2.1
1443         * ChangeLog: updated with current changes
1445         * README-CVS: Updated to go with newer version of gnulib.
1447         * 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:
1448         preparation for release
1450         * NEWS: Mention the changes to "trap".
1452         * NEWS: Brought up to date.
1454         * import-gnulib.sh:
1455         Use xalloc-die module from gnulib, since that has now been split out
1457         * find/parser.c:
1458         Check fnmatch() when other predicates that rely on fnmatch() are used.
1460         * find/parser.c: bug #10701: find needs fnmatch sanitycheck on startup
1462 2004-10-16  James Youngman <jay@gnu.org>
1464         * import-gnulib.sh:
1465         Switch to requirement for GNU fnmatch because it supports FNM_CASEFOLD.
1467         * locate/updatedb.sh:
1468         Bug #9465: use of signal numbers for 'trap' is deprecated.  Should use
1469         names instead.  See
1470         http://www.opengroup.org/onlinepubs/009695399/utilities/trap.html,
1471         which indicates that support for signal numbers is optional, while
1472         support for signal names is mandatory.
1474         * configure.in:
1475         Indicate that this is the CVS version (once again) now that findutils
1476         4.2.0 has been released.
1478         * 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:
1479         findutils 4.1.20 check-in for tagging
1481 2004-10-02  James Youngman <jay@gnu.org>
1483         * po/Makefile.in.in:
1484         Search in $(top_srcdir) for mkinstalldirs, since that's where we keep it.
1486         * NEWS: Brought up to date, organised more clearly, and tidied up.
1488         * NEWS: brought up to date with recent changes
1490         * locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/ignore_case1.exp, locate/testsuite/locate.gnu/ignore_case3.exp, locate/updatedb.sh:
1491         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
1493         * find/pred.c:
1494         Fixed usage of human_readable() in '%k' format specifier to fix a bug
1495         reported by Dmitry V. Levin (arguments to human_readable() were
1496         specified in the wrong order, which resulted in a floating-point
1497         error).
1499 2004-08-08  James Youngman <jay@gnu.org>
1501         * locate/updatedb.sh:
1502         cd to / to avoid inability to examine the current directory if we're
1503         invoked via cron (and hence in root's home directory for example).
1505         * doc/find.texi, find/find.1:
1506         Deprecate -path and -ipath in favour of -wholename and -iwholename
1508         * find/parser.c:
1509         As per RMS's suggestion, deprecate -path and -ipath in favour of
1510         -wholename and -iwholename.
1512         * locate/locate.c:
1513         Fixed Savannah bug #9923, in which get_short() returns large positive
1514         ints when it should be returning negative shorts.
1516         * xargs/xargs.1:
1517         Applied documentation improvements suggested by Dan Jacobson
1518         <jidanni@jidanni.org>.
1520         * xargs/xargs.c:
1521         Don't check size_of_environment against arg_max since that causes the
1522         test suite to fail.
1524         * xargs/xargs.1, xargs/xargs.c: Better documentation for the -i option
1526 2004-05-03  James Youngman <jay@gnu.org>
1528         * find/find.1:
1529         document the various suffixes for -size and also the new 
1530         option -ignore_readdir_race
1532         * locate/locate.c:
1533         Fixes Savannah bug #8623 (failure to check consistency of data 
1534         read from locate database)
1536         * locate/updatedb.sh:
1537         Resolves Savannah bug 4380, that updatedb generates an empty
1538         database if one of the commands fails
1540         * NEWS: Talk about -ignore_readdir_race
1542         * doc/find.texi:
1543         Documented -ignore_readdir_race and -noignore_readdir_race
1545         * find/find.c:
1546         -ignore_readdir_race should have no effect if the reason for the
1547          failure of stat(2) was anything other than ENOENT.
1549         * find/defs.h, find/find.c, find/parser.c:
1550         Fixed Savannah bug 4391 (readdir race condition leading to 
1551         spurious error messages)
1553 2004-04-24  James Youngman <jay@gnu.org>
1555         * README-CVS: Corrected the instructions for getting gnulib via CVS.
1557 2004-04-13  James Youngman <jay@gnu.org>
1559         * doc/find.texi:
1560         Actioned Savannah bug #8558 (find complains when it tries to recurse
1561         into directories that it had removed).
1563 2004-03-13  James Youngman <jay@gnu.org>
1565         * ChangeLog: Updated from checkin comments.
1567         * find/find.c:
1568         Oops, there is no access to the predicate name table if DEBUG is 
1569         not #defined.
1571         * find/parser.c:
1572         Detect arithmetic overflow (poorly) in insert_time(), which diagnoses
1573         the failure to handle large arguments to -mtime.  The existing code
1574         does careful computation and then bungs the value into a time_t, which
1575         ruins all our careful effort.  The new code is not a great
1576         improvement.  We just check the result to detect overflow, rather than
1577         actually avoiding the overflow.
1579         * find/find.c:
1580         Fixed Debian bug #185202 by checking for any trailing predicates after
1581         the top-level invocation of get_expr() has done its work.
1583         * locate/locate.1, xargs/xargs.1:
1584         Fixed Debian bug 175372, inappropriate 'L' suffixes on manual 
1585         page section indicators
1587         * find/find.1:
1588         Removed "L" suffixes from manual page section indicators, to fix
1589         Debian bug 175372.
1591         * debian/updatedb.conf:
1592         Updated with list of filesystems from current Debian release.  This
1593         includes devfs, for example.
1595         * xargs/xargs.1:
1596         Modified documentation of "-s" option to take into account the fix for
1597         Debian bug #176201.
1599         * xargs/xargs.c:
1600         Fixed Debian bug #176201, "xargs enviroment size limited to 20k", by
1601         reading a patch offered by Bob Prolux and implementing something
1602         substantially similar myself.
1604 2004-01-03  James Youngman  <jay@gnu.org>
1606         * xargs/xargs.c:
1607         Indicate that prep_child_for_exec() fixes Savannah bug #3992.
1609         * xargs/xargs.c:
1610         Attach the stdin of xargs' child process to /dev/null so that if it
1611         tries to read from its stdin it doesn't consume any of the list of
1612         files that xargs is trying to use.
1614         * find/find.1:
1615         Documented that the -regex option follows Gnulib's re_match() 
1616         implementation.
1618         * NEWS, locate/locate.c: Applied Savannah patch 2108
1620         * xargs/xargs.c: Applied Savannah patch 1500
1622         * find/find.1, doc/find.texi:
1623         Improved the documentation for the %k and %b format specifiers to
1624         -printf (Savannah bug #5034).  Also pointed out that this handling is
1625         different to that used by the "b" and "k" suffixes with "-size".
1627         * find/find.1: Improved the documentation for %k (Savannah bug #5034).
1629         * find/find.1:
1630         Improved the documentation for -print0 in the manpage, fixing Debian
1631         bug 111143.
1633         * README-CVS, find/pred.c, lib/listfile.c:
1634         Brought up-to-date with change in gnulib's human.c - we no longer 
1635         use human_readable_inexact(), because it is no longer provided.
1637 2003-08-08  James Youngman  <jay@gnu.org>
1639         * find/find.1:
1640         Documented the fact that -printf also supports the '\0' escape code.
1641         Added "STANDARDS CONFORMANCE" section.
1643 2003-08-02  James Youngman  <jay@gnu.org>
1645         * find/find.1:
1646         Explain that braces are not special when performing filename matching
1647         with -name.
1649         * find/find.1:
1650         added example of the use of -exec to the EXAMPLES section
1652         * find/fstype.c, locate/locate.c:
1653         Savannah bug #4295 - implicit declarations of ctype.h functions
1655         * locate/locate.c:
1656         Savannah bug #4279 - missing newline on locate help message
1658         * find/find.1, xargs/xargs.1:
1659         Improved discussion of the -print0 option of find and the -0 option of xargs
1661 2003-06-26  James Youngman  <jay@gnu.org>
1663         * import-gnulib.sh:
1664         Remove reference to nonexistent module "basename" ("dirname" exists
1665         and we already use that).
1667 2003-06-21  James Youngman  <jay@gnu.org>
1669         * doc/find.texi:
1670         Indicate that xargs stops immediately if a command exits with status 255
1672         * xargs/xargs.1:
1673         Document the fact that xargs exits immediately with an error message
1674         if the command it executes exits with a status of 255.
1676 2003-06-18  James Youngman  <jay@gnu.org>
1678         * find/find.1:
1679         Indicate that -fls and friends always create their output file
1681 2003-06-16  James Youngman  <jay@gnu.org>
1683         * ChangeLog, find/find.1, locate/locate.1, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
1684         Added BUGS section to manual pages.   This section includes information about known bugs and how to report new bugs.
1686         * AUTHORS: Identify the current maintainer.
1688         * TODO: Removed the TODO items which have now been done.
1690         * THANKS: Added Bruno Haible and Bob Prolux.
1692         * xargs/xargs.c: xargs/xargs.c (DO_MULTIBYTE): New macro.
1693         (mbstrstr): New function.
1694         (do_insert): Use it instead of strstr.
1696         * config.guess, config.sub:
1697         Use config.guess and config.sub from automake
1699         * find/fstype.c:
1700         Bruno Haible: (fstype_to_string) Don't define this function if
1701         HAVE_F_FSTYPENAME_IN_STATFS is defined.
1703         * configure.in:
1704         Bruno Haible: Prefer the 4.4BSD API (if present) to the 4.3BSD API,
1705         because some 4.4BSD systems have <mntent.h> but no /etc/mtab file.
1707         * doc/find.texi, find/find.1:
1708         Applied patch 1498 (documenting the backslash escape sequence)
1710         * locate/updatedb.sh: Applied (my own version of) Savannah patch 1601.
1712         * doc/find.texi:
1713         Applied Savannah patch #1547 (document the fact that printf
1714         field-width specifiers are supported).
1716         * xargs/xargs.c:
1717         Applied Savannah patch #1499 (adds final newline to usage message).
1719 2003-06-14  James Youngman  <jay@gnu.org>
1721         * NEWS, configure.in:
1722         Updated version number to 4.2.0-CVS [not ready for release yet]
1724         * 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:
1725         Merged changes made for version 4.1.20 onto the trunk
1727         * README-CVS, find/defs.h, find/find.c, find/pred.c, lib/listfile.c:
1728         Update code to reflect gnulib's changes to the arguments of human_readable().   Drop support for "FIND_BLOCK_SIZE" environment variable
1730 2003-05-26  James Youngman  <jay@gnu.org>
1732         * lib/wait.h: re-added wiat.h.
1734         * configure.in, lib/Makefile.am:
1735         Corrections to allow compilation on MacOS X
1737         * 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:
1738         Changes to allow compilation on non-GNU systems (i.e. for the macros that gnulib decides to #define to be effective)
1740 2003-05-24  James Youngman  <jay@gnu.org>
1742         * 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:
1743         also need stpcpy (e.g. for Solaris)
1745         * intl/dcigettext.c:
1746         plural_lookup: don't use a variable called "index", because we may
1747         have done "#define strchr index", in which case using a variable
1748         called index will prevent us calling strchr(p, ch) in the same scope.
1750         * 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:
1751         Updated copyright years and the address of the FSF
1753         * aclocal.m4, config.h.in, configure:
1754         Removed files that are generated from other files (e.g. configure)
1756         * NEWS: Updated NEWS file for 4.1.20.
1758         * 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:
1759         Updates to the i18n files to ensure that 'make dist' succeeds
1761         * lib/posix/.cvsignore, lib/posix/Makefile.am,
1762         lib/posix/Makefile.in, lib/posix/regex.h, lib/strftime.c,
1763         lib/strncasecmp.c, lib/strspn.c, lib/strstr.c, lib/strtol.c,
1764         lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c, lib/wait.h,
1765         lib/waitpid.c, lib/xalloc.h, lib/xgetcwd.c, lib/xmalloc.c,
1766         lib/xstat.in, lib/xstrdup.c, lib/xstrtol.c, lib/xstrtol.h,
1767         lib/xstrtoul.c, lib/xstrtoul.h, lib/xstrtoumax.c, lib/yesno.c,
1768         locate/Makefile.am, locate/Makefile.in, locate/locate.c,
1769         locate/testsuite/Makefile.in, m4/.cvsignore, m4/ChangeLog,
1770         m4/Makefile.am, m4/Makefile.am.in, m4/Makefile.in, m4/README,
1771         m4/afs.m4, m4/assert.m4, m4/c-bs-a.m4, m4/check-decl.m4,
1772         m4/codeset.m4, m4/d-ino.m4, m4/d-type.m4, m4/error.m4,
1773         m4/fnmatch.m4, m4/fnmatchcase.m4, m4/fstypename.m4, m4/getline.m4,
1774         m4/gettext.m4, m4/glibc.m4, m4/glibc21.m4, m4/iconv.m4,
1775         m4/inttypes_h.m4, m4/isc-posix.m4, m4/jm-glibc-io.m4,
1776         m4/jm-macros.m4, m4/jm-mktime.m4, m4/lcmessage.m4, m4/libintl.m4,
1777         m4/link-follow.m4, m4/ls-mntd-fs.m4, m4/lstat-slash.m4,
1778         m4/lstat.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/memcmp.m4,
1779         m4/prereq.m4, m4/progtest.m4, m4/readdir.m4, m4/realloc.m4,
1780         m4/regex.m4, m4/st_dm_mode.m4, m4/st_mtim.m4, m4/stat.m4,
1781         m4/strerror_r.m4, m4/strftime.m4, m4/timespec.m4, m4/uintmax_t.m4,
1782         m4/ulonglong.m4, m4/xstrtoumax.m4, xargs/Makefile.am,
1783         xargs/Makefile.in, xargs/testsuite/Makefile.in,
1784         find/testsuite/Makefile.in, lib/.cvsignore, lib/Makefile.am,
1785         lib/Makefile.in, lib/alloca.c, lib/ansi2knr.1, lib/ansi2knr.c,
1786         lib/argmatch.c, lib/argmatch.h, lib/basename.c, lib/basename.h,
1787         lib/dirname.c, lib/dirname.h, lib/error.c, lib/error.h,
1788         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/fnmatch.c,
1789         lib/fnmatch.h, lib/getline.c, lib/getline.h, lib/getopt.c,
1790         lib/getopt.h, lib/getopt1.c, lib/human.c, lib/human.h,
1791         lib/idcache.c, lib/malloc.c, lib/memcmp.c, lib/memcpy.c,
1792         lib/memset.c, lib/mktime.c, lib/modechange.c, lib/modechange.h,
1793         lib/pathmax.h, lib/quotearg.c, lib/quotearg.h, lib/realloc.c,
1794         lib/regex.c, lib/regex.h, lib/rpmatch.c, lib/savedir.c,
1795         lib/savedir.h, lib/stpcpy.c, lib/strcasecmp.c, lib/strdup.c,
1796         find/Makefile.am, find/Makefile.in, find/find.c, find/pred.c:
1797         Updated to work with current version of gnulib
1799         * import-gnulib.sh: New file.
1801         * config.h.in, configure, configure.in, doc/Makefile.in, import-gnulib.sh:
1802         Updated to work with current version of gnulib
1804         * README-CVS: New file.
1806         * Makefile.am, Makefile.in, README-CVS, aclocal.m4:
1807         Updated to work with current version of gnulib
1809 2001-06-09  Kevin Dalley  <kevin@seti.org>
1811         * intl/plural.c:
1812         Changes the location of bison.simple after running bison on local
1813         machine
1815         * ChangeLog: *** empty log message ***
1817         * Makefile.in, aclocal.m4, config.h.in, configure,
1818         doc/Makefile.in, find/Makefile.in, find/testsuite/Makefile.in,
1819         lib/Makefile.in, lib/posix/Makefile.in, locate/Makefile.in,
1820         locate/testsuite/Makefile.in, m4/Makefile.in, xargs/Makefile.in,
1821         xargs/testsuite/Makefile.in: Updates mostly from gettext-0.10.38
1823         * ABOUT-NLS: * ABOUT-NLS: updated from gettext-0.10.38.
1825         * configure.in: * configure.in: add tr to ALL_LINGUAS.
1827         * intl/config.charset, intl/dcigettext.c, intl/dcngettext.c,
1828         intl/dngettext.c, intl/libgnuintl.h, intl/localcharset.c,
1829         intl/locale.alias, intl/ngettext.c, intl/plural.y,
1830         intl/ref-add.sin, intl/ref-del.sin: updated from gettext-0.10.38
1832         * intl/cat-compat.c, intl/linux-msg.sed, intl/po2tbl.sed.in,
1833         intl/xopen-msg.sed, m4/ChangeLog: *** empty log message ***
1835         * m4/jm-macros.m4:
1836         * jm-macros.m4 (jm_MACROS): remove jm_ICONV, which is replaced by
1837         AM_ICONV, which is imported from gettext-0.10.38.  removed
1838         jm_GLIBC21, which is required in AM_GNU_GETTEXT, which is
1839         imported from gettext-0.10.38.
1841         * po/stamp-cat-id:      * stamp-cat-id: Remove file.
1843         * po/Makefile.in.in:    * Makefile.in.in: Upgrade to gettext-0.10.38.
1845         * po/ChangeLog:         * cat-id-tbl.c: Remove file.
1847         * po/de.po, po/es.po, po/et.po, po/fr.po:
1848         * fr.po, et.po, es.po, de.po: updated translations to
1849         findutils-4.1.7.
1851         * po/tr.po: * tr.po:  New Turkish translation.
1853         * m4/ChangeLog: *** empty log message ***
1855         * intl/dgettext.c, intl/explodename.c, intl/finddomain.c,
1856         intl/gettext.c, intl/gettext.h, intl/gettextP.h,
1857         intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
1858         intl/libgettext.h, intl/loadinfo.h, intl/loadmsgcat.c,
1859         intl/localealias.c, intl/plural.c, intl/textdomain.c,
1860         intl/ChangeLog, intl/Makefile.in, intl/VERSION,
1861         intl/bindtextdom.c, intl/dcgettext.c: Updated from gettext-0.10.38
1863         * m4/Makefile.am:
1864         reflects addition of codeset.m4 from gettext-0.10.38, automatically
1865         generated.
1867         * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4,
1868                 m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4: *
1869                 progtest.m4, lcmessage.m4, isc-posix.m4, iconv.m4,
1870                 glibc21.m4, gettext.m4, codeset.m4: updated from
1871                 gettext-0.10.38.
1873         * ChangeLog: *** empty log message ***
1875         * THANKS: added "Gerrit P. Haase" <gerrit.haase@t-online.de>
1877         * m4/ChangeLog, locate/testsuite/.cvsignore,
1878         xargs/testsuite/.cvsignore, config.h.in, configure, aclocal.m4,
1879         doc/.cvsignore: *** empty log message ***
1881         * m4/jm-macros.m4:      * jm-macros.m4 (jm_MACROS): add jm_FSTYPENAME
1883         * doc/Makefile.in: *** empty log message ***
1885         * doc/Makefile.am:
1886         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
1887         created by dvips.  This should be taken care of by automake, but
1888         the code is commented out.
1890 2001-06-09  Kevin Dalley  <kevin@seti.org>
1892         * ABOUT-NLS: updated from gettext-0.10.38.
1894         * configure.in: add tr to ALL_LINGUAS.
1896         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
1897         created by dvips.  This should be taken care of by automake, but
1898         the code is commented out.
1900 2001-06-05  Kevin Dalley  <kevin@seti.org>
1902         * locate/updatedb.sh: replace "whoami" with "id -u" when testing
1903         for root.
1905 2001-06-04  Kevin Dalley  <kevin@seti.org>
1907         * locate/testsuite/Makefile.am (DIST_SUBDIRS): remove second
1908         instance of DIST_SUBDIRS.
1910         * locate/Makefile.am (install-data-hook): changed install target
1911         to install-data-hook, which still installs other files.
1913         * doc/Makefile.am (MOSTLYCLEANFILES): added find.cps, which should
1914         probably be handled by automake.
1916         * doc/mdate-sh: removed file in doc directory.  It now exists only
1917         in top_srcdir, but this changed required a patch to automake.
1919 2001-05-20  Kevin Dalley  <kevin@seti.org>
1921         * Version 4.1.7
1922         
1923         * lib/Makefile.am (EXTRA_DIST): add strcasecmp.c
1925         * find/testsuite/Makefile.am (EXTRA_DIST): new tests:
1926         find.gnu/name-opt.exp find.gnu/perm.exp find.gnu/perm.xo
1927         find.gnu/prune-default-print.exp find.gnu/prune-default-print.xo
1929         * configure.in: update to 4.1.7
1931         * config.sub, config.guess: upgraded to recent versions of
1932         config.sub and config.guess.
1934         * locate/updatedb.sh: Add space to "#! /bin/sh"
1936         * configure.in: Add id to ALL_LINGUAS
1938         * lib/Makefile.am (EXTRA_DIST):  getline.[ch] added
1939         (libfind_a_SOURCES): getline.[ch] removed since getline.c is not
1940         always needed.
1942 2001-05-20  Lionel CONS <lionel.cons@cern.ch>
1944         * find/find.c: Fixed security holes.  1.  There is a race
1945         condition between the lstat() to detect a symbolic link and the
1946         actual chdir().  2.  An attacker can move directories while find
1947         is _inside_ so that chdir(..) goes out of the intended file tree.
1949         * lib/modetype.h: support for Solaris door files is added.
1951         * lib/filemode.c: S_ISDOOR is undef'ed if STAT_MACROS_BROKEN
1953         * find/pred.c (pred_type): -D option (for Solaris door files) is
1954         added.
1956         * find/parser.c (insert_type):  -D option (for Solaris door files)
1957         is added. 
1959         * find/find.1: -D option (for Solaris door files) is documented
1961         * doc/find.texi (Type): -D option (for Solaris door files) is
1962         documented
1964 2001-05-02  Kevin Dalley  <kevin@seti.org>
1966         * configure.in: Change AC_CHECK_MEMBERS to conform to new
1967         autoconf.  Add Danish.
1969 2001-01-20  Kevin Dalley  <kevin@seti.org>
1971         * doc/find.texi (Adding Tests): Place space in "#! /bin/sh".
1973         * find/testsuite/find.gnu/prune-default-print.xo,
1974         find/testsuite/find.gnu/prune-default-print.exp: test for "find
1975         . -prune" which passes after changes.  Also see name-opt.exp.
1977         * find/util.c (get_new_pred):
1978         * find/tree.c (set_new_parent):
1979         * find/parser.c (various parse functions):
1980         * find/find.c (main): 
1981         (default_prints): new function 
1982         * find/defs.h (struct predicate): added no_default_print
1983         side_effects are no separated from no_default_print.  predicates
1984         which cause side effects should not be reordered (optimized).
1985         predicates which cause printing should have printing turned off.
1986         Printing statements also cause side effects.
1988 2000-10-29  Bruno Haible <haible@ilog.fr>
1990         * locate/code.c (main), doc/find.texi: improve handling of
1991         non-ASCII characters used old format.
1993 2000-10-21  Paul Eggert  <eggert@twinsun.com>
1995         If open + fchdir fails, fall back on xgetcwd + chdir.
1996         The old code tested for this at compile-time,
1997         but SunOS 4.1.4 fchdir can fail at run-time.
1999         * find/defs.h (fchdir): Define to -1 if not available.
2000         * find/defs.h (starting_dir, starting_desc):
2001         Always declare.  starting_dir now points to const.
2002         * find/find.c (starting_dir, starting_desc): Likewise.
2003         * find/find.c (starting_dir):
2004         Now "." if starting_desc is nonnegative, for benefit of diagnostics.
2005         (main, process_top_path, process_dir):
2006         If open + fchdir fails, fall back on xgetcwd + chdir.
2007         * find/pred.c (launch): Likewise.
2009 2000-10-20  Kevin Dalley  <kevin@seti.org>
2011         * xargs/xargs.c, locate/updatedb.sh, locate/locate.c (usage),
2012         find/parser.c (parse_help): add bug reporting address to help
2014 2000-10-13  Kevin Dalley  <kevin@seti.org>
2016         * depcomp, lib/depcomp: depcomp moved from lib to .
2018 2000-10-11  Kevin Dalley  <kevind@rahul.net>
2020         * Version 4.1.6
2021         
2022         * locate/testsuite/config/unix.exp: set PRUNEFS to "" for the
2023         testsuite. 
2025 2000-10-10  Bruno Haible <haible@ilog.fr>
2027         * lib/Makefile.am (libfind_a_SOURCES): added yesno.c
2029         * lib/yesno.c, lib/rpmatch.c: new files.
2031         * find/pred.c: use function yesno().
2033 2000-10-10  Kevin Dalley  <kevind@rahul.net>
2034         
2035         * locate/testsuite/Makefile.am: Added missing \ at end of
2036         EXTRA_DIST lines.
2038         * locate/testsuite/locate.gnu/ignore_case3.xo,
2039         locate/testsuite/locate.gnu/ignore_case3.exp,
2040         locate/testsuite/locate.gnu/ignore_case2.exp,
2041         locate/testsuite/locate.gnu/ignore_case1.xo,
2042         locate/testsuite/locate.gnu/ignore_case1.exp: place locatedb
2043         inside tmp directory, add subdir directory under tmp.
2045         * locate/testsuite/config/unix.exp: clean up tmp after test is
2046         finished. 
2048 2000-10-10  Kevin Dalley  <kevind@rahul.net>
2050         * locate/testsuite/config/unix.exp (Repository): 
2052 2000-10-09  Kevin Dalley  <kevind@rahul.net>
2054         * lib/fnmatch.c, lib/fnmatch.h: reverted to older version of
2055         fnmatch which works with Solaris.
2057         * locate/testsuite/config/unix.exp: dejagnu unix.exp
2059         * xargs/testsuite/config/unix.exp: remove temporary file
2061         * xargs/xargs.c: spelling correction
2063         * m4/prereq.m4: updated and changed some macros
2065         * m4/jm-macros.m4: replaced jm_FUNC_FNMATCH with
2066         kd_FUNC_FNMATCH_CASE_REPL 
2068         * m4/timespec.m4, m4/strerror_r.m4, m4/mbstate_t.m4,
2069         m4/largefile.m4, m4/gettext.m4, m4/fnmatchcase.m4, m4/d-type.m4,
2070         m4/d-ino.m4, m4/c-bs-a.m4: new m4 macros.
2072         * m4/Makefile.am: add fnmatchcase.m4 and mbstate_t.m4
2074         * locate/testsuite/locate.gnu/ignore_case3.xo,
2075         locate/testsuite/locate.gnu/ignore_case3.exp,
2076         locate/testsuite/locate.gnu/ignore_case2.xo,
2077         locate/testsuite/locate.gnu/ignore_case2.exp,
2078         locate/testsuite/locate.gnu/ignore_case1.xo,
2079         locate/testsuite/locate.gnu/ignore_case1.exp,
2080         locate/testsuite/config/unix.exp: tests related to "--ignore-case"
2081         option.
2083         * locate/testsuite/locate.gnu: testsuite directory
2085         * locate/testsuite/Makefile.am (Repository): 
2087         * locate/testsuite: add directory for locate testsuite
2089         * po/findutils.pot: updated file
2091         * po/sv.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po,
2092         po/it.po, po/gl.po, po/fr.po, po/et.po, po/es.po, po/de.po:
2093         updated various po files.
2095         * locate/updatedb.sh: export TMPDIR, which is used by child
2096         processes.
2098         * locate/locate.1, locate/locate.c:  add "--ignore-case" option.
2100         * locate/Makefile.am: add testsuite subdirectory
2102         * find/testsuite/find.gnu/perm.xo,
2103         find/testsuite/find.gnu/perm.exp,
2104         find/testsuite/find.gnu/name-opt.xo,
2105         find/testsuite/find.gnu/name-opt.exp: added test suites
2107         * configure.in: add locate/testsuite/Makefile
2109         * doc/find.info*: removed from repository
2111         * doc/find.texi: add documentation for "-i" option.
2113         * aclocal.m4: removed from repository, as it is generated.
2115         * find/pred.c: fixes problem with "find -perm -0100".
2117         * lib/lstat.c, lib/stat.c: removed from repository.  These files
2118         are generated from lib/xstat.in.
2120 2000-08-24  Kevin Dalley  <kevind@rahul.net>
2122         * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s}.
2124 2000-05-13  Kevin Dalley  <kevind@rahul.net>
2126         * find/tree.c (opt_expr): move iname and ipath to the front of the
2127         list of arguments.
2129         * doc/find.texi (Directories): changed wording for "-prune".
2131         * find/parser.c (parse_prune): set side_effects to true, to
2132         prevent prune from being moved in opt_expr.
2134 2000-04-12  Kevin Dalley  <kevind@rahul.net>
2136         * doc/find.texi, doc/permi.texi: fix spellings, add LocalWords.
2138         * lib/Makefile.am: put getline.c back into libfind_a_SOURCES,
2139         since getstr is needed.
2141         * Version 4.1.5
2142         
2143         * po/POTFILES.in: updated list of files, updated po files.
2146 2000-04-02  Paul Eggert  <eggert@twinsun.com>
2148         Add support for large files, and port to Solaris 8 and earlier
2149         versions.
2151         * lib/human.c (getenv): Depend on NEED_GETENV_DECL, not
2152         HAVE_DECL_GETENV.
2154         * lib/strftime.c (my_strftime): Make sure we call the system
2155         strftime, not ourselves, when invoking the underlying strftime.
2156         
2157         * m4/check-decl.m4 (jm_CHECK_DECLS): Remove memchr, nanosleep.
2159         * m4/jm-macros.m4 (jm_MACROS): Don't check for utime.h.  Do not
2160         require jm_BISON, jm_CHECK_TYPE_STRUCT_UTIMBUF, jm_FUNC_LCHOWN,
2161         jm_FUNC_CHOWN, jm_FUNC_NANOSLEEP, jm_FUNC_GROUP_MEMBER,
2162         jm_FUNC_PUTENV, jm_FUNC_GETGROUPS, AM_FUNC_GETLOADAVG,
2163         jm_SYS_PROC_UPTIME, jm_FUNC_FTRUNCATE, jm_FUNC_UTIME.  Do not
2164         replace strcasecmp, dup2, gethostname, getusershell, stime,
2165         strcspn, strpbrk, euidaccess, mkdir, rmdir, rpmatch, strndup,
2166         strverscmp, memchr, memmove.  Do not check for declaration of
2167         lchown.  Remove invocations of AM_FUNC_OBSTACK, AM_FUNC_STRTOD,
2168         POW_LIBM, jm_LANGINFO_CODESET, jm_ICONV.  Remove df tests.
2169         (jm_CHECK_ALL_TYPES): Include <sys/stat.h> when checking for
2170         struct stat.st_blksize.
2172         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set environment variable
2173         in shell rather than using putenv, which isn't portable.
2174         
2175         * COPYING, lib/alloca.c, lib/dirname.c, lib/error.c,
2176         lib/savedir.c, lib/strstr.c, m4/check-decl.m4, m4/d-ino.m4,
2177         m4/d-type.m4, m4/getline.m4, m4/jm-glibc-io.m4, m4/jm-macros.m4,
2178         m4/jm-mktime.m4, m4/ls-mntd-fs.m4, m4/memcmp.m4, m4/prereq.m4,
2179         m4/readdir.m4, m4/regex.m4, m4/strftime.m4, m4/uintmax_t.m4: Sync
2180         to latest version from sh-utils-2.0g.
2182         * config.guess, config.sub, lib/argmatch.c, lib/argmatch.h,
2183         lib/human.c, lib/human.h, lib/memcpy.c, lib/quotearg.c,
2184         lib/quotearg.h, lib/strtoull.c, lib/strtoumax.c,
2185         lib/xstrtoumax.c, m4/c-bs-a.m4, m4/gettext.m4,
2186         m4/largefile.m4, m4/lcmessage.m4, m4/link-follow.m4,
2187         m4/progtest.m4, m4/strerror_r.m4, m4/timespec.m4,
2188         m4/xstrtoumax.m4: New files, taken from sh-utils-2.0g.
2190         * lib/ansi2knr.1, lib/ansi2knr.c, lib/basename.c, lib/getopt.h,
2191         lib/fnmatch.c, lib/fnmatch.h, lib/modechange.c: Sync to latest
2192         unreleased version of GNU tar (between 1.13.17 and 1.13.18).
2194         * lib/basename.h, lib/waitpid.c: New files, taken from same
2195         version of GNU tar.
2196         
2197         * lib/regex.c, lib/regex.h: Sync to GNU grep 2.4.2.
2199         * lib/posix/Makefile.am, lib/posix/regex.h: New files, taken from
2200         GNU grep 2.4.2.
2202         * lib/strftime.c: Sync to textutils 2.0e.
2203         
2204         * acconfig.h, depcomp, lib/strcasecmp.c, m4/check-type.m4,
2205         m4/const.m4, m4/decl.m4, m4/lfs.m4, m4/mktime.m4, m4/perl.m4,
2206         m4/putenv.m4, m4/uptime.m4, m4/utimbuf.m4, m4/utime.m4,
2207         m4/utimes.m4: Remove these files; no longer needed.
2209         * configure.in (AC_CANONICAL_HOST, AC_SYS_LARGEFILE,
2210         jm_AC_TYPE_UINTMAX_T): Add.
2211         (CACHE_IDS, FSTYPE_STATVFS, FSTYPE_USG_STATFS, FSTYPE_AIX_STATFS,
2212         FSTYPE_MNTENT, FSTYPE_STATFS, FSTYPE_GETMNT): Add comment, so that
2213         we don't need acconfig.h.
2214         (AC_CHECK_TYPE): Add ssize_t.
2215         (AC_REPLACE_FUNCS): Add waitpid.
2216         (AC_CHECK_FUNCS): Remove basename.
2217         (AC_FUNC_MKTIME): Remove.
2218         (LIBOBJS): Add no-ops to work around automake 1.4 bug.
2219         (AC_OUTPUT): Add lib/posix/Makefile.
2221         * find/defs.h: Include <config.h>, <sys/types.h>, <sys/stat.h>,
2222         <stdio.h>, <limits.h>, <inttypes.h>.  All includers changed to not
2223         include these files, and to include "defs.h" first (since config.h
2224         must be included first).
2225         (CHAR_BIT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
2226         S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, MOD_WXUSR,
2227         MODE_R, MODE_RW, MODE_RWX, MODE_ALL): New macros.
2228         (enum permissions_type): New enum.
2229         (struct long_val.negative): New member.
2230         (struct long_val.l_val): Now uintmax_t, not unsigned long.
2231         (struct size_val.size): Likewise.
2232         (struct perm_val): New type.
2233         (struct predicate.perm): Now struct perm_val, not unsigned long.
2234         (struct predicate.type): Now mode_t, not unsigned long.
2235         (list_file): New parameters current_time, output_block_size.
2236         All callers changed.
2237         (savedir, basename): Remove decls.
2238         (output_block_size, start_time): New extern vars.
2240         * find/find.c: Include <human.h>, <savedir.h>.
2241         (output_block_size, start_time): New vars.
2242         (main): Initialize them.  No need to check for negative st_size,
2243         since savedir now does it for us.
2245         * find/fstype.c: Include "dirname.h".
2246         (xatoi): Remove.
2247         (filesystem_type_uncached): Use xstrtoumax instead of xatoi.
2248         
2249         * find/parser.c: Include "xstrtol.h".
2250         (get_num_days, get_num, parse_amin, parse_cmin, parse_mmin,
2251         parse_size, parse_used, insert_time, insert_num): Compute using
2252         uintmax_t, not unsigned long.
2253         (parse_amin, parse_cmin, parse_mmin, parse_used, insert_time):
2254         Keep track of whether time was negative before converting it to an
2255         unsigned type.
2256         (parse_daystart): Don't assume that localtime succeeds; e.g. it
2257         can fail with 64-bit time_t and 32-bit tm_year.
2258         (parse_perm, insert_type): Compute using mode_t, not unsigned
2259         long.
2260         (insert_type): Use symbolic constants like MODE_ALL instead of
2261         traditional ones like 07777.  Set new kind member to indicate
2262         permissions type, instead of using unportable magic numbers.
2263         (make_segment): We will use human_readable to convert most numeric
2264         values, so simplify the cases.
2265         (get_num_days): Write in terms of get_num, to avoid duplicated
2266         code.
2267         (insert_time, insert_num): When debugging, convert large values to
2268         uintmax_t and output with %ju.
2269         (get_num): Use xstrtoumax to do the real work.
2271         * find/pred.c: Include "basename.h", "human.h".
2272         (DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKSIZE): New macros, taken from
2273         fileutils.
2274         (ST_NBLOCKS): Replace with fileutils defn.
2275         (MAX): New macro.
2276         (ctime_format): New function.
2277         (pred_fprintf, format_date): Use human_readable to output large
2278         numbers portably.
2279         (pred_fprintf): Use ctime_format to output ctime-style dates.  Use
2280         base_name to compute the base name of a path.  With %m, output the
2281         mode portably using traditional numbers, even if the host uses
2282         some other numbering scheme.
2283         (pred_iname, pred_name): basename -> base_name.
2284         (pred_perm): Use new kind member to deduce permissions type,
2285         instead of relying on magic numbers.
2286         (pred_size): Compute using uintmax_t, not unsigned long.  Avoid
2287         overflow if file size is near the maximum.
2288         (pred_type): Compute using mode_t, not unsigned long.
2289         (launch): Use waitpid, not wait.  Check for EINTR.
2290         (format_date): Don't assume that localtime succeeds.
2292         * find/util.c (basename): Remove; we now use base_name.
2294         * lib/Makefile.am (SUBDIRS): New macro.
2295         (libfind_a_SOURCES): Add argmatch.h, argmatch.c, basename.h,
2296         basename.c, human.c, human.h, quotearg.c, quotearg.h, xstrtoumax.c.
2297         Remove error.h, error.c, getline.c.
2298         (EXTRA_DIST): Add mktime.c, regex.c.
2300         * lib/listfile.c: Include "human.h".
2301         (alloca): Declare, or include appropriate files to declare.
2302         (DEV_BSIZE, ST_NBLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE): New macros.
2303         (convert_blocks): Remove.
2304         (list_file): New current_time and output_block_size args.
2305         Revamp quite a bit, to handle large numbers correctly
2306         and to match GNU ls behavior more closely.
2308         * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4, gettext.m4,
2309         largefile.m4, lcmessage.m4, link-follow.m4, progtest.m4,
2310         strerror_r.m4, xstrtoumax.m4.  Remove check-type.m4, const.m4,
2311         decl.m4, lfs.m4, mktime.m4, perl.m4, putenv.m4, timespec.m4,
2312         uptime.m4, utimbuf.m4, utime.m4, utimes.m4.
2314         * xargs/xargs.c (wait_for_proc): Retry wait if it fails with
2315         errno == EINTR.
2317 2000-04-05  Kevin Dalley  <kevind@rahul.net>
2319         * xargs/Makefile.am:  add ansi2knr
2321         * xargs/xargs.c: add macros PARAMS rather than P_.  Add
2322         prototypes.
2324         * po/POTFILES: new file listing all POFILES.
2326         * m4/gl.po, m4/et.po: new files
2328         * m4/Makefile.am.in:  updated file
2330         * m4: update directory
2332         * locate/Makefile.am: create updatedb from updatedb.sh
2334         * locate/updatedb.sh, locate/updatedb.in: removed file.  Replaced
2335         by updatedb.sh
2337         * locate/frcode.c, locate/code.c, locate/bigram.c: add macros
2338         PARAMS rather than P_.  Add prototypes.
2340         * lib/xstat.in: new file
2342         * lib/Makefile.am: update to latest versions of library files.
2344         * find/testsuite/Makefile.am: add CLEANFILES
2346         * find/util.c: remove definition of basename
2347         
2348         * find/util.c, find/tree.c, find/pred.c, find/parser.c,
2349         find/fstype.c, find/find.c, find/defs.h: add macros PARAMS rather
2350         than P_, for consistency, change to prototypes
2352         * find/Makefile.am: Add prototypes and ansi2knr
2354         * configure.in: add Galition and Estonian languages.
2355         Miscellaneous other fixes.
2356         
2358 2000-03-11  Kevin Dalley  <kevind@rahul.net>
2360         * lib/basename.c: Add file from libit.
2361         * lib/Makefile.am (libfind_a_SOURCES): add basename.c since it is
2362         no longer replaceable.
2364         * find/util.c: Remove definition of basename, which is now in
2365         lib/basename.c (as base_name).
2366         * find/pred.c: Use base_name, not basename.
2367         * find/defs.h: Likewise.
2369         * configure.in : Don't replace basename.  Now we use only
2370         base_name.
2372 2000-02-26  Kevin Dalley  <kevind@rahul.net>
2374         * Version 4.1.4
2375         
2376         * lib/strtoul.c: added to distribution
2377         
2378         * configure.in: added strtoul to AC_REPLACE_FUNCS
2380         * configure.in: added jm_CHECK_ALL_TYPE
2382 2000-02-23  Kevin Dalley  <kevind@rahul.net>
2384         * po/ChangeLog: removed, merged with top-level ChangeLog.
2385         
2386         * po/de.po: new version of German file.
2387         
2388         * po/gl.po, po/et.po: new languages, Estonian and Galician.
2390         * locate/updatedb.sh (PRUNEFS): enclose paths in quotes
2392 2000-02-17  Kevin Dalley  <kevind@rahul.net>
2394         * po/it.po: new version of Italian file.
2395         
2396         * locate/updatedb.sh (prunefs_exp): have sed statement use '*'
2397         rather than the often unsupported '+'.
2399 2000-02-13  Kevin Dalley  <kevind@rahul.net>
2401         * configure.in: removed AC_ARG_PROGRAM, which is already in
2402         AM_INIT_AUTOMAKE. 
2404         * locate/Makefile.am (updatedb), locate/updatedb.sh: add
2405         transforms of find, frcode, bigram, and code back into
2406         updatedb.sh, which were accidentally removed.
2408 2000-02-12  Kevin Dalley  <kevind@rahul.net>
2410         * lib/wait.h: updated address.
2412 2000-01-26  Kevin Dalley  <kevind@rahul.net>
2414         * Version 4.1.3
2416         * acconfig.h: added internationalization.
2418         * intl/*: copied from tar-1.13.17.
2420         * locate/Makefile.am, locate/locate.c, locate/code.c:
2421         internationalized file.
2423         * locate/frcode.c, locate/bigram.c: include headers from ../lib
2424         directory.
2426         * xargs/Makefile.am, xargs/xargs.c: internationalized directory.
2428 2000-01-26  Kevin Dalley  <kevind@rahul.net>
2430         * POTFILES.in: added list of files with translatable strings.
2432         * de.po, es.po, fr.po, it.po, ko.po, nl.po, pl.po, pt_BR.po,
2433         ru.po, sv.po: New, slightly out of date, files imported from the
2434         Translation Project: http://www.iro.umontreal.ca/contrib/po/HTML/,
2435         German, Spanish, French, Italian, Korean, Dutch, Polish, Brazilian
2436         Portuguese.
2439 2000-01-24  Kevin Dalley  <kevind@rahul.net>
2441         * lib/xmalloc.c, lib/regex.c, lib/getopt.c: internationalization
2442         works with current version of gettext.
2444         * lib/getline.h : added declaration of getstr.
2445         * lib/Makefile.am (libfind_a_SOURCES): added getline.[ch] to
2446         standard compilation. Added internationalization.
2447         * find/Makefile.am (INCLUDES): corrected -I options for building
2448         in other directories.
2449         (LDADD): changes for internationalization.
2451         * configure.in (ALL_LINGUAS): added internationalization. 
2452         getline.c is always compiled and linked, because of getstr.
2453         AM_GNU_GETTEXT
2455         * Makefile.am: 
2456         (DISTCLEANFILES): added intl/libintl.h
2457         (AUTOMAKE_OPTIONS): added gnits to AUTOMAKE_OPTIONS
2458         (SUBDIRS): added intl and po
2460         * acconfig.h: added internationalization values
2462         * THANKS: added thanks file for gnits compatibility.
2464 2000-01-22  Kevin Dalley  <kevind@rahul.net>
2466         * added intl directory.
2468         * Added internationalization, only with slightly out of date po
2469         files for many locales.
2471 2000-01-18  Kevin Dalley  <kevind@rahul.net>
2473         * Version 4.1.2
2474         
2475         * locate/Makefile.am: remove creation of updatedb, since it is now
2476         made by configure
2478         * configure.in: updatedb is now created by configure.
2480         * xargs/Makefile.am: added testsuite to xargs directory
2482         * locate/updatedb.in: updatedb is now created by configure
2484         * locate/frcode.c, locate/code.c, locate/bigram.c: change return
2485         from main to int.  Replace getstr with getline, where possible.
2487         * locate/Makefile.am: place frcode, code, bigram in
2488         libexec_PROGRAMS
2490         * lib/xstrdup.c, lib/xmalloc.c, lib/xgetcwd.c, lib/xalloc.h,
2491         lib/strtol.c, lib/strstr.c, lib/strftime.c, lib/strdup.c,
2492         lib/stpcpy.c, lib/stat.c, lib/savedir.h, lib/savedir.c,
2493         lib/regex.h, lib/regex.c, lib/realloc.c, lib/pathmax.h,
2494         lib/modechange.h, lib/modechange.c, lib/mktime.c, lib/memset.c,
2495         lib/memcmp.c, lib/malloc.c, lib/lstat.c, lib/idcache.c,
2496         lib/getopt1.c, lib/getopt.c, lib/getopt.h, lib/getline.c,
2497         lib/getline.h, lib/fnmatch.c, lib/fnmatch.h, lib/filemode.c,
2498         lib/filemode.h, lib/fileblocks.c, lib/error.c, lib/error.h,
2499         lib/dirname.c, lib/alloca.c: updated to newer version of file from
2500         fileutils.
2502         * find/version.c: version number is now automatically generated by
2503         configure.
2505         * find/fstype.c (filesystem_type_uncached): fixes bug described as
2506         follows:  When 'find' looks for a fstype, it parses the /etc/mtab
2507         until it finds the good line. But, if there is, before the good
2508         line, a line whose mountpoint is unreachable, it fails.
2510         * doc/texinfo.tex: updated to newer version
2512         * doc/find.texi: added version.texi, fixed a few documentation bugs.
2514         * configure.in: new m4 features.
2516         * Makefile.am: moved testsuite to below corresponding directories
2517         find and xargs.
2519         * acconfig.h: updated to match new m4 files.
2521         * m4: added m4 directory, largely borrowed from Jim Meyering's
2522         fileutils.
2524 2000-01-17  Kevin Dalley  <kevind@rahul.net>
2526         * doc/find.texi (Multiple Files): placed missing xargs in examples
2528         * find/testsuite/find.gnu/depth.exp: added find tests to test
2529         "-depth" bug.
2531         * doc/find.texi: include version.texi for automatic determination
2532         of version number, update bug report email address to
2533         bug-findutils@gnu.org.
2534         (Combining Primaries With Operators): add indices for " ,", "()",
2535         "-a", "-o", etc.
2537 2000-01-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2539         * find/tree.c (opt_expr): Never rearrange the arguments of the
2540         comma operator, since it is not commutative.  Remove useless
2541         assignment.2
2542         
2543 2000-01-17  Jonathan R. Ferro <jferro@corwin.ece.cmu.edu>
2544         
2545         * find/find.c (process_path): fix problem with "-depth" which is
2546         tested in depth.exp test.
2548 1999-08-15  Kevin Dalley  <Kevin Dalley <kevin@seti.org>>
2550         * find/fstype.c (filesystem_type_uncached): a stat failure with
2551         EACCESS will ignore this file system keep on looking.  Patch
2552         suggested by Vincent Danjean <vdanjean@ens-lyon.fr>.
2554 1999-08-15  Mark Kettenis  <kettenis@gnu.org>
2556         * xargs/xargs.c (LONG_MAX): Define if necessary.
2557         (main): If ARG_MAX is -1 (that is sysconf
2558         (_SC_ARG_MAX) returns -1) the system does not impose a limit.  In
2559         that case, use LONG_MAX as the limit.
2560         
2561 1999-08-15  Kevin Dalley  <Kevin Dalley <kevind@rahul.net>
2563         * find/version.c: version string is now set by config.h
2565 1999-08-08  Kevin Dalley  <kevin@seti.org>
2567         * Version 4.1.1
2569         * README-alpha: added alpha README file
2571         * find/defs.h: move lstat declarations into defs.h
2573         * xargs/Makefile.am, testsuite/Makefile.am, locate/Makefile.am,
2574         lib/Makefile.am, find/Makefile.am, doc/Makefile.am, configure.in,
2575         Makefile.am: update for automake-1.4
2577 1999-08-02  Kevin Dalley  <kevind@rahul.net>
2579         * AUTHORS: added file listing AUTHORS
2581         * lib/Makefile.am: modified code for EXTRA sources
2582         
2583 1999-01-30  Kevin Dalley  <kevind@rahul.net>
2585         * added const to declaration of basename, which should satisfy
2586         Linux as well as Hurd (fixes bug #31325).
2587         
2588 1998-12-04  Kevin Dalley  <kevind@rahul.net>
2589         
2590         * lib/nextelem.c: removed declaration of strdup and free, which
2591         meets GNU coding standards and allows compilation on more
2592         platforms.
2593         
2594         * find.texi: corrected explanation of -amin option which described
2595         hours instead of minutes
2596         
2597 1998-09-26  Kevin Dalley  <kevind@rahul.net>
2598         
2599         * lib/getline.c: fix getstr so that it correctly handles long file
2600         paths
2601         
2602 1998-09-20  Kevin Dalley  <kevind@rahul.net>
2603         
2604         * removed more function declarations to meet GNU coding standards
2605         
2606 1998-08-30  Kevin Dalley  <kevind@rahul.net>
2607         
2608         * lib/nextelem.c: removed declaration of strdup and free, which
2609         meets GNU coding standards and allow compilation on sparc
2610         
2611         * corrected explanation of -amin option which described hours
2612         instead of minutes
2613         
2614 1998-02-27  Kevin Dalley  <kevind@rahul.net>
2615         
2616         * locate/locate.c: add --existing option to locate, which only
2617         prints the names of files which still exist
2618         
2619 1998-02-08  Kevin Dalley  <kevind@rahul.net>
2620         
2621         * locate/locate.c: corrected get_short so that it correctly
2622         returns negative numbers.
2623         
2624         * remove declarations of various string functions.  Removing the
2625         declarations almost matches the GNU Coding Standards.
2626         
2627 1997-03-03  Kevin Dalley  <kevind@rahul.net>
2628         
2629         * xargs/xargs.c: xargs fixed to prevent occasional core dumping.
2630         
2631 1997-01-11  Kevin Dalley  <kevind@rahul.net>
2632         
2633         * locate/updatedb.sh: add --localuser option to updatedb, which
2634         allows find to be run as nobody, while allowing database file to
2635         be created as root, change suggested by
2636         <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
2637         
2638 1996-12-28  Kevin Dalley  <kevind@rahul.net>
2639         * added PRUNEFS as variable in updatedb and --prunefs as option to
2640         updatedb
2642 1996-05-27  Kevin Dalley  <kevind@rahul.net>
2643         
2644         * updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
2645         is root
2646 1996-04-27  Kevin Dalley  <kevind@rahul.net>
2648         * lib/getline.c (getstr): verify that nchars_avail is *really*
2649         greater than 0; set *n to a large enough number, stops some core
2650         dumping
2652 Thu Nov  3 09:23:33 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2654         * Version 4.1.
2656         * locate/Makefile.am: Move updatedb from LIBSCRIPTS to SCRIPTS.
2658         * Makefile.am (distname): Change distribution name from find to
2659           findutils.
2661         * testsuite/config/unix.exp: Don't abuse xfail; simulate it correctly.
2663         * locate/Makefile.am (CLEANFILES): Fix typo.
2665 Wed Nov  2 15:11:52 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2667         * The big 4 0.
2669         * lib/listfile.c find/defs.h (list_file): Take a stream arg.
2670         * find/pred.c (pred_ls): pass it.
2671         * find/parser.c pred.c defs.h (parse_fls, pred_fls): New functions.
2673 Tue Oct 25 16:09:04 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2675         * find/pred.c (pred_fprintf): Flush output after \c.  From Chapman
2676         Flack.
2678         * find/parser.c (insert_fprintf): Warn about unrecognized \ and %
2679         sequences.
2681 Tue Oct 18 00:03:10 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2683         * find/defs.h parser.c pred.c tree.c util.c: Globally change
2684         "victim" to "primary".
2686         * find/parser.c (insert_fprintf): For 'c' format, don't lose the
2687         need_stat information.  From Chapman Flack.
2689         * doc/find.texi perm.texi: New files.
2690         * configure.in: Configure the doc directory.
2692         * find/pred.c (pred_regex): Check that the regex matched the whole
2693         file name.
2695 Wed Oct 12 17:13:47 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
2697         * find/find.c (main): Tell what the invalid arg is.
2698         From Kaveh Ghazi.
2700 Fri Oct  7 12:33:24 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2702         * find/parser.c: Add -mount as an alias for -xdev.
2703         From Klaus.Steinberger@physik.uni-muenchen.de (Klaus Steinberger).
2705         * lib/modechange.c: Make umask_value unsigned short.
2707         * xargs/xargs.c: Use symbolic constants in longopts.
2708         From Chapman Flack.
2710 Wed Oct  5 11:23:09 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2712         * xargs/xargs.c (main, read_line, read_string, do_exec): Pass 
2713           along the lengths of the args.
2714           (main): Calculate length of replace_pat.
2715           (push_arg, do_insert): Use those lengths instead of calculating
2716           them. 
2718 Tue Oct  4 10:02:05 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
2720         * locate/updatedb.sh Makefile.in: Add substitutions to get
2721           the transformed program names.
2723         * xargs/xargs.c: Put back the global variables for now.
2724         Rename some variables.  Increase default args_per_exec.
2725         Use boolean where applicable.
2726         (main): Reduce default arg_max by 2048 for POSIX.2.
2727         (read_string): Don't check EOF string.
2728         (read_line, read_string): Take initial args size into account.
2730 Sat Oct  1 17:43:13 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2732         * find/pred.c (launch): Use pid_t.
2734         * xargs/xargs.c (EOF_STR): Define and use.
2735         [__STDC__]: Declare xrealloc and xmalloc using void *.
2736         * find/defs.h: Likewise.
2738         * find/defs.h: Only declare stpcpy if !HAVE_STPCPY.
2740         * xargs/xargs.c: Replace most global variables with structure
2741           pointers passed as arguments.  Use pid_t.
2742         * lib/wait.h: Include sys/wait.h if HAVE_SYS_WAIT_H.
2743         * configure.in: Call AC_TYPE_MODE_T and AC_HEADER_SYS_WAIT.
2745         * xargs/xargs.c: Improve paging performance and memory
2746           fragmentation by building command arguments in a pre-allocated
2747           buffer and re-implementing the child pid list as an expandable
2748           array.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
2750 Thu Sep 29 11:38:07 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
2752         * xargs/xargs.c [__STDC__]: Prototype declarations.
2754 Wed Sep 28 11:25:53 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
2756         * find/fstype.c [AFS, __STDC__]: Fix definition of _VICEIOCTL.
2758 Tue Sep 27 08:14:27 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
2760         * find/fstype.c (fstype_to_string): Add more cases.  Use
2761           INITMOUNTNAMES if defined.
2762         * find/defs.h: Change boolean typedef from char to int.
2763         * configure.in: Check for mktime.
2765 Tue Sep 27 01:20:28 1994  Kaveh R. Ghazi  (ghazi@noc.rutgers.edu)
2767         * configure.in: Add AC_HEADER_STAT.
2768         * lib/listfile.c, lib/modetype.h: Add STAT_MACROS_BROKEN.
2770         * find/pred.c: Move the inclusion of defs.h ahead of the first
2771           test of _POSIX_VERSION.
2773         * lib/xgetcwd.c: Remove _POSIX_VERSION, rely only on HAVE_GETCWD.
2775 Mon Sep 26 16:43:01 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2777         * configure.in: Add AC_CONFIG_HEADER.
2778         * find/*.c locate/*.c xargs/*.c: Include config.h.
2779         * locate/updatedb.sh: Add --version; --old -> --old-format.
2781 Sun Sep 25 23:43:37 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2783         * find/* [__STDC__]: Prototype declarations.
2785         * locate/updatedb.sh: Account for renaming code and frcode.
2787         * find/find.c (process_path): Store dev and ino of directories in
2788           current branch to avoid symlink loops.  From DJ Delorie
2789           <dj@ctron.com>.
2790           (process_dir): If following symlinks, don't cd to ..; instead,
2791           cd to the starting directory and then to the parent directory.
2792           (main) [HAVE_FCHDIR]: Save the dev, ino of the starting directory.
2793           (process_top_path) [HAVE_FCHDIR]: Use it.
2794         * find/pred.c (launch) [HAVE_FCHDIR]: Likewise.
2795         * defs.h [HAVE_FCHDIR]: Declare starting_desc instead of starting_dir.
2796         * configure.in: Check for dev_t, ino_t, fchdir, fcntl.h.
2798 Fri Sep 23 11:55:38 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2800         * lib/listfile.c: Change #ifdef S_IFLNK to #ifdef S_ISLNK.
2801         From Andreas Luik <luik@isa.de>.
2803 Thu Sep 22 11:42:40 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2805         * locate/locate.c (last_literal_end): Dynamically allocate enough
2806           memory for the subpattern.
2808 Wed Sep 21 06:12:56 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2810         * locate/locate.c (locate): Warn if database is >8 days old.
2811         From Ian Lance Taylor.
2813         * xargs/xargs.c (do_exec), find/pred.c (launch): Set SIGCHLD to
2814           default.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
2815         * find/find.c pred.c util.c lib/listfile.c: Remove fflush(stdout)
2816           calls before error.  error does it, and doesn't trash errno.
2817           From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
2819         * find/fstype.c (filesystem_type_uncached): Don't trust mtab dev
2820           number on HPUX.  From Andreas Luik <luik@isa.de>.
2821           (filesystem_type_uncached): Don't cache unknown file system
2822           types.  From casper@fwi.uva.nl (Casper Dik).
2824         * locate/updatedb.sh: Collect results in temp file and rename it
2825           atomically.  From Andreas Luik <luik@isa.de>.
2827         * xargs/xargs.c (parse_num): Print a long using %ld.  From Jim
2828           Meyering.
2830         * find/defs.h find.c parser.c pred.c util.c, lib/nextelem.c:
2831           Emulate strchr and strrchr with index and rindex, not vice versa.
2833         Remove man directory; move man pages to the directories of the
2834         programs they document.
2836         * locate/frcode.c: Renamed from code.c.
2837         * locate/frcode.c (put_short): Renamed from puthalfword.
2838         * locate/locate.c (get_short): Renamed from gethalfword.
2839         (last_literal_end): Renamed from patprep.
2840         (locate): Recognize old-format databases too.
2841         * locate/locatedb.h: Add defines for old-format databases.
2842         * locate/bigram.c locate/code.c: Put back programs to create
2843         old-format databases.
2844         * locate/updatedb.sh: Take --old option to use them.
2846 Tue Sep 20 15:41:11 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2848         * configure.in: Update for Autoconf v2.
2849         * find/pred.c lib/savedir.c: Use new symbols for dir header.
2850         * locate/updatedb.sh: Add --help option.
2852 Sun Feb 13 11:21:58 1994  Jim Meyering  (meyering@comco.com)
2854         * man/Makefile.in [man1ext, man5ext]: Set man5ext (not man1ext) to 5.
2856 Sun Aug  1 22:30:55 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2858         * bigram.c: File removed.
2859         * getline.c, memcmp.c, locatedb.h, updatedb.1, locatedb.5: New files.
2860         * updatedb.sh: Take command line options.
2861         Don't do bigram compression.
2862         * code.c, locate.c: Don't do bigram compression.
2863         Write and read counts in network byte order.
2864         Handle arbitrarily long paths.
2865         Use a magic number at the start of the databases.
2867 Thu Jul 29 20:44:53 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2869         * Makefile.in (config.status): Run config.status --recheck, not
2870         configure, to get the right args passed.
2872 Thu Jul 22 12:53:12 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2874         * listfile.c (list_file): Print inode as a long.
2876 Wed Jul 14 14:14:45 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2878         * fstype.c [STDC_HEADERS]: Include stdlib.h.
2880         * Move unistd.h include from parser.c and pred.c to defs.h.
2882 Wed Jun 30 14:14:47 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2884         * updatedb.sh: Construct PRUNEREGEX from PRUNEPATHS with sed.
2885         Prune /afs.  Change NFSUSER to NETUSER and NFSPATHS to NETPATHS.
2887 Tue Jun 29 12:19:58 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2889         * pred.c (pred_fprintf): Abort in switch if `c' is not A, C, or T.
2891 Mon Jun 28 00:18:52 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2893         * fstype.c (in_afs) [AFS]: New function, derived from code by
2894         Sanjay Ramamurthy <ramams@rpi.edu>.
2895         (filesystem_type_uncached) [AFS]: Call it if the fs type is
2896         otherwise unknown.
2898         * parser.c (parse_size): Recognize b and w suffixes for dd
2899         compatibility. 
2901         * code.c (puthalfword): New function.
2902         (main): Call it.
2903         * locate.c (gethalfword): New function.
2904         (locate): Call it.
2905         From ifado!wb@germany.eu.net (Wilhelm B. Kloke).
2907         * listfile.c: Include pathmax.h.
2908         (get_link_name): Always allocate PATH_MAX + 1 bytes for
2909         readlink buffers.
2910         * pred.c (pred_fprintf, insert_lname): Call get_link_name.
2912         * fstype.c (filesystem_type, filesystem_type_uncached),
2913         listfile.c (list_file): Take an arg for the path to access.
2914         * pred.c (pred_ls, pred_fstype, pred_fprintf): Pass it.
2916         * find.c (process_dir): Renamed from scan_directory.
2918         Changes from jrs@world.std.com (Rick Sladkey) to chdir into
2919         subdirectories instead of using string concatenation, for speed:
2920         * find.c (process_top_path): New function.
2921         (main): Call it, and xgetcwd.
2922         (process_path, scan_directory): Take new arg, the pathname
2923         relative to ".".  Use it and pass it on.
2924         * pred.c (pred_and, pred_comma, pred_negate, pred_or,
2925         pred_xtype, pred_fprintf, pred_empty, insert_lname):
2926         access rel_pathname instead of pathname.
2927         (launch): chdir to starting_dir.
2928         * defs.h: Declare rel_pathname and starting_dir.
2929         * find.c: Define them.
2931         * xgetcwd.c: New file.
2933         * updatedb.sh: Recognize -fstype NFS as well as nfs.
2934         * locate.c (patprep): Skip trailing character classes correctly.
2935         From luik@pharao.stgt.sub.org (Andreas Luik).
2937         * parser.c (parse_group): Make gid a gid_t, not short or int.
2938         (parse_nogroup): Cast gid to unsigned when using it as an array index.
2939         (parse_user, parse_nouser): Similar changes for uid.
2940         * defs.h: Use uid_t and gid_t.
2942         * parser.c (parse_help): New function.
2943         (parse_table):  Add --version, -help, and --help options.
2944         Rename struct parser_table_t to struct parser_table.
2945         (parse_version): Exit after printing message, on
2946         stdout not stderr.
2948         * xargs.c, locate.c (main, usage): Add --version and --help
2949         options.
2951 Wed Mar 31 22:39:57 1993  Jim Meyering  (meyering@comco.com)
2953         * parser.c: Define isascii macro to be 1 also if STDC_HEADERS.
2954         * xargs.c: Ditto.
2956 Wed Mar 31 16:04:07 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2958         * pred.c (pred_fprintf): If curdepth is 0, don't nuke
2959         segment->text; nuke cp.
2961 Mon Mar 29 15:57:20 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2963         * Version 3.8.
2965 Fri Mar 26 16:36:59 1993  David J. MacKenzie  (djm@hal.gnu.ai.mit.edu)
2967         * pred.c (pred_ilname, pred_iname, pred_ipath): New functions.
2968         (pred_table): Add them.
2969         (insert_lname): New function.
2970         (pred_lname): Call it.
2971         * parser.c (parse_ilname, parse_iname, parse_ipath,
2972         parse_iregex): New functions.
2973         (parse_table): Add them.
2974         (insert_regex): New function.
2975         (parse_regex): Call it.
2977         * fstype.c (filesystem_type): Cache previous result.
2978         (filesystem_type_uncached): New function.
2979         pred.c (pred_fstype, pred_fprintf): Adjust callers to not cache.
2981         * parser.c: Don't define const.
2983         * fstype.c [FSTYPE_STATFS] (fstype_to_string): #ifdef
2984         MOUNT_PC for 386bsd.
2986 Thu Mar 25 18:32:24 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2988         * parser.c (parse_regex): If ignore_case, set up a translate
2989         table for the regex.
2991         * defs.h: Include string.h or strings.h.
2992         * find.c fstype.c parser.c pred.c util.c: Don't.
2994         * nextelem.c [index]: Don't redefine.
2996 Wed Mar 24 17:47:10 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2998         * xargs.c (wait_for_proc): Exit with a nonrunnable command's exit
2999         status, not the wait status value.  From
3000         Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>.
3002         * parser.c (make_segment, insert_fprintf), pred.c
3003         (pred_fprintf): Add '%F' to print filesystem type.
3005         * parser.c (parse_fprintf): Check if second arg is missing.
3007 Tue Mar 23 13:18:08 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3009         * pred.c (pred_fprintf): For %P, don't move past an assumed
3010         slash if the ARGV element ends with one, because in that case
3011         we didn't add one.
3013         * parser.c (parse_printf): Check for missing arg.
3014         From smj@cats.com (Steve James).
3016         * parser.c: Add #ifdef around atol decl for Linux.
3018 Fri Dec 11 08:17:07 1992  Jim Meyering  (meyering@comco.com)
3020         * defs.h: Remove dcl of process_path.
3021         * find.c: Put dcl of process_path here.  Make a few functions
3022         and file-scope variables static.
3023         * parser.c, tree.c: Declare most functions static.
3025         * locate.c: Use `required_argument' macro in dcl of longopts.
3026         * bigram.c, code.c, locate.c, xargs.c: Make most functions and
3027         file-scope variables static.
3029         * parser.c, xargs.c: Guard ctype.h macros with isascii.
3031         * find.c: Add declarations for opt_expr and mark_stat.
3032         * tree.c (set_new_parent): Add empty default clause to enum swicth.
3033         * locate.c (main): Parenthesize for gcc -Wall.
3034         * xargs.c (push_arg): Parenthesize for gcc -Wall.
3036 Tue Nov 24 08:04:36 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3038         * find.c, fstype.c, parser.c, pred.c, util.c, listfile.c,
3039         nextelem.c, xargs.c, bigram.c, code.c, locate.c: Use
3040         HAVE_STRING_H, not USG.
3042         * pred.c: Use SYSDIR and NDIR instead of USG.
3043         Define direct as dirent, not vice-versa.
3045 Fri Oct  9 02:15:17 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3047         * xargs.c (main): Set orig_arg_max before possibly cutting
3048         down arg_max.
3050 Thu Sep 10 19:25:35 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
3052         * parser.c: Always declare getgrent and getpwent.
3054 Mon Aug 24 12:54:16 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
3056         * xargs.c: Include sys/types.h before unistd.h.  Use ARG_MAX
3057         if it's defined.
3058         * find.c, nextelem.c: Add missing decls.
3059         From bde@runx.oz.au (Bruce Evans).
3061 Thu Jul 23 15:06:07 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
3063         * Version 3.7.
3065 Tue Jul 14 00:16:52 1992  David J. MacKenzie  (djm@apple-gunkies.gnu.ai.mit.edu)
3067         * pathmax.h: New file.
3068         * bigram.c, code.c, locate.c: Use it.  Use xmalloc instead of malloc.
3070 Sat Jul 11 22:31:46 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
3072         * nextelem.c: New file.
3073         * locate.c (main): Use it to support a database path.
3075 Fri Jul  3 02:12:09 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3077         * listfile.c, pred.c: Change FOO_MISSING to HAVE_FOO.
3079         * parser.c [_POSIX_SOURCE]: Define endpwent and endgrent as empty.
3080         * listfile.c [!HAVE_ST_RDEV]: Print blanks.
3081         From Jeffrey Siegal (jbs@congruent.com).
3083         * locate.c (locate): Check for EOF at top of loop, not middle.
3084         * updatedb.sh: Remove duplication hack.
3085         From Jay Plett.
3087 Wed Jun 10 15:04:23 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3089         * pred.c (pred_amin, pred_atime, pred_cmin, pred_ctime,
3090         pred_mmin, pred_mtime, pred_used): Cast l_val to time_t before
3091         comparing it to a time_t.  From fpm@crash.cts.com (Frank Maclachlan).
3093         * locate.c (locate): Take the database path as an arg.
3094         (main): Take an option to specify the database path.
3095         (usage): New function.
3097         * updatedb.sh: Don't read from and write to the file-list file
3098         in the same statement.
3100 Thu Jun  4 15:27:07 1992  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
3102         * Version 3.6.
3104 Wed May 20 00:05:13 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
3106         * xargs.c: Include sys/param.h before limits.h, not after.
3108         * listfile.c: If we include a header file specifically to get
3109         major et al., assume we have them.
3111 Tue May 12 01:09:33 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
3113         * locate.c (locate): Don't give fnmatch FNM_PERIOD (it's useless).
3115         * parser.c (parse_path): New function.
3116         * pred.c (pred_path): New function.
3117         * tree.c (opt_expr): Move -path like -name.
3119         * updatedb.sh: Duplicate the last entry in the file list so it
3120         doesn't get ignored.
3122 Mon May 11 22:24:40 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
3124         * updatedb.sh: Allow many vars to be overridden in the environment.
3126         * locate.c, updatedb.sh: FCODES -> LOCATE_DB.
3128 Wed Apr 22 15:24:00 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
3130         * updatedb.sh: Use binprefix when calling find.
3132         * locate.c (locate): Use LOCATE_DB environ variable if set.
3134         * find.c (scan_directory): Allow for dirs having negative
3135         st_size (NFS mount points on VAX 4.3BSD+NFS).
3136         From metcalf@catfish.lcs.mit.edu (Chris Metcalf).
3138 Sat Apr 18 15:42:52 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3140         * fstype.c: Rename FS_* to FSTYPE_*.  Support Dynix's
3141         name for the mount table.
3143 Sun Mar  8 23:21:25 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
3145         * listfile.c (list_file): Allow a slop factor for deciding what
3146         is in the future.
3148 Tue Feb 25 16:24:15 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3150         * Version 3.5.
3152 Sat Feb 22 08:43:01 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3154         * tree.c (set_new_parent): Initialize need_stat field.
3156         * defs.h (struct predicate): Define p_name unconditionally.
3158 Fri Feb 21 15:28:43 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3160         * tree.c (opt_expr): Preserve expression precedence when
3161         rearranging expression tree. 
3162         (set_new_parent): New function.
3163         (mark_stat): Set need_stat whether or not it's been set
3164         earlier in the expression.
3165         All from Tim Wood.
3167 Mon Feb 17 10:20:38 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3169         * updatedb.sh: Use current value of TMPDIR if already set.
3170         From Dana Jacobsen (jacobsd@cs.orst.edu).
3172         * pred.c: Include pwd.h and grp.h after unistd.h, not before.
3173         Apparently needed on ISC 2.2.  From Juha Takala <jta@piuha.sah.vtt.fi>.
3175 Thu Feb 13 10:52:31 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3177         * modetype.h: Don't define S_IFMT, because doing so breaks pred_type
3178         on plain POSIX.1 systems.
3180 Sat Feb  8 00:58:13 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3182         * Version 3.4.
3184 Fri Feb  7 21:35:58 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3186         * defs.h: Don't declare process_path.
3187         * find.c [DEBUG_STAT] (debug_stat): New function.
3188         (main) [DEBUG_STAT]: Call it.
3189         (process_path): Return a value.
3190         (scan_directory): Count number of subdirs seen so far.
3191         * parser.c (pred_and, pred_close, pred_comma, pred_negate,
3192         pred_open, pred_or): Don't need stat.
3193         * util.c (get_new_pred_chk_op): Implicit AND doesn't need stat.
3195 Fri Jan 17 21:51:18 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3197         * Version 3.3.
3199 Tue Dec 24 02:16:49 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3201         * wait.h, listfile.c, xargs.c, bigram.c, code.c, locate.c:
3202         Change POSIX ifdefs to HAVE_UNISTD_H and _POSIX_VERSION. 
3204 Wed Dec 18 16:37:17 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3206         * listfile.c: Use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS to
3207         find major and minor.
3209         * code.c, bigram.c, locate.c, xargs.c: Use LIMITS_H_MISSING
3210         instead of LIMITS_MISSING.
3212 Sat Dec  7 06:13:26 1991  David J. MacKenzie  (djm at frob.eng.umd.edu)
3214         * parser.c (parse_prune): No stat needed for prune.
3215         (insert_fprintf, make_segment): Possibly no stat needed,
3216         depending on which information is printed.
3218         * xargs.c (usage): Document long-named options as starting
3219         with -- instead of +.
3221         * parser.c [!POSIX]: Declare getgrent and getpwent.
3223         * fstype.c (filesystem_type): Only check MNTTYPE_IGNORE if
3224         it's defined.  From Rainer Orth.
3226         * Add leaf node optimization suggested by Matthew Farwell
3227         <dylan@ibmpcug.co.uk>.  Add -noleaf option to disable it.
3228         Adapt parts of Tim Wood's work to current sources.
3229         * find.c (scan_directory): New function, from code in process_path.
3230         (process_path): Take an arg indicating whether the pathname
3231         is a leaf non-directory, instead of a redundant current level.
3232         * parser.c (parse_noleaf): New function.
3233         (parse_print, parse_name, etc.): Set need_stat = false.
3235 Wed Nov  2 13:34:32 1990  Tim Wood at home      (tim at axolotl.UUCP)
3237         * pred.c: Call stat() if an AND, OR or NOT node tells you to.
3238         * find.c: Limit calls to stat().
3240 Wed Oct  3 17:30:39 1990  Tim Wood at home      (tim at axolotl.UUCP)
3242         * tree.c (opt_expr): New function to rearrange predicates within
3243         a conjunction/disjunction so that non-inode (-name, -regex) ones
3244         are executed first.  
3245         * pred.c: Make some supporting tree structure changes for opt_expr().
3247 Sat Dec  7 00:36:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3249         * xargs.c (do_exec): Simplify test for which exit
3250         status to use if exec fails.
3252 Fri Dec  6 18:24:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3254         * listfile.c (list_file): POSIX_ME_HARDER -> POSIXLY_CORRECT.
3256 Thu 24 Oct 1991 21:33:21  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3258         * pred.c (pred_fprintf): Don't print "\n" unless it's in the
3259         format string.
3261 Mon Oct 21 22:30:35 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3263         * defs.h, parser.c, pred.c: Rename some types that conflict
3264         with reserved POSIX.1 namespace (ended in _t).
3266         
3267         
3268 Thu Oct 17 22:39:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3270         * xargs.c: Don't determine memory.h based on POSIX, which
3271         doesn't mention it.
3273 Sat Oct  5 16:11:05 1991  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3275         * parser.c (parse_perm): Parse new `-perm +mode' notation.
3276         * pred.c (pred_perm): Interpret same.
3278 Fri Sep 13 14:58:27 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
3280         * xargs.c [POSIX]: Always use sysconf to get ARG_MAX.
3282 Thu Sep  5 23:57:06 1991  David J. MacKenzie  (djm at apple-gunkies)
3284         * bigram.c, code.c (main): Make path_max int, not unsigned.
3285         * locate.c (main): Check for pathconf failure.
3287 Thu Sep  5 11:54:44 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3289         * parser.c (insert_fprintf): Add `\\' escape and fixed `%%'
3290         interpretation.
3291         * pred.c (pred_fprintf): fixed off-by-one indexing problem
3292         when handling [gGuU] printf formats.
3294 Wed Aug 28 20:53:57 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3296         * Version 3.2.
3298 Mon Aug 26 18:57:32 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
3300         * bigram.c, code.c: Fix handling of PATH_MAX.
3301         Check for anomalous input line lengths.
3302         From Bruce Evans.
3304 Fri Aug 23 11:00:18 1991  David J. MacKenzie  (djm at apple-gunkies)
3306         * pred.c (pred_fprintf): Round block number up to get K.
3308 Thu Aug 22 10:46:30 1991  David J. MacKenzie  (djm at apple-gunkies)
3310         * pred.c (pred_fprintf, pred_lname) [_AIX]: Allocate PATH_MAX
3311         byte for link object since st_size is wrong.
3313         * listfile.c (list_file): Don't convert blocks to kilobytes if
3314         env. var POSIX_ME_HARDER is defined.
3316         * fstype.c [FS_AIX_STATFS]: New case.
3318         * configure: Make sure the sys/mount.h is the 4.4BSD version
3319         with grep instead of just testing whether it exists.
3321         * listfile.c (list_file): Add 1 to number of 512-byte blocks
3322         before dividing to get 1K blocks (so we round up, not down).
3324 Wed Aug 21 13:02:46 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3326         * Version 3.1.
3328         * parser.c (parse_fprintf), pred.c (pred_fprintf): Add %k
3329         conversion to print 1K blocks.
3331         * listfile.c: Print counts of 1K blocks, for consistency with
3332         new fileutils release.  Bad timing, there.
3334         * Version 3.0.
3336         * pred.c [VOID_CLOSEDIR]: Fake a return value for closedir,
3337         which returns void on some systems, like Sequents.
3338         * configure: Check sys/dir.h for 'void closedir'.
3340 Thu Aug 15 16:07:46 1991  David J. MacKenzie  (djm at frob)
3342         * modetype.h: Define POSIX.1 stat stuff if missing.
3343         * pred.c, parser.c, find.c, fstype.c: Don't define it.
3344         * updatedb.sh: Use a variable substitution method like configure's.
3345         * Makefile.in: Add datadir variable to separate programs from
3346         data file.
3348         * parser.c, pred.c: Rename -fulldays to -daystart.
3350         * defs.h, find.c, parser.c, pred.c: Add many new predicates
3351         from Jay Plett (jay@princeton.edu).
3353 Wed Aug 14 14:37:06 1991  David J. MacKenzie  (djm at bleen)
3355         * parser.c (parse_size), pred.c (pred_size), defs.h (struct
3356         size_t): Allow `k' to follow number to measure size in Kbytes.
3357         * parser.c (parse_size, get_num, insert_num), defs.h (struct
3358         size_t): Use enum comparison_type instead of short.
3360 Fri Aug  9 00:49:32 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3362         * xargs.c (read_line): Use isblank, to support POSIX locales.
3364         * fstype [FS_STATVFS]: New code for SVR4, from slootman@dri.nl
3365         (Paul Slootman).
3366         * configure: Figure out when to use it.
3368         * configure: Check for st_blocks in struct stat.
3369         * listfile.c (ST_NBLOCKS): New macro.
3370         (list_file): Print file's block count.
3371         Use S_ISLNK instead of S_IFLNK.
3372         * fileblocks.c: New file, from fileutils.
3374 Thu Aug  8 17:20:19 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3376         * parser.c, pred.c [CACHE_IDS]: Optional code to turn uid and
3377         gid lookups into table lookups.
3379 Wed Aug  7 00:22:29 1991  David J. MacKenzie  (djm at wheat-chex)
3381         * configure, Makefile.in's: Support +srcdir option via VPATH.
3382         Clean up clean targets.
3384 Sat Jul 20 01:11:51 1991  David J. MacKenzie  (djm at apple-gunkies)
3386         * configure: Filter /etc and /usr/etc from path.
3388         * xargs.c (wait_for_proc): Fix handling of child exit status.
3389         (main): Exit with a nonzero status if any child did.
3391         * pred.c (launch): Flush stdout and stderr before forking.
3393         * fstype.c (filesystem_type) [FS_MNTENT]: Skip entries of
3394         type "ignore".
3396 Fri Jul 19 22:53:42 1991  David J. MacKenzie  (djm at bleen)
3398         * pred.c, locate.c: Use fnmatch instead of glob_match.
3399         * fnmatch.c, fnmatch.h: New files.
3401         * Many files: Use string.h if STDC_HEADERS, as well as if USG.
3403         * locate.c, code.c, bigram.c: Possibly use pathconf to get
3404         PATH_MAX.  Use malloc to allocate path arrays.
3406         * xargs.c: Possibly use sysconf to get ARG_MAX.
3407         (env_size): Make definition unconditional.
3408         (main): Do arg_max adjustment that can't be done with
3409         preprocessor now that ARG_MAX might be a function call.
3410         (do_exec): Exit with status 126 or 127 after failed exec, for
3411         POSIX.2 draft 11.1.
3413         * xargs.c, pred.c, listfile.c: Use POSIX, not UNISTD_MISSING.
3414         * wait.h: Use POSIX, not WAIT_MACROS_MISSING.
3416         * COPYING: Use version 2.  Update all files.
3418         * Replace Makefile and lib/Makefile with Makefile.in,
3419         lib/Makefile.in and configure.  Update README.
3421 Fri Apr  5 12:49:09 1991  David J. MacKenzie  (djm at apple-gunkies)
3423         * Version 2.2.
3425 Fri Mar 15 20:44:45 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
3427         * xargs.c (main): Always run the command if some args are left over.
3428         Rename some variables.
3430 Fri Jan 18 03:35:57 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
3432         * bigram.c, code.c, locate.c: Use LIMITS_MISSING, not
3433         _POSIX_SOURCE, to decide whether to include limits.h.
3435         * parser.c, pred.c, listfile.c: Use POSIX, not _POSIX_SOURCE,
3436         to decide whether to declare getpwuid and getgrgid.
3438         * xargs.c: Use POSIX, not _POSIX_SOURCE, to determine whether
3439         to include memory.h.
3441 Sat Jan 12 04:12:34 1991  David J. MacKenzie  (djm at wookumz.ai.mit.edu)
3443         * defs.h, find.c, parser.c, pred.c: Remove -permmask option.
3445 Thu Jan 10 04:32:52 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
3447         * wait.h: Include sys/types.h to get pid_t.
3449         * xargs.c [USG && !STDC_HEADERS]: Only include memory.h if not
3450         _POSIX_SOURCE.
3452 Tue Jan  1 23:53:32 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
3454         * Version 2.1.
3456 Wed Dec 26 03:25:51 1990  David J. MacKenzie  (djm at apple-gunkies)
3458         * locate.c, bigram.c, code.c: Attempt to get max. path length
3459         on more kinds of systems, incl. POSIX.
3461         * pred.c, listfile.c, xargs.c: Get some decls from unistd.h,
3462         if available. 
3464         * find.c, defs.h: Make `cur_day_start' a time_t, not long.
3466 Fri Dec 21 01:49:12 1990  David J. MacKenzie  (djm at egypt)
3468         * defs.h, parser.c: Remove unused field from `struct exec_t'.
3470         * xargs.c: Add +no-run-if-empty option to cause the command to
3471         not be run if the input is empty.
3473         * defs.h (struct exec_t): Change the array of offsets into an
3474         array of `struct path_arg'.
3475         * parser.c (insert_exec_ok): Fill in new fields, to allow "{}"
3476         to be substituted (multiple times) anywhere in an arg to -exec
3477         or -ok.
3478         * pred.c (pred_exec): Add code to substitute "{}" within args.
3479         (pred_ok): After prompting, just run pred_exec.
3481 Thu Dec 20 02:32:09 1990  David J. MacKenzie  (djm at egypt)
3483         * fstype.c (filesystem_type) [FS_MNTENT]: Allow for optional
3484         "0x" at front of "dev=" mount option, which amd puts there but
3485         Sun automounter doesn't.
3487 Sat Dec 15 19:01:12 1990  David J. MacKenzie  (djm at egypt)
3489         * find.c (main), util.c (usage): Make directory args optional,
3490         defaulting to ".".
3492 Sat Dec 15 18:36:29 1990  David J. MacKenzie  (djm at apple-gunkies)
3494         * listfile.c: Define major and minor if not defined (as in POSIX).
3496 Mon Dec  3 01:04:35 1990  David J. MacKenzie  (djm at alborz)
3498         * find.c, fstype.c, parser.c, pred.c, util.c: Flush stdout before
3499         writing to stderr, in case they have been redirected to the
3500         same file descriptor.
3502         * pred.c (launch): Use POSIX wait macros from wait.h.
3504         * xargs.c (print_xargs): Read from tty_stream, not stdin.
3506 Tue Nov 20 16:48:24 1990  David J. MacKenzie  (djm at apple-gunkies)
3508         * Version 2.0.
3510         * fstype.c [FS_USG_STATFS]: New code.
3511         [FS_STATFS]: For symlinks, statfs the directory the link is in
3512         instead of the link.
3513         * Various files: Conditionalize some declarations on
3514         STDC_HEADERS or _POSIX_SOURCE.
3516 Fri Nov 16 12:24:43 1990  David J. MacKenzie  (djm at egypt)
3518         * modetype.h: New file.
3519         parser.c, pred.c: Use it.
3521 Thu Nov 15 18:05:54 1990  David J. MacKenzie  (djm at apple-gunkies)
3523         * xmalloc.c: New file from fileutils.
3525         * fstype.c (fstype_to_string): Add case for MFS.
3526         (filesystem_type): Take a pathname as a second arg.
3527         [FS_STATFS] return "unknown" instead of exiting if statfs
3528         fails because of ENOENT.
3529         * pred.c (pred_fstype): Pass the pathname.  Set current_dev.
3530         * find.c (process_path): Make root_dev local again.
3532 Mon Nov 12 02:54:00 1990  David J. MacKenzie  (djm at apple-gunkies)
3534         * pred.c (pred_fstype): Free old fs type.
3536         * fstype.c, pred.c (pred_fstype), parser.c (parse_fstype): 
3537         Reread the file system type info. every time a filesystem
3538         mount point is crossed, to allow for automounting.
3540         * xstrdup.c: New file from fileutils.
3542         * find.c (process_path): Rename root_dev to current_dev and
3543         make it global, for -fstype.
3545         * wait.h: New file taken from xargs.c.
3547         * xargs.c: Make limits.h vs. sys/param.h conditional on
3548         LIMITS_MISSING instead of USG, to accomodate SVR2.
3550 Thu Nov  8 11:52:22 1990  David J. MacKenzie  (djm at apple-gunkies)
3552         * parser.c, pred.c, listfile.c: If not _POSIX_SOURCE, declare
3553         getpwuid and getgrgid.  Use them.
3555         * listfile.c: If not _POSIX_SOURCE, define S_ISDIR and
3556         S_ISBLK.  Use them. 
3558         * find.c: Use S_ISDIR instead of S_IFDIR, and define if not
3559         _POSIX_SOURCE. 
3561         * Makefile: Define AR and RANLIB and pass to child makes.
3562         lib/Makefile: Use them.
3564         * xargs.c (WIFSIGNALED): Redefine so it works.
3566 Mon Nov  5 00:02:01 1990  David J. MacKenzie  (djm at apple-gunkies)
3568         * find.c (process_path): For -xdev, process filesystem
3569         mountpoints (but don't descend them), instead of skipping them
3570         entirely. 
3572         * find.c, parser.c, defs.h: Add -follow predicate.
3574         * xargs.c: Change ifdefs to support STDC POSIX systems.
3576 Sat Nov  3 20:18:05 1990  David J. MacKenzie  (djm at apple-gunkies)
3578         * xargs.c (do_exec): Child process exits with status 255, not
3579         127, if command can't be run.
3581 Fri Nov  2 02:11:42 1990  David J. MacKenzie  (djm at apple-gunkies)
3583         * xargs.c: Exit with status 127 if running commmand fails, as
3584         required by POSIX.
3586         * fstype.c: Support -fstype for Ultrix (-DFS_GETMNT).
3587         Sun/BSD code is now -DFS_MNTENT.
3589 Thu Nov  1 13:06:01 1990  David J. MacKenzie  (djm at egypt)
3591         * Reorganize into subdirectories and add xargs.  Rewrite Makefiles.
3593         * find.c (process_path, main): Allow a maxdepth of 0, meaning
3594         only process command line args.
3596         * parser.c, pred.c: Add -print0 predicate.
3598         * xargs.c: Add -0 option and long options.  Move standard
3599         library functions into separate files.  Use error instead of
3600         fatal and fprintf/perror.  Use POSIX macros for examining exit
3601         status from wait.
3602         (read_string): New function.
3604 Fri Sep 21 10:21:09 1990  David J. MacKenzie  (djm at apple-gunkies)
3606         * find.c (process_path): Take DEPTH as an arg instead of ROOT,
3607         and change callers.
3609 Thu Sep 20 23:58:47 1990  David J. MacKenzie  (djm at apple-gunkies)
3611         * parser.c (parse_maxdepth): New function.
3612         * find.c (process_path): If -maxdepth was given, don't go
3613         more than that many levels deep.
3614         * defs.h: Declare maxdepth.
3616 Wed Sep 12 02:12:31 1990  David J. MacKenzie  (djm at apple-gunkies)
3618         * parser.c: Add -not as synonym for !.
3620 Sun Aug 26 06:16:08 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
3622         * Makefile (TAGS): New target.
3624 Sun Aug 12 00:32:01 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3626         * xargs.c (main): Tell getopt to not permute.
3628 Sat Aug  4 21:43:45 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
3630         * parser.c (parse_perm), pred.c (pred_perm): Always compare
3631         bits 07777.
3633         * locate.c, Makefile: Rename 'fastfind' program to 'locate',
3634         following comment in POSIX.2 draft 10 rationale for find.
3636 Wed Jul 25 18:45:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3638         * listfile.c (getuser, getgroup): Make uid and gid unsigned
3639         short, not int.
3641 Mon Jul 16 13:40:13 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3643         * defs.h: Don't declare fprintf and printf, in case they have
3644         prototypes in stdio.h (important for functions that use stdarg).
3646 Sun Jul 15 23:39:39 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3648         * parser.c (parse_and): New function, for compatibility.
3650 Wed Jul  4 00:17:57 1990  David J. MacKenzie  (djm at apple-gunkies)
3652         * find.c (main): Only enclose expressions that produce no side
3653         effects within `( ... )'.
3655 Tue Jul  3 01:59:39 1990  David J. MacKenzie  (djm at apple-gunkies)
3657         * parser.c (strspn): Stop when end of string reached.
3659         * Version 1.2.
3661         * Move version number from Makefile to new file version.c.
3662         * parser.c: Recognize new -version predicate.
3664         * find.c (main): If no predicates that produce output are
3665         given, default to -print if the entire expression is true, not
3666         just the last part of an alternation.
3667         * Print the names of predicates with invalid arguments.
3669 Mon Jul  2 23:48:17 1990  David J. MacKenzie  (djm at apple-gunkies)
3671         * pred.c: Don't check for invalid comparison types in numeric
3672         predicate functions.
3674 Thu Jun 28 00:34:57 1990  David J. MacKenzie  (djm at apple-gunkies)
3676         * parser.c (parse_regex): Set fastmap and translate before
3677         compiling regex.
3679 Mon Jun 25 18:08:59 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3681         * fastfind.c (fastfind): Initialize count to 0.
3683         * lib/updatedb.sh: Only do regex comparison on directories,
3684         for speed.
3686         * listfile.c (list_file): Truncate user and group name to 8 chars.
3688 Sun Jun 24 13:51:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3690         * Version 1.1.
3692         * Makefile [DISTFILES]: Add COPYING.
3694 Fri Jun 22 03:54:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3696         * Version 1.0.
3698 Tue Jun 19 03:55:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3700         * lib/updatedb.sh: Prune entries that match PRUNEREGEX.
3701         Split up finding files from computing bigrams.
3702         Use redirection instead of nonportable grep -s to detect sort
3703         failure.  Optionally search network filesystems as well as
3704         local ones.
3706         * pred.c (pred_regex): Match against full pathname instead of
3707         just last element.
3708         * util.c (basename): Return "/", not "", if given "/".
3710         * find.c (process_path): Fix error in handling "/" directory.
3712 Mon Jun 18 01:49:16 1990  David J. MacKenzie  (djm at apple-gunkies)
3714         * parser.c [STRSPN_MISSING] (strspn): New function.
3716 Sun Jun 17 13:54:09 1990  David J. MacKenzie  (djm at apple-gunkies)
3718         * listfile.c: New file.
3719         * parser.c (parse_ls): New function.
3720         * pred.c (pred_ls): New function.
3722         * find.c (main): Remove interface to fastfind, to prevent
3723         conflict with POSIX syntax.
3724         * util.c (usage): Remove fastfind syntax from message.
3725         * fastfind.c (main): New function.
3726         * Makefile: Make fastfind a separate program.
3728         * find.c (main): Print correct message if a predicate arg is
3729         missing. 
3731         * parser.c (insert_exec_ok): Make args that start with a ';' but
3732         contain other characters not terminate the command.
3734 Fri Jun 15 00:33:45 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3736         * fstype.c: If MOUNTED isn't defined but MNT_MNTTAB is, use it
3737         instead.  True for HP/UX, at least.
3739 Thu Jun 14 10:10:25 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3741         * savedir.c: New file; now find won't run out of file
3742         descriptors in deep trees.
3743         * find.c (process_path): Use savedir.
3745 Sat Jun  9 03:15:21 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3747         * parser.c (parse_permmask): Allow symbolic mode masks.
3748         (parse_perm): Free 'struct change' when done with it.
3749         (get_oct): Function removed.
3751         * find.c (process_path): Allow arbitrarily-long filenames.
3752         More efficient string copying.  Initialize perm_mask to 07777
3753         instead of -1.
3755 Thu Jun  7 04:22:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3757         * Makefile, find.c: Use DIRENT to control whether <dirent.h>
3758         is used.
3760 Thu May 31 04:46:11 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3762         * parser.c (parse_regex): New function.
3763         * pred.c (pred_regex): New function.
3765         * fstype.c (read_mtab): If mtab entry has a "dev=" option
3766         (like in SunOS 4.1), use it, so there is no need to stat the
3767         special file later on.
3768         (xatoi, strstr): New functions.
3770 Mon May 21 01:04:42 1990  David J. MacKenzie  (djm at abyss)
3772         * lib/updatedb.sh: Put BINDIR in PATH.
3774         * fstype.c: Do nothing if MNTENT_MISSING is defined.
3776         * fstype.c: New file.
3777         * parser.c (parse_fstype): New function.
3778         * pred.c (pred_fstype): New function.
3780         * parser.c (parse_newer): Failure to stat -newer file is a
3781         fatal error.
3783         * pred.c (pred_ok): Flush output before reading.  Use getchar
3784         instead of scanf.
3786         * pred.c (pred_prune): Return false if -depth given.
3787         * find.c: Apply the predicates to the dir when -depth and
3788         -prune are given.
3790 Sun May 20 19:55:30 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3792         * pred.c (pred_prune): Set new global var `stop_at_current_level'.
3793         * find.c (process_path): Test and reset it.
3795 Fri May 18 01:56:17 1990  David J. MacKenzie  (djm at abyss)
3797         * modechange.c, modechange.h: New files.
3798         * parser.c (parse_perm): Use mode_compile and mode_adjust to
3799         parse arg, to allow symbolic mode for POSIX.
3801 Thu May 17 02:07:44 1990  David J. MacKenzie  (djm at abyss)
3803         * parser.c (get_oct): Don't consider an empty string a valid number.
3805         * parser.c (parse_perm): If arg starts with '-', set flag bit
3806         for special comparison (POSIX).
3807         * pred.c (pred_perm): If flag bit set, compare s[ug]id &
3808         sticky bits as well, and return true if the given perms are
3809         set, ignoring other bits.
3811         * find.c: New global var `exit_status'.  Use it.  (POSIX)
3812         * parser.c: Set `exit_status' if lstat on -newer file fails.
3814         * fastfind.c: New file.
3815         * find.c (main): Call fastfind if given only 1 arg.
3816         * util.c (usage): Update message. 
3817         * lib/{Makefile,updatedb.sh,bigram.c,code.c}: New files.
3818         * Makefile: Add 'all' and 'install' targets.
3820 Wed May 16 23:23:35 1990  David J. MacKenzie  (djm at abyss)
3822         * parser.c (parse_nogroup, parse_nouser): Implement.
3823         * pred.c (pred_nogroup, pred_nouser): Implement.
3825 Mon May 14 00:09:35 1990  David J. MacKenzie  (djm at abyss)
3827         * find.c: Add variable `stay_on_filesystem' for -xdev.
3828         (process_path): Take an arg determining whether this call is
3829         the root of a tree.  Use lstat instead of stat.  If
3830         stay_on_filesystem, don't process a dir on a different
3831         filesystem. 
3833         * parser.c (parse_newer): Use lstat instead of stat.  Is this right?
3834         (parse_xdev): Set stay_on_filesystem.
3836         * parser.c: Add dummy parse_nogroup, parse_nouser,
3837         parse_prune, and parse_xdev; to be written later.
3838         * pred.c: Add dummy pred_nogroup, pred_nouser, pred_prune.
3840         * find.c: Support System V directory library/headers.
3842         * find.c (process_path): Don't continue with a file that stat
3843         fails on.
3845         * defs.h, parser.c, pred.c: Change 'u_long' and 'u_short' to
3846         'unsigned long' and 'unsigned short'.
3847         * find.c, defs.h: Remove 'convert_glob' variable.
3848         * parser.c (parse_fullregex): Function removed.
3849         (parse_name): Remove regular expression code.
3850         (parse_type): Recognize sockets.
3851         Add code to check for missing arguments to many parse_* functions.
3852         * pred.c (pred_name): Use glob_match instead of regex.
3854 Sun May 13 17:45:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3856         * Replace fprintf, simple_error, and mem_error with error and
3857         usage. 
3859         * Fix string header includes for USG.
3861 Tue Mar 27 12:40:29 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3863         * defs.h: Change some #defines to enums.
3865 Sun Mar 25 22:08:58 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3867         * find.c (main): Don't take basename of argv[0].
3869         * util.c (xmalloc): New function.
3870         * find.c, parser.c, utils.c: Use xmalloc instead of malloc.
3872         * pred.c: Remove emulation of regex for BSD and use GNU
3873         library version in regcmp.c instead.
3874         * parser.c: Remove emulation of regcmp for BSD and use GNU
3875         library version in regcmp.c instead.
3876         * Makefile: Link with regex.o and regcmp.o.
3877         Add a DISTFILES macro and dist target.
3879         * Indent source code.  Move RCS logs to this file.
3881 Wed Mar 21 09:30:18 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
3883         * xargs.c: Indent.  Comment and rename some global variables.
3884         (main): Use getopt to parse options.  Open new global var
3885         `tty_stream' to /dev/tty if querying requested.
3886         (print_args): Read response from tty_stream, not stdin.
3887         (xmalloc): New function.
3888         Global: Use xmalloc instead of malloc.
3889         (usage): Revise message.
3891 87/02/22  20:01:20  20:01:20  cire (Eric B. Decker)
3893         * pred.c: added guts to pred_size
3895 87/02/22  00:59:42  00:59:42  cire (Eric B. Decker)
3897         * pred.c: added guts to perm and permmask.
3899 87/02/21  23:02:21  23:02:21  cire (Eric B. Decker)
3901         * pred.c: made pred_name only look at the last component of
3902         the path.
3904 87/02/21  22:26:47  22:26:47  cire (Eric B. Decker)
3906         * pred.c: added guts to name.  useds regex and regcmp to do
3907         regular expression handling.
3909 87/02/21  00:17:21  00:17:21  cire (Eric B. Decker)
3911         * pred.c: added predicate newer
3913 87/02/20  11:40:07  11:40:07  cire (Eric B. Decker)
3915         * pred.c: added guts to pred_ok
3917 87/02/19  23:52:37  23:52:37  cire (Eric B. Decker)
3919         * pred.c: finished exec.
3921 87/02/22  20:01:09  20:01:09  cire (Eric B. Decker)
3923         * parser.c: added guts to parse_size
3925 87/02/22  00:59:16  00:59:16  cire (Eric B. Decker)
3927         * parser.c: added guts of perm and permmask.  added getoct
3928         routine for perm and permmask
3930 87/02/21  23:32:50  23:32:50  cire (Eric B. Decker)
3932         * parser.c: added -fre, -fullregex predicate to turn off
3933         globbing conversion
3935 87/02/21  23:01:01  23:01:01  cire (Eric B. Decker)
3937         * parser.c: reworked name so the regexpr pattern includes $ at
3938         the end to force globbing to work correctly.  End of the
3939         pattern refers to the end of the filename.
3941 87/02/21  22:25:34  22:25:34  cire (Eric B. Decker)
3943         * parser.c: added guts to name.  uses a conversion from
3944         globbing to regexp format.  uses regex and regcmp to actually
3945         to the comparison.
3947 87/02/21  00:17:11  00:17:11  cire (Eric B. Decker)
3949         * parser.c: added predicate newer
3951 87/02/20  11:39:35  11:39:35  cire (Eric B. Decker)
3953         * parser.c: added ok guts.  consolidated exec and ok to using
3954         insert_exec_ok
3956 87/02/19  00:20:54  00:20:54  cire (Eric B. Decker)
3958         * parser.c: minor bug in -fulldays predicate parser.  It
3959         should have set the flag full_days to true.
3961 87/02/22  00:58:32  00:58:32  cire (Eric B. Decker)
3963         * find.c: changed where we are setting perm_mask to -1.  need
3964         to make sure that this happens before every apply_predicate.
3966 87/02/21  23:32:11  23:32:11  cire (Eric B. Decker)
3968         * find.c: added error checking for no paths.  better error
3969         message if illegal ordering.
3971 87/02/21  22:19:58  22:19:58  cire (Eric B. Decker)
3973         * find.c: added global convert_glob
3975 87/02/22  20:00:12  20:00:12  cire (Eric B. Decker)
3977         * defs.h: added definition of BLKSIZE for size
3979 87/02/21  22:19:25  22:19:25  cire (Eric B. Decker)
3981         * defs.h: added global convert_glob for name