Did update-po
[findutils.git] / ChangeLog
blobdd58c3b4be837792ec51b6c9ba937a2c5191da9b
1 2005-06-18  Martin Buchholz (trivial patch applied by James Youngman)
3         * find/defs.h, find/find.c, find/parser.c, doc/find.texi: Fix
4         typos/spelling errors (mostly in source code comments).
6 2005-06-18  Dmitry V. Levin  <ldv@altlinux.org>
8         Additional documentation tweaks for -execdir/-okdir actions.
9         * find/parser.c (parse_help): Mention -execdir and -ordir options.
10         * doc/find.texi, find/find.1: Additionally document new options.
11         
12 2005-06-12  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
14         * locate/locate.c: Implement --all (-A).
15         
16         * NEWS, doc/find.texi, locate/locate.1: Document locate --all (-A)
17         
18 2005-06-12  James Youngman  <jay@gnu.org>
20         * find/find.c, NEWS:
21         Savannah bug #13381 (Debian bug 313081): if we have O_NOFOLLOW,
22         safely_chdir() does not need to call stat().  However, process_dir()
23         used to rely on using that stat information.  To work around this
24         problem, there is now an output parameter in safely_chdir() which
25         indicates if the stat buffer is valid.
26         This bug has possible security implications.
28         * find/find.1, doc/find.texi:
29         Applied patch from Andreas Metzler, improving the wording for the
30         documentation of the %k and %b format directives.  This patch does
31         not require a copyright assignment as it consists of several
32         copies of the same small wording change.
34 2005-06-11  James Youngman  <jay@gnu.org>
36         * find/find.1: Corrected spelling error 'writeable' to 'writable'.
38         * find/find.1, locate/locate.1:
39         Fixed Savannah bug #13363, typos in manpages (trivial change)
41 2005-06-10  James Youngman  <jay@gnu.org>
43         * find/find.c, lib/savedirinfo.c, lib/savedirinfo.h: Switch to a
44         new scheme for saving directory entry data which is extensible to
45         allow additional data to be saved.
47 2005-06-09  James Youngman  <jay@gnu.org>
49         * locate/testsuite/config/unix.exp:
50         Use the new normalize_dir procedure throughout.
52         * locate/testsuite/config/unix.exp: Move the normalisation into a
53         procedure.  Don't rely on the "file normalize" command being
54         available (it's new in Tcl 8.4).
56 2005-06-08  James Youngman  <jay@gnu.org>
58         * ChangeLog, NEWS, configure.in: Updated for recent changes
60         * doc/find.texi:
61         Explain that you should put the argument of -name in quotes.
63         * find/find.1:
64         Added a new "NON-BUGS" section pointing out things that look like bugs
65         but are caused by mistakes or misunderstandings.
67         * doc/find.texi, locate/locate.1: Applied Bas van Gompel's patch
68         which allows the database to be read from stdin.
70         * locate/locate.c:
71         Read the database in by using the "visitor" pattern.  Modified file
72         header comment to indicate that we no longer use the efficient
73         algorith described in ;login:.  Emit an error message if the
74         LOCATE_PATH variable implies that we should read stdin twice.
75         Most of this code is from Bas van Gompel.
77         * AUTHORS: Credit Bas van Gompel for his work on locate.
79         * lib/printquoted.h: Appled patch from Bas - fixing compiler warning.
81 2005-06-07  James Youngman  <jay@gnu.org>
83         * ChangeLog, NEWS, configure.in: Updates prior to release
85         * config.rpath: Added file required for 'make dist'
87         * po/be.po, po/ca.po, po/da.po, po/de.po, po/el.po, po/eo.po,
88         po/es.po, po/et.po, po/fi.po, po/findutils.pot, po/fr.po,
89         po/ga.po, po/gl.po, po/hr.po, po/hu.po, po/id.po, po/it.po,
90         po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po, po/pl.po,
91         po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/rw.po, po/sk.po,
92         po/sl.po, po/sr.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po:
93         updated the po files for release
95         * xargs/testsuite/Makefile.am:
96         Added in all the test files from Dmitry V. Levin.
98 2005-06-08  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
100         * NEWS, locate/locate.1, doc/find.texi: Document usage of `-'
101         to refer to stdin in database-path for locate.
102         * locate/locate.c: Change prototype for visitors and processors
103         throughout. Move reading the database and generating base_name
104         into visitors. Allow `-' to refer to stdin in database-path.
106         * lib/printquoted.h: Include stdio.h.
108 2005-06-07  James Youngman  <jay@gnu.org>
110         * COPYING, debian/copyright, depcomp, doc/texinfo.tex,
111         find/defs.h, find/find.c, find/fstype.c, find/parser.c,
112         find/pred.c, find/testsuite/config/unix.exp, find/tree.c,
113         find/util.c, import-gnulib.sh, intl/Makefile.in,
114         intl/bindtextdom.c, intl/config.charset, intl/dcgettext.c,
115         intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c,
116         intl/dngettext.c, intl/explodename.c, intl/finddomain.c,
117         intl/gettext.c, intl/gettext.h, intl/gettextP.h,
118         intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
119         intl/libgettext.h, intl/libgnuintl.h, intl/loadinfo.h,
120         intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias,
121         intl/localealias.c, intl/ngettext.c, intl/plural.c, intl/plural.y,
122         intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c,
123         lib/buildcmd.c, lib/buildcmd.h, lib/extendbuf.c, lib/extendbuf.h,
124         lib/forcefindlib.c, lib/listfile.c, lib/listfile.h,
125         lib/modetype.h, lib/nextelem.c, lib/nextelem.h, lib/printquoted.c,
126         lib/printquoted.h, lib/qmark.c, lib/savedirinfo.c,
127         lib/savedirinfo.h, lib/strspn.c, lib/wait.h, lib/waitpid.c,
128         locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c,
129         locate/locatedb.h, locate/testsuite/config/unix.exp,
130         locate/updatedb.sh, missing, po/fetch-po-files,
131         xargs/testsuite/config/unix.exp, xargs/xargs.c: 
132         Updated the FSF's postal address
134         * ChangeLog: Corrected Bas's email address.
136         * locate/locate.c: Updated copyright years.
138 2005-06-07  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
140          * locate/locate.c: Fold case once, only when needed.
141   
142 2005-06-07  James Youngman  <jay@gnu.org>
144         * NEWS: Updated with recent changes.
146         * mdate-sh: Use the mdate-sh from automake
148         * find/parser.c, find/pred.c, find/tree.c, find/util.c,
149         lib/Makefile.am, lib/forcefindlib.c, lib/listfile.c,
150         lib/listfile.h, locate/code.c, locate/locate.c, find/defs.h,
151         find/find.c: Fix Savannah bug #13324: Fix compiler warnings for
152         GCC-3.4
154         * locate/locate.c:
155         Fixed Savannah bug #13325: Quoting of output filenames in locate
156         should match find.
158         * find/parser.c:
159         Fixed Savannah bug #13319: C9X-ism in parser.c (declaration after
160         statements).
162         * find/pred.c, lib/Makefile.am, lib/listfile.c, lib/nextelem.c,
163         lib/printquoted.c, lib/printquoted.h, lib/qmark.c, NEWS,
164         doc/find.texi, find/defs.h, find/find.1, find/parser.c: Fixed
165         Savannah bug #13303, find should filter out non-printable
166         characters if outputting to tty
168 2005-05-30  James Youngman  <jay@gnu.org>
170         * locate/locate.c: rename new_locate() to locate() since
171           old_locate() has gone the way of the dodo.
173 2005-05-29  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
175         Add a ``--print'' (``-p'') option. (to cancel side-effects of -c/-S)
176         Allow ``--statistics'' in combination with non-options.
177         * doc/find.texi: Add documentation for locate --print (-p), and the
178         use of non-options with --statistics.
179         * locate/locate.1: ditto.
180         * locate/locate.c: Read each database only once.
182 2005-05-23  Paul Eggert  <eggert@cs.ucla.edu>
184         Adjust to recent gnulib changes.
185         * import-gnulib.sh: Get config.rpath from gnulib/build-aux,
186         not gnulib/config.
187         * find/parser.c (parse_perm): Ignore umask when parsing
188         symbolic permissions.  Adjust to new modechange API.
190 2005-05-16  James Youngman  <jay@gnu.org>
192         * find/find.c, find/parser.c, find/pred.c, find/tree.c:
193         Trivial change: don't use i18n support for debug-only messages
195         * ChangeLog: Added ChangeLog entry crediting Dmitry
197 2005-05-09  James Youngman  <jay@gnu.org>
199         * find/parser.c:
200         The previous change fixed Savannah bug #12999.  This change doesn't do
201         anything, it's only intended to be a place to record the Savannah bug
202         ID we've just fixed.
204         * find/parser.c:
205         Oops.  Initialise the variable which indicates which regex syntax to
206         use.  We use POSIX basic regular expressions.
208         * find/parser.c:
209         Suggestion by Ed Avis: point out that "-name foo/bar" will almost
210         always evaluate to false.   Suggest to the user what alternatives they
211         might find useful.
213 2005-05-02  James Youngman  <jay@gnu.org>
215         * AUTHORS:
216         Added Dimitry (his new test suite contribution required a copyright
217         assignment).
219 2005-05-03  Dmitry V. Levin
221         * Added xargs test suite tests by Dmitry V. Levin, together with
222           bugfixes which ensure that the tests pass.
224 2005-04-18  James Youngman  <jay@gnu.org>
226         * Added test suite tests for Bas van Gompel's changes.
228 2005-04-18  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
230         * doc/find.texi: Document locate --non-existing (-E).
231         * locate/locate.1: Ditto.
232         * locate/locate.c: Implement --non-existing (-E).
233    
234 2005-04-04  James Youngman  <jay@gnu.org>
236         * configure.in, import-gnulib.sh:
237         We no longer need gnulib/m4/Makefile.am
239         * po/vi.po: Updated Vietnamese translation
241         * locate/updatedb.sh:
242         Savannah bug #12491: Only use the "-s" option to "su" if it is
243         supported.
245 2005-04-01  James Youngman  <jay@gnu.org>
247         * locate/locate.1, locate/updatedb.1, xargs/xargs.1: Trivial
248         change from A Costa <agcosta@gis.net>, fixing typos in manual
249         pages for xargs, locate and updatedb; fixes Savannah bug #12500,
250         Debian bug #301934
252 2005-03-22  James Youngman  <jay@gnu.org>
254         * import-gnulib.sh: Include the new gnulib module stat-macros
256         * configure.in:
257         CVS code is (will shortly be) no longer identical to the 4.2.20 release
259 2005-03-17  James Youngman  <jay@gnu.org>
261         * configure.in: Preprare for release of 4.2.20.
263         * NEWS: Updated prior to release of 4.2.20.
265         * ChangeLog: Updated with recent changes.
267         * THANKS: Thank Bas van Gompel, but only once.
269         * THANKS: Thank Bas van Gompel and Aaron S. Hawley.
271         * po/vi.po: Updated Vietnamese PO file
273 2005-03-10  James Youngman  <jay@gnu.org>
275         * po/nl.po: Updated Dutch PO file
277 2005-03-08  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
279         * import-gnulib.sh: Re-enable creation of gnulib/m4/Makefile.am.
281 2005-03-07  James Youngman  <jay@gnu.org>
283         * Released findutils-4.2.19.
285         * find/testsuite/find.posix/sizes.exp:
286         Use 2>/dev/null instead of 2>&1, because Tcl understands the former
287         but not the latter.
289         * find/testsuite/Makefile.am: Also distribute sv-bug-12181.xo.
291         * find/testsuite/Makefile.am: Distribute sv-bug-12181.
293         * find/testsuite/Makefile.am: Distribute sv-bug-12230.
295         * NEWS: Updated with new news.
297         * ChangeLog: Brought up to date.
299         * lib/buildcmd.c, find/testsuite/find.gnu/sv-bug-12230.exp: Fixed
300         Savannah bug #12230, in which '-exec echo == {} +' is always run,
301         even if there were no matched files.
303 2005-03-06  James Youngman  <jay@gnu.org>
305         * ChangeLog: Added latest changes.
307         * po/pt.po, configure.in: Added Portuguese translation
309 2005-03-04  James Youngman  <jay@gnu.org>
311         * configure.in: Modernized the way we call AC_INIT and
312         AM_INIT_AUTOMAKE
314         * locate/locate.c, find/pred.c, find/find.c:
315         Eliminated some compiler warnings
317         * find/pred.c: Clarified the meaning of a comment.
319         * find/testsuite/Makefile.am: Added sizes.exp, sizes.xo.
321         * find/testsuite/find.posix/sizes.xo,
322         find/testsuite/find.posix/sizes.exp: Added tests for -size
323         predicate
325 2005-03-03  James Youngman  <jay@gnu.org>
327         * find/find.c:
328         safely_chdir_lstat(): if we didn't end up in the right place, and then
329         fchdir() fails, we can't return to the directory we started in.
330         Therefore, issue a fatal error message and exit.
332 2005-03-01  James Youngman  <jay@gnu.org>
334         * find/find.c, find/testsuite/find.posix/sv-bug-12181.exp,
335         find/testsuite/find.posix/sv-bug-12181.xo: Fixed SourceForge bug
336         12181 (find -H symlink-to-dir reports 'Too many Symbolic links')
337         and bug 12044 (find still hangs on dead NFS filesystems on
338         Solaris)
340 2005-02-28  James Youngman  <jay@gnu.org>
342         * doc/find.texi: Typo: O_NOFOLLOW, not O_FOLLOW
344         * import-gnulib.sh:
345         Suggestion from Martin Buchholz; unset CDPATH to prevent "cd" echoing
346         the new directory.
348 2005-02-27  James Youngman  <jay@gnu.org>
350         * README: Indicate how the reader can verify the release.
352 2005-02-26  James Youngman  <jay@gnu.org>
354         * po/sk.po, po/sl.po, po/sr.po, po/sv.po, po/tr.po, po/vi.po,
355         po/zh_CN.po, po/be.po, po/ca.po, po/da.po, po/de.po, po/el.po,
356         po/eo.po, po/es.po, po/et.po, po/fi.po, po/findutils.pot,
357         po/fr.po, po/gl.po, po/hr.po, po/hu.po, po/id.po, po/it.po,
358         po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po, po/pl.po,
359         po/pt_BR.po, po/ro.po, po/ru.po: Added new Vietnamese translation
361         * configure.in: Added new Vietnamese translation.
363 2005-02-25  James Youngman  <jay@gnu.org>
365         * po/ga.po: Updated Irish po file
367 2005-02-23  James Youngman  <jay@gnu.org>
369         * Makefile.am: Fix Savannah bug #12064 - 'make distclean' deletes
370         regex.c but should not.
372         * find/testsuite/Makefile.am,
373         find/testsuite/find.gnu/printf-h.exp,
374         find/testsuite/find.gnu/printf-h.xo: Added test case for Savannah
375         bug #12085 (-printf %h).
377         * NEWS, doc/find.texi, find/find.1, find/pred.c:
378         %h now expands to '.' instead of nothing.
380 2005-02-22  James Youngman  <jay@gnu.org>
382         * find/find.c:
383         Fixed Savannah bug #12099 (misinterpretation of system versions
384         leading to possible incorrect disabling of O_NOFOLLOW).  Reported by
385         Dmitry V. Levin.
387         * find/pred.c:
388         For the %h format, don't bail out early as the format might contain
389         something else too.
391 2005-02-21  James Youngman  <jay@gnu.org>
393         * find/find.c: Fixed accidental C99 dependency.
395 2005-02-20  James Youngman  <jay@gnu.org>
397         * po/be.po, po/ca.po, po/da.po, po/de.po, po/el.po, po/eo.po,
398         po/es.po, po/et.po, po/fi.po, po/findutils.pot, po/fr.po,
399         po/ga.po, po/gl.po, po/hr.po, po/hu.po, po/id.po, po/it.po,
400         po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po, po/pl.po,
401         po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sr.po,
402         po/sv.po, po/tr.po, po/zh_CN.po: Updated italian translation
404         * doc/find.texi: Corrected a typo.
406         * find/find.c:
407         Read the mounted device list afer parsing the command line, so that
408         for example "find --version" still works (in response to Savannah bug
409         #12044).
411         * configure.in: We've moved on from findutils-4.2.18.
413 2005-02-19  James Youngman  <jay@gnu.org>
415         * NEWS: Corrected the summary of the "find -depth" bug.
417 2005-02-16  James Youngman  <jay@gnu.org>
419         * NEWS, configure.in: Prepared for release of 4.2.18.
421         * ChangeLog: Updated prior to release of 4.2.18.
423         * find/testsuite/Makefile.am:
424         Distribute the test cases for the recent "find -depth" bug.
426         * find/testsuite/find.posix/depth1.exp, find/testsuite/find.posix/depth1.xo:
427         Added test case for find -depth bug reported by Joseph S. Myers
429         * find/find.c:
430         If -depth is in effect, processing of the subdirectories invalidates
431         the information in 'state'.  Therefore once we get around to
432         processing the predicates, restore the information that we keep in
433         'state' and in 'stat_buf'.
435 2005-02-15  James Youngman  <jay@gnu.org>
437         * ChangeLog: Updated with recent changes
439         * find/find.1:
440         Emphasise that -L causes find to recurse into subdirectories pointed
441         to by symbolic links.
443         * find/find.1:
444         Patch to find.1 from Aaron Hawley <Aaron.Hawley@uvm.edu>:
446         * Notes about -H actually apply to -L.
447         * Said paragraph is duplicated two paragraphs later.
448         * Typos: nno, ibmue, surrpounding
450 2005-02-15  Aaron Hawley  <Aaron.Hawley@uvm.edu>
452         * find/find.1: Notes about -H actually apply to -L.  Said
453         paragraph is duplicated two paragraphs later.  Also typos: nno,
454         ibmue, surrpounding
456 2005-02-13  James Youngman  <jay@gnu.org>
458         * find/find.1: Miscellaneous small clarifications and improvements.
460         * doc/find.texi: Added Info nodes and menus under "Changing the
461         Current Working Directory" so that it doesn't generate such a huge
462         Info page.
464         * find/find.c: Parenthesise #if defined(...).
466 2005-02-13  Dmitry V. Levin  <ldv@altlinux.org>
467         
468         * find/find.c: remove test code snippet (time(NULL) was used to
469         place a marker for spotting with strace(), but was not actually
470         needed).
472         * find/find.c (safely_chdir_nofollow): must not fall back on
473         safely_chdir_lstat() because that will expose it to race condition
474         exploits, making it pointless.
476         * find/find.c (safely_chdir_lstat): Move
477         complete_pending_execdirs() up into safely_chdir(), because we
478         need to do that in either case.
480 2005-02-12  James Youngman  <jay@gnu.org>
482         * configure.in, doc/find.texi, find/defs.h, find/find.c,
483         find/parser.c: Fix for Savannah bug #11879, that
484         init_mounted_dev_list() causes find to hang on systems which are
485         clients to dead NFS servers
487 2005-02-10  James Youngman  <jay@gnu.org>
489         * doc/find.texi: Talk about the problem where find will not work
490         if you have a filesystem mounted from an unresponsive NFS server.
492 2005-02-09  James Youngman  <jay@gnu.org>
494         * find/find.1: Indicate that $TZ affects from printf-format
495         results, and add extra cross-references in the SEE ALSO section.
497 2005-02-08  James Youngman  <jay@gnu.org>
499         * xargs/testsuite/Makefile.am: Distribute the .xe files also.
501         * Makefile.am: Check that we have the right number of .xe files in
502         the distribution also.
504         * ChangeLog, NEWS, configure.in
505         Preparing to release findutils-4.2.17
507 2005-02-07  James Youngman  <jay@gnu.org>
509         * find/testsuite/config/unix.exp: Re-sort the .xo file using the
510         calling user's locale, because our 'pre-sorted' .so output file
511         may not be sorted with the same collating order as 'sort' used to
512         order the output of "find.  Bug spotted by Vin Shelton and Dimitry
513         V. Levin.
515         * find/testsuite/Makefile.am:
516         New test, find/testsuite/find.gnu/follow-arg-parent-symlink.exp.
518         * find/testsuite/find.gnu/follow-arg-parent-symlink.exp,
519         find/testsuite/find.gnu/follow-arg-parent-symlink.xo, find/find.c:
520         Fix for starting point /foo/bar/baz where bar is a symlink but baz
521         is not - we should chdir into bar there even if it is a symbolic
522         link
524 2005-02-07  James Youngman  <jay@gnu.org>
526         * find/testsuite/Makefile.am:
527         New test, find/testsuite/find.gnu/follow-arg-parent-symlink.exp.
529         * find/testsuite/find.gnu/follow-arg-parent-symlink.exp,
530         find/testsuite/find.gnu/follow-arg-parent-symlink.xo, find/find.c:
531         Fix for starting point /foo/bar/baz where bar is a symlink but baz
532         is not - we should chdir into bar there even if it is a symbolic
533         link
535 2005-02-06  James Youngman  <jay@gnu.org>
537         * doc/find.texi:
538         -size: Clarification - -size gives a result consistent with 'wc -c'
539          for example.
541         * Makefile.am, find/testsuite/Makefile.am,
542         find/testsuite/find.gnu/execdir-root-only.exp,
543         find/testsuite/find.gnu/execdir-root-only.xo,
544         locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
545         dist-hook: Ensure that we distribute all the .po files and all the
546         testsuite files
548         * po/pl.po: Updated Polish translation from TP website
550 2005-02-05  Dmitry V. Levin  <ldv@altlinux.org>
552         * find/parser.c, find/pred.c: Additional tweaks for
553         -execdir/-okdir actions.
554         
555         * find/parser.c (new_insert_exec_ok): Disable ignore_readdir_race
556         for -execdir/-okdir.
557         
558         * find/pred.c (pred_execdir, pred_okdir): Use state.rel_pathname
559         instead of basename(pathname).  Do not add "./" prefix for
560         absolute pathnames.
561         
562         * find/find.c (process_top_path): Treat "/" similarly to ".".
564         * xargs/testsuite/xargs.posix/savannah-11865.exp,
565         xargs/testsuite/xargs.posix/savannah-11865.xo, xargs/xargs.c:
566         Fixed Savannah bug #11866 (not resetting number of used chars in
567         the command buffer) - reported by Dimitry V. Levin
569 2005-02-05  James Youngman  <jay@gnu.org>
571         * THANKS:
572         Added thanks for Dimitry - has produced many patches, bugfixes and
573         suggestions.
575         * find/pred.c:
576         Fixed Savannah bug #11866: typo in pred_okdir() renders it useless
578         * find/pred.c:
579         Savannah bug #11861: undefined symbol 'basename' on IRIX 5.3
581         * NEWS, configure.in, po/be.po, po/ca.po, po/el.po, po/eo.po,
582         po/fi.po, po/ga.po, po/hr.po, po/hu.po, po/ja.po, po/lg.po,
583         po/ms.po, po/ro.po, po/sl.po, po/sr.po, po/zh_CN.po: Added new
584         translations
586         * ChangeLog: Updated from CVS prior to release of 4.2.16.
588         * po/ChangeLog: Updated from CVS.
590         * NEWS, configure.in: Preparing to release 4.2.16
592         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
593         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
594         po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sl.po, po/sv.po,
595         po/tr.po: make update-po prior to 'make distcheck'
597         * po/fetch-po-files: This is the first version we actually used.
599         * find/find.c: process_top_path() fixed compilation warning.
601         * find/find.c: process_top_path(): avoid processing this item if
602         we can't chdir to the basename of the named file.
604         * lib/Makefile.am: Always build forcefindlib.c
606         * locate/locate.c: Say 'base name' rather than 'basename' in comments
608         * find/pred.c, find/find.c: process_top_path(): Proper bugfix for
609         correct handling of items at depth 0 (i.e. specified on the
610         command line) - do an extra chdir to ensure that we're in the
611         directory containing the item before calling process_path().
612         Hnece also undo the previous 'quick fix' for the same problem
614         * doc/find.texi:
615         -execdir no longer has to treat anything as special, even at depth 0.
617 2005-02-03  James Youngman  <jay@gnu.org>
619         * doc/find.texi, find/pred.c: When state.curdepth is 0, our
620         working directory is not the directory containing the file we are
621         processing.
623 2005-02-02  James Youngman  <jay@gnu.org>
625         * find/pred.c:
626         To allow compilation on cygwin, use base_name(), not basename().
629 2005-02-01  James Youngman  <jay@gnu.org>
631         * ChangeLog: Updated from CVS log.
633 2005-01-31  James Youngman  <jay@gnu.org>
635         * find/find.c, lib/nextelem.c, lib/nextelem.h, locate/code.c,
636         locate/frcode.c, locate/testsuite/config/unix.exp,
637         xargs/testsuite/config/unix.exp, xargs/xargs.c: Updated/corrected
638         the email address for David MacKenzie, one of the original authors
639         of findutils
641         * doc/Makefile.am: The HTML version of the manual generated for
642         the GNU project website has each node in a separate file, not each
643         chapter in a separate file; adjust filenames accordingly
645         * find/parser.c, find/pred.c, lib/savedirinfo.c:
646         Removed some unused variables (patch from Dmitry V. Levin)
648         * find/find.c:
649         Patch from Dmitry V. Levin <ldv@altlinux.org>: Add subfs to the list
650         of filesystems which are likely to be automounted.
652         * m4/findlib.m4: Corrected typo (pointed out by Dmitry V. Levin).
654         * find/testsuite/config/unix.exp,
655         find/testsuite/find.gnu/name-period.xo,
656         find/testsuite/find.gnu/posix-dflt.xo,
657         find/testsuite/find.gnu/posix-h.xo,
658         find/testsuite/find.gnu/posix-l.xo,
659         find/testsuite/find.gnu/printf.exp,
660         find/testsuite/find.gnu/printf.xo: Systems differ in the order in
661         which filenames are returned by readdir.  Hence sort the output of
662         'find' before comparing against the expected-output file.  We
663         therefore also have the lines in the .xo files ready-sorted.
665 2005-01-30  James Youngman  <jay@gnu.org>
667         * doc/Makefile.am:
668         Added rules for extra targets that we buld to update the web site.
670 2005-01-29  James Youngman  <jay@gnu.org>
672         * configure.in: No longer version 4.2.15 - we've changed the manual.
674         * doc/find.texi:
675         Clarified the txt about adding extra tests with post-processing via
676         xargs, and recommend -execdir instead for security reasons.
678         * doc/find.texi: Patch from Karl Berry:
679         - more entries for the dir file
680         - use @copying so the copyright ends up in the HTML etc. output.
681           (This is the only really important change.)
682         - put @contents after the title page, for conventional toc location.
683         - use @ifnottex to wrap the Top node instead of @ifinfo, for the sake of
684           HTML output, etc.
686         * NEWS, configure.in, po/da.po, po/de.po, po/es.po, po/et.po,
687         po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po,
688         po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
689         po/sv.po, po/tr.po: Prepared to release findutils-4.2.15
691         * ChangeLog: Updated from CVS log.
693 2005-01-28  James Youngman  <jay@gnu.org>
695         * configure.in:
696         Make --enable-d_type-optimization and --enable-d_type-optimisation
697         both work.
699         * configure.in: Assume --enable-d_type-optimisation by default
701         * find/parser.c: Indicate which features are enabled/disabled
703         * locate/testsuite/config/unix.exp:
704         Clean up the files left behind by the locate_textonly test
706 2005-01-27  James Youngman  <jay@gnu.org>
708         * doc/find.texi: Documented --regex.
710         * NEWS, locate/locate.1, locate/locate.c, locate/testsuite/Makefile.am, locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/regex1.exp:
711         Implemented locate --regex - but needs documenting in Texinfo manual.
713 2005-01-25  James Youngman  <jay@gnu.org>
715         * configure.in: Bumped version no.
717         * doc/find.texi:
718         Document --mmap and --stdio as being synonyms of -m and -s.
720         * locate/locate.1:
721         Document --mmap and --stdio as synonyms of -m and -s.
723         * locate/locate.c:
724         Document -m and -s (both no-ops) in the usage message.
726         * doc/find.texi, locate/locate.1: Document -m and -s as no-ops.
728         * ChangeLog: Updated for release of findutils-4.2.14.
730         * 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:
731         Preparing to release findutils-4.2.14
733 2005-01-25  James Youngman  <jay@gnu.org>
735         * NEWS, configure.in, po/da.po, po/de.po, po/es.po, po/et.po,
736         po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po,
737         po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
738         po/sv.po, po/tr.po: Preparing to release findutils-4.2.14
740 2005-01-24  James Youngman  <jay@gnu.org>
742         * Makefile.am: Work around the fact that automake-1.7 actually
743         works, and correctly distributes regex.c; hence dist-hook should
744         only copy gnulib/lib/regex.c if this has not already been done.
746         * find/defs.h, find/find.c, find/pred.c,
747         find/testsuite/Makefile.am,
748         find/testsuite/find.gnu/printf-symlink.exp,
749         find/testsuite/find.gnu/printf-symlink.xo,
750         find/testsuite/find.gnu/xtype-symlink.exp,
751         find/testsuite/find.gnu/xtype-symlink.xo: Fixes for -xtype and
752         -printf %Y, which had been the wrong way around.
754         * NEWS: Avoid including the find.gnu subdirectory in the
755         distributed file more than once
757         * locate/locate.c:
758         Move the printing of the statistics into a new function, print_stats()
760         * find/testsuite/Makefile.am: Avoid including the find.gnu
761         subdirectory in the distributed file more than once
763         * import-gnulib.sh:
764         We need the regex module anyway, to allow compilation on Solaris
766 2005-01-23  James Youngman  <jay@gnu.org>
768         * configure.in:
769         Invoke gl_INCLUDED_REGEX directly to ensure successful compilation on
770         systems like Solaris, which lacks those functions in libc (fixes GNU
771         Savannah bug #11710).
773         * locate/locate.1: -S is a synonym for --statistics
775         * doc/find.texi: Documented the new -H, -L and -P options.
777         * locate/locate.1, locate/locate.c: Implement options -L
778         (default), -H and -P, which mean the same things as for find,
779         except for the fact that the default is -L rather than -P
781         * find/find.1: Corrected definition of the exit status for -quit.
783         * find/find.c, find/pred.c: If DEBUG_STAT is set, issue a debug
784         message when we call chdir() so that we can figure out what is
785         actually being stat()ed
787         * locate/updatedb.sh:
788         Removed spurious newline from help message (bug report from Karl
789         Berry).
791         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
792         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
793         po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po,
794         Makefile.am, NEWS, configure.in, find/defs.h, find/find.c,
795         find/parser.c, find/pred.c, find/tree.c, find/util.c,
796         import-gnulib.sh, lib/savedirinfo.c: Merged the d_type
797         optimisation code; this is disabled by default, and can be enabled
798         with 'configure --enable-d_type-optimisation'
800         * NEWS:
801         Updated optimisation NEWS item to indicate the effect on runtime.
803 2005-01-22  James Youngman  <jay@gnu.org>
805         * NEWS, configure.in: Prepare for release of findutils-4.2.12
807         * ChangeLog: Brought up to date with recent changes.
809         * Makefile.am, import-gnulib.sh, po/Makefile.in.in, po/Makevars,
810         po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
811         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
812         po/pl.po, po/pt_BR.po, po/remove-potcdate.sin, po/ru.po, po/sk.po,
813         po/sv.po, po/tr.po: Switch to using the gnulib gettext module, to
814         ensure that 'make distcheck' works with current xgettext,
815         autoconf, etc.
817         * find/testsuite/config/unix.exp:
818         Oops, we do need to clean up after all.
820 2005-01-21  James Youngman  <jay@gnu.org>
822         * xargs/testsuite/Makefile.am: Added name of missing input file.
824         * find/testsuite/Makefile.am:
825         Distribute a few files that we had forgotten about
827         * xargs/testsuite/Makefile.am: Added some missing files.
829         * lib/Makefile.am: Also need buildcmd.h.
831         * xargs/testsuite/Makefile.am: Fixed a typo.
833         * NEWS: Indicate the d_type performance improvement
835 2005-01-18  James Youngman  <jay@gnu.org>
837         * lib/savedirinfo.h: Added on d_type_optimisation also
839         * lib/savedirinfo.c: Added on branch d_type_optimisation also.
841         * find/pred.c: Added assert that we actually know the file type by
842         the time pred_type() is called
844         * find/find.c: Always initialise state.have_stat = false when
845         starting to work with a new file
847 2005-01-17  James Youngman  <jay@gnu.org>
849         * ChangeLog: Brought up to date with recent changes.
851         * NEWS: Documented the changes so far.
853         * find/testsuite/find.gnu/exec-many-rtn-success.xo:
854         Expected output for exec-many-rtn-success.exp
856         * find/find.1:
857         Indicate that -quit still ensures that pending commands are invoked
859         * doc/find.texi:
860         Indicate that -quit still causes partial command lines to be invoked,
861         but there are some types of fatal error which leave such commands
862         uninvoked.
864         * find/defs.h, find/find.c, find/pred.c, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
865         Fixed savannah bug  #11625 Wrong return status for -exec ... \; when command fails; also execute any pending commands when doing -quit
867         * 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:
868         Various test cases for succeeding and failing forms of -exec \; and -exec {} +
870         * find/pred.c: "-exec ... {} +" always returns "true".
872         * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
873         Implemented d_type optimisation but not working correctly, so currently disabled
875         * lib/savedirinfo.h, lib/savedirinfo.c:
876         Initial implementation (temporarily disabled).
878         * lib/Makefile.am: Resolved merge conflict.
880         * lib/Makefile.am:
881         Make sure nextelem.h is included in the list of sources.
883         * find/parser.c, lib/nextelem.c, lib/nextelem.h, locate/locate.c:
884         Use prototypes for next_element() to make sure it is called correctly.
886 2005-01-16  James Youngman  <jay@gnu.org>
888         * find/find.c, find/pred.c:
889         When completing incomplete multiple execs, use 'eval_tree' not 'predicates'
891         * lib/buildcmd.c:
892         Oops, initialise state->cmd_initial_argv_chars to zero.
894         * find/find.1:
895         Document the way that -execdir and -okdir will refuse to wqork if ">"
896         is on $PATH.  Also document -okdir in the manpage.
898         * find/parser.c:
899         -execdir and -okdir are insecure if $PATH includes the current
900          directory, and so they refuse to work if the user has done that.
902         * find/pred.c:
903         Oops; for -exec ... {} +, pass arguments to bc_push_arg() in the right
904         order.   Problem spotted by Geoff Clare.
906         * TODO: Removed items which have now been done.
908         * lib/buildcmd.c: Tidied up formatting of arg list for bc_do_insert
910 2005-01-15  James Youngman  <jay@gnu.org>
912         * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo:
913         Added extra tests for more printf formats; patch by Andreas Metzler
915         * locate/locate.c:
916         Ensure that the new long options have a relevang short option too.
917         Also bring usage message into line with the options actually
918         supported.  Thanks to Bas van Gompel for noticing this defect.
920         * locate/locate.1:
921         Escape "-" in SYNOPSIS.  Thanks to Bas van Gompel for noticing this
922         defect.
924         * ChangeLog: Fixed typos.
926         * doc/find.texi:
927         Documented -execdir, and the "+" variants of -exec and -execdir.
929         * find/find.1: Documented -execdir.
931         * xargs/xargs.c:
932         Updated to bring into line with bc_*() interface changes
934         * ChangeLog: Updated with recent changes.
936         * find/defs.h, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h:
937         Implemented -execdir and -okdir
939         * find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
940         First working version of -exec ...+
942 2005-01-09  James Youngman  <jay@gnu.org>
944         * find/defs.h, find/find.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
945         Initial implementation of -exec ..{} +, but currently disabled since not yet working
947 2005-01-08  James Youngman  <jay@gnu.org>
949         * find/find.c: Fixed typo in comment.
951         * find/defs.h, find/find.c, find/parser.c, find/pred.c:
952         We now understand but do not implement -execdir (a *BSD invention, and a very useful security enhancement) and -okdir (the obvious companion to it)
954         * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
955         The GNU coding standard requires a space between the function name and
956         its parenthesised argument list.
958         * find/defs.h:
959         Understand the -exec ... {} \+ construction (for multiple
960         replacement).  No support yet.
962         * locate/locate.1:
963         Indicate that empty elements in the dbpath are treated as synonyms for
964         the default database.
966         * locate/locate.c:
967         Support empty elements in the dbpath as synonyms for the default
968         database.  These colons can be leading, trailing or in the middle of
969         the string.  We no longer com,plain if the user does this.
971         * lib/nextelem.c:
972         If curdir_ok is 0 and an element is empty, return "" instead of NULL
973         so that the caller knows to keep calling us.
975         * find/find.c, find/pred.c, import-gnulib.sh, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
976         Savannah bug 11517: find, xargs, locate, etc. should not hide write failures; patch from Jim Meyering
978         * 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:
979         changed .pot creation date
981         * THANKS, AUTHORS: Take into account the FSF copyright-assignments list
983         * doc/find.texi:
984         If -quit is used, the exit value can be nonzero if errors have occurred.
986         * find/find.1:
987         Removed incorrect comment about -H, -P and -follow in HISTORY.
989 2005-01-07  James Youngman  <jay@gnu.org>
991         * lib/Makefile.am, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
992         Refactored xargs to use an external library function from the new file buildcmd.c
994         * configure.in: no longer the same as the released 4.2.11 version
996 2005-01-06  James Youngman  <jay@gnu.org>
998         * xargs/testsuite/inputs/lines.xi, xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/Makefile.am:
999         Tests for the -L option
1001         * xargs/testsuite/config/unix.exp: When a test fails, show the diffs
1003         * xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/xargs.posix/l2.xo:
1004         tests for the -l option
1006         * xargs/testsuite/Makefile.am: Added extra test files
1008         * xargs/testsuite/xargs.sysv/trace.exp, xargs/testsuite/xargs.sysv/trace.xe, xargs/testsuite/xargs.sysv/trace.xo:
1009         Added tests for the -t option
1011         * 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:
1012         Use a blanks-only input file for cases where there is supposed to be no output
1014         * xargs/testsuite/inputs/blank.xi: Initial version.
1016         * xargs/xargs.1:
1017         Corrected a typo; also indicate that it's impossible to use xargs
1018         securely due to the race condition.
1020 2005-01-05  James Youngman  <jay@gnu.org>
1022         * find/parser.c:
1023         Fixed Savannah bug 11495: fallthrough from -printf format processing
1024         from 'n' case to 'd' case.
1026 2005-01-03  James Youngman  <jay@gnu.org>
1028         * doc/find.texi:
1029         Oops.  Had duplicated an entire section.  Fortunately this was after
1030         @bye, so there was no adverse effect.
1032         * NEWS: locate -b.
1034         * doc/find.texi, locate/locate.1: document locate -S
1036         * configure.in, doc/find.texi, locate/locate.1, locate/locate.c:
1037         Support locate -b as a synonym for locate --basename
1039         * 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:
1040         distcheck
1042         * find/testsuite/config/unix.exp:
1043         Clean up (delete) find.out at at the end of the test.
1045         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c, find/pred.c:
1046         Implemented the -samefile test for find
1048 2005-01-02  James Youngman  <jay@gnu.org>
1050         * ChangeLog: Updated with recent changes.
1052         * NEWS:
1053         Bas van Gompel: two-line patch to locate.c to make locate's -i and -w
1054         options work if -e is in use.
1056         * THANKS: Added Bas van Gompel.
1058         * locate/locate.c:
1059         Bas van Gompel: (visit_exists) when testing for the existence of the
1060         file, check the real filename [printname], not the case-converted
1061         filename [testname].  Really these argument names are badly chosen.
1063         * find/find.1, doc/find.texi:
1064         Improved the documentation for -perm, with plenty of examples,
1065         following a comment by Dan Jacobson that the comment "Symbolic modes
1066         use mode 0 as a point of departure" is baffling and unhelpful.
1068         * locate/locate.c:
1069         Suggestion and patch from Bas van Gompel: (new_locate): Fix display of
1070         negative compression ratios.
1072 2004-12-31  James Youngman  <jay@gnu.org>
1074         * NEWS: Brought up to date with recent changes
1076         * doc/find.texi:
1077         Don't need to nest the "race conditions with..." sections so deeply.
1079         * doc/find.texi: Corrected some spelling errors.
1081         * doc/find.texi: Added new "Security Considerations" chapter.
1083 2004-12-23  James Youngman  <jay@gnu.org>
1085         * locate/locate.c:
1086         Applied bugfixes from Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>.
1087         (lc_strcpy): Zero-terminate result.
1088         (add_visitor): Update lastinspector.
1089         (visit_substring_match_casefold): fix off-by-one error.
1090         (new_locate): Move visit_exists down to improve performance.
1091         (new_locate): Don't fold case when getting stats.
1093 2004-12-19  James Youngman  <jay@gnu.org>
1095         * doc/find.texi:
1096         Indicate that "cd /; find tmp -wholename /tmp" will never match anything.
1098         * doc/find.texi: Documented locate --statistics.
1100         * locate/locate.1: Documented the --statistics option.
1102         * locate/locate.c: Added support for the -S option.
1104 2004-12-12  James Youngman  <jay@gnu.org>
1106         * NEWS: Added a summary of the changes so far.
1108         * find/tree.c: Made some of the error messages more self-explanatory
1110         * find/pred.c: Print pointers with %p, not %x.
1112         * find/find.c: Moved option data into struct options.
1114         * find/find.1: clarifications
1116         * find/testsuite/find.gnu/comma.exp:
1117         Limit the amount of searching with maxdepth.
1119         * doc/find.texi: clearer description of how -prune works
1121         * ChangeLog: Removed duplicate entry.
1123         * configure.in, find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
1124         Separated ariables representing current state from variable representing option information
1126 2004-12-11  James Youngman  <jay@gnu.org>
1128         * find/parser.c: Readability improvement to the usage message.
1130         * find/find.c: Oops.  Fixed unmatched #endif.
1132         * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo, THANKS, configure.in, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
1133         Fixed Savannah bug #11280
1135         * find/find.c:
1136         Remember to set path_length and curdepth in process_top_path().
1138 2004-12-07  James Youngman  <jay@gnu.org>
1140         * find/fstype.c: Use xstat() not stat() to examine things.
1142         * find/find.c: Explain why #ifdef EOVERFLOW.
1144         * find/find.c: EOVERFLOW is not defined on UNICOS.
1146         * NEWS: Corrected typo.
1148 2004-12-06  James Youngman  <jay@gnu.org>
1150         * ChangeLog: Brought up to date.
1152         * NEWS, configure.in: releasing 4.2.10
1154         * 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:
1155         distcheck
1157         * ChangeLog: Updated prior to release of finsutils-4.2.10.
1159         * import-gnulib.sh, find/fstype.c:
1160         Use gnulib's mountlist module instead of grokking it ourselves.
1162         * configure.in:
1163         Removed all the out-of-date cruft for grokking getmntent().
1165         * xargs/xargs.c:
1166         Added the -I and -L options; also -E takes an argument which is not optional.
1168 2004-12-05  James Youngman  <jay@gnu.org>
1170         * README, configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c:
1171         Allow debug output to be turned on or off by saying --enable-debug on the configure command line
1173         * README:
1174         Removed disparaging (it is now, it probably wasn't then) comment about
1175         the production-readiness of Automake.
1177         * README: Qualify remarks about POSIX compliance.
1179         * NEWS, configure.in: Preparation for release 4.2.9
1181         * 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:
1182         distcheck
1184         * ChangeLog: Brought up to date.
1186         * find/find.c:
1187         Avoid duplicate error message when we cannot chdir() into a subdirectory.
1189         * THANKS: Added recent thankees.
1191         * NEWS:
1192         Brought up to date with respect to the current set of fixed bugs.
1194         * NEWS, xargs/xargs.1, xargs/xargs.c:
1195         Implemented POSIX options -L, -I and -E
1197 2004-12-03  James Youngman  <jay@gnu.org>
1199         * find/parser.c:
1200         -xdev is an option, not a test.   Fixes Savannah bug 11192.
1202         * find/find.1, xargs/xargs.1:
1203         Escape dashes with a backslash (for fix Savannah bug 11189).
1205 2004-11-27  James Youngman  <jay@gnu.org>
1207         * find/find.c:
1208         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.
1210         * find/find.1: "necessary" only has one "C".
1212         * find/find.1:
1213         If stat() fails with ELOOP, we issue a diagnostic message.
1215 2004-11-26  James Youngman  <jay@gnu.org>
1217         * find/find.c: Removed some unused code.
1219         * Makefile.am: Don't do anything in the 'intl' subdirectory
1221         * find/find.c:
1222         Enhanced safely_chdir() to the point where the test suite passes, and report infinite loops in the directory hierarchy
1224         * find/defs.h:
1225         belt and braces; ensure that SYMLINK_NEVER_DEREF has value zero
1227         * find/find.1:
1228         Describe our strategy for detecting and reporting infinite loops
1230 2004-11-24  James Youngman  <jay@gnu.org>
1232         * doc/find.texi:
1233         Updated the discussion of th error messages for findutils-4.2.8.
1235         * configure.in: Next version will be 4.2.9...
1237         * find/find.c:
1238         Don't issue a warning if we notice the mounting of a filesystem that's
1239         likely just to be an automounter.
1241         * doc/find.texi, find/find.1:
1242         Explain how rounding is performed for -atime and friends.
1244         * xargs/xargs.c:
1245         Once we collect enough arguments (for the value specified by the -n
1246         option) to do an exec(), do it immediaely instead of waiting for the
1247         next one to arrive.  This fixes Savannah bug #7340.
1249         * ChangeLog, configure.in, NEWS: Prepare to release 4.2.8.
1251         * NEWS: Updates for 4.2.8.
1253         * configure.in: check for  sys/types.h
1255         * find/find.c:
1256         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.
1258         * find/defs.h:
1259         Declarations of xmalloc() and friends belong in xalloc.h, not in defs.h
1261         * find/parser.c: avoid signed/unsigned warning, and #include xalloc.h
1263         * find/fstype.c:
1264         Changed to alloc get_mounted_devices() to compile on Solaris
1266         * README-CVS:
1267         Automake requires GNU m4, so point out that the reader needs that.
1269         * find/defs.h, find/find.c, find/fstype.c:
1270         When wd_sanity_check() fails, enumerate the mounted devices, rather than the mounted filesystem names
1272         * NEWS: prepare for 4.2.8
1274         * configure.in:
1275         Look for some Solaris headers which are used by get_mounted_devices()
1277         * lib/Makefile.am: don't build savedirtypes yet
1279         * 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:
1280         updated po files
1282         * m4/nullsort.m4:
1283         Avoid suprious output of the test data when the tests fail.
1285 2004-11-21  James Youngman  <jay@gnu.org>
1287         * 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:
1288         Messages changed again
1290         * ChangeLog, configure.in: Preparing to release 4.2.7.
1292         * NEWS: Updated for release of 4.2.7.
1294         * import-gnulib.sh: Also need canonicalize module.
1296         * find/find.c:
1297         When checking to see if a filesystem has changed state, use an
1298         absolute pathname.
1300         * configure.in:
1301         No need to pause to allow James to view his handiwork, it (allegedly)
1302         works now.
1304         * configure.in:
1305         Oops.  Check for setlocale() to re-enable the i18n support which was
1306         accidentally disabled in 4.2.5.
1308         * find/find.c:
1309         Check to see if the new directory is a transitioned mount point by
1310         using its ABSOLUTE name, if we can figure it out.
1312         * doc/find.texi:
1313         Added guidance on some of the error messages.  Not the most common
1314         ones, but the ones where the user might most benefit from some handy
1315         hints or an explanation of what is going on.
1317         * find/pred.c:
1318         Actually emit an error message if we fail to stat a symlink (for
1319         reasons other than nonexistence of the link and infinite loop).
1321         * doc/texinfo.tex: Updated texinfo.tex
1323         * NEWS, configure.in, find/find.c, find/fstype.c:
1324         Enable the 'Warning: filesystem XXX has recently been mounted' check on Solaris, which prevents it exiting fatally when traversing an automount mount point
1326         * 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:
1327         messages changed again
1329         * NEWS: Implemented xargs --arg-file.
1331         * doc/find.texi, xargs/xargs.1, xargs/xargs.c, NEWS:
1332         Implemented xargs --arg-file
1334         * find/find.c:
1335         Where a filesystem was recently (un)mounted, try togive its full name
1337         * configure.in:
1338         Try to avoid requesting -lsun if we don't seem to need it (e.g. on
1339         UNICOS where it is not present and trying to link against it produces
1340         a warning).
1342         * find/defs.h, lib/modetype.h: Guard against multiple inclusion
1344         * find/fstype.c:
1345         We now need <mntent.h> even if we are not using getmntent() to figure
1346         out the type of a filesystem, because wd_sanity_check() needs to
1347         enumerate the system mount points.
1349         * configure.in: Next release will be 4.2.7.
1351         * find/fstype.c:
1352         get_mounted_filesystems() should use getmntent() if that function is
1353         present, rather than just if configure didn't find anything better for
1354         filesystem_type_uncached() to use than that.
1356         * find/parser.c:
1357         If -delete is the only action on a file, don't assume the default
1358         -print action too.
1360         * 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:
1361         Preparation to release findutils-4.2.6.
1363         * find/Makefile.am, xargs/Makefile.am:
1364         Enable checking of support for --version and --help
1366         * locate/Makefile.am:
1367         Con't check command-line options for frcode, code or bigram
1369         * locate/code.c: Support --version and --help.
1371         * ChangeLog: *** empty log message ***
1373         * find/defs.h, find/find.c, find/fstype.c, lib/Makefile.am, lib/extendbuf.c, lib/extendbuf.h, NEWS:
1374         Avoid fatal error if automount mounts a filesystem on a directory because we chdir()ed into it
1376         * configure.in: Next release will be 4.2.6.
1378         * find/find.1:
1379         Indicate that the '-' flag does work for most fields.   Also provide
1380         an example of using the comma operator to traverse the filesystem just
1381         once but search for more than one thing.
1383         * doc/find.texi: Indicate that the '-' flag does work for most fields.
1385 2004-11-19  James Youngman <jay@gnu.org>
1387         * configure.in: releaseing findutils-4.2.5
1389         * find/testsuite/Makefile.am, locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
1390         If a directory has no Makefile.am, omit it from the parent's DIST_SUBDIRS - automake-1.9 requires this
1392         * 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:
1393         updated by make distcheck
1395         * ChangeLog, NEWS: Updated for release 4.2.5.
1397         * find/find.1, doc/find.texi:
1398         Tell the reader that format flags may not work as they expect.
1400         * configure.in:
1401         Use the correct name for the macro gl_AC_TYPE_LONG_LONG (not
1402         jm_AC_TYPE_LONG_LONG).
1404 2004-11-15  James Youngman <jay@gnu.org>
1406         * import-gnulib.sh:
1407         Avoid test -e because not all systems are POSIX-compliant (bug
1408         #11005).  Also don't need regex module any more if we're not building
1409         in intl.
1411         * Makefile.am, configure.in:
1412         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
1414         * doc/find.texi:
1415         Use @ref not @xref for a reference at the beginning of a sentence.
1417         * intl/Makefile.in:
1418         Make sure gnulib.lib is on the #include path (Savannah bug #11002)
1420         * locate/locate.c:
1421         Use base_name instead of basename - fixes Savannah bug 11003.
1423         * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, locate/bigram.c, locate/locate.c:
1424         Don't need banner to emphasise the location of the call to jy_SORTZ
1426 2004-11-12  James Youngman <jay@gnu.org>
1428         * 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:
1429         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]
1431 2004-11-11  James Youngman <jay@gnu.org>
1433         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c:
1434         Implemented -H and -L options.
1436         * find/util.c: Added in the -H and -L options on the usage message.
1438 2004-11-10  James Youngman <jay@gnu.org>
1440         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1441         Implemented %M and %A+ format specifiers
1443         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1444         Documented the fact that only %d and %m format specifiers honour the various formatting flags
1446         * xargs/xargs.c:
1447         Get the right number of bytes in a Kilobyte (hint: it's not 1048; that
1448         was a typo, honest :)
1450         * po/pl.po: Applied Polish translations
1452 2004-11-08  James Youngman <jay@gnu.org>
1454         * 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:
1455         distcheck changed the po files again
1457         * locate/Makefile.am:
1458         Make install-data-hook honour the setting of DESTDIR so that "make
1459         DESTDIR=/tmp/foo install" works and puts localstater in the right
1460         place.
1462         * configure.in: We're now working on findutils-4.2.5.
1464         * doc/find.texi, xargs/xargs.1:
1465         Point out that xargs -i only splits input items at newlines
1467         * ChangeLog: Indicate that we released 4.2.4.
1469         * ChangeLog: Updated for release 4.2.4
1471         * NEWS, configure.in: Prepare for release of 4.2.4.
1473         * NEWS: Brought up to date with latest changes.
1475         * 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:
1476         Turn warning messages off by default if stdin is not a tty; allow these to be controlled explicitly by options -warn and -nowarn
1478         * po/et.po, po/it.po: Updated translation files
1480         * po/sk.po: New translation file
1482         * po/fr.po, po/nl.po, po/tr.po: Updated translation files
1484         * configure.in: Added Slovak (sk) language.
1486         * xargs/xargs.c:
1487         Enforcing a lower limit on the value specified by -s makes the test
1488         suite fail.  Removed that lower limit.
1490         * locate/Makefile.am: Oops, multilocate doesn't exist yet.
1492         * NEWS: *** empty log message ***
1494         * doc/find.texi, locate/updatedb.1, locate/updatedb.sh:
1495         Added option --findoptions to updatedb
1497         * locate/Makefile.am, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
1498         Fixed section numbers in manpage titles and cross-references
1500         * NEWS, doc/find.texi, xargs/xargs.1, xargs/xargs.c:
1501         Increased the default argument length and improved POSIX compliance of the handling of out-of-range values for the -s option
1503 2004-11-07  James Youngman <jay@gnu.org>
1505         * m4/Makefile.am:
1506         Added in the extra files we need to distribute, nullsort.m4
1507         order-bad.bin order-good.bin
1509         * doc/find.texi: Documented locate's --limit option
1511         * locate/locate.1, locate/locate.c:
1512         Implmented --limit and corrected the implementation of the -i option.
1514 2004-11-06  James Youngman <jay@gnu.org>
1516         * NEWS, doc/find.texi, locate/locate.1:
1517         Documented --wholename and --basename and updated the NEWS file
1519         * README-CVS:
1520         Give the autogen commands in a form that you can usefully cut and paste into a shell
1522         * NEWS: Options --null and --count) for locate
1524         * lib/nextelem.c:
1525         Don't return '.' for an empty path element, because the path we are splitting may not be intended to contain directories
1527         * configure.in: we're working on findutils-4.2.4 now
1529         * locate/Makefile.am: Substitute @SORT_SUPPORTS_Z@
1531         * doc/find.texi:
1532         Documented new locate option --null and newline handling
1534         * locate/locate.1, locate/locate.c:
1535         New locate options --null, --wholename, --basename, --count
1537         * locate/frcode.c, locate/updatedb.1, locate/updatedb.sh:
1538         correctly handle newlines in the file names
1540         * configure.in: Determine if sort -z works
1542         * m4/nullsort.m4, m4/order-bad.bin, m4/order-good.bin:
1543         jy_SORTZ: a macro to determine if the system has a sort command with a working -z option
1545 2004-11-01  James Youngman <jay@gnu.org>
1547         * NEWS: Fixed "find -printf '%H\n'".
1549         * find/find.c:
1550         Avoid segfault if -printf %H is used where the matched file was the default, unspecified starting point, the current directory
1552 2004-10-31  James Youngman <jay@gnu.org>
1554         * find/find.1, find/parser.c: NetBSD also supports -d.
1556         * find/find.1, doc/find.texi:
1557         Documented the behaviour of -daystart and -follow in more detail
1559         * find/parser.c: Corrected the usage message.
1561         * find/parser.c:
1562         When deciding whether to issue a warning about options following
1563         non-options, ignore any options whose position affects the tests
1564         (i.e. -daystart and -follow).
1566         * find/parser.c: -daystart is a positional option like -follow.
1568         * find/parser.c:
1569         Issue a warning message if an option is specified after a test or an
1570         action (because the user might have believed that the behaviour of the
1571         option is in some way conditional on the preceding tests).
1573         * locate/updatedb.sh:
1574         Oops; removed some test code that I shouldn't have checked in.
1576         * locate/updatedb.sh:
1577         Indicate that the old locate database format will shortly be unsupported.
1579         * doc/find.texi:
1580         Use @direntry instead of hard-coding START-INFO-DIR-ENTRY inside @ifinfo.
1582         * locate/updatedb.1: Updated default location of locatedb file.
1584         * README-alpha:
1585         Updated to give correct FTP location and to not talk about "test"
1586         versions of automake, which are no longer required.
1588         * locate/updatedb.sh:
1589         Incorporated the default list of filesystems to avoid from the Debian
1590         package.  Also added /afs and /sfs to the default pruned paths.
1592         * configure.in: Released findutils 4.2.3
1594         * 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:
1595         did make distcheck, which updates these files
1597         * find/defs.h, find/fstype.c:
1598         Use const qualifier in arguments to filesystem_type() to allow callers with const variables to use them
1600         * ChangeLog: Updated.
1602         * NEWS: Added new news.
1604         * find/find.c:
1605         Extra diagnositcs for the case where we have the error "%s changed
1606         during execution of %s" - that is when we chdir back to the parent
1607         directory only to find that it has changed.
1609 2004-10-30  James Youngman <jay@gnu.org>
1611         * .cvsignore, NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
1612         Implemented the -quit action
1614         * NEWS, doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1615         Refactored time handling routines in preparation for support of absolute timestamp comparison predicates
1617         * locate/locate.c:
1618         Applied Savannah patch #2952 ("getline off-by-one bugfix").
1620         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
1621         Added -delete action (Savannah patch #3454 with additions)
1623         * locate/locate.c:
1624         Applied Savannah patch #2692 (allowing get_short to process negative integers).
1626         * find/find.c:
1627         If we are iossuing an error message because $FIND_BLOCK_SIZE is set,
1628         ignore the setting of errno.
1630         * find/parser.c: More fixes for pedantic compiler warnings
1632         * NEWS, find/parser.c, find/tree.c: Eliminated some compiler warnings
1634         * find/find.c, find/parser.c, find/pred.c:
1635         Various fixes for compiler warninga sbout unreachable code or unused function arguments
1637         * intl/plural.y: Silence compiler warning about unused argument.
1639         * locate/testsuite/Makefile.am:
1640         Subdirectory "inputs" does not exist, so remove it from DIST_SUBDIRS.
1642         * locate/locate.c:
1643         Corrected the explanation of why we have to use no parentheses around
1644         the String argument to the N_ macro in its expansion.
1646         * configure.in: Nextr release is 4.2.3.
1648         * configure.in: IOndicate this is no longer the pristine release.
1650         * NEWS:
1651         Oops, comments for release 4.2.0 should have said 20480 bytes, not 2480.
1653         * lib/listfile.c:
1654         The -ls predicate should not truncate usernames.  Fixes Savannah bug #10800.
1656         * find/fstype.c, locate/locate.c:
1657         Fixes for Savannah bug #3727 (Intel icc compilation errors).
1659 2004-10-25  James Youngman <jay@gnu.org>
1661         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1662         Support -printf %D, which prints the device number of the containing filesystem
1664         * locate/updatedb.sh:
1665         Avoid confusion between James Woods and James Youngman, by using the
1666         disambiguating surname.
1668         * find/parser.c: Use RE_ICASE instead of re->translate.
1670         * configure.in, find/parser.c, find/pred.c, xargs/xargs.c:
1671         No need to #define _GNU_SOURCE if we use gl_INIT.
1673 2004-10-24  James Youngman <jay@gnu.org>
1675         * ChangeLog: Prepared to release findutils-4.2.2.
1677         * 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:
1678         Updates prior to release of 4.2.2
1680         * NEWS: Updated with news for findutils-4.2.2.
1682         * 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:
1683         Corrected typo in the address of the FSF office
1685         * lib/strspn.c: Updated FSF address.
1687         * m4/.cvsignore: 'cvs status' should ignore Makefile.in
1689         * 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:
1690         Use gnulib-tool --import to import the gnulib code, rather than the odd way we were doing it before
1692         * 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:
1693         Work round an apparent compiler bug in HP-UX 11.23 for
1694         ia64
1696         * locate/locate.c:
1697         Work around what appears to be a C compiler bug in HP-UX 11.23 for
1698         ia64.
1700         * INSTALL, depcomp, install-sh, missing, mkinstalldirs:
1701         Updated from automake
1703         * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c, find/find.c:
1704         Avoid use of exit() within main, to silence warnings about unreachable code
1706 2004-10-22  James Youngman  <jay@gnu.org>
1708         * doc/find.texi: Syntax corrections.
1710         * doc/find.texi: Indicate that "-exec {}+" is not yet supported.
1712         * find/find.1: Indicate that "{}+" is not yet supported.
1714         * find/testsuite/find.gnu/name-period.xo, find/testsuite/find.gnu/name-period.exp, find/find.1, doc/find.texi:
1715         The -name predicate must allow '*' to match '.foo' as demanded by IEEE
1716         Std 1003.2-1992 Interpretation #126.
1718         * find/pred.c:
1719         Remove use of FNM_PERIOD for -name as demanded by IEEE Std 1003.2-1992
1720         Interpretation #126
1722         * find/parser.c: Fix for compilation (on AIX 4.3) with GCC 2.x.
1724         * xargs/xargs.c:
1725         Changed the erorr message issued when there is an unmatched quote to
1726         point out that the user might have wanted to use the -0 option instead.
1728 2004-10-17  James Youngman  <jay@gnu.org>
1730         * configure.in:
1731         Define intmax_t if it is not already defined - allows parser.c to compile on AIX 4.3
1733         * configure.in:
1734         Adjust version number to indicate that this s/w has moved on since the
1735         4.2.1 release.
1737         * configure.in: preparing to release 4.2.1
1739         * ChangeLog: updated with current changes
1741         * README-CVS: Updated to go with newer version of gnulib.
1743         * 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:
1744         preparation for release
1746         * NEWS: Mention the changes to "trap".
1748         * NEWS: Brought up to date.
1750         * import-gnulib.sh:
1751         Use xalloc-die module from gnulib, since that has now been split out
1753         * find/parser.c:
1754         Check fnmatch() when other predicates that rely on fnmatch() are used.
1756         * find/parser.c: bug #10701: find needs fnmatch sanitycheck on startup
1758 2004-10-16  James Youngman <jay@gnu.org>
1760         * import-gnulib.sh:
1761         Switch to requirement for GNU fnmatch because it supports FNM_CASEFOLD.
1763         * locate/updatedb.sh:
1764         Bug #9465: use of signal numbers for 'trap' is deprecated.  Should use
1765         names instead.  See
1766         http://www.opengroup.org/onlinepubs/009695399/utilities/trap.html,
1767         which indicates that support for signal numbers is optional, while
1768         support for signal names is mandatory.
1770         * configure.in:
1771         Indicate that this is the CVS version (once again) now that findutils
1772         4.2.0 has been released.
1774         * 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:
1775         findutils 4.1.20 check-in for tagging
1777 2004-10-02  James Youngman <jay@gnu.org>
1779         * po/Makefile.in.in:
1780         Search in $(top_srcdir) for mkinstalldirs, since that's where we keep it.
1782         * NEWS: Brought up to date, organised more clearly, and tidied up.
1784         * NEWS: brought up to date with recent changes
1786         * locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/ignore_case1.exp, locate/testsuite/locate.gnu/ignore_case3.exp, locate/updatedb.sh:
1787         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
1789         * find/pred.c:
1790         Fixed usage of human_readable() in '%k' format specifier to fix a bug
1791         reported by Dmitry V. Levin (arguments to human_readable() were
1792         specified in the wrong order, which resulted in a floating-point
1793         error).
1795 2004-08-08  James Youngman <jay@gnu.org>
1797         * locate/updatedb.sh:
1798         cd to / to avoid inability to examine the current directory if we're
1799         invoked via cron (and hence in root's home directory for example).
1801         * doc/find.texi, find/find.1:
1802         Deprecate -path and -ipath in favour of -wholename and -iwholename
1804         * find/parser.c:
1805         As per RMS's suggestion, deprecate -path and -ipath in favour of
1806         -wholename and -iwholename.
1808         * locate/locate.c:
1809         Fixed Savannah bug #9923, in which get_short() returns large positive
1810         ints when it should be returning negative shorts.
1812         * xargs/xargs.1:
1813         Applied documentation improvements suggested by Dan Jacobson
1814         <jidanni@jidanni.org>.
1816         * xargs/xargs.c:
1817         Don't check size_of_environment against arg_max since that causes the
1818         test suite to fail.
1820         * xargs/xargs.1, xargs/xargs.c: Better documentation for the -i option
1822 2004-05-03  James Youngman <jay@gnu.org>
1824         * find/find.1:
1825         document the various suffixes for -size and also the new 
1826         option -ignore_readdir_race
1828         * locate/locate.c:
1829         Fixes Savannah bug #8623 (failure to check consistency of data 
1830         read from locate database)
1832         * locate/updatedb.sh:
1833         Resolves Savannah bug 4380, that updatedb generates an empty
1834         database if one of the commands fails
1836         * NEWS: Talk about -ignore_readdir_race
1838         * doc/find.texi:
1839         Documented -ignore_readdir_race and -noignore_readdir_race
1841         * find/find.c:
1842         -ignore_readdir_race should have no effect if the reason for the
1843          failure of stat(2) was anything other than ENOENT.
1845         * find/defs.h, find/find.c, find/parser.c:
1846         Fixed Savannah bug 4391 (readdir race condition leading to 
1847         spurious error messages)
1849 2004-04-24  James Youngman <jay@gnu.org>
1851         * README-CVS: Corrected the instructions for getting gnulib via CVS.
1853 2004-04-13  James Youngman <jay@gnu.org>
1855         * doc/find.texi:
1856         Actioned Savannah bug #8558 (find complains when it tries to recurse
1857         into directories that it had removed).
1859 2004-03-13  James Youngman <jay@gnu.org>
1861         * ChangeLog: Updated from checkin comments.
1863         * find/find.c:
1864         Oops, there is no access to the predicate name table if DEBUG is 
1865         not #defined.
1867         * find/parser.c:
1868         Detect arithmetic overflow (poorly) in insert_time(), which diagnoses
1869         the failure to handle large arguments to -mtime.  The existing code
1870         does careful computation and then bungs the value into a time_t, which
1871         ruins all our careful effort.  The new code is not a great
1872         improvement.  We just check the result to detect overflow, rather than
1873         actually avoiding the overflow.
1875         * find/find.c:
1876         Fixed Debian bug #185202 by checking for any trailing predicates after
1877         the top-level invocation of get_expr() has done its work.
1879         * locate/locate.1, xargs/xargs.1:
1880         Fixed Debian bug 175372, inappropriate 'L' suffixes on manual 
1881         page section indicators
1883         * find/find.1:
1884         Removed "L" suffixes from manual page section indicators, to fix
1885         Debian bug 175372.
1887         * debian/updatedb.conf:
1888         Updated with list of filesystems from current Debian release.  This
1889         includes devfs, for example.
1891         * xargs/xargs.1:
1892         Modified documentation of "-s" option to take into account the fix for
1893         Debian bug #176201.
1895         * xargs/xargs.c:
1896         Fixed Debian bug #176201, "xargs enviroment size limited to 20k", by
1897         reading a patch offered by Bob Prolux and implementing something
1898         substantially similar myself.
1900 2004-01-03  James Youngman  <jay@gnu.org>
1902         * xargs/xargs.c:
1903         Indicate that prep_child_for_exec() fixes Savannah bug #3992.
1905         * xargs/xargs.c:
1906         Attach the stdin of xargs' child process to /dev/null so that if it
1907         tries to read from its stdin it doesn't consume any of the list of
1908         files that xargs is trying to use.
1910         * find/find.1:
1911         Documented that the -regex option follows Gnulib's re_match() 
1912         implementation.
1914         * NEWS, locate/locate.c: Applied Savannah patch 2108
1916         * xargs/xargs.c: Applied Savannah patch 1500
1918         * find/find.1, doc/find.texi:
1919         Improved the documentation for the %k and %b format specifiers to
1920         -printf (Savannah bug #5034).  Also pointed out that this handling is
1921         different to that used by the "b" and "k" suffixes with "-size".
1923         * find/find.1: Improved the documentation for %k (Savannah bug #5034).
1925         * find/find.1:
1926         Improved the documentation for -print0 in the manpage, fixing Debian
1927         bug 111143.
1929         * README-CVS, find/pred.c, lib/listfile.c:
1930         Brought up-to-date with change in gnulib's human.c - we no longer 
1931         use human_readable_inexact(), because it is no longer provided.
1933 2003-08-08  James Youngman  <jay@gnu.org>
1935         * find/find.1:
1936         Documented the fact that -printf also supports the '\0' escape code.
1937         Added "STANDARDS CONFORMANCE" section.
1939 2003-08-02  James Youngman  <jay@gnu.org>
1941         * find/find.1:
1942         Explain that braces are not special when performing filename matching
1943         with -name.
1945         * find/find.1:
1946         added example of the use of -exec to the EXAMPLES section
1948         * find/fstype.c, locate/locate.c:
1949         Savannah bug #4295 - implicit declarations of ctype.h functions
1951         * locate/locate.c:
1952         Savannah bug #4279 - missing newline on locate help message
1954         * find/find.1, xargs/xargs.1:
1955         Improved discussion of the -print0 option of find and the -0 option of xargs
1957 2003-06-26  James Youngman  <jay@gnu.org>
1959         * import-gnulib.sh:
1960         Remove reference to nonexistent module "basename" ("dirname" exists
1961         and we already use that).
1963 2003-06-21  James Youngman  <jay@gnu.org>
1965         * doc/find.texi:
1966         Indicate that xargs stops immediately if a command exits with status 255
1968         * xargs/xargs.1:
1969         Document the fact that xargs exits immediately with an error message
1970         if the command it executes exits with a status of 255.
1972 2003-06-18  James Youngman  <jay@gnu.org>
1974         * find/find.1:
1975         Indicate that -fls and friends always create their output file
1977 2003-06-16  James Youngman  <jay@gnu.org>
1979         * ChangeLog, find/find.1, locate/locate.1, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
1980         Added BUGS section to manual pages.   This section includes information about known bugs and how to report new bugs.
1982         * AUTHORS: Identify the current maintainer.
1984         * TODO: Removed the TODO items which have now been done.
1986         * THANKS: Added Bruno Haible and Bob Prolux.
1988         * xargs/xargs.c: xargs/xargs.c (DO_MULTIBYTE): New macro.
1989         (mbstrstr): New function.
1990         (do_insert): Use it instead of strstr.
1992         * config.guess, config.sub:
1993         Use config.guess and config.sub from automake
1995         * find/fstype.c:
1996         Bruno Haible: (fstype_to_string) Don't define this function if
1997         HAVE_F_FSTYPENAME_IN_STATFS is defined.
1999         * configure.in:
2000         Bruno Haible: Prefer the 4.4BSD API (if present) to the 4.3BSD API,
2001         because some 4.4BSD systems have <mntent.h> but no /etc/mtab file.
2003         * doc/find.texi, find/find.1:
2004         Applied patch 1498 (documenting the backslash escape sequence)
2006         * locate/updatedb.sh: Applied (my own version of) Savannah patch 1601.
2008         * doc/find.texi:
2009         Applied Savannah patch #1547 (document the fact that printf
2010         field-width specifiers are supported).
2012         * xargs/xargs.c:
2013         Applied Savannah patch #1499 (adds final newline to usage message).
2015 2003-06-14  James Youngman  <jay@gnu.org>
2017         * NEWS, configure.in:
2018         Updated version number to 4.2.0-CVS [not ready for release yet]
2020         * 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
2021         also need stpcpy (e.g. for Solaris)
2023         * intl/dcigettext.c:
2024         plural_lookup: don't use a variable called "index", because we may
2025         have done "#define strchr index", in which case using a variable
2026         called index will prevent us calling strchr(p, ch) in the same scope.
2028         * 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:
2029         Updated copyright years and the address of the FSF
2031         * aclocal.m4, config.h.in, configure:
2032         Removed files that are generated from other files (e.g. configure)
2034         * NEWS: Updated NEWS file for 4.1.20.
2036         * 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:
2037         Updates to the i18n files to ensure that 'make dist' succeeds
2039         * lib/posix/.cvsignore, lib/posix/Makefile.am,
2040         lib/posix/Makefile.in, lib/posix/regex.h, lib/strftime.c,
2041         lib/strncasecmp.c, lib/strspn.c, lib/strstr.c, lib/strtol.c,
2042         lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c, lib/wait.h,
2043         lib/waitpid.c, lib/xalloc.h, lib/xgetcwd.c, lib/xmalloc.c,
2044         lib/xstat.in, lib/xstrdup.c, lib/xstrtol.c, lib/xstrtol.h,
2045         lib/xstrtoul.c, lib/xstrtoul.h, lib/xstrtoumax.c, lib/yesno.c,
2046         locate/Makefile.am, locate/Makefile.in, locate/locate.c,
2047         locate/testsuite/Makefile.in, m4/.cvsignore, m4/ChangeLog,
2048         m4/Makefile.am, m4/Makefile.am.in, m4/Makefile.in, m4/README,
2049         m4/afs.m4, m4/assert.m4, m4/c-bs-a.m4, m4/check-decl.m4,
2050         m4/codeset.m4, m4/d-ino.m4, m4/d-type.m4, m4/error.m4,
2051         m4/fnmatch.m4, m4/fnmatchcase.m4, m4/fstypename.m4, m4/getline.m4,
2052         m4/gettext.m4, m4/glibc.m4, m4/glibc21.m4, m4/iconv.m4,
2053         m4/inttypes_h.m4, m4/isc-posix.m4, m4/jm-glibc-io.m4,
2054         m4/jm-macros.m4, m4/jm-mktime.m4, m4/lcmessage.m4, m4/libintl.m4,
2055         m4/link-follow.m4, m4/ls-mntd-fs.m4, m4/lstat-slash.m4,
2056         m4/lstat.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/memcmp.m4,
2057         m4/prereq.m4, m4/progtest.m4, m4/readdir.m4, m4/realloc.m4,
2058         m4/regex.m4, m4/st_dm_mode.m4, m4/st_mtim.m4, m4/stat.m4,
2059         m4/strerror_r.m4, m4/strftime.m4, m4/timespec.m4, m4/uintmax_t.m4,
2060         m4/ulonglong.m4, m4/xstrtoumax.m4, xargs/Makefile.am,
2061         xargs/Makefile.in, xargs/testsuite/Makefile.in,
2062         find/testsuite/Makefile.in, lib/.cvsignore, lib/Makefile.am,
2063         lib/Makefile.in, lib/alloca.c, lib/ansi2knr.1, lib/ansi2knr.c,
2064         lib/argmatch.c, lib/argmatch.h, lib/basename.c, lib/basename.h,
2065         lib/dirname.c, lib/dirname.h, lib/error.c, lib/error.h,
2066         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/fnmatch.c,
2067         lib/fnmatch.h, lib/getline.c, lib/getline.h, lib/getopt.c,
2068         lib/getopt.h, lib/getopt1.c, lib/human.c, lib/human.h,
2069         lib/idcache.c, lib/malloc.c, lib/memcmp.c, lib/memcpy.c,
2070         lib/memset.c, lib/mktime.c, lib/modechange.c, lib/modechange.h,
2071         lib/pathmax.h, lib/quotearg.c, lib/quotearg.h, lib/realloc.c,
2072         lib/regex.c, lib/regex.h, lib/rpmatch.c, lib/savedir.c,
2073         lib/savedir.h, lib/stpcpy.c, lib/strcasecmp.c, lib/strdup.c,
2074         find/Makefile.am, find/Makefile.in, find/find.c, find/pred.c:
2075         Updated to work with current version of gnulib
2077         * import-gnulib.sh: New file.
2079         * config.h.in, configure, configure.in, doc/Makefile.in, import-gnulib.sh:
2080         Updated to work with current version of gnulib
2082         * README-CVS: New file.
2084         * Makefile.am, Makefile.in, README-CVS, aclocal.m4:
2085         Updated to work with current version of gnulib
2087 2001-06-09  Kevin Dalley  <kevin@seti.org>
2089         * intl/plural.c:
2090         Changes the location of bison.simple after running bison on local
2091         machine
2093         * ChangeLog: *** empty log message ***
2095         * Makefile.in, aclocal.m4, config.h.in, configure,
2096         doc/Makefile.in, find/Makefile.in, find/testsuite/Makefile.in,
2097         lib/Makefile.in, lib/posix/Makefile.in, locate/Makefile.in,
2098         locate/testsuite/Makefile.in, m4/Makefile.in, xargs/Makefile.in,
2099         xargs/testsuite/Makefile.in: Updates mostly from gettext-0.10.38
2101         * ABOUT-NLS: * ABOUT-NLS: updated from gettext-0.10.38.
2103         * configure.in: * configure.in: add tr to ALL_LINGUAS.
2105         * intl/config.charset, intl/dcigettext.c, intl/dcngettext.c,
2106         intl/dngettext.c, intl/libgnuintl.h, intl/localcharset.c,
2107         intl/locale.alias, intl/ngettext.c, intl/plural.y,
2108         intl/ref-add.sin, intl/ref-del.sin: updated from gettext-0.10.38
2110         * intl/cat-compat.c, intl/linux-msg.sed, intl/po2tbl.sed.in,
2111         intl/xopen-msg.sed, m4/ChangeLog: *** empty log message ***
2113         * m4/jm-macros.m4:
2114         * jm-macros.m4 (jm_MACROS): remove jm_ICONV, which is replaced by
2115         AM_ICONV, which is imported from gettext-0.10.38.  removed
2116         jm_GLIBC21, which is required in AM_GNU_GETTEXT, which is
2117         imported from gettext-0.10.38.
2119         * po/stamp-cat-id:      * stamp-cat-id: Remove file.
2121         * po/Makefile.in.in:    * Makefile.in.in: Upgrade to gettext-0.10.38.
2123         * po/ChangeLog:         * cat-id-tbl.c: Remove file.
2125         * po/de.po, po/es.po, po/et.po, po/fr.po:
2126         * fr.po, et.po, es.po, de.po: updated translations to
2127         findutils-4.1.7.
2129         * po/tr.po: * tr.po:  New Turkish translation.
2131         * m4/ChangeLog: *** empty log message ***
2133         * intl/dgettext.c, intl/explodename.c, intl/finddomain.c,
2134         intl/gettext.c, intl/gettext.h, intl/gettextP.h,
2135         intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
2136         intl/libgettext.h, intl/loadinfo.h, intl/loadmsgcat.c,
2137         intl/localealias.c, intl/plural.c, intl/textdomain.c,
2138         intl/ChangeLog, intl/Makefile.in, intl/VERSION,
2139         intl/bindtextdom.c, intl/dcgettext.c: Updated from gettext-0.10.38
2141         * m4/Makefile.am:
2142         reflects addition of codeset.m4 from gettext-0.10.38, automatically
2143         generated.
2145         * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4,
2146                 m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4: *
2147                 progtest.m4, lcmessage.m4, isc-posix.m4, iconv.m4,
2148                 glibc21.m4, gettext.m4, codeset.m4: updated from
2149                 gettext-0.10.38.
2151         * ChangeLog: *** empty log message ***
2153         * THANKS: added "Gerrit P. Haase" <gerrit.haase@t-online.de>
2155         * m4/ChangeLog, locate/testsuite/.cvsignore,
2156         xargs/testsuite/.cvsignore, config.h.in, configure, aclocal.m4,
2157         doc/.cvsignore: *** empty log message ***
2159         * m4/jm-macros.m4:      * jm-macros.m4 (jm_MACROS): add jm_FSTYPENAME
2161         * doc/Makefile.in: *** empty log message ***
2163         * doc/Makefile.am:
2164         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
2165         created by dvips.  This should be taken care of by automake, but
2166         the code is commented out.
2168 2001-06-09  Kevin Dalley  <kevin@seti.org>
2170         * ABOUT-NLS: updated from gettext-0.10.38.
2172         * configure.in: add tr to ALL_LINGUAS.
2174         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
2175         created by dvips.  This should be taken care of by automake, but
2176         the code is commented out.
2178 2001-06-05  Kevin Dalley  <kevin@seti.org>
2180         * locate/updatedb.sh: replace "whoami" with "id -u" when testing
2181         for root.
2183 2001-06-04  Kevin Dalley  <kevin@seti.org>
2185         * locate/testsuite/Makefile.am (DIST_SUBDIRS): remove second
2186         instance of DIST_SUBDIRS.
2188         * locate/Makefile.am (install-data-hook): changed install target
2189         to install-data-hook, which still installs other files.
2191         * doc/Makefile.am (MOSTLYCLEANFILES): added find.cps, which should
2192         probably be handled by automake.
2194         * doc/mdate-sh: removed file in doc directory.  It now exists only
2195         in top_srcdir, but this changed required a patch to automake.
2197 2001-05-20  Kevin Dalley  <kevin@seti.org>
2199         * Version 4.1.7
2200         
2201         * lib/Makefile.am (EXTRA_DIST): add strcasecmp.c
2203         * find/testsuite/Makefile.am (EXTRA_DIST): new tests:
2204         find.gnu/name-opt.exp find.gnu/perm.exp find.gnu/perm.xo
2205         find.gnu/prune-default-print.exp find.gnu/prune-default-print.xo
2207         * configure.in: update to 4.1.7
2209         * config.sub, config.guess: upgraded to recent versions of
2210         config.sub and config.guess.
2212         * locate/updatedb.sh: Add space to "#! /bin/sh"
2214         * configure.in: Add id to ALL_LINGUAS
2216         * lib/Makefile.am (EXTRA_DIST):  getline.[ch] added
2217         (libfind_a_SOURCES): getline.[ch] removed since getline.c is not
2218         always needed.
2220 2001-05-20  Lionel CONS <lionel.cons@cern.ch>
2222         * find/find.c: Fixed security holes.  1.  There is a race
2223         condition between the lstat() to detect a symbolic link and the
2224         actual chdir().  2.  An attacker can move directories while find
2225         is _inside_ so that chdir(..) goes out of the intended file tree.
2227         * lib/modetype.h: support for Solaris door files is added.
2229         * lib/filemode.c: S_ISDOOR is undef'ed if STAT_MACROS_BROKEN
2231         * find/pred.c (pred_type): -D option (for Solaris door files) is
2232         added.
2234         * find/parser.c (insert_type):  -D option (for Solaris door files)
2235         is added. 
2237         * find/find.1: -D option (for Solaris door files) is documented
2239         * doc/find.texi (Type): -D option (for Solaris door files) is
2240         documented
2242 2001-05-02  Kevin Dalley  <kevin@seti.org>
2244         * configure.in: Change AC_CHECK_MEMBERS to conform to new
2245         autoconf.  Add Danish.
2247 2001-01-20  Kevin Dalley  <kevin@seti.org>
2249         * doc/find.texi (Adding Tests): Place space in "#! /bin/sh".
2251         * find/testsuite/find.gnu/prune-default-print.xo,
2252         find/testsuite/find.gnu/prune-default-print.exp: test for "find
2253         . -prune" which passes after changes.  Also see name-opt.exp.
2255         * find/util.c (get_new_pred):
2256         * find/tree.c (set_new_parent):
2257         * find/parser.c (various parse functions):
2258         * find/find.c (main): 
2259         (default_prints): new function 
2260         * find/defs.h (struct predicate): added no_default_print
2261         side_effects are no separated from no_default_print.  predicates
2262         which cause side effects should not be reordered (optimized).
2263         predicates which cause printing should have printing turned off.
2264         Printing statements also cause side effects.
2266 2000-10-29  Bruno Haible <haible@ilog.fr>
2268         * locate/code.c (main), doc/find.texi: improve handling of
2269         non-ASCII characters used old format.
2271 2000-10-21  Paul Eggert  <eggert@twinsun.com>
2273         If open + fchdir fails, fall back on xgetcwd + chdir.
2274         The old code tested for this at compile-time,
2275         but SunOS 4.1.4 fchdir can fail at run-time.
2277         * find/defs.h (fchdir): Define to -1 if not available.
2278         * find/defs.h (starting_dir, starting_desc):
2279         Always declare.  starting_dir now points to const.
2280         * find/find.c (starting_dir, starting_desc): Likewise.
2281         * find/find.c (starting_dir):
2282         Now "." if starting_desc is nonnegative, for benefit of diagnostics.
2283         (main, process_top_path, process_dir):
2284         If open + fchdir fails, fall back on xgetcwd + chdir.
2285         * find/pred.c (launch): Likewise.
2287 2000-10-20  Kevin Dalley  <kevin@seti.org>
2289         * xargs/xargs.c, locate/updatedb.sh, locate/locate.c (usage),
2290         find/parser.c (parse_help): add bug reporting address to help
2292 2000-10-13  Kevin Dalley  <kevin@seti.org>
2294         * depcomp, lib/depcomp: depcomp moved from lib to .
2296 2000-10-11  Kevin Dalley  <kevind@rahul.net>
2298         * Version 4.1.6
2299         
2300         * locate/testsuite/config/unix.exp: set PRUNEFS to "" for the
2301         testsuite. 
2303 2000-10-10  Bruno Haible <haible@ilog.fr>
2305         * lib/Makefile.am (libfind_a_SOURCES): added yesno.c
2307         * lib/yesno.c, lib/rpmatch.c: new files.
2309         * find/pred.c: use function yesno().
2311 2000-10-10  Kevin Dalley  <kevind@rahul.net>
2312         
2313         * locate/testsuite/Makefile.am: Added missing \ at end of
2314         EXTRA_DIST lines.
2316         * locate/testsuite/locate.gnu/ignore_case3.xo,
2317         locate/testsuite/locate.gnu/ignore_case3.exp,
2318         locate/testsuite/locate.gnu/ignore_case2.exp,
2319         locate/testsuite/locate.gnu/ignore_case1.xo,
2320         locate/testsuite/locate.gnu/ignore_case1.exp: place locatedb
2321         inside tmp directory, add subdir directory under tmp.
2323         * locate/testsuite/config/unix.exp: clean up tmp after test is
2324         finished. 
2326 2000-10-10  Kevin Dalley  <kevind@rahul.net>
2328         * locate/testsuite/config/unix.exp (Repository): 
2330 2000-10-09  Kevin Dalley  <kevind@rahul.net>
2332         * lib/fnmatch.c, lib/fnmatch.h: reverted to older version of
2333         fnmatch which works with Solaris.
2335         * locate/testsuite/config/unix.exp: dejagnu unix.exp
2337         * xargs/testsuite/config/unix.exp: remove temporary file
2339         * xargs/xargs.c: spelling correction
2341         * m4/prereq.m4: updated and changed some macros
2343         * m4/jm-macros.m4: replaced jm_FUNC_FNMATCH with
2344         kd_FUNC_FNMATCH_CASE_REPL 
2346         * m4/timespec.m4, m4/strerror_r.m4, m4/mbstate_t.m4,
2347         m4/largefile.m4, m4/gettext.m4, m4/fnmatchcase.m4, m4/d-type.m4,
2348         m4/d-ino.m4, m4/c-bs-a.m4: new m4 macros.
2350         * m4/Makefile.am: add fnmatchcase.m4 and mbstate_t.m4
2352         * locate/testsuite/locate.gnu/ignore_case3.xo,
2353         locate/testsuite/locate.gnu/ignore_case3.exp,
2354         locate/testsuite/locate.gnu/ignore_case2.xo,
2355         locate/testsuite/locate.gnu/ignore_case2.exp,
2356         locate/testsuite/locate.gnu/ignore_case1.xo,
2357         locate/testsuite/locate.gnu/ignore_case1.exp,
2358         locate/testsuite/config/unix.exp: tests related to "--ignore-case"
2359         option.
2361         * locate/testsuite/locate.gnu: testsuite directory
2363         * locate/testsuite/Makefile.am (Repository): 
2365         * locate/testsuite: add directory for locate testsuite
2367         * po/findutils.pot: updated file
2369         * po/sv.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po,
2370         po/it.po, po/gl.po, po/fr.po, po/et.po, po/es.po, po/de.po:
2371         updated various po files.
2373         * locate/updatedb.sh: export TMPDIR, which is used by child
2374         processes.
2376         * locate/locate.1, locate/locate.c:  add "--ignore-case" option.
2378         * locate/Makefile.am: add testsuite subdirectory
2380         * find/testsuite/find.gnu/perm.xo,
2381         find/testsuite/find.gnu/perm.exp,
2382         find/testsuite/find.gnu/name-opt.xo,
2383         find/testsuite/find.gnu/name-opt.exp: added test suites
2385         * configure.in: add locate/testsuite/Makefile
2387         * doc/find.info*: removed from repository
2389         * doc/find.texi: add documentation for "-i" option.
2391         * aclocal.m4: removed from repository, as it is generated.
2393         * find/pred.c: fixes problem with "find -perm -0100".
2395         * lib/lstat.c, lib/stat.c: removed from repository.  These files
2396         are generated from lib/xstat.in.
2398 2000-08-24  Kevin Dalley  <kevind@rahul.net>
2400         * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s}.
2402 2000-05-13  Kevin Dalley  <kevind@rahul.net>
2404         * find/tree.c (opt_expr): move iname and ipath to the front of the
2405         list of arguments.
2407         * doc/find.texi (Directories): changed wording for "-prune".
2409         * find/parser.c (parse_prune): set side_effects to true, to
2410         prevent prune from being moved in opt_expr.
2412 2000-04-12  Kevin Dalley  <kevind@rahul.net>
2414         * doc/find.texi, doc/permi.texi: fix spellings, add LocalWords.
2416         * lib/Makefile.am: put getline.c back into libfind_a_SOURCES,
2417         since getstr is needed.
2419         * Version 4.1.5
2420         
2421         * po/POTFILES.in: updated list of files, updated po files.
2424 2000-04-02  Paul Eggert  <eggert@twinsun.com>
2426         Add support for large files, and port to Solaris 8 and earlier
2427         versions.
2429         * lib/human.c (getenv): Depend on NEED_GETENV_DECL, not
2430         HAVE_DECL_GETENV.
2432         * lib/strftime.c (my_strftime): Make sure we call the system
2433         strftime, not ourselves, when invoking the underlying strftime.
2434         
2435         * m4/check-decl.m4 (jm_CHECK_DECLS): Remove memchr, nanosleep.
2437         * m4/jm-macros.m4 (jm_MACROS): Don't check for utime.h.  Do not
2438         require jm_BISON, jm_CHECK_TYPE_STRUCT_UTIMBUF, jm_FUNC_LCHOWN,
2439         jm_FUNC_CHOWN, jm_FUNC_NANOSLEEP, jm_FUNC_GROUP_MEMBER,
2440         jm_FUNC_PUTENV, jm_FUNC_GETGROUPS, AM_FUNC_GETLOADAVG,
2441         jm_SYS_PROC_UPTIME, jm_FUNC_FTRUNCATE, jm_FUNC_UTIME.  Do not
2442         replace strcasecmp, dup2, gethostname, getusershell, stime,
2443         strcspn, strpbrk, euidaccess, mkdir, rmdir, rpmatch, strndup,
2444         strverscmp, memchr, memmove.  Do not check for declaration of
2445         lchown.  Remove invocations of AM_FUNC_OBSTACK, AM_FUNC_STRTOD,
2446         POW_LIBM, jm_LANGINFO_CODESET, jm_ICONV.  Remove df tests.
2447         (jm_CHECK_ALL_TYPES): Include <sys/stat.h> when checking for
2448         struct stat.st_blksize.
2450         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set environment variable
2451         in shell rather than using putenv, which isn't portable.
2452         
2453         * COPYING, lib/alloca.c, lib/dirname.c, lib/error.c,
2454         lib/savedir.c, lib/strstr.c, m4/check-decl.m4, m4/d-ino.m4,
2455         m4/d-type.m4, m4/getline.m4, m4/jm-glibc-io.m4, m4/jm-macros.m4,
2456         m4/jm-mktime.m4, m4/ls-mntd-fs.m4, m4/memcmp.m4, m4/prereq.m4,
2457         m4/readdir.m4, m4/regex.m4, m4/strftime.m4, m4/uintmax_t.m4: Sync
2458         to latest version from sh-utils-2.0g.
2460         * config.guess, config.sub, lib/argmatch.c, lib/argmatch.h,
2461         lib/human.c, lib/human.h, lib/memcpy.c, lib/quotearg.c,
2462         lib/quotearg.h, lib/strtoull.c, lib/strtoumax.c,
2463         lib/xstrtoumax.c, m4/c-bs-a.m4, m4/gettext.m4,
2464         m4/largefile.m4, m4/lcmessage.m4, m4/link-follow.m4,
2465         m4/progtest.m4, m4/strerror_r.m4, m4/timespec.m4,
2466         m4/xstrtoumax.m4: New files, taken from sh-utils-2.0g.
2468         * lib/ansi2knr.1, lib/ansi2knr.c, lib/basename.c, lib/getopt.h,
2469         lib/fnmatch.c, lib/fnmatch.h, lib/modechange.c: Sync to latest
2470         unreleased version of GNU tar (between 1.13.17 and 1.13.18).
2472         * lib/basename.h, lib/waitpid.c: New files, taken from same
2473         version of GNU tar.
2474         
2475         * lib/regex.c, lib/regex.h: Sync to GNU grep 2.4.2.
2477         * lib/posix/Makefile.am, lib/posix/regex.h: New files, taken from
2478         GNU grep 2.4.2.
2480         * lib/strftime.c: Sync to textutils 2.0e.
2481         
2482         * acconfig.h, depcomp, lib/strcasecmp.c, m4/check-type.m4,
2483         m4/const.m4, m4/decl.m4, m4/lfs.m4, m4/mktime.m4, m4/perl.m4,
2484         m4/putenv.m4, m4/uptime.m4, m4/utimbuf.m4, m4/utime.m4,
2485         m4/utimes.m4: Remove these files; no longer needed.
2487         * configure.in (AC_CANONICAL_HOST, AC_SYS_LARGEFILE,
2488         jm_AC_TYPE_UINTMAX_T): Add.
2489         (CACHE_IDS, FSTYPE_STATVFS, FSTYPE_USG_STATFS, FSTYPE_AIX_STATFS,
2490         FSTYPE_MNTENT, FSTYPE_STATFS, FSTYPE_GETMNT): Add comment, so that
2491         we don't need acconfig.h.
2492         (AC_CHECK_TYPE): Add ssize_t.
2493         (AC_REPLACE_FUNCS): Add waitpid.
2494         (AC_CHECK_FUNCS): Remove basename.
2495         (AC_FUNC_MKTIME): Remove.
2496         (LIBOBJS): Add no-ops to work around automake 1.4 bug.
2497         (AC_OUTPUT): Add lib/posix/Makefile.
2499         * find/defs.h: Include <config.h>, <sys/types.h>, <sys/stat.h>,
2500         <stdio.h>, <limits.h>, <inttypes.h>.  All includers changed to not
2501         include these files, and to include "defs.h" first (since config.h
2502         must be included first).
2503         (CHAR_BIT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
2504         S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, MOD_WXUSR,
2505         MODE_R, MODE_RW, MODE_RWX, MODE_ALL): New macros.
2506         (enum permissions_type): New enum.
2507         (struct long_val.negative): New member.
2508         (struct long_val.l_val): Now uintmax_t, not unsigned long.
2509         (struct size_val.size): Likewise.
2510         (struct perm_val): New type.
2511         (struct predicate.perm): Now struct perm_val, not unsigned long.
2512         (struct predicate.type): Now mode_t, not unsigned long.
2513         (list_file): New parameters current_time, output_block_size.
2514         All callers changed.
2515         (savedir, basename): Remove decls.
2516         (output_block_size, start_time): New extern vars.
2518         * find/find.c: Include <human.h>, <savedir.h>.
2519         (output_block_size, start_time): New vars.
2520         (main): Initialize them.  No need to check for negative st_size,
2521         since savedir now does it for us.
2523         * find/fstype.c: Include "dirname.h".
2524         (xatoi): Remove.
2525         (filesystem_type_uncached): Use xstrtoumax instead of xatoi.
2526         
2527         * find/parser.c: Include "xstrtol.h".
2528         (get_num_days, get_num, parse_amin, parse_cmin, parse_mmin,
2529         parse_size, parse_used, insert_time, insert_num): Compute using
2530         uintmax_t, not unsigned long.
2531         (parse_amin, parse_cmin, parse_mmin, parse_used, insert_time):
2532         Keep track of whether time was negative before converting it to an
2533         unsigned type.
2534         (parse_daystart): Don't assume that localtime succeeds; e.g. it
2535         can fail with 64-bit time_t and 32-bit tm_year.
2536         (parse_perm, insert_type): Compute using mode_t, not unsigned
2537         long.
2538         (insert_type): Use symbolic constants like MODE_ALL instead of
2539         traditional ones like 07777.  Set new kind member to indicate
2540         permissions type, instead of using unportable magic numbers.
2541         (make_segment): We will use human_readable to convert most numeric
2542         values, so simplify the cases.
2543         (get_num_days): Write in terms of get_num, to avoid duplicated
2544         code.
2545         (insert_time, insert_num): When debugging, convert large values to
2546         uintmax_t and output with %ju.
2547         (get_num): Use xstrtoumax to do the real work.
2549         * find/pred.c: Include "basename.h", "human.h".
2550         (DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKSIZE): New macros, taken from
2551         fileutils.
2552         (ST_NBLOCKS): Replace with fileutils defn.
2553         (MAX): New macro.
2554         (ctime_format): New function.
2555         (pred_fprintf, format_date): Use human_readable to output large
2556         numbers portably.
2557         (pred_fprintf): Use ctime_format to output ctime-style dates.  Use
2558         base_name to compute the base name of a path.  With %m, output the
2559         mode portably using traditional numbers, even if the host uses
2560         some other numbering scheme.
2561         (pred_iname, pred_name): basename -> base_name.
2562         (pred_perm): Use new kind member to deduce permissions type,
2563         instead of relying on magic numbers.
2564         (pred_size): Compute using uintmax_t, not unsigned long.  Avoid
2565         overflow if file size is near the maximum.
2566         (pred_type): Compute using mode_t, not unsigned long.
2567         (launch): Use waitpid, not wait.  Check for EINTR.
2568         (format_date): Don't assume that localtime succeeds.
2570         * find/util.c (basename): Remove; we now use base_name.
2572         * lib/Makefile.am (SUBDIRS): New macro.
2573         (libfind_a_SOURCES): Add argmatch.h, argmatch.c, basename.h,
2574         basename.c, human.c, human.h, quotearg.c, quotearg.h, xstrtoumax.c.
2575         Remove error.h, error.c, getline.c.
2576         (EXTRA_DIST): Add mktime.c, regex.c.
2578         * lib/listfile.c: Include "human.h".
2579         (alloca): Declare, or include appropriate files to declare.
2580         (DEV_BSIZE, ST_NBLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE): New macros.
2581         (convert_blocks): Remove.
2582         (list_file): New current_time and output_block_size args.
2583         Revamp quite a bit, to handle large numbers correctly
2584         and to match GNU ls behavior more closely.
2586         * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4, gettext.m4,
2587         largefile.m4, lcmessage.m4, link-follow.m4, progtest.m4,
2588         strerror_r.m4, xstrtoumax.m4.  Remove check-type.m4, const.m4,
2589         decl.m4, lfs.m4, mktime.m4, perl.m4, putenv.m4, timespec.m4,
2590         uptime.m4, utimbuf.m4, utime.m4, utimes.m4.
2592         * xargs/xargs.c (wait_for_proc): Retry wait if it fails with
2593         errno == EINTR.
2595 2000-04-05  Kevin Dalley  <kevind@rahul.net>
2597         * xargs/Makefile.am:  add ansi2knr
2599         * xargs/xargs.c: add macros PARAMS rather than P_.  Add
2600         prototypes.
2602         * po/POTFILES: new file listing all POFILES.
2604         * m4/gl.po, m4/et.po: new files
2606         * m4/Makefile.am.in:  updated file
2608         * m4: update directory
2610         * locate/Makefile.am: create updatedb from updatedb.sh
2612         * locate/updatedb.sh, locate/updatedb.in: removed file.  Replaced
2613         by updatedb.sh
2615         * locate/frcode.c, locate/code.c, locate/bigram.c: add macros
2616         PARAMS rather than P_.  Add prototypes.
2618         * lib/xstat.in: new file
2620         * lib/Makefile.am: update to latest versions of library files.
2622         * find/testsuite/Makefile.am: add CLEANFILES
2624         * find/util.c: remove definition of basename
2625         
2626         * find/util.c, find/tree.c, find/pred.c, find/parser.c,
2627         find/fstype.c, find/find.c, find/defs.h: add macros PARAMS rather
2628         than P_, for consistency, change to prototypes
2630         * find/Makefile.am: Add prototypes and ansi2knr
2632         * configure.in: add Galition and Estonian languages.
2633         Miscellaneous other fixes.
2634         
2636 2000-03-11  Kevin Dalley  <kevind@rahul.net>
2638         * lib/basename.c: Add file from libit.
2639         * lib/Makefile.am (libfind_a_SOURCES): add basename.c since it is
2640         no longer replaceable.
2642         * find/util.c: Remove definition of basename, which is now in
2643         lib/basename.c (as base_name).
2644         * find/pred.c: Use base_name, not basename.
2645         * find/defs.h: Likewise.
2647         * configure.in : Don't replace basename.  Now we use only
2648         base_name.
2650 2000-02-26  Kevin Dalley  <kevind@rahul.net>
2652         * Version 4.1.4
2653         
2654         * lib/strtoul.c: added to distribution
2655         
2656         * configure.in: added strtoul to AC_REPLACE_FUNCS
2658         * configure.in: added jm_CHECK_ALL_TYPE
2660 2000-02-23  Kevin Dalley  <kevind@rahul.net>
2662         * po/ChangeLog: removed, merged with top-level ChangeLog.
2663         
2664         * po/de.po: new version of German file.
2665         
2666         * po/gl.po, po/et.po: new languages, Estonian and Galician.
2668         * locate/updatedb.sh (PRUNEFS): enclose paths in quotes
2670 2000-02-17  Kevin Dalley  <kevind@rahul.net>
2672         * po/it.po: new version of Italian file.
2673         
2674         * locate/updatedb.sh (prunefs_exp): have sed statement use '*'
2675         rather than the often unsupported '+'.
2677 2000-02-13  Kevin Dalley  <kevind@rahul.net>
2679         * configure.in: removed AC_ARG_PROGRAM, which is already in
2680         AM_INIT_AUTOMAKE. 
2682         * locate/Makefile.am (updatedb), locate/updatedb.sh: add
2683         transforms of find, frcode, bigram, and code back into
2684         updatedb.sh, which were accidentally removed.
2686 2000-02-12  Kevin Dalley  <kevind@rahul.net>
2688         * lib/wait.h: updated address.
2690 2000-01-26  Kevin Dalley  <kevind@rahul.net>
2692         * Version 4.1.3
2694         * acconfig.h: added internationalization.
2696         * intl/*: copied from tar-1.13.17.
2698         * locate/Makefile.am, locate/locate.c, locate/code.c:
2699         internationalized file.
2701         * locate/frcode.c, locate/bigram.c: include headers from ../lib
2702         directory.
2704         * xargs/Makefile.am, xargs/xargs.c: internationalized directory.
2706 2000-01-26  Kevin Dalley  <kevind@rahul.net>
2708         * POTFILES.in: added list of files with translatable strings.
2710         * de.po, es.po, fr.po, it.po, ko.po, nl.po, pl.po, pt_BR.po,
2711         ru.po, sv.po: New, slightly out of date, files imported from the
2712         Translation Project: http://www.iro.umontreal.ca/contrib/po/HTML/,
2713         German, Spanish, French, Italian, Korean, Dutch, Polish, Brazilian
2714         Portuguese.
2717 2000-01-24  Kevin Dalley  <kevind@rahul.net>
2719         * lib/xmalloc.c, lib/regex.c, lib/getopt.c: internationalization
2720         works with current version of gettext.
2722         * lib/getline.h : added declaration of getstr.
2723         * lib/Makefile.am (libfind_a_SOURCES): added getline.[ch] to
2724         standard compilation. Added internationalization.
2725         * find/Makefile.am (INCLUDES): corrected -I options for building
2726         in other directories.
2727         (LDADD): changes for internationalization.
2729         * configure.in (ALL_LINGUAS): added internationalization. 
2730         getline.c is always compiled and linked, because of getstr.
2731         AM_GNU_GETTEXT
2733         * Makefile.am: 
2734         (DISTCLEANFILES): added intl/libintl.h
2735         (AUTOMAKE_OPTIONS): added gnits to AUTOMAKE_OPTIONS
2736         (SUBDIRS): added intl and po
2738         * acconfig.h: added internationalization values
2740         * THANKS: added thanks file for gnits compatibility.
2742 2000-01-22  Kevin Dalley  <kevind@rahul.net>
2744         * added intl directory.
2746         * Added internationalization, only with slightly out of date po
2747         files for many locales.
2749 2000-01-18  Kevin Dalley  <kevind@rahul.net>
2751         * Version 4.1.2
2752         
2753         * locate/Makefile.am: remove creation of updatedb, since it is now
2754         made by configure
2756         * configure.in: updatedb is now created by configure.
2758         * xargs/Makefile.am: added testsuite to xargs directory
2760         * locate/updatedb.in: updatedb is now created by configure
2762         * locate/frcode.c, locate/code.c, locate/bigram.c: change return
2763         from main to int.  Replace getstr with getline, where possible.
2765         * locate/Makefile.am: place frcode, code, bigram in
2766         libexec_PROGRAMS
2768         * lib/xstrdup.c, lib/xmalloc.c, lib/xgetcwd.c, lib/xalloc.h,
2769         lib/strtol.c, lib/strstr.c, lib/strftime.c, lib/strdup.c,
2770         lib/stpcpy.c, lib/stat.c, lib/savedir.h, lib/savedir.c,
2771         lib/regex.h, lib/regex.c, lib/realloc.c, lib/pathmax.h,
2772         lib/modechange.h, lib/modechange.c, lib/mktime.c, lib/memset.c,
2773         lib/memcmp.c, lib/malloc.c, lib/lstat.c, lib/idcache.c,
2774         lib/getopt1.c, lib/getopt.c, lib/getopt.h, lib/getline.c,
2775         lib/getline.h, lib/fnmatch.c, lib/fnmatch.h, lib/filemode.c,
2776         lib/filemode.h, lib/fileblocks.c, lib/error.c, lib/error.h,
2777         lib/dirname.c, lib/alloca.c: updated to newer version of file from
2778         fileutils.
2780         * find/version.c: version number is now automatically generated by
2781         configure.
2783         * find/fstype.c (filesystem_type_uncached): fixes bug described as
2784         follows:  When 'find' looks for a fstype, it parses the /etc/mtab
2785         until it finds the good line. But, if there is, before the good
2786         line, a line whose mountpoint is unreachable, it fails.
2788         * doc/texinfo.tex: updated to newer version
2790         * doc/find.texi: added version.texi, fixed a few documentation bugs.
2792         * configure.in: new m4 features.
2794         * Makefile.am: moved testsuite to below corresponding directories
2795         find and xargs.
2797         * acconfig.h: updated to match new m4 files.
2799         * m4: added m4 directory, largely borrowed from Jim Meyering's
2800         fileutils.
2802 2000-01-17  Kevin Dalley  <kevind@rahul.net>
2804         * doc/find.texi (Multiple Files): placed missing xargs in examples
2806         * find/testsuite/find.gnu/depth.exp: added find tests to test
2807         "-depth" bug.
2809         * doc/find.texi: include version.texi for automatic determination
2810         of version number, update bug report email address to
2811         bug-findutils@gnu.org.
2812         (Combining Primaries With Operators): add indices for " ,", "()",
2813         "-a", "-o", etc.
2815 2000-01-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2817         * find/tree.c (opt_expr): Never rearrange the arguments of the
2818         comma operator, since it is not commutative.  Remove useless
2819         assignment.2
2820         
2821 2000-01-17  Jonathan R. Ferro <jferro@corwin.ece.cmu.edu>
2822         
2823         * find/find.c (process_path): fix problem with "-depth" which is
2824         tested in depth.exp test.
2826 1999-08-15  Kevin Dalley  <Kevin Dalley <kevin@seti.org>>
2828         * find/fstype.c (filesystem_type_uncached): a stat failure with
2829         EACCESS will ignore this file system keep on looking.  Patch
2830         suggested by Vincent Danjean <vdanjean@ens-lyon.fr>.
2832 1999-08-15  Mark Kettenis  <kettenis@gnu.org>
2834         * xargs/xargs.c (LONG_MAX): Define if necessary.
2835         (main): If ARG_MAX is -1 (that is sysconf
2836         (_SC_ARG_MAX) returns -1) the system does not impose a limit.  In
2837         that case, use LONG_MAX as the limit.
2838         
2839 1999-08-15  Kevin Dalley  <Kevin Dalley <kevind@rahul.net>
2841         * find/version.c: version string is now set by config.h
2843 1999-08-08  Kevin Dalley  <kevin@seti.org>
2845         * Version 4.1.1
2847         * README-alpha: added alpha README file
2849         * find/defs.h: move lstat declarations into defs.h
2851         * xargs/Makefile.am, testsuite/Makefile.am, locate/Makefile.am,
2852         lib/Makefile.am, find/Makefile.am, doc/Makefile.am, configure.in,
2853         Makefile.am: update for automake-1.4
2855 1999-08-02  Kevin Dalley  <kevind@rahul.net>
2857         * AUTHORS: added file listing AUTHORS
2859         * lib/Makefile.am: modified code for EXTRA sources
2860         
2861 1999-01-30  Kevin Dalley  <kevind@rahul.net>
2863         * added const to declaration of basename, which should satisfy
2864         Linux as well as Hurd (fixes bug #31325).
2865         
2866 1998-12-04  Kevin Dalley  <kevind@rahul.net>
2867         
2868         * lib/nextelem.c: removed declaration of strdup and free, which
2869         meets GNU coding standards and allows compilation on more
2870         platforms.
2871         
2872         * find.texi: corrected explanation of -amin option which described
2873         hours instead of minutes
2874         
2875 1998-09-26  Kevin Dalley  <kevind@rahul.net>
2876         
2877         * lib/getline.c: fix getstr so that it correctly handles long file
2878         paths
2879         
2880 1998-09-20  Kevin Dalley  <kevind@rahul.net>
2881         
2882         * removed more function declarations to meet GNU coding standards
2883         
2884 1998-08-30  Kevin Dalley  <kevind@rahul.net>
2885         
2886         * lib/nextelem.c: removed declaration of strdup and free, which
2887         meets GNU coding standards and allow compilation on sparc
2888         
2889         * corrected explanation of -amin option which described hours
2890         instead of minutes
2891         
2892 1998-02-27  Kevin Dalley  <kevind@rahul.net>
2893         
2894         * locate/locate.c: add --existing option to locate, which only
2895         prints the names of files which still exist
2896         
2897 1998-02-08  Kevin Dalley  <kevind@rahul.net>
2898         
2899         * locate/locate.c: corrected get_short so that it correctly
2900         returns negative numbers.
2901         
2902         * remove declarations of various string functions.  Removing the
2903         declarations almost matches the GNU Coding Standards.
2904         
2905 1997-03-03  Kevin Dalley  <kevind@rahul.net>
2906         
2907         * xargs/xargs.c: xargs fixed to prevent occasional core dumping.
2908         
2909 1997-01-11  Kevin Dalley  <kevind@rahul.net>
2910         
2911         * locate/updatedb.sh: add --localuser option to updatedb, which
2912         allows find to be run as nobody, while allowing database file to
2913         be created as root, change suggested by
2914         <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
2915         
2916 1996-12-28  Kevin Dalley  <kevind@rahul.net>
2917         * added PRUNEFS as variable in updatedb and --prunefs as option to
2918         updatedb
2920 1996-05-27  Kevin Dalley  <kevind@rahul.net>
2921         
2922         * updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
2923         is root
2924 1996-04-27  Kevin Dalley  <kevind@rahul.net>
2926         * lib/getline.c (getstr): verify that nchars_avail is *really*
2927         greater than 0; set *n to a large enough number, stops some core
2928         dumping
2930 Thu Nov  3 09:23:33 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2932         * Version 4.1.
2934         * locate/Makefile.am: Move updatedb from LIBSCRIPTS to SCRIPTS.
2936         * Makefile.am (distname): Change distribution name from find to
2937           findutils.
2939         * testsuite/config/unix.exp: Don't abuse xfail; simulate it correctly.
2941         * locate/Makefile.am (CLEANFILES): Fix typo.
2943 Wed Nov  2 15:11:52 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2945         * The big 4 0.
2947         * lib/listfile.c find/defs.h (list_file): Take a stream arg.
2948         * find/pred.c (pred_ls): pass it.
2949         * find/parser.c pred.c defs.h (parse_fls, pred_fls): New functions.
2951 Tue Oct 25 16:09:04 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2953         * find/pred.c (pred_fprintf): Flush output after \c.  From Chapman
2954         Flack.
2956         * find/parser.c (insert_fprintf): Warn about unrecognized \ and %
2957         sequences.
2959 Tue Oct 18 00:03:10 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2961         * find/defs.h parser.c pred.c tree.c util.c: Globally change
2962         "victim" to "primary".
2964         * find/parser.c (insert_fprintf): For 'c' format, don't lose the
2965         need_stat information.  From Chapman Flack.
2967         * doc/find.texi perm.texi: New files.
2968         * configure.in: Configure the doc directory.
2970         * find/pred.c (pred_regex): Check that the regex matched the whole
2971         file name.
2973 Wed Oct 12 17:13:47 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
2975         * find/find.c (main): Tell what the invalid arg is.
2976         From Kaveh Ghazi.
2978 Fri Oct  7 12:33:24 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2980         * find/parser.c: Add -mount as an alias for -xdev.
2981         From Klaus.Steinberger@physik.uni-muenchen.de (Klaus Steinberger).
2983         * lib/modechange.c: Make umask_value unsigned short.
2985         * xargs/xargs.c: Use symbolic constants in longopts.
2986         From Chapman Flack.
2988 Wed Oct  5 11:23:09 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2990         * xargs/xargs.c (main, read_line, read_string, do_exec): Pass 
2991           along the lengths of the args.
2992           (main): Calculate length of replace_pat.
2993           (push_arg, do_insert): Use those lengths instead of calculating
2994           them. 
2996 Tue Oct  4 10:02:05 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
2998         * locate/updatedb.sh Makefile.in: Add substitutions to get
2999           the transformed program names.
3001         * xargs/xargs.c: Put back the global variables for now.
3002         Rename some variables.  Increase default args_per_exec.
3003         Use boolean where applicable.
3004         (main): Reduce default arg_max by 2048 for POSIX.2.
3005         (read_string): Don't check EOF string.
3006         (read_line, read_string): Take initial args size into account.
3008 Sat Oct  1 17:43:13 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
3010         * find/pred.c (launch): Use pid_t.
3012         * xargs/xargs.c (EOF_STR): Define and use.
3013         [__STDC__]: Declare xrealloc and xmalloc using void *.
3014         * find/defs.h: Likewise.
3016         * find/defs.h: Only declare stpcpy if !HAVE_STPCPY.
3018         * xargs/xargs.c: Replace most global variables with structure
3019           pointers passed as arguments.  Use pid_t.
3020         * lib/wait.h: Include sys/wait.h if HAVE_SYS_WAIT_H.
3021         * configure.in: Call AC_TYPE_MODE_T and AC_HEADER_SYS_WAIT.
3023         * xargs/xargs.c: Improve paging performance and memory
3024           fragmentation by building command arguments in a pre-allocated
3025           buffer and re-implementing the child pid list as an expandable
3026           array.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
3028 Thu Sep 29 11:38:07 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
3030         * xargs/xargs.c [__STDC__]: Prototype declarations.
3032 Wed Sep 28 11:25:53 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
3034         * find/fstype.c [AFS, __STDC__]: Fix definition of _VICEIOCTL.
3036 Tue Sep 27 08:14:27 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
3038         * find/fstype.c (fstype_to_string): Add more cases.  Use
3039           INITMOUNTNAMES if defined.
3040         * find/defs.h: Change boolean typedef from char to int.
3041         * configure.in: Check for mktime.
3043 Tue Sep 27 01:20:28 1994  Kaveh R. Ghazi  (ghazi@noc.rutgers.edu)
3045         * configure.in: Add AC_HEADER_STAT.
3046         * lib/listfile.c, lib/modetype.h: Add STAT_MACROS_BROKEN.
3048         * find/pred.c: Move the inclusion of defs.h ahead of the first
3049           test of _POSIX_VERSION.
3051         * lib/xgetcwd.c: Remove _POSIX_VERSION, rely only on HAVE_GETCWD.
3053 Mon Sep 26 16:43:01 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
3055         * configure.in: Add AC_CONFIG_HEADER.
3056         * find/*.c locate/*.c xargs/*.c: Include config.h.
3057         * locate/updatedb.sh: Add --version; --old -> --old-format.
3059 Sun Sep 25 23:43:37 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
3061         * find/* [__STDC__]: Prototype declarations.
3063         * locate/updatedb.sh: Account for renaming code and frcode.
3065         * find/find.c (process_path): Store dev and ino of directories in
3066           current branch to avoid symlink loops.  From DJ Delorie
3067           <dj@ctron.com>.
3068           (process_dir): If following symlinks, don't cd to ..; instead,
3069           cd to the starting directory and then to the parent directory.
3070           (main) [HAVE_FCHDIR]: Save the dev, ino of the starting directory.
3071           (process_top_path) [HAVE_FCHDIR]: Use it.
3072         * find/pred.c (launch) [HAVE_FCHDIR]: Likewise.
3073         * defs.h [HAVE_FCHDIR]: Declare starting_desc instead of starting_dir.
3074         * configure.in: Check for dev_t, ino_t, fchdir, fcntl.h.
3076 Fri Sep 23 11:55:38 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
3078         * lib/listfile.c: Change #ifdef S_IFLNK to #ifdef S_ISLNK.
3079         From Andreas Luik <luik@isa.de>.
3081 Thu Sep 22 11:42:40 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
3083         * locate/locate.c (last_literal_end): Dynamically allocate enough
3084           memory for the subpattern.
3086 Wed Sep 21 06:12:56 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
3088         * locate/locate.c (locate): Warn if database is >8 days old.
3089         From Ian Lance Taylor.
3091         * xargs/xargs.c (do_exec), find/pred.c (launch): Set SIGCHLD to
3092           default.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
3093         * find/find.c pred.c util.c lib/listfile.c: Remove fflush(stdout)
3094           calls before error.  error does it, and doesn't trash errno.
3095           From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
3097         * find/fstype.c (filesystem_type_uncached): Don't trust mtab dev
3098           number on HPUX.  From Andreas Luik <luik@isa.de>.
3099           (filesystem_type_uncached): Don't cache unknown file system
3100           types.  From casper@fwi.uva.nl (Casper Dik).
3102         * locate/updatedb.sh: Collect results in temp file and rename it
3103           atomically.  From Andreas Luik <luik@isa.de>.
3105         * xargs/xargs.c (parse_num): Print a long using %ld.  From Jim
3106           Meyering.
3108         * find/defs.h find.c parser.c pred.c util.c, lib/nextelem.c:
3109           Emulate strchr and strrchr with index and rindex, not vice versa.
3111         Remove man directory; move man pages to the directories of the
3112         programs they document.
3114         * locate/frcode.c: Renamed from code.c.
3115         * locate/frcode.c (put_short): Renamed from puthalfword.
3116         * locate/locate.c (get_short): Renamed from gethalfword.
3117         (last_literal_end): Renamed from patprep.
3118         (locate): Recognize old-format databases too.
3119         * locate/locatedb.h: Add defines for old-format databases.
3120         * locate/bigram.c locate/code.c: Put back programs to create
3121         old-format databases.
3122         * locate/updatedb.sh: Take --old option to use them.
3124 Tue Sep 20 15:41:11 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
3126         * configure.in: Update for Autoconf v2.
3127         * find/pred.c lib/savedir.c: Use new symbols for dir header.
3128         * locate/updatedb.sh: Add --help option.
3130 Sun Feb 13 11:21:58 1994  Jim Meyering  (meyering@comco.com)
3132         * man/Makefile.in [man1ext, man5ext]: Set man5ext (not man1ext) to 5.
3134 Sun Aug  1 22:30:55 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3136         * bigram.c: File removed.
3137         * getline.c, memcmp.c, locatedb.h, updatedb.1, locatedb.5: New files.
3138         * updatedb.sh: Take command line options.
3139         Don't do bigram compression.
3140         * code.c, locate.c: Don't do bigram compression.
3141         Write and read counts in network byte order.
3142         Handle arbitrarily long paths.
3143         Use a magic number at the start of the databases.
3145 Thu Jul 29 20:44:53 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3147         * Makefile.in (config.status): Run config.status --recheck, not
3148         configure, to get the right args passed.
3150 Thu Jul 22 12:53:12 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3152         * listfile.c (list_file): Print inode as a long.
3154 Wed Jul 14 14:14:45 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3156         * fstype.c [STDC_HEADERS]: Include stdlib.h.
3158         * Move unistd.h include from parser.c and pred.c to defs.h.
3160 Wed Jun 30 14:14:47 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3162         * updatedb.sh: Construct PRUNEREGEX from PRUNEPATHS with sed.
3163         Prune /afs.  Change NFSUSER to NETUSER and NFSPATHS to NETPATHS.
3165 Tue Jun 29 12:19:58 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3167         * pred.c (pred_fprintf): Abort in switch if `c' is not A, C, or T.
3169 Mon Jun 28 00:18:52 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3171         * fstype.c (in_afs) [AFS]: New function, derived from code by
3172         Sanjay Ramamurthy <ramams@rpi.edu>.
3173         (filesystem_type_uncached) [AFS]: Call it if the fs type is
3174         otherwise unknown.
3176         * parser.c (parse_size): Recognize b and w suffixes for dd
3177         compatibility. 
3179         * code.c (puthalfword): New function.
3180         (main): Call it.
3181         * locate.c (gethalfword): New function.
3182         (locate): Call it.
3183         From ifado!wb@germany.eu.net (Wilhelm B. Kloke).
3185         * listfile.c: Include pathmax.h.
3186         (get_link_name): Always allocate PATH_MAX + 1 bytes for
3187         readlink buffers.
3188         * pred.c (pred_fprintf, insert_lname): Call get_link_name.
3190         * fstype.c (filesystem_type, filesystem_type_uncached),
3191         listfile.c (list_file): Take an arg for the path to access.
3192         * pred.c (pred_ls, pred_fstype, pred_fprintf): Pass it.
3194         * find.c (process_dir): Renamed from scan_directory.
3196         Changes from jrs@world.std.com (Rick Sladkey) to chdir into
3197         subdirectories instead of using string concatenation, for speed:
3198         * find.c (process_top_path): New function.
3199         (main): Call it, and xgetcwd.
3200         (process_path, scan_directory): Take new arg, the pathname
3201         relative to ".".  Use it and pass it on.
3202         * pred.c (pred_and, pred_comma, pred_negate, pred_or,
3203         pred_xtype, pred_fprintf, pred_empty, insert_lname):
3204         access rel_pathname instead of pathname.
3205         (launch): chdir to starting_dir.
3206         * defs.h: Declare rel_pathname and starting_dir.
3207         * find.c: Define them.
3209         * xgetcwd.c: New file.
3211         * updatedb.sh: Recognize -fstype NFS as well as nfs.
3212         * locate.c (patprep): Skip trailing character classes correctly.
3213         From luik@pharao.stgt.sub.org (Andreas Luik).
3215         * parser.c (parse_group): Make gid a gid_t, not short or int.
3216         (parse_nogroup): Cast gid to unsigned when using it as an array index.
3217         (parse_user, parse_nouser): Similar changes for uid.
3218         * defs.h: Use uid_t and gid_t.
3220         * parser.c (parse_help): New function.
3221         (parse_table):  Add --version, -help, and --help options.
3222         Rename struct parser_table_t to struct parser_table.
3223         (parse_version): Exit after printing message, on
3224         stdout not stderr.
3226         * xargs.c, locate.c (main, usage): Add --version and --help
3227         options.
3229 Wed Mar 31 22:39:57 1993  Jim Meyering  (meyering@comco.com)
3231         * parser.c: Define isascii macro to be 1 also if STDC_HEADERS.
3232         * xargs.c: Ditto.
3234 Wed Mar 31 16:04:07 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3236         * pred.c (pred_fprintf): If curdepth is 0, don't nuke
3237         segment->text; nuke cp.
3239 Mon Mar 29 15:57:20 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3241         * Version 3.8.
3243 Fri Mar 26 16:36:59 1993  David J. MacKenzie  (djm@hal.gnu.ai.mit.edu)
3245         * pred.c (pred_ilname, pred_iname, pred_ipath): New functions.
3246         (pred_table): Add them.
3247         (insert_lname): New function.
3248         (pred_lname): Call it.
3249         * parser.c (parse_ilname, parse_iname, parse_ipath,
3250         parse_iregex): New functions.
3251         (parse_table): Add them.
3252         (insert_regex): New function.
3253         (parse_regex): Call it.
3255         * fstype.c (filesystem_type): Cache previous result.
3256         (filesystem_type_uncached): New function.
3257         pred.c (pred_fstype, pred_fprintf): Adjust callers to not cache.
3259         * parser.c: Don't define const.
3261         * fstype.c [FSTYPE_STATFS] (fstype_to_string): #ifdef
3262         MOUNT_PC for 386bsd.
3264 Thu Mar 25 18:32:24 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3266         * parser.c (parse_regex): If ignore_case, set up a translate
3267         table for the regex.
3269         * defs.h: Include string.h or strings.h.
3270         * find.c fstype.c parser.c pred.c util.c: Don't.
3272         * nextelem.c [index]: Don't redefine.
3274 Wed Mar 24 17:47:10 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3276         * xargs.c (wait_for_proc): Exit with a nonrunnable command's exit
3277         status, not the wait status value.  From
3278         Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>.
3280         * parser.c (make_segment, insert_fprintf), pred.c
3281         (pred_fprintf): Add '%F' to print filesystem type.
3283         * parser.c (parse_fprintf): Check if second arg is missing.
3285 Tue Mar 23 13:18:08 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3287         * pred.c (pred_fprintf): For %P, don't move past an assumed
3288         slash if the ARGV element ends with one, because in that case
3289         we didn't add one.
3291         * parser.c (parse_printf): Check for missing arg.
3292         From smj@cats.com (Steve James).
3294         * parser.c: Add #ifdef around atol decl for Linux.
3296 Fri Dec 11 08:17:07 1992  Jim Meyering  (meyering@comco.com)
3298         * defs.h: Remove dcl of process_path.
3299         * find.c: Put dcl of p
3301         * pred.c (pred_fprintf): Don't print "\n" unless it's in the
3302         format string.
3304 Mon Oct 21 22:30:35 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3306         * defs.h, parser.c, pred.c: Rename some types that conflict
3307         with reserved POSIX.1 namespace (ended in _t).
3309         
3310         
3311 Thu Oct 17 22:39:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3313         * xargs.c: Don't determine memory.h based on POSIX, which
3314         doesn't mention it.
3316 Sat Oct  5 16:11:05 1991  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3318         * parser.c (parse_perm): Parse new `-perm +mode' notation.
3319         * pred.c (pred_perm): Interpret same.
3321 Fri Sep 13 14:58:27 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
3323         * xargs.c [POSIX]: Always use sysconf to get ARG_MAX.
3325 Thu Sep  5 23:57:06 1991  David J. MacKenzie  (djm at apple-gunkies)
3327         * bigram.c, code.c (main): Make path_max int, not unsigned.
3328         * locate.c (main): Check for pathconf failure.
3330 Thu Sep  5 11:54:44 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3332         * parser.c (insert_fprintf): Add `\\' escape and fixed `%%'
3333         interpretation.
3334         * pred.c (pred_fprintf): fixed off-by-one indexing problem
3335         when handling [gGuU] printf formats.
3337 Wed Aug 28 20:53:57 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3339         * Version 3.2.
3341 Mon Aug 26 18:57:32 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
3343         * bigram.c, code.c: Fix handling of PATH_MAX.
3344         Check for anomalous input line lengths.
3345         From Bruce Evans.
3347 Fri Aug 23 11:00:18 1991  David J. MacKenzie  (djm at apple-gunkies)
3349         * pred.c (pred_fprintf): Round block number up to get K.
3351 Thu Aug 22 10:46:30 1991  David J. MacKenzie  (djm at apple-gunkies)
3353         * pred.c (pred_fprintf, pred_lname) [_AIX]: Allocate PATH_MAX
3354         byte for link object since st_size is wrong.
3356         * listfile.c (list_file): Don't convert blocks to kilobytes if
3357         env. var POSIX_ME_HARDER is defined.
3359         * fstype.c [FS_AIX_STATFS]: New case.
3361         * configure: Make sure the sys/mount.h is the 4.4BSD version
3362         with grep instead of just testing whether it exists.
3364         * listfile.c (list_file): Add 1 to number of 512-byte blocks
3365         before dividing to get 1K blocks (so we round up, not down).
3367 Wed Aug 21 13:02:46 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3369         * Version 3.1.
3371         * parser.c (parse_fprintf), pred.c (pred_fprintf): Add %k
3372         conversion to print 1K blocks.
3374         * listfile.c: Print counts of 1K blocks, for consistency with
3375         new fileutils release.  Bad timing, there.
3377         * Version 3.0.
3379         * pred.c [VOID_CLOSEDIR]: Fake a return value for closedir,
3380         which returns void on some systems, like Sequents.
3381         * configure: Check sys/dir.h for 'void closedir'.
3383 Thu Aug 15 16:07:46 1991  David J. MacKenzie  (djm at frob)
3385         * modetype.h: Define POSIX.1 stat stuff if missing.
3386         * pred.c, parser.c, find.c, fstype.c: Don't define it.
3387         * updatedb.sh: Use a variable substitution method like configure's.
3388         * Makefile.in: Add datadir variable to separate programs from
3389         data file.
3391         * parser.c, pred.c: Rename -fulldays to -daystart.
3393         * defs.h, find.c, parser.c, pred.c: Add many new predicates
3394         from Jay Plett (jay@princeton.edu).
3396 Wed Aug 14 14:37:06 1991  David J. MacKenzie  (djm at bleen)
3398         * parser.c (parse_size), pred.c (pred_size), defs.h (struct
3399         size_t): Allow `k' to follow number to measure size in Kbytes.
3400         * parser.c (parse_size, get_num, insert_num), defs.h (struct
3401         size_t): Use enum comparison_type instead of short.
3403 Fri Aug  9 00:49:32 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3405         * xargs.c (read_line): Use isblank, to support POSIX locales.
3407         * fstype [FS_STATVFS]: New code for SVR4, from slootman@dri.nl
3408         (Paul Slootman).
3409         * configure: Figure out when to use it.
3411         * configure: Check for st_blocks in struct stat.
3412         * listfile.c (ST_NBLOCKS): New macro.
3413         (list_file): Print file's block count.
3414         Use S_ISLNK instead of S_IFLNK.
3415         * fileblocks.c: New file, from fileutils.
3417 Thu Aug  8 17:20:19 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3419         * parser.c, pred.c [CACHE_IDS]: Optional code to turn uid and
3420         gid lookups into table lookups.
3422 Wed Aug  7 00:22:29 1991  David J. MacKenzie  (djm at wheat-chex)
3424         * configure, Makefile.in's: Support +srcdir option via VPATH.
3425         Clean up clean targets.
3427 Sat Jul 20 01:11:51 1991  David J. MacKenzie  (djm at apple-gunkies)
3429         * configure: Filter /etc and /usr/etc from path.
3431         * xargs.c (wait_for_proc): Fix handling of child exit status.
3432         (main): Exit with a nonzero status if any child did.
3434         * pred.c (launch): Flush stdout and stderr before forking.
3436         * fstype.c (filesystem_type) [FS_MNTENT]: Skip entries of
3437         type "ignore".
3439 Fri Jul 19 22:53:42 1991  David J. MacKenzie  (djm at bleen)
3441         * pred.c, locate.c: Use fnmatch instead of glob_match.
3442         * fnmatch.c, fnmatch.h: New files.
3444         * Many files: Use string.h if STDC_HEADERS, as well as if USG.
3446         * locate.c, code.c, bigram.c: Possibly use pathconf to get
3447         PATH_MAX.  Use malloc to allocate path arrays.
3449         * xargs.c: Possibly use sysconf to get ARG_MAX.
3450         (env_size): Make definition unconditional.
3451         (main): Do arg_max adjustment that can't be done with
3452         preprocessor now that ARG_MAX might be a function call.
3453         (do_exec): Exit with status 126 or 127 after failed exec, for
3454         POSIX.2 draft 11.1.
3456         * xargs.c, pred.c, listfile.c: Use POSIX, not UNISTD_MISSING.
3457         * wait.h: Use POSIX, not WAIT_MACROS_MISSING.
3459         * COPYING: Use version 2.  Update all files.
3461         * Replace Makefile and lib/Makefile with Makefile.in,
3462         lib/Makefile.in and configure.  Update README.
3464 Fri Apr  5 12:49:09 1991  David J. MacKenzie  (djm at apple-gunkies)
3466         * Version 2.2.
3468 Fri Mar 15 20:44:45 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
3470         * xargs.c (main): Always run the command if some args are left over.
3471         Rename some variables.
3473 Fri Jan 18 03:35:57 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
3475         * bigram.c, code.c, locate.c: Use LIMITS_MISSING, not
3476         _POSIX_SOURCE, to decide whether to include limits.h.
3478         * parser.c, pred.c, listfile.c: Use POSIX, not _POSIX_SOURCE,
3479         to decide whether to declare getpwuid and getgrgid.
3481         * xargs.c: Use POSIX, not _POSIX_SOURCE, to determine whether
3482         to include memory.h.
3484 Sat Jan 12 04:12:34 1991  David J. MacKenzie  (djm at wookumz.ai.mit.edu)
3486         * defs.h, find.c, parser.c, pred.c: Remove -permmask option.
3488 Thu Jan 10 04:32:52 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
3490         * wait.h: Include sys/types.h to get pid_t.
3492         * xargs.c [USG && !STDC_HEADERS]: Only include memory.h if not
3493         _POSIX_SOURCE.
3495 Tue Jan  1 23:53:32 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
3497         * Version 2.1.
3499 Wed Dec 26 03:25:51 1990  David J. MacKenzie  (djm at apple-gunkies)
3501         * locate.c, bigram.c, code.c: Attempt to get max. path length
3502         on more kinds of systems, incl. POSIX.
3504         * pred.c, listfile.c, xargs.c: Get some decls from unistd.h,
3505         if available. 
3507         * find.c, defs.h: Make `cur_day_start' a time_t, not long.
3509 Fri Dec 21 01:49:12 1990  David J. MacKenzie  (djm at egypt)
3511         * defs.h, parser.c: Remove unused field from `struct exec_t'.
3513         * xargs.c: Add +no-run-if-empty option to cause the command to
3514         not be run if the input is empty.
3516         * defs.h (struct exec_t): Change the array of offsets into an
3517         array of `struct path_arg'.
3518         * parser.c (insert_exec_ok): Fill in new fields, to allow "{}"
3519         to be substituted (multiple times) anywhere in an arg to -exec
3520         or -ok.
3521         * pred.c (pred_exec): Add code to substitute "{}" within args.
3522         (pred_ok): After prompting, just run pred_exec.
3524 Thu Dec 20 02:32:09 1990  David J. MacKenzie  (djm at egypt)
3526         * fstype.c (filesystem_type) [FS_MNTENT]: Allow for optional
3527         "0x" at front of "dev=" mount option, which amd puts there but
3528         Sun automounter doesn't.
3530 Sat Dec 15 19:01:12 1990  David J. MacKenzie  (djm at egypt)
3532         * find.c (main), util.c (usage): Make directory args optional,
3533         defaulting to ".".
3535 Sat Dec 15 18:36:29 1990  David J. MacKenzie  (djm at apple-gunkies)
3537         * listfile.c: Define major and minor if not defined (as in POSIX).
3539 Mon Dec  3 01:04:35 1990  David J. MacKenzie  (djm at alborz)
3541         * find.c, fstype.c, parser.c, pred.c, util.c: Flush stdout before
3542         writing to stderr, in case they have been redirected to the
3543         same file descriptor.
3545         * pred.c (launch): Use POSIX wait macros from wait.h.
3547         * xargs.c (print_xargs): Read from tty_stream, not stdin.
3549 Tue Nov 20 16:48:24 1990  David J. MacKenzie  (djm at apple-gunkies)
3551         * Version 2.0.
3553         * fstype.c [FS_USG_STATFS]: New code.
3554         [FS_STATFS]: For symlinks, statfs the directory the link is in
3555         instead of the link.
3556         * Various files: Conditionalize some declarations on
3557         STDC_HEADERS or _POSIX_SOURCE.
3559 Fri Nov 16 12:24:43 1990  David J. MacKenzie  (djm at egypt)
3561         * modetype.h: New file.
3562         parser.c, pred.c: Use it.
3564 Thu Nov 15 18:05:54 1990  David J. MacKenzie  (djm at apple-gunkies)
3566         * xmalloc.c: New file from fileutils.
3568         * fstype.c (fstype_to_string): Add case for MFS.
3569         (filesystem_type): Take a pathname as a second arg.
3570         [FS_STATFS] return "unknown" instead of exiting if statfs
3571         fails because of ENOENT.
3572         * pred.c (pred_fstype): Pass the pathname.  Set current_dev.
3573         * find.c (process_path): Make root_dev local again.
3575 Mon Nov 12 02:54:00 1990  David J. MacKenzie  (djm at apple-gunkies)
3577         * pred.c (pred_fstype): Free old fs type.
3579         * fstype.c, pred.c (pred_fstype), parser.c (parse_fstype): 
3580         Reread the file system type info. every time a filesystem
3581         mount point is crossed, to allow for automounting.
3583         * xstrdup.c: New file from fileutils.
3585         * find.c (process_path): Rename root_dev to current_dev and
3586         make it global, for -fstype.
3588         * wait.h: New file taken from xargs.c.
3590         * xargs.c: Make limits.h vs. sys/param.h conditional on
3591         LIMITS_MISSING instead of USG, to accomodate SVR2.
3593 Thu Nov  8 11:52:22 1990  David J. MacKenzie  (djm at apple-gunkies)
3595         * parser.c, pred.c, listfile.c: If not _POSIX_SOURCE, declare
3596         getpwuid and getgrgid.  Use them.
3598         * listfile.c: If not _POSIX_SOURCE, define S_ISDIR and
3599         S_ISBLK.  Use them. 
3601         * find.c: Use S_ISDIR instead of S_IFDIR, and define if not
3602         _POSIX_SOURCE. 
3604         * Makefile: Define AR and RANLIB and pass to child makes.
3605         lib/Makefile: Use them.
3607         * xargs.c (WIFSIGNALED): Redefine so it works.
3609 Mon Nov  5 00:02:01 1990  David J. MacKenzie  (djm at apple-gunkies)
3611         * find.c (process_path): For -xdev, process filesystem
3612         mountpoints (but don't descend them), instead of skipping them
3613         entirely. 
3615         * find.c, parser.c, defs.h: Add -follow predicate.
3617         * xargs.c: Change ifdefs to support STDC POSIX systems.
3619 Sat Nov  3 20:18:05 1990  David J. MacKenzie  (djm at apple-gunkies)
3621         * xargs.c (do_exec): Child process exits with status 255, not
3622         127, if command can't be run.
3624 Fri Nov  2 02:11:42 1990  David J. MacKenzie  (djm at apple-gunkies)
3626         * xargs.c: Exit with status 127 if running commmand fails, as
3627         required by POSIX.
3629         * fstype.c: Support -fstype for Ultrix (-DFS_GETMNT).
3630         Sun/BSD code is now -DFS_MNTENT.
3632 Thu Nov  1 13:06:01 1990  David J. MacKenzie  (djm at egypt)
3634         * Reorganize into subdirectories and add xargs.  Rewrite Makefiles.
3636         * find.c (process_path, main): Allow a maxdepth of 0, meaning
3637         only process command line args.
3639         * parser.c, pred.c: Add -print0 predicate.
3641         * xargs.c: Add -0 option and long options.  Move standard
3642         library functions into separate files.  Use error instead of
3643         fatal and fprintf/perror.  Use POSIX macros for examining exit
3644         status from wait.
3645         (read_string): New function.
3647 Fri Sep 21 10:21:09 1990  David J. MacKenzie  (djm at apple-gunkies)
3649         * find.c (process_path): Take DEPTH as an arg instead of ROOT,
3650         and change callers.
3652 Thu Sep 20 23:58:47 1990  David J. MacKenzie  (djm at apple-gunkies)
3654         * parser.c (parse_maxdepth): New function.
3655         * find.c (process_path): If -maxdepth was given, don't go
3656         more than that many levels deep.
3657         * defs.h: Declare maxdepth.
3659 Wed Sep 12 02:12:31 1990  David J. MacKenzie  (djm at apple-gunkies)
3661         * parser.c: Add -not as synonym for !.
3663 Sun Aug 26 06:16:08 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
3665         * Makefile (TAGS): New target.
3667 Sun Aug 12 00:32:01 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3669         * xargs.c (main): Tell getopt to not permute.
3671 Sat Aug  4 21:43:45 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
3673         * parser.c (parse_perm), pred.c (pred_perm): Always compare
3674         bits 07777.
3676         * locate.c, Makefile: Rename 'fastfind' program to 'locate',
3677         following comment in POSIX.2 draft 10 rationale for find.
3679 Wed Jul 25 18:45:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3681         * listfile.c (getuser, getgroup): Make uid and gid unsigned
3682         short, not int.
3684 Mon Jul 16 13:40:13 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3686         * defs.h: Don't declare fprintf and printf, in case they have
3687         prototypes in stdio.h (important for functions that use stdarg).
3689 Sun Jul 15 23:39:39 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3691         * parser.c (parse_and): New function, for compatibility.
3693 Wed Jul  4 00:17:57 1990  David J. MacKenzie  (djm at apple-gunkies)
3695         * find.c (main): Only enclose expressions that produce no side
3696         effects within `( ... )'.
3698 Tue Jul  3 01:59:39 1990  David J. MacKenzie  (djm at apple-gunkies)
3700         * parser.c (strspn): Stop when end of string reached.
3702         * Version 1.2.
3704         * Move version number from Makefile to new file version.c.
3705         * parser.c: Recognize new -version predicate.
3707         * find.c (main): If no predicates that produce output are
3708         given, default to -print if the entire expression is true, not
3709         just the last part of an alternation.
3710         * Print the names of predicates with invalid arguments.
3712 Mon Jul  2 23:48:17 1990  David J. MacKenzie  (djm at apple-gunkies)
3714         * pred.c: Don't check for invalid comparison types in numeric
3715         predicate functions.
3717 Thu Jun 28 00:34:57 1990  David J. MacKenzie  (djm at apple-gunkies)
3719         * parser.c (parse_regex): Set fastmap and translate before
3720         compiling regex.
3722 Mon Jun 25 18:08:59 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3724         * fastfind.c (fastfind): Initialize count to 0.
3726         * lib/updatedb.sh: Only do regex comparison on directories,
3727         for speed.
3729         * listfile.c (list_file): Truncate user and group name to 8 chars.
3731 Sun Jun 24 13:51:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3733         * Version 1.1.
3735         * Makefile [DISTFILES]: Add COPYING.
3737 Fri Jun 22 03:54:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3739         * Version 1.0.
3741 Tue Jun 19 03:55:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3743         * lib/updatedb.sh: Prune entries that match PRUNEREGEX.
3744         Split up finding files from computing bigrams.
3745         Use redirection instead of nonportable grep -s to detect sort
3746         failure.  Optionally search network filesystems as well as
3747         local ones.
3749         * pred.c (pred_regex): Match against full pathname instead of
3750         just last element.
3751         * util.c (basename): Return "/", not "", if given "/".
3753         * find.c (process_path): Fix error in handling "/" directory.
3755 Mon Jun 18 01:49:16 1990  David J. MacKenzie  (djm at apple-gunkies)
3757         * parser.c [STRSPN_MISSING] (strspn): New function.
3759 Sun Jun 17 13:54:09 1990  David J. MacKenzie  (djm at apple-gunkies)
3761         * listfile.c: New file.
3762         * parser.c (parse_ls): New function.
3763         * pred.c (pred_ls): New function.
3765         * find.c (main): Remove interface to fastfind, to prevent
3766         conflict with POSIX syntax.
3767         * util.c (usage): Remove fastfind syntax from message.
3768         * fastfind.c (main): New function.
3769         * Makefile: Make fastfind a separate program.
3771         * find.c (main): Print correct message if a predicate arg is
3772         missing. 
3774         * parser.c (insert_exec_ok): Make args that start with a ';' but
3775         contain other characters not terminate the command.
3777 Fri Jun 15 00:33:45 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3779         * fstype.c: If MOUNTED isn't defined but MNT_MNTTAB is, use it
3780         instead.  True for HP/UX, at least.
3782 Thu Jun 14 10:10:25 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3784         * savedir.c: New file; now find won't run out of file
3785         descriptors in deep trees.
3786         * find.c (process_path): Use savedir.
3788 Sat Jun  9 03:15:21 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3790         * parser.c (parse_permmask): Allow symbolic mode masks.
3791         (parse_perm): Free 'struct change' when done with it.
3792         (get_oct): Function removed.
3794         * find.c (process_path): Allow arbitrarily-long filenames.
3795         More efficient string copying.  Initialize perm_mask to 07777
3796         instead of -1.
3798 Thu Jun  7 04:22:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3800         * Makefile, find.c: Use DIRENT to control whether <dirent.h>
3801         is used.
3803 Thu May 31 04:46:11 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3805         * parser.c (parse_regex): New function.
3806         * pred.c (pred_regex): New function.
3808         * fstype.c (read_mtab): If mtab entry has a "dev=" option
3809         (like in SunOS 4.1), use it, so there is no need to stat the
3810         special file later on.
3811         (xatoi, strstr): New functions.
3813 Mon May 21 01:04:42 1990  David J. MacKenzie  (djm at abyss)
3815         * lib/updatedb.sh: Put BINDIR in PATH.
3817         * fstype.c: Do nothing if MNTENT_MISSING is defined.
3819         * fstype.c: New file.
3820         * parser.c (parse_fstype): New function.
3821         * pred.c (pred_fstype): New function.
3823         * parser.c (parse_newer): Failure to stat -newer file is a
3824         fatal error.
3826         * pred.c (pred_ok): Flush output before reading.  Use getchar
3827         instead of scanf.
3829         * pred.c (pred_prune): Return false if -depth given.
3830         * find.c: Apply the predicates to the dir when -depth and
3831         -prune are given.
3833 Sun May 20 19:55:30 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3835         * pred.c (pred_prune): Set new global var `stop_at_current_level'.
3836         * find.c (process_path): Test and reset it.
3838 Fri May 18 01:56:17 1990  David J. MacKenzie  (djm at abyss)
3840         * modechange.c, modechange.h: New files.
3841         * parser.c (parse_perm): Use mode_compile and mode_adjust to
3842         parse arg, to allow symbolic mode for POSIX.
3844 Thu May 17 02:07:44 1990  David J. MacKenzie  (djm at abyss)
3846         * parser.c (get_oct): Don't consider an empty string a valid number.
3848         * parser.c (parse_perm): If arg starts with '-', set flag bit
3849         for special comparison (POSIX).
3850         * pred.c (pred_perm): If flag bit set, compare s[ug]id &
3851         sticky bits as well, and return true if the given perms are
3852         set, ignoring other bits.
3854         * find.c: New global var `exit_status'.  Use it.  (POSIX)
3855         * parser.c: Set `exit_status' if lstat on -newer file fails.
3857         * fastfind.c: New file.
3858         * find.c (main): Call fastfind if given only 1 arg.
3859         * util.c (usage): Update message. 
3860         * lib/{Makefile,updatedb.sh,bigram.c,code.c}: New files.
3861         * Makefile: Add 'all' and 'install' targets.
3863 Wed May 16 23:23:35 1990  David J. MacKenzie  (djm at abyss)
3865         * parser.c (parse_nogroup, parse_nouser): Implement.
3866         * pred.c (pred_nogroup, pred_nouser): Implement.
3868 Mon May 14 00:09:35 1990  David J. MacKenzie  (djm at abyss)
3870         * find.c: Add variable `stay_on_filesystem' for -xdev.
3871         (process_path): Take an arg determining whether this call is
3872         the root of a tree.  Use lstat instead of stat.  If
3873         stay_on_filesystem, don't process a dir on a different
3874         filesystem. 
3876         * parser.c (parse_newer): Use lstat instead of stat.  Is this right?
3877         (parse_xdev): Set stay_on_filesystem.
3879         * parser.c: Add dummy parse_nogroup, parse_nouser,
3880         parse_prune, and parse_xdev; to be written later.
3881         * pred.c: Add dummy pred_nogroup, pred_nouser, pred_prune.
3883         * find.c: Support System V directory library/headers.
3885         * find.c (process_path): Don't continue with a file that stat
3886         fails on.
3888         * defs.h, parser.c, pred.c: Change 'u_long' and 'u_short' to
3889         'unsigned long' and 'unsigned short'.
3890         * find.c, defs.h: Remove 'convert_glob' variable.
3891         * parser.c (parse_fullregex): Function removed.
3892         (parse_name): Remove regular expression code.
3893         (parse_type): Recognize sockets.
3894         Add code to check for missing arguments to many parse_* functions.
3895         * pred.c (pred_name): Use glob_match instead of regex.
3897 Sun May 13 17:45:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3899         * Replace fprintf, simple_error, and mem_error with error and
3900         usage. 
3902         * Fix string header includes for USG.
3904 Tue Mar 27 12:40:29 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3906         * defs.h: Change some #defines to enums.
3908 Sun Mar 25 22:08:58 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3910         * find.c (main): Don't take basename of argv[0].
3912         * util.c (xmalloc): New function.
3913         * find.c, parser.c, utils.c: Use xmalloc instead of malloc.
3915         * pred.c: Remove emulation of regex for BSD and use GNU
3916         library version in regcmp.c instead.
3917         * parser.c: Remove emulation of regcmp for BSD and use GNU
3918         library version in regcmp.c instead.
3919         * Makefile: Link with regex.o and regcmp.o.
3920         Add a DISTFILES macro and dist target.
3922         * Indent source code.  Move RCS logs to this file.
3924 Wed Mar 21 09:30:18 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
3926         * xargs.c: Indent.  Comment and rename some global variables.
3927         (main): Use getopt to parse options.  Open new global var
3928         `tty_stream' to /dev/tty if querying requested.
3929         (print_args): Read response from tty_stream, not stdin.
3930         (xmalloc): New function.
3931         Global: Use xmalloc instead of malloc.
3932         (usage): Revise message.
3934 87/02/22  20:01:20  20:01:20  cire (Eric B. Decker)
3936         * pred.c: added guts to pred_size
3938 87/02/22  00:59:42  00:59:42  cire (Eric B. Decker)
3940         * pred.c: added guts to perm and permmask.
3942 87/02/21  23:02:21  23:02:21  cire (Eric B. Decker)
3944         * pred.c: made pred_name only look at the last component of
3945         the path.
3947 87/02/21  22:26:47  22:26:47  cire (Eric B. Decker)
3949         * pred.c: added guts to name.  useds regex and regcmp to do
3950         regular expression handling.
3952 87/02/21  00:17:21  00:17:21  cire (Eric B. Decker)
3954         * pred.c: added predicate newer
3956 87/02/20  11:40:07  11:40:07  cire (Eric B. Decker)
3958         * pred.c: added guts to pred_ok
3960 87/02/19  23:52:37  23:52:37  cire (Eric B. Decker)
3962         * pred.c: finished exec.
3964 87/02/22  20:01:09  20:01:09  cire (Eric B. Decker)
3966         * parser.c: added guts to parse_size
3968 87/02/22  00:59:16  00:59:16  cire (Eric B. Decker)
3970         * parser.c: added guts of perm and permmask.  added getoct
3971         routine for perm and permmask
3973 87/02/21  23:32:50  23:32:50  cire (Eric B. Decker)
3975         * parser.c: added -fre, -fullregex predicate to turn off
3976         globbing conversion
3978 87/02/21  23:01:01  23:01:01  cire (Eric B. Decker)
3980         * parser.c: reworked name so the regexpr pattern includes $ at
3981         the end to force globbing to work correctly.  End of the
3982         pattern refers to the end of the filename.
3984 87/02/21  22:25:34  22:25:34  cire (Eric B. Decker)
3986         * parser.c: added guts to name.  uses a conversion from
3987         globbing to regexp format.  uses regex and regcmp to actually
3988         to the comparison.
3990 87/02/21  00:17:11  00:17:11  cire (Eric B. Decker)
3992         * parser.c: added predicate newer
3994 87/02/20  11:39:35  11:39:35  cire (Eric B. Decker)
3996         * parser.c: added ok guts.  consolidated exec and ok to using
3997         insert_exec_ok
3999 87/02/19  00:20:54  00:20:54  cire (Eric B. Decker)
4001         * parser.c: minor bug in -fulldays predicate parser.  It
4002         should have set the flag full_days to true.
4004 87/02/22  00:58:32  00:58:32  cire (Eric B. Decker)
4006         * find.c: changed where we are setting perm_mask to -1.  need
4007         to make sure that this happens before every apply_predicate.
4009 87/02/21  23:32:11  23:32:11  cire (Eric B. Decker)
4011         * find.c: added error checking for no paths.  better error
4012         message if illegal ordering.
4014 87/02/21  22:19:58  22:19:58  cire (Eric B. Decker)
4016         * find.c: added global convert_glob
4018 87/02/22  20:00:12  20:00:12  cire (Eric B. Decker)
4020         * defs.h: added definition of BLKSIZE for size
4022 87/02/21  22:19:25  22:19:25  cire (Eric B. Decker)
4024         * defs.h: added global convert_glob for name