Don't need regexprops.c really...
[findutils.git] / ChangeLog
blob74fa93274ddae590099aebb0e00e0dbaf376fb50
1 2005-07-01  Jim Meyering  <jim@meyering.net>
3         With `-fprint F' or `-fprintf F', don't write diagnostics
4         to F when stderr is closed.
6         * find/parser.c: Include "stdio-safer.h".
7         (open_output_file): Use fopen_safer, not fopen.
8         * import-gnulib.sh (findutils_modules): Add stdio-safer.
10 2005-06-24  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
12         * locate/locate.c (visit_count, visit_limit): New functions.
13         (locate): Use visit_limit or visit_count. Simplify main loop.
14         (main) Bail out early when limit is reached.
16 2005-06-19  Dmitry V. Levin <ldv@altlinux.org>
18         * lib/savedirinfo.c: Fix two compilation warnings (which would 
19         prevent compilation if "-Wall -Werror" is in effect).
20         
21 2005-06-19  James Youngman  <jay@gnu.org>
23         * ChangeLog: Indicate that we made (are making) a release.
25         * ChangeLog, NEWS, configure.in: Preparing to release 4.2.23
27         * doc/find.texi: Fixed Texinfo syntax error in previous change
29         * doc/find.texi, xargs/xargs.1:
30         Document the fact that the -i and -L options are currently
31         incompatible (Savannah bug 13041).
33         * locate/updatedb.1, locate/updatedb.sh: Fix Savannah bug 13411 -
34         reject trailing slashes in updatedb's --prunepaths, bacsue these
35         will never be matched
37         * NEWS: Released findutils-4.2.23.
39         * doc/find.texi, xargs/xargs.1:
40         Document the fact that the -i and -L options are currently
41         incompatible (Savannah bug 13041).
43         * locate/updatedb.1, locate/updatedb.sh: Fix Savannah bug 13411 -
44         reject trailing slashes in updatedb's --prunepaths, because these
45         will never be matched.
47 2005-06-18  Martin Buchholz (trivial patch applied by James Youngman)
49         * find/defs.h, find/find.c, find/parser.c, doc/find.texi: Fix
50         typos/spelling errors (mostly in source code comments).
52 2005-06-18  Dmitry V. Levin  <ldv@altlinux.org>
54         Additional documentation tweaks for -execdir/-okdir actions.
55         * find/parser.c (parse_help): Mention -execdir and -ordir options.
56         * doc/find.texi, find/find.1: Additionally document new options.
57         
58 2005-06-12  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
60         * locate/locate.c: Implement --all (-A).
61         
62         * NEWS, doc/find.texi, locate/locate.1: Document locate --all (-A)
63         
64 2005-06-12  James Youngman  <jay@gnu.org>
66         * find/find.c, NEWS:
67         Savannah bug #13381 (Debian bug 313081): if we have O_NOFOLLOW,
68         safely_chdir() does not need to call stat().  However, process_dir()
69         used to rely on using that stat information.  To work around this
70         problem, there is now an output parameter in safely_chdir() which
71         indicates if the stat buffer is valid.
72         This bug has possible security implications.
74         * find/find.1, doc/find.texi:
75         Applied patch from Andreas Metzler, improving the wording for the
76         documentation of the %k and %b format directives.  This patch does
77         not require a copyright assignment as it consists of several
78         copies of the same small wording change.
80 2005-06-11  James Youngman  <jay@gnu.org>
82         * find/find.1: Corrected spelling error 'writeable' to 'writable'.
84         * find/find.1, locate/locate.1:
85         Fixed Savannah bug #13363, typos in manpages (trivial change)
87 2005-06-10  James Youngman  <jay@gnu.org>
89         * find/find.c, lib/savedirinfo.c, lib/savedirinfo.h: Switch to a
90         new scheme for saving directory entry data which is extensible to
91         allow additional data to be saved.
93 2005-06-09  James Youngman  <jay@gnu.org>
95         * locate/testsuite/config/unix.exp:
96         Use the new normalize_dir procedure throughout.
98         * locate/testsuite/config/unix.exp: Move the normalisation into a
99         procedure.  Don't rely on the "file normalize" command being
100         available (it's new in Tcl 8.4).
102 2005-06-08  James Youngman  <jay@gnu.org>
104         * ChangeLog, NEWS, configure.in: Updated for recent changes
106         * doc/find.texi:
107         Explain that you should put the argument of -name in quotes.
109         * find/find.1:
110         Added a new "NON-BUGS" section pointing out things that look like bugs
111         but are caused by mistakes or misunderstandings.
113         * doc/find.texi, locate/locate.1: Applied Bas van Gompel's patch
114         which allows the database to be read from stdin.
116         * locate/locate.c:
117         Read the database in by using the "visitor" pattern.  Modified file
118         header comment to indicate that we no longer use the efficient
119         algorith described in ;login:.  Emit an error message if the
120         LOCATE_PATH variable implies that we should read stdin twice.
121         Most of this code is from Bas van Gompel.
123         * AUTHORS: Credit Bas van Gompel for his work on locate.
125         * lib/printquoted.h: Appled patch from Bas - fixing compiler warning.
127 2005-06-07  James Youngman  <jay@gnu.org>
129         * ChangeLog, NEWS, configure.in: Updates prior to release
131         * config.rpath: Added file required for 'make dist'
133         * po/be.po, po/ca.po, po/da.po, po/de.po, po/el.po, po/eo.po,
134         po/es.po, po/et.po, po/fi.po, po/findutils.pot, po/fr.po,
135         po/ga.po, po/gl.po, po/hr.po, po/hu.po, po/id.po, po/it.po,
136         po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po, po/pl.po,
137         po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/rw.po, po/sk.po,
138         po/sl.po, po/sr.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po:
139         updated the po files for release
141         * xargs/testsuite/Makefile.am:
142         Added in all the test files from Dmitry V. Levin.
144 2005-06-08  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
146         * NEWS, locate/locate.1, doc/find.texi: Document usage of `-'
147         to refer to stdin in database-path for locate.
148         * locate/locate.c: Change prototype for visitors and processors
149         throughout. Move reading the database and generating base_name
150         into visitors. Allow `-' to refer to stdin in database-path.
152         * lib/printquoted.h: Include stdio.h.
154 2005-06-07  James Youngman  <jay@gnu.org>
156         * COPYING, debian/copyright, depcomp, doc/texinfo.tex,
157         find/defs.h, find/find.c, find/fstype.c, find/parser.c,
158         find/pred.c, find/testsuite/config/unix.exp, find/tree.c,
159         find/util.c, import-gnulib.sh, intl/Makefile.in,
160         intl/bindtextdom.c, intl/config.charset, intl/dcgettext.c,
161         intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c,
162         intl/dngettext.c, intl/explodename.c, intl/finddomain.c,
163         intl/gettext.c, intl/gettext.h, intl/gettextP.h,
164         intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
165         intl/libgettext.h, intl/libgnuintl.h, intl/loadinfo.h,
166         intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias,
167         intl/localealias.c, intl/ngettext.c, intl/plural.c, intl/plural.y,
168         intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c,
169         lib/buildcmd.c, lib/buildcmd.h, lib/extendbuf.c, lib/extendbuf.h,
170         lib/forcefindlib.c, lib/listfile.c, lib/listfile.h,
171         lib/modetype.h, lib/nextelem.c, lib/nextelem.h, lib/printquoted.c,
172         lib/printquoted.h, lib/qmark.c, lib/savedirinfo.c,
173         lib/savedirinfo.h, lib/strspn.c, lib/wait.h, lib/waitpid.c,
174         locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c,
175         locate/locatedb.h, locate/testsuite/config/unix.exp,
176         locate/updatedb.sh, missing, po/fetch-po-files,
177         xargs/testsuite/config/unix.exp, xargs/xargs.c: 
178         Updated the FSF's postal address
180         * ChangeLog: Corrected Bas's email address.
182         * locate/locate.c: Updated copyright years.
184 2005-06-07  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
186          * locate/locate.c: Fold case once, only when needed.
187   
188 2005-06-07  James Youngman  <jay@gnu.org>
190         * NEWS: Updated with recent changes.
192         * mdate-sh: Use the mdate-sh from automake
194         * find/parser.c, find/pred.c, find/tree.c, find/util.c,
195         lib/Makefile.am, lib/forcefindlib.c, lib/listfile.c,
196         lib/listfile.h, locate/code.c, locate/locate.c, find/defs.h,
197         find/find.c: Fix Savannah bug #13324: Fix compiler warnings for
198         GCC-3.4
200         * locate/locate.c:
201         Fixed Savannah bug #13325: Quoting of output filenames in locate
202         should match find.
204         * find/parser.c:
205         Fixed Savannah bug #13319: C9X-ism in parser.c (declaration after
206         statements).
208         * find/pred.c, lib/Makefile.am, lib/listfile.c, lib/nextelem.c,
209         lib/printquoted.c, lib/printquoted.h, lib/qmark.c, NEWS,
210         doc/find.texi, find/defs.h, find/find.1, find/parser.c: Fixed
211         Savannah bug #13303, find should filter out non-printable
212         characters if outputting to tty
214 2005-05-30  James Youngman  <jay@gnu.org>
216         * locate/locate.c: rename new_locate() to locate() since
217           old_locate() has gone the way of the dodo.
219 2005-05-29  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
221         Add a ``--print'' (``-p'') option. (to cancel side-effects of -c/-S)
222         Allow ``--statistics'' in combination with non-options.
223         * doc/find.texi: Add documentation for locate --print (-p), and the
224         use of non-options with --statistics.
225         * locate/locate.1: ditto.
226         * locate/locate.c: Read each database only once.
228 2005-05-23  Paul Eggert  <eggert@cs.ucla.edu>
230         Adjust to recent gnulib changes.
231         * import-gnulib.sh: Get config.rpath from gnulib/build-aux,
232         not gnulib/config.
233         * find/parser.c (parse_perm): Ignore umask when parsing
234         symbolic permissions.  Adjust to new modechange API.
236 2005-05-16  James Youngman  <jay@gnu.org>
238         * find/find.c, find/parser.c, find/pred.c, find/tree.c:
239         Trivial change: don't use i18n support for debug-only messages
241         * ChangeLog: Added ChangeLog entry crediting Dmitry
243 2005-05-09  James Youngman  <jay@gnu.org>
245         * find/parser.c:
246         The previous change fixed Savannah bug #12999.  This change doesn't do
247         anything, it's only intended to be a place to record the Savannah bug
248         ID we've just fixed.
250         * find/parser.c:
251         Oops.  Initialise the variable which indicates which regex syntax to
252         use.  We use POSIX basic regular expressions.
254         * find/parser.c:
255         Suggestion by Ed Avis: point out that "-name foo/bar" will almost
256         always evaluate to false.   Suggest to the user what alternatives they
257         might find useful.
259 2005-05-02  James Youngman  <jay@gnu.org>
261         * AUTHORS:
262         Added Dimitry (his new test suite contribution required a copyright
263         assignment).
265 2005-05-03  Dmitry V. Levin
267         * Added xargs test suite tests by Dmitry V. Levin, together with
268           bugfixes which ensure that the tests pass.
270 2005-04-18  James Youngman  <jay@gnu.org>
272         * Added test suite tests for Bas van Gompel's changes.
274 2005-04-18  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
276         * doc/find.texi: Document locate --non-existing (-E).
277         * locate/locate.1: Ditto.
278         * locate/locate.c: Implement --non-existing (-E).
279    
280 2005-04-04  James Youngman  <jay@gnu.org>
282         * configure.in, import-gnulib.sh:
283         We no longer need gnulib/m4/Makefile.am
285         * po/vi.po: Updated Vietnamese translation
287         * locate/updatedb.sh:
288         Savannah bug #12491: Only use the "-s" option to "su" if it is
289         supported.
291 2005-04-01  James Youngman  <jay@gnu.org>
293         * locate/locate.1, locate/updatedb.1, xargs/xargs.1: Trivial
294         change from A Costa <agcosta@gis.net>, fixing typos in manual
295         pages for xargs, locate and updatedb; fixes Savannah bug #12500,
296         Debian bug #301934
298 2005-03-22  James Youngman  <jay@gnu.org>
300         * import-gnulib.sh: Include the new gnulib module stat-macros
302         * configure.in:
303         CVS code is (will shortly be) no longer identical to the 4.2.20 release
305 2005-03-17  James Youngman  <jay@gnu.org>
307         * configure.in: Preprare for release of 4.2.20.
309         * NEWS: Updated prior to release of 4.2.20.
311         * ChangeLog: Updated with recent changes.
313         * THANKS: Thank Bas van Gompel, but only once.
315         * THANKS: Thank Bas van Gompel and Aaron S. Hawley.
317         * po/vi.po: Updated Vietnamese PO file
319 2005-03-10  James Youngman  <jay@gnu.org>
321         * po/nl.po: Updated Dutch PO file
323 2005-03-08  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
325         * import-gnulib.sh: Re-enable creation of gnulib/m4/Makefile.am.
327 2005-03-07  James Youngman  <jay@gnu.org>
329         * Released findutils-4.2.19.
331         * find/testsuite/find.posix/sizes.exp:
332         Use 2>/dev/null instead of 2>&1, because Tcl understands the former
333         but not the latter.
335         * find/testsuite/Makefile.am: Also distribute sv-bug-12181.xo.
337         * find/testsuite/Makefile.am: Distribute sv-bug-12181.
339         * find/testsuite/Makefile.am: Distribute sv-bug-12230.
341         * NEWS: Updated with new news.
343         * ChangeLog: Brought up to date.
345         * lib/buildcmd.c, find/testsuite/find.gnu/sv-bug-12230.exp: Fixed
346         Savannah bug #12230, in which '-exec echo == {} +' is always run,
347         even if there were no matched files.
349 2005-03-06  James Youngman  <jay@gnu.org>
351         * ChangeLog: Added latest changes.
353         * po/pt.po, configure.in: Added Portuguese translation
355 2005-03-04  James Youngman  <jay@gnu.org>
357         * configure.in: Modernized the way we call AC_INIT and
358         AM_INIT_AUTOMAKE
360         * locate/locate.c, find/pred.c, find/find.c:
361         Eliminated some compiler warnings
363         * find/pred.c: Clarified the meaning of a comment.
365         * find/testsuite/Makefile.am: Added sizes.exp, sizes.xo.
367         * find/testsuite/find.posix/sizes.xo,
368         find/testsuite/find.posix/sizes.exp: Added tests for -size
369         predicate
371 2005-03-03  James Youngman  <jay@gnu.org>
373         * find/find.c:
374         safely_chdir_lstat(): if we didn't end up in the right place, and then
375         fchdir() fails, we can't return to the directory we started in.
376         Therefore, issue a fatal error message and exit.
378 2005-03-01  James Youngman  <jay@gnu.org>
380         * find/find.c, find/testsuite/find.posix/sv-bug-12181.exp,
381         find/testsuite/find.posix/sv-bug-12181.xo: Fixed SourceForge bug
382         12181 (find -H symlink-to-dir reports 'Too many Symbolic links')
383         and bug 12044 (find still hangs on dead NFS filesystems on
384         Solaris)
386 2005-02-28  James Youngman  <jay@gnu.org>
388         * doc/find.texi: Typo: O_NOFOLLOW, not O_FOLLOW
390         * import-gnulib.sh:
391         Suggestion from Martin Buchholz; unset CDPATH to prevent "cd" echoing
392         the new directory.
394 2005-02-27  James Youngman  <jay@gnu.org>
396         * README: Indicate how the reader can verify the release.
398 2005-02-26  James Youngman  <jay@gnu.org>
400         * po/sk.po, po/sl.po, po/sr.po, po/sv.po, po/tr.po, po/vi.po,
401         po/zh_CN.po, po/be.po, po/ca.po, po/da.po, po/de.po, po/el.po,
402         po/eo.po, po/es.po, po/et.po, po/fi.po, po/findutils.pot,
403         po/fr.po, po/gl.po, po/hr.po, po/hu.po, po/id.po, po/it.po,
404         po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po, po/pl.po,
405         po/pt_BR.po, po/ro.po, po/ru.po: Added new Vietnamese translation
407         * configure.in: Added new Vietnamese translation.
409 2005-02-25  James Youngman  <jay@gnu.org>
411         * po/ga.po: Updated Irish po file
413 2005-02-23  James Youngman  <jay@gnu.org>
415         * Makefile.am: Fix Savannah bug #12064 - 'make distclean' deletes
416         regex.c but should not.
418         * find/testsuite/Makefile.am,
419         find/testsuite/find.gnu/printf-h.exp,
420         find/testsuite/find.gnu/printf-h.xo: Added test case for Savannah
421         bug #12085 (-printf %h).
423         * NEWS, doc/find.texi, find/find.1, find/pred.c:
424         %h now expands to '.' instead of nothing.
426 2005-02-22  James Youngman  <jay@gnu.org>
428         * find/find.c:
429         Fixed Savannah bug #12099 (misinterpretation of system versions
430         leading to possible incorrect disabling of O_NOFOLLOW).  Reported by
431         Dmitry V. Levin.
433         * find/pred.c:
434         For the %h format, don't bail out early as the format might contain
435         something else too.
437 2005-02-21  James Youngman  <jay@gnu.org>
439         * find/find.c: Fixed accidental C99 dependency.
441 2005-02-20  James Youngman  <jay@gnu.org>
443         * po/be.po, po/ca.po, po/da.po, po/de.po, po/el.po, po/eo.po,
444         po/es.po, po/et.po, po/fi.po, po/findutils.pot, po/fr.po,
445         po/ga.po, po/gl.po, po/hr.po, po/hu.po, po/id.po, po/it.po,
446         po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po, po/pl.po,
447         po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sr.po,
448         po/sv.po, po/tr.po, po/zh_CN.po: Updated italian translation
450         * doc/find.texi: Corrected a typo.
452         * find/find.c:
453         Read the mounted device list afer parsing the command line, so that
454         for example "find --version" still works (in response to Savannah bug
455         #12044).
457         * configure.in: We've moved on from findutils-4.2.18.
459 2005-02-19  James Youngman  <jay@gnu.org>
461         * NEWS: Corrected the summary of the "find -depth" bug.
463 2005-02-16  James Youngman  <jay@gnu.org>
465         * NEWS, configure.in: Prepared for release of 4.2.18.
467         * ChangeLog: Updated prior to release of 4.2.18.
469         * find/testsuite/Makefile.am:
470         Distribute the test cases for the recent "find -depth" bug.
472         * find/testsuite/find.posix/depth1.exp, find/testsuite/find.posix/depth1.xo:
473         Added test case for find -depth bug reported by Joseph S. Myers
475         * find/find.c:
476         If -depth is in effect, processing of the subdirectories invalidates
477         the information in 'state'.  Therefore once we get around to
478         processing the predicates, restore the information that we keep in
479         'state' and in 'stat_buf'.
481 2005-02-15  James Youngman  <jay@gnu.org>
483         * ChangeLog: Updated with recent changes
485         * find/find.1:
486         Emphasise that -L causes find to recurse into subdirectories pointed
487         to by symbolic links.
489         * find/find.1:
490         Patch to find.1 from Aaron Hawley <Aaron.Hawley@uvm.edu>:
492         * Notes about -H actually apply to -L.
493         * Said paragraph is duplicated two paragraphs later.
494         * Typos: nno, ibmue, surrpounding
496 2005-02-15  Aaron Hawley  <Aaron.Hawley@uvm.edu>
498         * find/find.1: Notes about -H actually apply to -L.  Said
499         paragraph is duplicated two paragraphs later.  Also typos: nno,
500         ibmue, surrpounding
502 2005-02-13  James Youngman  <jay@gnu.org>
504         * find/find.1: Miscellaneous small clarifications and improvements.
506         * doc/find.texi: Added Info nodes and menus under "Changing the
507         Current Working Directory" so that it doesn't generate such a huge
508         Info page.
510         * find/find.c: Parenthesise #if defined(...).
512 2005-02-13  Dmitry V. Levin  <ldv@altlinux.org>
513         
514         * find/find.c: remove test code snippet (time(NULL) was used to
515         place a marker for spotting with strace(), but was not actually
516         needed).
518         * find/find.c (safely_chdir_nofollow): must not fall back on
519         safely_chdir_lstat() because that will expose it to race condition
520         exploits, making it pointless.
522         * find/find.c (safely_chdir_lstat): Move
523         complete_pending_execdirs() up into safely_chdir(), because we
524         need to do that in either case.
526 2005-02-12  James Youngman  <jay@gnu.org>
528         * configure.in, doc/find.texi, find/defs.h, find/find.c,
529         find/parser.c: Fix for Savannah bug #11879, that
530         init_mounted_dev_list() causes find to hang on systems which are
531         clients to dead NFS servers
533 2005-02-10  James Youngman  <jay@gnu.org>
535         * doc/find.texi: Talk about the problem where find will not work
536         if you have a filesystem mounted from an unresponsive NFS server.
538 2005-02-09  James Youngman  <jay@gnu.org>
540         * find/find.1: Indicate that $TZ affects from printf-format
541         results, and add extra cross-references in the SEE ALSO section.
543 2005-02-08  James Youngman  <jay@gnu.org>
545         * xargs/testsuite/Makefile.am: Distribute the .xe files also.
547         * Makefile.am: Check that we have the right number of .xe files in
548         the distribution also.
550         * ChangeLog, NEWS, configure.in
551         Preparing to release findutils-4.2.17
553 2005-02-07  James Youngman  <jay@gnu.org>
555         * find/testsuite/config/unix.exp: Re-sort the .xo file using the
556         calling user's locale, because our 'pre-sorted' .so output file
557         may not be sorted with the same collating order as 'sort' used to
558         order the output of "find.  Bug spotted by Vin Shelton and Dimitry
559         V. Levin.
561         * find/testsuite/Makefile.am:
562         New test, find/testsuite/find.gnu/follow-arg-parent-symlink.exp.
564         * find/testsuite/find.gnu/follow-arg-parent-symlink.exp,
565         find/testsuite/find.gnu/follow-arg-parent-symlink.xo, find/find.c:
566         Fix for starting point /foo/bar/baz where bar is a symlink but baz
567         is not - we should chdir into bar there even if it is a symbolic
568         link
570 2005-02-07  James Youngman  <jay@gnu.org>
572         * find/testsuite/Makefile.am:
573         New test, find/testsuite/find.gnu/follow-arg-parent-symlink.exp.
575         * find/testsuite/find.gnu/follow-arg-parent-symlink.exp,
576         find/testsuite/find.gnu/follow-arg-parent-symlink.xo, find/find.c:
577         Fix for starting point /foo/bar/baz where bar is a symlink but baz
578         is not - we should chdir into bar there even if it is a symbolic
579         link
581 2005-02-06  James Youngman  <jay@gnu.org>
583         * doc/find.texi:
584         -size: Clarification - -size gives a result consistent with 'wc -c'
585          for example.
587         * Makefile.am, find/testsuite/Makefile.am,
588         find/testsuite/find.gnu/execdir-root-only.exp,
589         find/testsuite/find.gnu/execdir-root-only.xo,
590         locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
591         dist-hook: Ensure that we distribute all the .po files and all the
592         testsuite files
594         * po/pl.po: Updated Polish translation from TP website
596 2005-02-05  Dmitry V. Levin  <ldv@altlinux.org>
598         * find/parser.c, find/pred.c: Additional tweaks for
599         -execdir/-okdir actions.
600         
601         * find/parser.c (new_insert_exec_ok): Disable ignore_readdir_race
602         for -execdir/-okdir.
603         
604         * find/pred.c (pred_execdir, pred_okdir): Use state.rel_pathname
605         instead of basename(pathname).  Do not add "./" prefix for
606         absolute pathnames.
607         
608         * find/find.c (process_top_path): Treat "/" similarly to ".".
610         * xargs/testsuite/xargs.posix/savannah-11865.exp,
611         xargs/testsuite/xargs.posix/savannah-11865.xo, xargs/xargs.c:
612         Fixed Savannah bug #11866 (not resetting number of used chars in
613         the command buffer) - reported by Dimitry V. Levin
615 2005-02-05  James Youngman  <jay@gnu.org>
617         * THANKS:
618         Added thanks for Dimitry - has produced many patches, bugfixes and
619         suggestions.
621         * find/pred.c:
622         Fixed Savannah bug #11866: typo in pred_okdir() renders it useless
624         * find/pred.c:
625         Savannah bug #11861: undefined symbol 'basename' on IRIX 5.3
627         * NEWS, configure.in, po/be.po, po/ca.po, po/el.po, po/eo.po,
628         po/fi.po, po/ga.po, po/hr.po, po/hu.po, po/ja.po, po/lg.po,
629         po/ms.po, po/ro.po, po/sl.po, po/sr.po, po/zh_CN.po: Added new
630         translations
632         * ChangeLog: Updated from CVS prior to release of 4.2.16.
634         * po/ChangeLog: Updated from CVS.
636         * NEWS, configure.in: Preparing to release 4.2.16
638         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
639         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
640         po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sl.po, po/sv.po,
641         po/tr.po: make update-po prior to 'make distcheck'
643         * po/fetch-po-files: This is the first version we actually used.
645         * find/find.c: process_top_path() fixed compilation warning.
647         * find/find.c: process_top_path(): avoid processing this item if
648         we can't chdir to the basename of the named file.
650         * lib/Makefile.am: Always build forcefindlib.c
652         * locate/locate.c: Say 'base name' rather than 'basename' in comments
654         * find/pred.c, find/find.c: process_top_path(): Proper bugfix for
655         correct handling of items at depth 0 (i.e. specified on the
656         command line) - do an extra chdir to ensure that we're in the
657         directory containing the item before calling process_path().
658         Hnece also undo the previous 'quick fix' for the same problem
660         * doc/find.texi:
661         -execdir no longer has to treat anything as special, even at depth 0.
663 2005-02-03  James Youngman  <jay@gnu.org>
665         * doc/find.texi, find/pred.c: When state.curdepth is 0, our
666         working directory is not the directory containing the file we are
667         processing.
669 2005-02-02  James Youngman  <jay@gnu.org>
671         * find/pred.c:
672         To allow compilation on cygwin, use base_name(), not basename().
675 2005-02-01  James Youngman  <jay@gnu.org>
677         * ChangeLog: Updated from CVS log.
679 2005-01-31  James Youngman  <jay@gnu.org>
681         * find/find.c, lib/nextelem.c, lib/nextelem.h, locate/code.c,
682         locate/frcode.c, locate/testsuite/config/unix.exp,
683         xargs/testsuite/config/unix.exp, xargs/xargs.c: Updated/corrected
684         the email address for David MacKenzie, one of the original authors
685         of findutils
687         * doc/Makefile.am: The HTML version of the manual generated for
688         the GNU project website has each node in a separate file, not each
689         chapter in a separate file; adjust filenames accordingly
691         * find/parser.c, find/pred.c, lib/savedirinfo.c:
692         Removed some unused variables (patch from Dmitry V. Levin)
694         * find/find.c:
695         Patch from Dmitry V. Levin <ldv@altlinux.org>: Add subfs to the list
696         of filesystems which are likely to be automounted.
698         * m4/findlib.m4: Corrected typo (pointed out by Dmitry V. Levin).
700         * find/testsuite/config/unix.exp,
701         find/testsuite/find.gnu/name-period.xo,
702         find/testsuite/find.gnu/posix-dflt.xo,
703         find/testsuite/find.gnu/posix-h.xo,
704         find/testsuite/find.gnu/posix-l.xo,
705         find/testsuite/find.gnu/printf.exp,
706         find/testsuite/find.gnu/printf.xo: Systems differ in the order in
707         which filenames are returned by readdir.  Hence sort the output of
708         'find' before comparing against the expected-output file.  We
709         therefore also have the lines in the .xo files ready-sorted.
711 2005-01-30  James Youngman  <jay@gnu.org>
713         * doc/Makefile.am:
714         Added rules for extra targets that we buld to update the web site.
716 2005-01-29  James Youngman  <jay@gnu.org>
718         * configure.in: No longer version 4.2.15 - we've changed the manual.
720         * doc/find.texi:
721         Clarified the txt about adding extra tests with post-processing via
722         xargs, and recommend -execdir instead for security reasons.
724         * doc/find.texi: Patch from Karl Berry:
725         - more entries for the dir file
726         - use @copying so the copyright ends up in the HTML etc. output.
727           (This is the only really important change.)
728         - put @contents after the title page, for conventional toc location.
729         - use @ifnottex to wrap the Top node instead of @ifinfo, for the sake of
730           HTML output, etc.
732         * NEWS, configure.in, po/da.po, po/de.po, po/es.po, po/et.po,
733         po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po,
734         po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
735         po/sv.po, po/tr.po: Prepared to release findutils-4.2.15
737         * ChangeLog: Updated from CVS log.
739 2005-01-28  James Youngman  <jay@gnu.org>
741         * configure.in:
742         Make --enable-d_type-optimization and --enable-d_type-optimisation
743         both work.
745         * configure.in: Assume --enable-d_type-optimisation by default
747         * find/parser.c: Indicate which features are enabled/disabled
749         * locate/testsuite/config/unix.exp:
750         Clean up the files left behind by the locate_textonly test
752 2005-01-27  James Youngman  <jay@gnu.org>
754         * doc/find.texi: Documented --regex.
756         * NEWS, locate/locate.1, locate/locate.c, locate/testsuite/Makefile.am, locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/regex1.exp:
757         Implemented locate --regex - but needs documenting in Texinfo manual.
759 2005-01-25  James Youngman  <jay@gnu.org>
761         * configure.in: Bumped version no.
763         * doc/find.texi:
764         Document --mmap and --stdio as being synonyms of -m and -s.
766         * locate/locate.1:
767         Document --mmap and --stdio as synonyms of -m and -s.
769         * locate/locate.c:
770         Document -m and -s (both no-ops) in the usage message.
772         * doc/find.texi, locate/locate.1: Document -m and -s as no-ops.
774         * ChangeLog: Updated for release of findutils-4.2.14.
776         * 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:
777         Preparing to release findutils-4.2.14
779 2005-01-25  James Youngman  <jay@gnu.org>
781         * NEWS, configure.in, po/da.po, po/de.po, po/es.po, po/et.po,
782         po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po,
783         po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
784         po/sv.po, po/tr.po: Preparing to release findutils-4.2.14
786 2005-01-24  James Youngman  <jay@gnu.org>
788         * Makefile.am: Work around the fact that automake-1.7 actually
789         works, and correctly distributes regex.c; hence dist-hook should
790         only copy gnulib/lib/regex.c if this has not already been done.
792         * find/defs.h, find/find.c, find/pred.c,
793         find/testsuite/Makefile.am,
794         find/testsuite/find.gnu/printf-symlink.exp,
795         find/testsuite/find.gnu/printf-symlink.xo,
796         find/testsuite/find.gnu/xtype-symlink.exp,
797         find/testsuite/find.gnu/xtype-symlink.xo: Fixes for -xtype and
798         -printf %Y, which had been the wrong way around.
800         * NEWS: Avoid including the find.gnu subdirectory in the
801         distributed file more than once
803         * locate/locate.c:
804         Move the printing of the statistics into a new function, print_stats()
806         * find/testsuite/Makefile.am: Avoid including the find.gnu
807         subdirectory in the distributed file more than once
809         * import-gnulib.sh:
810         We need the regex module anyway, to allow compilation on Solaris
812 2005-01-23  James Youngman  <jay@gnu.org>
814         * configure.in:
815         Invoke gl_INCLUDED_REGEX directly to ensure successful compilation on
816         systems like Solaris, which lacks those functions in libc (fixes GNU
817         Savannah bug #11710).
819         * locate/locate.1: -S is a synonym for --statistics
821         * doc/find.texi: Documented the new -H, -L and -P options.
823         * locate/locate.1, locate/locate.c: Implement options -L
824         (default), -H and -P, which mean the same things as for find,
825         except for the fact that the default is -L rather than -P
827         * find/find.1: Corrected definition of the exit status for -quit.
829         * find/find.c, find/pred.c: If DEBUG_STAT is set, issue a debug
830         message when we call chdir() so that we can figure out what is
831         actually being stat()ed
833         * locate/updatedb.sh:
834         Removed spurious newline from help message (bug report from Karl
835         Berry).
837         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
838         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
839         po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po,
840         Makefile.am, NEWS, configure.in, find/defs.h, find/find.c,
841         find/parser.c, find/pred.c, find/tree.c, find/util.c,
842         import-gnulib.sh, lib/savedirinfo.c: Merged the d_type
843         optimisation code; this is disabled by default, and can be enabled
844         with 'configure --enable-d_type-optimisation'
846         * NEWS:
847         Updated optimisation NEWS item to indicate the effect on runtime.
849 2005-01-22  James Youngman  <jay@gnu.org>
851         * NEWS, configure.in: Prepare for release of findutils-4.2.12
853         * ChangeLog: Brought up to date with recent changes.
855         * Makefile.am, import-gnulib.sh, po/Makefile.in.in, po/Makevars,
856         po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
857         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
858         po/pl.po, po/pt_BR.po, po/remove-potcdate.sin, po/ru.po, po/sk.po,
859         po/sv.po, po/tr.po: Switch to using the gnulib gettext module, to
860         ensure that 'make distcheck' works with current xgettext,
861         autoconf, etc.
863         * find/testsuite/config/unix.exp:
864         Oops, we do need to clean up after all.
866 2005-01-21  James Youngman  <jay@gnu.org>
868         * xargs/testsuite/Makefile.am: Added name of missing input file.
870         * find/testsuite/Makefile.am:
871         Distribute a few files that we had forgotten about
873         * xargs/testsuite/Makefile.am: Added some missing files.
875         * lib/Makefile.am: Also need buildcmd.h.
877         * xargs/testsuite/Makefile.am: Fixed a typo.
879         * NEWS: Indicate the d_type performance improvement
881 2005-01-18  James Youngman  <jay@gnu.org>
883         * lib/savedirinfo.h: Added on d_type_optimisation also
885         * lib/savedirinfo.c: Added on branch d_type_optimisation also.
887         * find/pred.c: Added assert that we actually know the file type by
888         the time pred_type() is called
890         * find/find.c: Always initialise state.have_stat = false when
891         starting to work with a new file
893 2005-01-17  James Youngman  <jay@gnu.org>
895         * ChangeLog: Brought up to date with recent changes.
897         * NEWS: Documented the changes so far.
899         * find/testsuite/find.gnu/exec-many-rtn-success.xo:
900         Expected output for exec-many-rtn-success.exp
902         * find/find.1:
903         Indicate that -quit still ensures that pending commands are invoked
905         * doc/find.texi:
906         Indicate that -quit still causes partial command lines to be invoked,
907         but there are some types of fatal error which leave such commands
908         uninvoked.
910         * find/defs.h, find/find.c, find/pred.c, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
911         Fixed savannah bug  #11625 Wrong return status for -exec ... \; when command fails; also execute any pending commands when doing -quit
913         * 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:
914         Various test cases for succeeding and failing forms of -exec \; and -exec {} +
916         * find/pred.c: "-exec ... {} +" always returns "true".
918         * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
919         Implemented d_type optimisation but not working correctly, so currently disabled
921         * lib/savedirinfo.h, lib/savedirinfo.c:
922         Initial implementation (temporarily disabled).
924         * lib/Makefile.am: Resolved merge conflict.
926         * lib/Makefile.am:
927         Make sure nextelem.h is included in the list of sources.
929         * find/parser.c, lib/nextelem.c, lib/nextelem.h, locate/locate.c:
930         Use prototypes for next_element() to make sure it is called correctly.
932 2005-01-16  James Youngman  <jay@gnu.org>
934         * find/find.c, find/pred.c:
935         When completing incomplete multiple execs, use 'eval_tree' not 'predicates'
937         * lib/buildcmd.c:
938         Oops, initialise state->cmd_initial_argv_chars to zero.
940         * find/find.1:
941         Document the way that -execdir and -okdir will refuse to wqork if ">"
942         is on $PATH.  Also document -okdir in the manpage.
944         * find/parser.c:
945         -execdir and -okdir are insecure if $PATH includes the current
946          directory, and so they refuse to work if the user has done that.
948         * find/pred.c:
949         Oops; for -exec ... {} +, pass arguments to bc_push_arg() in the right
950         order.   Problem spotted by Geoff Clare.
952         * TODO: Removed items which have now been done.
954         * lib/buildcmd.c: Tidied up formatting of arg list for bc_do_insert
956 2005-01-15  James Youngman  <jay@gnu.org>
958         * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo:
959         Added extra tests for more printf formats; patch by Andreas Metzler
961         * locate/locate.c:
962         Ensure that the new long options have a relevang short option too.
963         Also bring usage message into line with the options actually
964         supported.  Thanks to Bas van Gompel for noticing this defect.
966         * locate/locate.1:
967         Escape "-" in SYNOPSIS.  Thanks to Bas van Gompel for noticing this
968         defect.
970         * ChangeLog: Fixed typos.
972         * doc/find.texi:
973         Documented -execdir, and the "+" variants of -exec and -execdir.
975         * find/find.1: Documented -execdir.
977         * xargs/xargs.c:
978         Updated to bring into line with bc_*() interface changes
980         * ChangeLog: Updated with recent changes.
982         * find/defs.h, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h:
983         Implemented -execdir and -okdir
985         * find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
986         First working version of -exec ...+
988 2005-01-09  James Youngman  <jay@gnu.org>
990         * find/defs.h, find/find.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
991         Initial implementation of -exec ..{} +, but currently disabled since not yet working
993 2005-01-08  James Youngman  <jay@gnu.org>
995         * find/find.c: Fixed typo in comment.
997         * find/defs.h, find/find.c, find/parser.c, find/pred.c:
998         We now understand but do not implement -execdir (a *BSD invention, and a very useful security enhancement) and -okdir (the obvious companion to it)
1000         * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
1001         The GNU coding standard requires a space between the function name and
1002         its parenthesised argument list.
1004         * find/defs.h:
1005         Understand the -exec ... {} \+ construction (for multiple
1006         replacement).  No support yet.
1008         * locate/locate.1:
1009         Indicate that empty elements in the dbpath are treated as synonyms for
1010         the default database.
1012         * locate/locate.c:
1013         Support empty elements in the dbpath as synonyms for the default
1014         database.  These colons can be leading, trailing or in the middle of
1015         the string.  We no longer com,plain if the user does this.
1017         * lib/nextelem.c:
1018         If curdir_ok is 0 and an element is empty, return "" instead of NULL
1019         so that the caller knows to keep calling us.
1021         * find/find.c, find/pred.c, import-gnulib.sh, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
1022         Savannah bug 11517: find, xargs, locate, etc. should not hide write failures; patch from Jim Meyering
1024         * 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:
1025         changed .pot creation date
1027         * THANKS, AUTHORS: Take into account the FSF copyright-assignments list
1029         * doc/find.texi:
1030         If -quit is used, the exit value can be nonzero if errors have occurred.
1032         * find/find.1:
1033         Removed incorrect comment about -H, -P and -follow in HISTORY.
1035 2005-01-07  James Youngman  <jay@gnu.org>
1037         * lib/Makefile.am, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
1038         Refactored xargs to use an external library function from the new file buildcmd.c
1040         * configure.in: no longer the same as the released 4.2.11 version
1042 2005-01-06  James Youngman  <jay@gnu.org>
1044         * xargs/testsuite/inputs/lines.xi, xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/Makefile.am:
1045         Tests for the -L option
1047         * xargs/testsuite/config/unix.exp: When a test fails, show the diffs
1049         * xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/xargs.posix/l2.xo:
1050         tests for the -l option
1052         * xargs/testsuite/Makefile.am: Added extra test files
1054         * xargs/testsuite/xargs.sysv/trace.exp, xargs/testsuite/xargs.sysv/trace.xe, xargs/testsuite/xargs.sysv/trace.xo:
1055         Added tests for the -t option
1057         * 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:
1058         Use a blanks-only input file for cases where there is supposed to be no output
1060         * xargs/testsuite/inputs/blank.xi: Initial version.
1062         * xargs/xargs.1:
1063         Corrected a typo; also indicate that it's impossible to use xargs
1064         securely due to the race condition.
1066 2005-01-05  James Youngman  <jay@gnu.org>
1068         * find/parser.c:
1069         Fixed Savannah bug 11495: fallthrough from -printf format processing
1070         from 'n' case to 'd' case.
1072 2005-01-03  James Youngman  <jay@gnu.org>
1074         * doc/find.texi:
1075         Oops.  Had duplicated an entire section.  Fortunately this was after
1076         @bye, so there was no adverse effect.
1078         * NEWS: locate -b.
1080         * doc/find.texi, locate/locate.1: document locate -S
1082         * configure.in, doc/find.texi, locate/locate.1, locate/locate.c:
1083         Support locate -b as a synonym for locate --basename
1085         * 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:
1086         distcheck
1088         * find/testsuite/config/unix.exp:
1089         Clean up (delete) find.out at at the end of the test.
1091         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c, find/pred.c:
1092         Implemented the -samefile test for find
1094 2005-01-02  James Youngman  <jay@gnu.org>
1096         * ChangeLog: Updated with recent changes.
1098         * NEWS:
1099         Bas van Gompel: two-line patch to locate.c to make locate's -i and -w
1100         options work if -e is in use.
1102         * THANKS: Added Bas van Gompel.
1104         * locate/locate.c:
1105         Bas van Gompel: (visit_exists) when testing for the existence of the
1106         file, check the real filename [printname], not the case-converted
1107         filename [testname].  Really these argument names are badly chosen.
1109         * find/find.1, doc/find.texi:
1110         Improved the documentation for -perm, with plenty of examples,
1111         following a comment by Dan Jacobson that the comment "Symbolic modes
1112         use mode 0 as a point of departure" is baffling and unhelpful.
1114         * locate/locate.c:
1115         Suggestion and patch from Bas van Gompel: (new_locate): Fix display of
1116         negative compression ratios.
1118 2004-12-31  James Youngman  <jay@gnu.org>
1120         * NEWS: Brought up to date with recent changes
1122         * doc/find.texi:
1123         Don't need to nest the "race conditions with..." sections so deeply.
1125         * doc/find.texi: Corrected some spelling errors.
1127         * doc/find.texi: Added new "Security Considerations" chapter.
1129 2004-12-23  James Youngman  <jay@gnu.org>
1131         * locate/locate.c:
1132         Applied bugfixes from Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>.
1133         (lc_strcpy): Zero-terminate result.
1134         (add_visitor): Update lastinspector.
1135         (visit_substring_match_casefold): fix off-by-one error.
1136         (new_locate): Move visit_exists down to improve performance.
1137         (new_locate): Don't fold case when getting stats.
1139 2004-12-19  James Youngman  <jay@gnu.org>
1141         * doc/find.texi:
1142         Indicate that "cd /; find tmp -wholename /tmp" will never match anything.
1144         * doc/find.texi: Documented locate --statistics.
1146         * locate/locate.1: Documented the --statistics option.
1148         * locate/locate.c: Added support for the -S option.
1150 2004-12-12  James Youngman  <jay@gnu.org>
1152         * NEWS: Added a summary of the changes so far.
1154         * find/tree.c: Made some of the error messages more self-explanatory
1156         * find/pred.c: Print pointers with %p, not %x.
1158         * find/find.c: Moved option data into struct options.
1160         * find/find.1: clarifications
1162         * find/testsuite/find.gnu/comma.exp:
1163         Limit the amount of searching with maxdepth.
1165         * doc/find.texi: clearer description of how -prune works
1167         * ChangeLog: Removed duplicate entry.
1169         * configure.in, find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
1170         Separated ariables representing current state from variable representing option information
1172 2004-12-11  James Youngman  <jay@gnu.org>
1174         * find/parser.c: Readability improvement to the usage message.
1176         * find/find.c: Oops.  Fixed unmatched #endif.
1178         * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo, THANKS, configure.in, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
1179         Fixed Savannah bug #11280
1181         * find/find.c:
1182         Remember to set path_length and curdepth in process_top_path().
1184 2004-12-07  James Youngman  <jay@gnu.org>
1186         * find/fstype.c: Use xstat() not stat() to examine things.
1188         * find/find.c: Explain why #ifdef EOVERFLOW.
1190         * find/find.c: EOVERFLOW is not defined on UNICOS.
1192         * NEWS: Corrected typo.
1194 2004-12-06  James Youngman  <jay@gnu.org>
1196         * ChangeLog: Brought up to date.
1198         * NEWS, configure.in: releasing 4.2.10
1200         * 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:
1201         distcheck
1203         * ChangeLog: Updated prior to release of finsutils-4.2.10.
1205         * import-gnulib.sh, find/fstype.c:
1206         Use gnulib's mountlist module instead of grokking it ourselves.
1208         * configure.in:
1209         Removed all the out-of-date cruft for grokking getmntent().
1211         * xargs/xargs.c:
1212         Added the -I and -L options; also -E takes an argument which is not optional.
1214 2004-12-05  James Youngman  <jay@gnu.org>
1216         * README, configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c:
1217         Allow debug output to be turned on or off by saying --enable-debug on the configure command line
1219         * README:
1220         Removed disparaging (it is now, it probably wasn't then) comment about
1221         the production-readiness of Automake.
1223         * README: Qualify remarks about POSIX compliance.
1225         * NEWS, configure.in: Preparation for release 4.2.9
1227         * 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:
1228         distcheck
1230         * ChangeLog: Brought up to date.
1232         * find/find.c:
1233         Avoid duplicate error message when we cannot chdir() into a subdirectory.
1235         * THANKS: Added recent thankees.
1237         * NEWS:
1238         Brought up to date with respect to the current set of fixed bugs.
1240         * NEWS, xargs/xargs.1, xargs/xargs.c:
1241         Implemented POSIX options -L, -I and -E
1243 2004-12-03  James Youngman  <jay@gnu.org>
1245         * find/parser.c:
1246         -xdev is an option, not a test.   Fixes Savannah bug 11192.
1248         * find/find.1, xargs/xargs.1:
1249         Escape dashes with a backslash (for fix Savannah bug 11189).
1251 2004-11-27  James Youngman  <jay@gnu.org>
1253         * find/find.c:
1254         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.
1256         * find/find.1: "necessary" only has one "C".
1258         * find/find.1:
1259         If stat() fails with ELOOP, we issue a diagnostic message.
1261 2004-11-26  James Youngman  <jay@gnu.org>
1263         * find/find.c: Removed some unused code.
1265         * Makefile.am: Don't do anything in the 'intl' subdirectory
1267         * find/find.c:
1268         Enhanced safely_chdir() to the point where the test suite passes, and report infinite loops in the directory hierarchy
1270         * find/defs.h:
1271         belt and braces; ensure that SYMLINK_NEVER_DEREF has value zero
1273         * find/find.1:
1274         Describe our strategy for detecting and reporting infinite loops
1276 2004-11-24  James Youngman  <jay@gnu.org>
1278         * doc/find.texi:
1279         Updated the discussion of th error messages for findutils-4.2.8.
1281         * configure.in: Next version will be 4.2.9...
1283         * find/find.c:
1284         Don't issue a warning if we notice the mounting of a filesystem that's
1285         likely just to be an automounter.
1287         * doc/find.texi, find/find.1:
1288         Explain how rounding is performed for -atime and friends.
1290         * xargs/xargs.c:
1291         Once we collect enough arguments (for the value specified by the -n
1292         option) to do an exec(), do it immediaely instead of waiting for the
1293         next one to arrive.  This fixes Savannah bug #7340.
1295         * ChangeLog, configure.in, NEWS: Prepare to release 4.2.8.
1297         * NEWS: Updates for 4.2.8.
1299         * configure.in: check for  sys/types.h
1301         * find/find.c:
1302         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.
1304         * find/defs.h:
1305         Declarations of xmalloc() and friends belong in xalloc.h, not in defs.h
1307         * find/parser.c: avoid signed/unsigned warning, and #include xalloc.h
1309         * find/fstype.c:
1310         Changed to alloc get_mounted_devices() to compile on Solaris
1312         * README-CVS:
1313         Automake requires GNU m4, so point out that the reader needs that.
1315         * find/defs.h, find/find.c, find/fstype.c:
1316         When wd_sanity_check() fails, enumerate the mounted devices, rather than the mounted filesystem names
1318         * NEWS: prepare for 4.2.8
1320         * configure.in:
1321         Look for some Solaris headers which are used by get_mounted_devices()
1323         * lib/Makefile.am: don't build savedirtypes yet
1325         * 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:
1326         updated po files
1328         * m4/nullsort.m4:
1329         Avoid suprious output of the test data when the tests fail.
1331 2004-11-21  James Youngman  <jay@gnu.org>
1333         * 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:
1334         Messages changed again
1336         * ChangeLog, configure.in: Preparing to release 4.2.7.
1338         * NEWS: Updated for release of 4.2.7.
1340         * import-gnulib.sh: Also need canonicalize module.
1342         * find/find.c:
1343         When checking to see if a filesystem has changed state, use an
1344         absolute pathname.
1346         * configure.in:
1347         No need to pause to allow James to view his handiwork, it (allegedly)
1348         works now.
1350         * configure.in:
1351         Oops.  Check for setlocale() to re-enable the i18n support which was
1352         accidentally disabled in 4.2.5.
1354         * find/find.c:
1355         Check to see if the new directory is a transitioned mount point by
1356         using its ABSOLUTE name, if we can figure it out.
1358         * doc/find.texi:
1359         Added guidance on some of the error messages.  Not the most common
1360         ones, but the ones where the user might most benefit from some handy
1361         hints or an explanation of what is going on.
1363         * find/pred.c:
1364         Actually emit an error message if we fail to stat a symlink (for
1365         reasons other than nonexistence of the link and infinite loop).
1367         * doc/texinfo.tex: Updated texinfo.tex
1369         * NEWS, configure.in, find/find.c, find/fstype.c:
1370         Enable the 'Warning: filesystem XXX has recently been mounted' check on Solaris, which prevents it exiting fatally when traversing an automount mount point
1372         * 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:
1373         messages changed again
1375         * NEWS: Implemented xargs --arg-file.
1377         * doc/find.texi, xargs/xargs.1, xargs/xargs.c, NEWS:
1378         Implemented xargs --arg-file
1380         * find/find.c:
1381         Where a filesystem was recently (un)mounted, try togive its full name
1383         * configure.in:
1384         Try to avoid requesting -lsun if we don't seem to need it (e.g. on
1385         UNICOS where it is not present and trying to link against it produces
1386         a warning).
1388         * find/defs.h, lib/modetype.h: Guard against multiple inclusion
1390         * find/fstype.c:
1391         We now need <mntent.h> even if we are not using getmntent() to figure
1392         out the type of a filesystem, because wd_sanity_check() needs to
1393         enumerate the system mount points.
1395         * configure.in: Next release will be 4.2.7.
1397         * find/fstype.c:
1398         get_mounted_filesystems() should use getmntent() if that function is
1399         present, rather than just if configure didn't find anything better for
1400         filesystem_type_uncached() to use than that.
1402         * find/parser.c:
1403         If -delete is the only action on a file, don't assume the default
1404         -print action too.
1406         * 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:
1407         Preparation to release findutils-4.2.6.
1409         * find/Makefile.am, xargs/Makefile.am:
1410         Enable checking of support for --version and --help
1412         * locate/Makefile.am:
1413         Con't check command-line options for frcode, code or bigram
1415         * locate/code.c: Support --version and --help.
1417         * ChangeLog: *** empty log message ***
1419         * find/defs.h, find/find.c, find/fstype.c, lib/Makefile.am, lib/extendbuf.c, lib/extendbuf.h, NEWS:
1420         Avoid fatal error if automount mounts a filesystem on a directory because we chdir()ed into it
1422         * configure.in: Next release will be 4.2.6.
1424         * find/find.1:
1425         Indicate that the '-' flag does work for most fields.   Also provide
1426         an example of using the comma operator to traverse the filesystem just
1427         once but search for more than one thing.
1429         * doc/find.texi: Indicate that the '-' flag does work for most fields.
1431 2004-11-19  James Youngman <jay@gnu.org>
1433         * configure.in: releaseing findutils-4.2.5
1435         * find/testsuite/Makefile.am, locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
1436         If a directory has no Makefile.am, omit it from the parent's DIST_SUBDIRS - automake-1.9 requires this
1438         * 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:
1439         updated by make distcheck
1441         * ChangeLog, NEWS: Updated for release 4.2.5.
1443         * find/find.1, doc/find.texi:
1444         Tell the reader that format flags may not work as they expect.
1446         * configure.in:
1447         Use the correct name for the macro gl_AC_TYPE_LONG_LONG (not
1448         jm_AC_TYPE_LONG_LONG).
1450 2004-11-15  James Youngman <jay@gnu.org>
1452         * import-gnulib.sh:
1453         Avoid test -e because not all systems are POSIX-compliant (bug
1454         #11005).  Also don't need regex module any more if we're not building
1455         in intl.
1457         * Makefile.am, configure.in:
1458         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
1460         * doc/find.texi:
1461         Use @ref not @xref for a reference at the beginning of a sentence.
1463         * intl/Makefile.in:
1464         Make sure gnulib.lib is on the #include path (Savannah bug #11002)
1466         * locate/locate.c:
1467         Use base_name instead of basename - fixes Savannah bug 11003.
1469         * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, locate/bigram.c, locate/locate.c:
1470         Don't need banner to emphasise the location of the call to jy_SORTZ
1472 2004-11-12  James Youngman <jay@gnu.org>
1474         * 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:
1475         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]
1477 2004-11-11  James Youngman <jay@gnu.org>
1479         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c:
1480         Implemented -H and -L options.
1482         * find/util.c: Added in the -H and -L options on the usage message.
1484 2004-11-10  James Youngman <jay@gnu.org>
1486         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1487         Implemented %M and %A+ format specifiers
1489         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1490         Documented the fact that only %d and %m format specifiers honour the various formatting flags
1492         * xargs/xargs.c:
1493         Get the right number of bytes in a Kilobyte (hint: it's not 1048; that
1494         was a typo, honest :)
1496         * po/pl.po: Applied Polish translations
1498 2004-11-08  James Youngman <jay@gnu.org>
1500         * 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:
1501         distcheck changed the po files again
1503         * locate/Makefile.am:
1504         Make install-data-hook honour the setting of DESTDIR so that "make
1505         DESTDIR=/tmp/foo install" works and puts localstater in the right
1506         place.
1508         * configure.in: We're now working on findutils-4.2.5.
1510         * doc/find.texi, xargs/xargs.1:
1511         Point out that xargs -i only splits input items at newlines
1513         * ChangeLog: Indicate that we released 4.2.4.
1515         * ChangeLog: Updated for release 4.2.4
1517         * NEWS, configure.in: Prepare for release of 4.2.4.
1519         * NEWS: Brought up to date with latest changes.
1521         * 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:
1522         Turn warning messages off by default if stdin is not a tty; allow these to be controlled explicitly by options -warn and -nowarn
1524         * po/et.po, po/it.po: Updated translation files
1526         * po/sk.po: New translation file
1528         * po/fr.po, po/nl.po, po/tr.po: Updated translation files
1530         * configure.in: Added Slovak (sk) language.
1532         * xargs/xargs.c:
1533         Enforcing a lower limit on the value specified by -s makes the test
1534         suite fail.  Removed that lower limit.
1536         * locate/Makefile.am: Oops, multilocate doesn't exist yet.
1538         * NEWS: *** empty log message ***
1540         * doc/find.texi, locate/updatedb.1, locate/updatedb.sh:
1541         Added option --findoptions to updatedb
1543         * locate/Makefile.am, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
1544         Fixed section numbers in manpage titles and cross-references
1546         * NEWS, doc/find.texi, xargs/xargs.1, xargs/xargs.c:
1547         Increased the default argument length and improved POSIX compliance of the handling of out-of-range values for the -s option
1549 2004-11-07  James Youngman <jay@gnu.org>
1551         * m4/Makefile.am:
1552         Added in the extra files we need to distribute, nullsort.m4
1553         order-bad.bin order-good.bin
1555         * doc/find.texi: Documented locate's --limit option
1557         * locate/locate.1, locate/locate.c:
1558         Implmented --limit and corrected the implementation of the -i option.
1560 2004-11-06  James Youngman <jay@gnu.org>
1562         * NEWS, doc/find.texi, locate/locate.1:
1563         Documented --wholename and --basename and updated the NEWS file
1565         * README-CVS:
1566         Give the autogen commands in a form that you can usefully cut and paste into a shell
1568         * NEWS: Options --null and --count) for locate
1570         * lib/nextelem.c:
1571         Don't return '.' for an empty path element, because the path we are splitting may not be intended to contain directories
1573         * configure.in: we're working on findutils-4.2.4 now
1575         * locate/Makefile.am: Substitute @SORT_SUPPORTS_Z@
1577         * doc/find.texi:
1578         Documented new locate option --null and newline handling
1580         * locate/locate.1, locate/locate.c:
1581         New locate options --null, --wholename, --basename, --count
1583         * locate/frcode.c, locate/updatedb.1, locate/updatedb.sh:
1584         correctly handle newlines in the file names
1586         * configure.in: Determine if sort -z works
1588         * m4/nullsort.m4, m4/order-bad.bin, m4/order-good.bin:
1589         jy_SORTZ: a macro to determine if the system has a sort command with a working -z option
1591 2004-11-01  James Youngman <jay@gnu.org>
1593         * NEWS: Fixed "find -printf '%H\n'".
1595         * find/find.c:
1596         Avoid segfault if -printf %H is used where the matched file was the default, unspecified starting point, the current directory
1598 2004-10-31  James Youngman <jay@gnu.org>
1600         * find/find.1, find/parser.c: NetBSD also supports -d.
1602         * find/find.1, doc/find.texi:
1603         Documented the behaviour of -daystart and -follow in more detail
1605         * find/parser.c: Corrected the usage message.
1607         * find/parser.c:
1608         When deciding whether to issue a warning about options following
1609         non-options, ignore any options whose position affects the tests
1610         (i.e. -daystart and -follow).
1612         * find/parser.c: -daystart is a positional option like -follow.
1614         * find/parser.c:
1615         Issue a warning message if an option is specified after a test or an
1616         action (because the user might have believed that the behaviour of the
1617         option is in some way conditional on the preceding tests).
1619         * locate/updatedb.sh:
1620         Oops; removed some test code that I shouldn't have checked in.
1622         * locate/updatedb.sh:
1623         Indicate that the old locate database format will shortly be unsupported.
1625         * doc/find.texi:
1626         Use @direntry instead of hard-coding START-INFO-DIR-ENTRY inside @ifinfo.
1628         * locate/updatedb.1: Updated default location of locatedb file.
1630         * README-alpha:
1631         Updated to give correct FTP location and to not talk about "test"
1632         versions of automake, which are no longer required.
1634         * locate/updatedb.sh:
1635         Incorporated the default list of filesystems to avoid from the Debian
1636         package.  Also added /afs and /sfs to the default pruned paths.
1638         * configure.in: Released findutils 4.2.3
1640         * 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:
1641         did make distcheck, which updates these files
1643         * find/defs.h, find/fstype.c:
1644         Use const qualifier in arguments to filesystem_type() to allow callers with const variables to use them
1646         * ChangeLog: Updated.
1648         * NEWS: Added new news.
1650         * find/find.c:
1651         Extra diagnositcs for the case where we have the error "%s changed
1652         during execution of %s" - that is when we chdir back to the parent
1653         directory only to find that it has changed.
1655 2004-10-30  James Youngman <jay@gnu.org>
1657         * .cvsignore, NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
1658         Implemented the -quit action
1660         * NEWS, doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1661         Refactored time handling routines in preparation for support of absolute timestamp comparison predicates
1663         * locate/locate.c:
1664         Applied Savannah patch #2952 ("getline off-by-one bugfix").
1666         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
1667         Added -delete action (Savannah patch #3454 with additions)
1669         * locate/locate.c:
1670         Applied Savannah patch #2692 (allowing get_short to process negative integers).
1672         * find/find.c:
1673         If we are iossuing an error message because $FIND_BLOCK_SIZE is set,
1674         ignore the setting of errno.
1676         * find/parser.c: More fixes for pedantic compiler warnings
1678         * NEWS, find/parser.c, find/tree.c: Eliminated some compiler warnings
1680         * find/find.c, find/parser.c, find/pred.c:
1681         Various fixes for compiler warninga sbout unreachable code or unused function arguments
1683         * intl/plural.y: Silence compiler warning about unused argument.
1685         * locate/testsuite/Makefile.am:
1686         Subdirectory "inputs" does not exist, so remove it from DIST_SUBDIRS.
1688         * locate/locate.c:
1689         Corrected the explanation of why we have to use no parentheses around
1690         the String argument to the N_ macro in its expansion.
1692         * configure.in: Nextr release is 4.2.3.
1694         * configure.in: IOndicate this is no longer the pristine release.
1696         * NEWS:
1697         Oops, comments for release 4.2.0 should have said 20480 bytes, not 2480.
1699         * lib/listfile.c:
1700         The -ls predicate should not truncate usernames.  Fixes Savannah bug #10800.
1702         * find/fstype.c, locate/locate.c:
1703         Fixes for Savannah bug #3727 (Intel icc compilation errors).
1705 2004-10-25  James Youngman <jay@gnu.org>
1707         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1708         Support -printf %D, which prints the device number of the containing filesystem
1710         * locate/updatedb.sh:
1711         Avoid confusion between James Woods and James Youngman, by using the
1712         disambiguating surname.
1714         * find/parser.c: Use RE_ICASE instead of re->translate.
1716         * configure.in, find/parser.c, find/pred.c, xargs/xargs.c:
1717         No need to #define _GNU_SOURCE if we use gl_INIT.
1719 2004-10-24  James Youngman <jay@gnu.org>
1721         * ChangeLog: Prepared to release findutils-4.2.2.
1723         * 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:
1724         Updates prior to release of 4.2.2
1726         * NEWS: Updated with news for findutils-4.2.2.
1728         * 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:
1729         Corrected typo in the address of the FSF office
1731         * lib/strspn.c: Updated FSF address.
1733         * m4/.cvsignore: 'cvs status' should ignore Makefile.in
1735         * 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:
1736         Use gnulib-tool --import to import the gnulib code, rather than the odd way we were doing it before
1738         * 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:
1739         Work round an apparent compiler bug in HP-UX 11.23 for
1740         ia64
1742         * locate/locate.c:
1743         Work around what appears to be a C compiler bug in HP-UX 11.23 for
1744         ia64.
1746         * INSTALL, depcomp, install-sh, missing, mkinstalldirs:
1747         Updated from automake
1749         * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c, find/find.c:
1750         Avoid use of exit() within main, to silence warnings about unreachable code
1752 2004-10-22  James Youngman  <jay@gnu.org>
1754         * doc/find.texi: Syntax corrections.
1756         * doc/find.texi: Indicate that "-exec {}+" is not yet supported.
1758         * find/find.1: Indicate that "{}+" is not yet supported.
1760         * find/testsuite/find.gnu/name-period.xo, find/testsuite/find.gnu/name-period.exp, find/find.1, doc/find.texi:
1761         The -name predicate must allow '*' to match '.foo' as demanded by IEEE
1762         Std 1003.2-1992 Interpretation #126.
1764         * find/pred.c:
1765         Remove use of FNM_PERIOD for -name as demanded by IEEE Std 1003.2-1992
1766         Interpretation #126
1768         * find/parser.c: Fix for compilation (on AIX 4.3) with GCC 2.x.
1770         * xargs/xargs.c:
1771         Changed the erorr message issued when there is an unmatched quote to
1772         point out that the user might have wanted to use the -0 option instead.
1774 2004-10-17  James Youngman  <jay@gnu.org>
1776         * configure.in:
1777         Define intmax_t if it is not already defined - allows parser.c to compile on AIX 4.3
1779         * configure.in:
1780         Adjust version number to indicate that this s/w has moved on since the
1781         4.2.1 release.
1783         * configure.in: preparing to release 4.2.1
1785         * ChangeLog: updated with current changes
1787         * README-CVS: Updated to go with newer version of gnulib.
1789         * 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:
1790         preparation for release
1792         * NEWS: Mention the changes to "trap".
1794         * NEWS: Brought up to date.
1796         * import-gnulib.sh:
1797         Use xalloc-die module from gnulib, since that has now been split out
1799         * find/parser.c:
1800         Check fnmatch() when other predicates that rely on fnmatch() are used.
1802         * find/parser.c: bug #10701: find needs fnmatch sanitycheck on startup
1804 2004-10-16  James Youngman <jay@gnu.org>
1806         * import-gnulib.sh:
1807         Switch to requirement for GNU fnmatch because it supports FNM_CASEFOLD.
1809         * locate/updatedb.sh:
1810         Bug #9465: use of signal numbers for 'trap' is deprecated.  Should use
1811         names instead.  See
1812         http://www.opengroup.org/onlinepubs/009695399/utilities/trap.html,
1813         which indicates that support for signal numbers is optional, while
1814         support for signal names is mandatory.
1816         * configure.in:
1817         Indicate that this is the CVS version (once again) now that findutils
1818         4.2.0 has been released.
1820         * 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:
1821         findutils 4.1.20 check-in for tagging
1823 2004-10-02  James Youngman <jay@gnu.org>
1825         * po/Makefile.in.in:
1826         Search in $(top_srcdir) for mkinstalldirs, since that's where we keep it.
1828         * NEWS: Brought up to date, organised more clearly, and tidied up.
1830         * NEWS: brought up to date with recent changes
1832         * locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/ignore_case1.exp, locate/testsuite/locate.gnu/ignore_case3.exp, locate/updatedb.sh:
1833         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
1835         * find/pred.c:
1836         Fixed usage of human_readable() in '%k' format specifier to fix a bug
1837         reported by Dmitry V. Levin (arguments to human_readable() were
1838         specified in the wrong order, which resulted in a floating-point
1839         error).
1841 2004-08-08  James Youngman <jay@gnu.org>
1843         * locate/updatedb.sh:
1844         cd to / to avoid inability to examine the current directory if we're
1845         invoked via cron (and hence in root's home directory for example).
1847         * doc/find.texi, find/find.1:
1848         Deprecate -path and -ipath in favour of -wholename and -iwholename
1850         * find/parser.c:
1851         As per RMS's suggestion, deprecate -path and -ipath in favour of
1852         -wholename and -iwholename.
1854         * locate/locate.c:
1855         Fixed Savannah bug #9923, in which get_short() returns large positive
1856         ints when it should be returning negative shorts.
1858         * xargs/xargs.1:
1859         Applied documentation improvements suggested by Dan Jacobson
1860         <jidanni@jidanni.org>.
1862         * xargs/xargs.c:
1863         Don't check size_of_environment against arg_max since that causes the
1864         test suite to fail.
1866         * xargs/xargs.1, xargs/xargs.c: Better documentation for the -i option
1868 2004-05-03  James Youngman <jay@gnu.org>
1870         * find/find.1:
1871         document the various suffixes for -size and also the new 
1872         option -ignore_readdir_race
1874         * locate/locate.c:
1875         Fixes Savannah bug #8623 (failure to check consistency of data 
1876         read from locate database)
1878         * locate/updatedb.sh:
1879         Resolves Savannah bug 4380, that updatedb generates an empty
1880         database if one of the commands fails
1882         * NEWS: Talk about -ignore_readdir_race
1884         * doc/find.texi:
1885         Documented -ignore_readdir_race and -noignore_readdir_race
1887         * find/find.c:
1888         -ignore_readdir_race should have no effect if the reason for the
1889          failure of stat(2) was anything other than ENOENT.
1891         * find/defs.h, find/find.c, find/parser.c:
1892         Fixed Savannah bug 4391 (readdir race condition leading to 
1893         spurious error messages)
1895 2004-04-24  James Youngman <jay@gnu.org>
1897         * README-CVS: Corrected the instructions for getting gnulib via CVS.
1899 2004-04-13  James Youngman <jay@gnu.org>
1901         * doc/find.texi:
1902         Actioned Savannah bug #8558 (find complains when it tries to recurse
1903         into directories that it had removed).
1905 2004-03-13  James Youngman <jay@gnu.org>
1907         * ChangeLog: Updated from checkin comments.
1909         * find/find.c:
1910         Oops, there is no access to the predicate name table if DEBUG is 
1911         not #defined.
1913         * find/parser.c:
1914         Detect arithmetic overflow (poorly) in insert_time(), which diagnoses
1915         the failure to handle large arguments to -mtime.  The existing code
1916         does careful computation and then bungs the value into a time_t, which
1917         ruins all our careful effort.  The new code is not a great
1918         improvement.  We just check the result to detect overflow, rather than
1919         actually avoiding the overflow.
1921         * find/find.c:
1922         Fixed Debian bug #185202 by checking for any trailing predicates after
1923         the top-level invocation of get_expr() has done its work.
1925         * locate/locate.1, xargs/xargs.1:
1926         Fixed Debian bug 175372, inappropriate 'L' suffixes on manual 
1927         page section indicators
1929         * find/find.1:
1930         Removed "L" suffixes from manual page section indicators, to fix
1931         Debian bug 175372.
1933         * debian/updatedb.conf:
1934         Updated with list of filesystems from current Debian release.  This
1935         includes devfs, for example.
1937         * xargs/xargs.1:
1938         Modified documentation of "-s" option to take into account the fix for
1939         Debian bug #176201.
1941         * xargs/xargs.c:
1942         Fixed Debian bug #176201, "xargs enviroment size limited to 20k", by
1943         reading a patch offered by Bob Prolux and implementing something
1944         substantially similar myself.
1946 2004-01-03  James Youngman  <jay@gnu.org>
1948         * xargs/xargs.c:
1949         Indicate that prep_child_for_exec() fixes Savannah bug #3992.
1951         * xargs/xargs.c:
1952         Attach the stdin of xargs' child process to /dev/null so that if it
1953         tries to read from its stdin it doesn't consume any of the list of
1954         files that xargs is trying to use.
1956         * find/find.1:
1957         Documented that the -regex option follows Gnulib's re_match() 
1958         implementation.
1960         * NEWS, locate/locate.c: Applied Savannah patch 2108
1962         * xargs/xargs.c: Applied Savannah patch 1500
1964         * find/find.1, doc/find.texi:
1965         Improved the documentation for the %k and %b format specifiers to
1966         -printf (Savannah bug #5034).  Also pointed out that this handling is
1967         different to that used by the "b" and "k" suffixes with "-size".
1969         * find/find.1: Improved the documentation for %k (Savannah bug #5034).
1971         * find/find.1:
1972         Improved the documentation for -print0 in the manpage, fixing Debian
1973         bug 111143.
1975         * README-CVS, find/pred.c, lib/listfile.c:
1976         Brought up-to-date with change in gnulib's human.c - we no longer 
1977         use human_readable_inexact(), because it is no longer provided.
1979 2003-08-08  James Youngman  <jay@gnu.org>
1981         * find/find.1:
1982         Documented the fact that -printf also supports the '\0' escape code.
1983         Added "STANDARDS CONFORMANCE" section.
1985 2003-08-02  James Youngman  <jay@gnu.org>
1987         * find/find.1:
1988         Explain that braces are not special when performing filename matching
1989         with -name.
1991         * find/find.1:
1992         added example of the use of -exec to the EXAMPLES section
1994         * find/fstype.c, locate/locate.c:
1995         Savannah bug #4295 - implicit declarations of ctype.h functions
1997         * locate/locate.c:
1998         Savannah bug #4279 - missing newline on locate help message
2000         * find/find.1, xargs/xargs.1:
2001         Improved discussion of the -print0 option of find and the -0 option of xargs
2003 2003-06-26  James Youngman  <jay@gnu.org>
2005         * import-gnulib.sh:
2006         Remove reference to nonexistent module "basename" ("dirname" exists
2007         and we already use that).
2009 2003-06-21  James Youngman  <jay@gnu.org>
2011         * doc/find.texi:
2012         Indicate that xargs stops immediately if a command exits with status 255
2014         * xargs/xargs.1:
2015         Document the fact that xargs exits immediately with an error message
2016         if the command it executes exits with a status of 255.
2018 2003-06-18  James Youngman  <jay@gnu.org>
2020         * find/find.1:
2021         Indicate that -fls and friends always create their output file
2023 2003-06-16  James Youngman  <jay@gnu.org>
2025         * ChangeLog, find/find.1, locate/locate.1, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
2026         Added BUGS section to manual pages.   This section includes information about known bugs and how to report new bugs.
2028         * AUTHORS: Identify the current maintainer.
2030         * TODO: Removed the TODO items which have now been done.
2032         * THANKS: Added Bruno Haible and Bob Prolux.
2034         * xargs/xargs.c: xargs/xargs.c (DO_MULTIBYTE): New macro.
2035         (mbstrstr): New function.
2036         (do_insert): Use it instead of strstr.
2038         * config.guess, config.sub:
2039         Use config.guess and config.sub from automake
2041         * find/fstype.c:
2042         Bruno Haible: (fstype_to_string) Don't define this function if
2043         HAVE_F_FSTYPENAME_IN_STATFS is defined.
2045         * configure.in:
2046         Bruno Haible: Prefer the 4.4BSD API (if present) to the 4.3BSD API,
2047         because some 4.4BSD systems have <mntent.h> but no /etc/mtab file.
2049         * doc/find.texi, find/find.1:
2050         Applied patch 1498 (documenting the backslash escape sequence)
2052         * locate/updatedb.sh: Applied (my own version of) Savannah patch 1601.
2054         * doc/find.texi:
2055         Applied Savannah patch #1547 (document the fact that printf
2056         field-width specifiers are supported).
2058         * xargs/xargs.c:
2059         Applied Savannah patch #1499 (adds final newline to usage message).
2061 2003-06-14  James Youngman  <jay@gnu.org>
2063         * NEWS, configure.in:
2064         Updated version number to 4.2.0-CVS [not ready for release yet]
2066         * 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
2067         also need stpcpy (e.g. for Solaris)
2069         * intl/dcigettext.c:
2070         plural_lookup: don't use a variable called "index", because we may
2071         have done "#define strchr index", in which case using a variable
2072         called index will prevent us calling strchr(p, ch) in the same scope.
2074         * 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:
2075         Updated copyright years and the address of the FSF
2077         * aclocal.m4, config.h.in, configure:
2078         Removed files that are generated from other files (e.g. configure)
2080         * NEWS: Updated NEWS file for 4.1.20.
2082         * 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:
2083         Updates to the i18n files to ensure that 'make dist' succeeds
2085         * lib/posix/.cvsignore, lib/posix/Makefile.am,
2086         lib/posix/Makefile.in, lib/posix/regex.h, lib/strftime.c,
2087         lib/strncasecmp.c, lib/strspn.c, lib/strstr.c, lib/strtol.c,
2088         lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c, lib/wait.h,
2089         lib/waitpid.c, lib/xalloc.h, lib/xgetcwd.c, lib/xmalloc.c,
2090         lib/xstat.in, lib/xstrdup.c, lib/xstrtol.c, lib/xstrtol.h,
2091         lib/xstrtoul.c, lib/xstrtoul.h, lib/xstrtoumax.c, lib/yesno.c,
2092         locate/Makefile.am, locate/Makefile.in, locate/locate.c,
2093         locate/testsuite/Makefile.in, m4/.cvsignore, m4/ChangeLog,
2094         m4/Makefile.am, m4/Makefile.am.in, m4/Makefile.in, m4/README,
2095         m4/afs.m4, m4/assert.m4, m4/c-bs-a.m4, m4/check-decl.m4,
2096         m4/codeset.m4, m4/d-ino.m4, m4/d-type.m4, m4/error.m4,
2097         m4/fnmatch.m4, m4/fnmatchcase.m4, m4/fstypename.m4, m4/getline.m4,
2098         m4/gettext.m4, m4/glibc.m4, m4/glibc21.m4, m4/iconv.m4,
2099         m4/inttypes_h.m4, m4/isc-posix.m4, m4/jm-glibc-io.m4,
2100         m4/jm-macros.m4, m4/jm-mktime.m4, m4/lcmessage.m4, m4/libintl.m4,
2101         m4/link-follow.m4, m4/ls-mntd-fs.m4, m4/lstat-slash.m4,
2102         m4/lstat.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/memcmp.m4,
2103         m4/prereq.m4, m4/progtest.m4, m4/readdir.m4, m4/realloc.m4,
2104         m4/regex.m4, m4/st_dm_mode.m4, m4/st_mtim.m4, m4/stat.m4,
2105         m4/strerror_r.m4, m4/strftime.m4, m4/timespec.m4, m4/uintmax_t.m4,
2106         m4/ulonglong.m4, m4/xstrtoumax.m4, xargs/Makefile.am,
2107         xargs/Makefile.in, xargs/testsuite/Makefile.in,
2108         find/testsuite/Makefile.in, lib/.cvsignore, lib/Makefile.am,
2109         lib/Makefile.in, lib/alloca.c, lib/ansi2knr.1, lib/ansi2knr.c,
2110         lib/argmatch.c, lib/argmatch.h, lib/basename.c, lib/basename.h,
2111         lib/dirname.c, lib/dirname.h, lib/error.c, lib/error.h,
2112         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/fnmatch.c,
2113         lib/fnmatch.h, lib/getline.c, lib/getline.h, lib/getopt.c,
2114         lib/getopt.h, lib/getopt1.c, lib/human.c, lib/human.h,
2115         lib/idcache.c, lib/malloc.c, lib/memcmp.c, lib/memcpy.c,
2116         lib/memset.c, lib/mktime.c, lib/modechange.c, lib/modechange.h,
2117         lib/pathmax.h, lib/quotearg.c, lib/quotearg.h, lib/realloc.c,
2118         lib/regex.c, lib/regex.h, lib/rpmatch.c, lib/savedir.c,
2119         lib/savedir.h, lib/stpcpy.c, lib/strcasecmp.c, lib/strdup.c,
2120         find/Makefile.am, find/Makefile.in, find/find.c, find/pred.c:
2121         Updated to work with current version of gnulib
2123         * import-gnulib.sh: New file.
2125         * config.h.in, configure, configure.in, doc/Makefile.in, import-gnulib.sh:
2126         Updated to work with current version of gnulib
2128         * README-CVS: New file.
2130         * Makefile.am, Makefile.in, README-CVS, aclocal.m4:
2131         Updated to work with current version of gnulib
2133 2001-06-09  Kevin Dalley  <kevin@seti.org>
2135         * intl/plural.c:
2136         Changes the location of bison.simple after running bison on local
2137         machine
2139         * ChangeLog: *** empty log message ***
2141         * Makefile.in, aclocal.m4, config.h.in, configure,
2142         doc/Makefile.in, find/Makefile.in, find/testsuite/Makefile.in,
2143         lib/Makefile.in, lib/posix/Makefile.in, locate/Makefile.in,
2144         locate/testsuite/Makefile.in, m4/Makefile.in, xargs/Makefile.in,
2145         xargs/testsuite/Makefile.in: Updates mostly from gettext-0.10.38
2147         * ABOUT-NLS: * ABOUT-NLS: updated from gettext-0.10.38.
2149         * configure.in: * configure.in: add tr to ALL_LINGUAS.
2151         * intl/config.charset, intl/dcigettext.c, intl/dcngettext.c,
2152         intl/dngettext.c, intl/libgnuintl.h, intl/localcharset.c,
2153         intl/locale.alias, intl/ngettext.c, intl/plural.y,
2154         intl/ref-add.sin, intl/ref-del.sin: updated from gettext-0.10.38
2156         * intl/cat-compat.c, intl/linux-msg.sed, intl/po2tbl.sed.in,
2157         intl/xopen-msg.sed, m4/ChangeLog: *** empty log message ***
2159         * m4/jm-macros.m4:
2160         * jm-macros.m4 (jm_MACROS): remove jm_ICONV, which is replaced by
2161         AM_ICONV, which is imported from gettext-0.10.38.  removed
2162         jm_GLIBC21, which is required in AM_GNU_GETTEXT, which is
2163         imported from gettext-0.10.38.
2165         * po/stamp-cat-id:      * stamp-cat-id: Remove file.
2167         * po/Makefile.in.in:    * Makefile.in.in: Upgrade to gettext-0.10.38.
2169         * po/ChangeLog:         * cat-id-tbl.c: Remove file.
2171         * po/de.po, po/es.po, po/et.po, po/fr.po:
2172         * fr.po, et.po, es.po, de.po: updated translations to
2173         findutils-4.1.7.
2175         * po/tr.po: * tr.po:  New Turkish translation.
2177         * m4/ChangeLog: *** empty log message ***
2179         * intl/dgettext.c, intl/explodename.c, intl/finddomain.c,
2180         intl/gettext.c, intl/gettext.h, intl/gettextP.h,
2181         intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
2182         intl/libgettext.h, intl/loadinfo.h, intl/loadmsgcat.c,
2183         intl/localealias.c, intl/plural.c, intl/textdomain.c,
2184         intl/ChangeLog, intl/Makefile.in, intl/VERSION,
2185         intl/bindtextdom.c, intl/dcgettext.c: Updated from gettext-0.10.38
2187         * m4/Makefile.am:
2188         reflects addition of codeset.m4 from gettext-0.10.38, automatically
2189         generated.
2191         * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4,
2192                 m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4: *
2193                 progtest.m4, lcmessage.m4, isc-posix.m4, iconv.m4,
2194                 glibc21.m4, gettext.m4, codeset.m4: updated from
2195                 gettext-0.10.38.
2197         * ChangeLog: *** empty log message ***
2199         * THANKS: added "Gerrit P. Haase" <gerrit.haase@t-online.de>
2201         * m4/ChangeLog, locate/testsuite/.cvsignore,
2202         xargs/testsuite/.cvsignore, config.h.in, configure, aclocal.m4,
2203         doc/.cvsignore: *** empty log message ***
2205         * m4/jm-macros.m4:      * jm-macros.m4 (jm_MACROS): add jm_FSTYPENAME
2207         * doc/Makefile.in: *** empty log message ***
2209         * doc/Makefile.am:
2210         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
2211         created by dvips.  This should be taken care of by automake, but
2212         the code is commented out.
2214 2001-06-09  Kevin Dalley  <kevin@seti.org>
2216         * ABOUT-NLS: updated from gettext-0.10.38.
2218         * configure.in: add tr to ALL_LINGUAS.
2220         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
2221         created by dvips.  This should be taken care of by automake, but
2222         the code is commented out.
2224 2001-06-05  Kevin Dalley  <kevin@seti.org>
2226         * locate/updatedb.sh: replace "whoami" with "id -u" when testing
2227         for root.
2229 2001-06-04  Kevin Dalley  <kevin@seti.org>
2231         * locate/testsuite/Makefile.am (DIST_SUBDIRS): remove second
2232         instance of DIST_SUBDIRS.
2234         * locate/Makefile.am (install-data-hook): changed install target
2235         to install-data-hook, which still installs other files.
2237         * doc/Makefile.am (MOSTLYCLEANFILES): added find.cps, which should
2238         probably be handled by automake.
2240         * doc/mdate-sh: removed file in doc directory.  It now exists only
2241         in top_srcdir, but this changed required a patch to automake.
2243 2001-05-20  Kevin Dalley  <kevin@seti.org>
2245         * Version 4.1.7
2246         
2247         * lib/Makefile.am (EXTRA_DIST): add strcasecmp.c
2249         * find/testsuite/Makefile.am (EXTRA_DIST): new tests:
2250         find.gnu/name-opt.exp find.gnu/perm.exp find.gnu/perm.xo
2251         find.gnu/prune-default-print.exp find.gnu/prune-default-print.xo
2253         * configure.in: update to 4.1.7
2255         * config.sub, config.guess: upgraded to recent versions of
2256         config.sub and config.guess.
2258         * locate/updatedb.sh: Add space to "#! /bin/sh"
2260         * configure.in: Add id to ALL_LINGUAS
2262         * lib/Makefile.am (EXTRA_DIST):  getline.[ch] added
2263         (libfind_a_SOURCES): getline.[ch] removed since getline.c is not
2264         always needed.
2266 2001-05-20  Lionel CONS <lionel.cons@cern.ch>
2268         * find/find.c: Fixed security holes.  1.  There is a race
2269         condition between the lstat() to detect a symbolic link and the
2270         actual chdir().  2.  An attacker can move directories while find
2271         is _inside_ so that chdir(..) goes out of the intended file tree.
2273         * lib/modetype.h: support for Solaris door files is added.
2275         * lib/filemode.c: S_ISDOOR is undef'ed if STAT_MACROS_BROKEN
2277         * find/pred.c (pred_type): -D option (for Solaris door files) is
2278         added.
2280         * find/parser.c (insert_type):  -D option (for Solaris door files)
2281         is added. 
2283         * find/find.1: -D option (for Solaris door files) is documented
2285         * doc/find.texi (Type): -D option (for Solaris door files) is
2286         documented
2288 2001-05-02  Kevin Dalley  <kevin@seti.org>
2290         * configure.in: Change AC_CHECK_MEMBERS to conform to new
2291         autoconf.  Add Danish.
2293 2001-01-20  Kevin Dalley  <kevin@seti.org>
2295         * doc/find.texi (Adding Tests): Place space in "#! /bin/sh".
2297         * find/testsuite/find.gnu/prune-default-print.xo,
2298         find/testsuite/find.gnu/prune-default-print.exp: test for "find
2299         . -prune" which passes after changes.  Also see name-opt.exp.
2301         * find/util.c (get_new_pred):
2302         * find/tree.c (set_new_parent):
2303         * find/parser.c (various parse functions):
2304         * find/find.c (main): 
2305         (default_prints): new function 
2306         * find/defs.h (struct predicate): added no_default_print
2307         side_effects are no separated from no_default_print.  predicates
2308         which cause side effects should not be reordered (optimized).
2309         predicates which cause printing should have printing turned off.
2310         Printing statements also cause side effects.
2312 2000-10-29  Bruno Haible <haible@ilog.fr>
2314         * locate/code.c (main), doc/find.texi: improve handling of
2315         non-ASCII characters used old format.
2317 2000-10-21  Paul Eggert  <eggert@twinsun.com>
2319         If open + fchdir fails, fall back on xgetcwd + chdir.
2320         The old code tested for this at compile-time,
2321         but SunOS 4.1.4 fchdir can fail at run-time.
2323         * find/defs.h (fchdir): Define to -1 if not available.
2324         * find/defs.h (starting_dir, starting_desc):
2325         Always declare.  starting_dir now points to const.
2326         * find/find.c (starting_dir, starting_desc): Likewise.
2327         * find/find.c (starting_dir):
2328         Now "." if starting_desc is nonnegative, for benefit of diagnostics.
2329         (main, process_top_path, process_dir):
2330         If open + fchdir fails, fall back on xgetcwd + chdir.
2331         * find/pred.c (launch): Likewise.
2333 2000-10-20  Kevin Dalley  <kevin@seti.org>
2335         * xargs/xargs.c, locate/updatedb.sh, locate/locate.c (usage),
2336         find/parser.c (parse_help): add bug reporting address to help
2338 2000-10-13  Kevin Dalley  <kevin@seti.org>
2340         * depcomp, lib/depcomp: depcomp moved from lib to .
2342 2000-10-11  Kevin Dalley  <kevind@rahul.net>
2344         * Version 4.1.6
2345         
2346         * locate/testsuite/config/unix.exp: set PRUNEFS to "" for the
2347         testsuite. 
2349 2000-10-10  Bruno Haible <haible@ilog.fr>
2351         * lib/Makefile.am (libfind_a_SOURCES): added yesno.c
2353         * lib/yesno.c, lib/rpmatch.c: new files.
2355         * find/pred.c: use function yesno().
2357 2000-10-10  Kevin Dalley  <kevind@rahul.net>
2358         
2359         * locate/testsuite/Makefile.am: Added missing \ at end of
2360         EXTRA_DIST lines.
2362         * locate/testsuite/locate.gnu/ignore_case3.xo,
2363         locate/testsuite/locate.gnu/ignore_case3.exp,
2364         locate/testsuite/locate.gnu/ignore_case2.exp,
2365         locate/testsuite/locate.gnu/ignore_case1.xo,
2366         locate/testsuite/locate.gnu/ignore_case1.exp: place locatedb
2367         inside tmp directory, add subdir directory under tmp.
2369         * locate/testsuite/config/unix.exp: clean up tmp after test is
2370         finished. 
2372 2000-10-10  Kevin Dalley  <kevind@rahul.net>
2374         * locate/testsuite/config/unix.exp (Repository): 
2376 2000-10-09  Kevin Dalley  <kevind@rahul.net>
2378         * lib/fnmatch.c, lib/fnmatch.h: reverted to older version of
2379         fnmatch which works with Solaris.
2381         * locate/testsuite/config/unix.exp: dejagnu unix.exp
2383         * xargs/testsuite/config/unix.exp: remove temporary file
2385         * xargs/xargs.c: spelling correction
2387         * m4/prereq.m4: updated and changed some macros
2389         * m4/jm-macros.m4: replaced jm_FUNC_FNMATCH with
2390         kd_FUNC_FNMATCH_CASE_REPL 
2392         * m4/timespec.m4, m4/strerror_r.m4, m4/mbstate_t.m4,
2393         m4/largefile.m4, m4/gettext.m4, m4/fnmatchcase.m4, m4/d-type.m4,
2394         m4/d-ino.m4, m4/c-bs-a.m4: new m4 macros.
2396         * m4/Makefile.am: add fnmatchcase.m4 and mbstate_t.m4
2398         * locate/testsuite/locate.gnu/ignore_case3.xo,
2399         locate/testsuite/locate.gnu/ignore_case3.exp,
2400         locate/testsuite/locate.gnu/ignore_case2.xo,
2401         locate/testsuite/locate.gnu/ignore_case2.exp,
2402         locate/testsuite/locate.gnu/ignore_case1.xo,
2403         locate/testsuite/locate.gnu/ignore_case1.exp,
2404         locate/testsuite/config/unix.exp: tests related to "--ignore-case"
2405         option.
2407         * locate/testsuite/locate.gnu: testsuite directory
2409         * locate/testsuite/Makefile.am (Repository): 
2411         * locate/testsuite: add directory for locate testsuite
2413         * po/findutils.pot: updated file
2415         * po/sv.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po,
2416         po/it.po, po/gl.po, po/fr.po, po/et.po, po/es.po, po/de.po:
2417         updated various po files.
2419         * locate/updatedb.sh: export TMPDIR, which is used by child
2420         processes.
2422         * locate/locate.1, locate/locate.c:  add "--ignore-case" option.
2424         * locate/Makefile.am: add testsuite subdirectory
2426         * find/testsuite/find.gnu/perm.xo,
2427         find/testsuite/find.gnu/perm.exp,
2428         find/testsuite/find.gnu/name-opt.xo,
2429         find/testsuite/find.gnu/name-opt.exp: added test suites
2431         * configure.in: add locate/testsuite/Makefile
2433         * doc/find.info*: removed from repository
2435         * doc/find.texi: add documentation for "-i" option.
2437         * aclocal.m4: removed from repository, as it is generated.
2439         * find/pred.c: fixes problem with "find -perm -0100".
2441         * lib/lstat.c, lib/stat.c: removed from repository.  These files
2442         are generated from lib/xstat.in.
2444 2000-08-24  Kevin Dalley  <kevind@rahul.net>
2446         * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s}.
2448 2000-05-13  Kevin Dalley  <kevind@rahul.net>
2450         * find/tree.c (opt_expr): move iname and ipath to the front of the
2451         list of arguments.
2453         * doc/find.texi (Directories): changed wording for "-prune".
2455         * find/parser.c (parse_prune): set side_effects to true, to
2456         prevent prune from being moved in opt_expr.
2458 2000-04-12  Kevin Dalley  <kevind@rahul.net>
2460         * doc/find.texi, doc/permi.texi: fix spellings, add LocalWords.
2462         * lib/Makefile.am: put getline.c back into libfind_a_SOURCES,
2463         since getstr is needed.
2465         * Version 4.1.5
2466         
2467         * po/POTFILES.in: updated list of files, updated po files.
2470 2000-04-02  Paul Eggert  <eggert@twinsun.com>
2472         Add support for large files, and port to Solaris 8 and earlier
2473         versions.
2475         * lib/human.c (getenv): Depend on NEED_GETENV_DECL, not
2476         HAVE_DECL_GETENV.
2478         * lib/strftime.c (my_strftime): Make sure we call the system
2479         strftime, not ourselves, when invoking the underlying strftime.
2480         
2481         * m4/check-decl.m4 (jm_CHECK_DECLS): Remove memchr, nanosleep.
2483         * m4/jm-macros.m4 (jm_MACROS): Don't check for utime.h.  Do not
2484         require jm_BISON, jm_CHECK_TYPE_STRUCT_UTIMBUF, jm_FUNC_LCHOWN,
2485         jm_FUNC_CHOWN, jm_FUNC_NANOSLEEP, jm_FUNC_GROUP_MEMBER,
2486         jm_FUNC_PUTENV, jm_FUNC_GETGROUPS, AM_FUNC_GETLOADAVG,
2487         jm_SYS_PROC_UPTIME, jm_FUNC_FTRUNCATE, jm_FUNC_UTIME.  Do not
2488         replace strcasecmp, dup2, gethostname, getusershell, stime,
2489         strcspn, strpbrk, euidaccess, mkdir, rmdir, rpmatch, strndup,
2490         strverscmp, memchr, memmove.  Do not check for declaration of
2491         lchown.  Remove invocations of AM_FUNC_OBSTACK, AM_FUNC_STRTOD,
2492         POW_LIBM, jm_LANGINFO_CODESET, jm_ICONV.  Remove df tests.
2493         (jm_CHECK_ALL_TYPES): Include <sys/stat.h> when checking for
2494         struct stat.st_blksize.
2496         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set environment variable
2497         in shell rather than using putenv, which isn't portable.
2498         
2499         * COPYING, lib/alloca.c, lib/dirname.c, lib/error.c,
2500         lib/savedir.c, lib/strstr.c, m4/check-decl.m4, m4/d-ino.m4,
2501         m4/d-type.m4, m4/getline.m4, m4/jm-glibc-io.m4, m4/jm-macros.m4,
2502         m4/jm-mktime.m4, m4/ls-mntd-fs.m4, m4/memcmp.m4, m4/prereq.m4,
2503         m4/readdir.m4, m4/regex.m4, m4/strftime.m4, m4/uintmax_t.m4: Sync
2504         to latest version from sh-utils-2.0g.
2506         * config.guess, config.sub, lib/argmatch.c, lib/argmatch.h,
2507         lib/human.c, lib/human.h, lib/memcpy.c, lib/quotearg.c,
2508         lib/quotearg.h, lib/strtoull.c, lib/strtoumax.c,
2509         lib/xstrtoumax.c, m4/c-bs-a.m4, m4/gettext.m4,
2510         m4/largefile.m4, m4/lcmessage.m4, m4/link-follow.m4,
2511         m4/progtest.m4, m4/strerror_r.m4, m4/timespec.m4,
2512         m4/xstrtoumax.m4: New files, taken from sh-utils-2.0g.
2514         * lib/ansi2knr.1, lib/ansi2knr.c, lib/basename.c, lib/getopt.h,
2515         lib/fnmatch.c, lib/fnmatch.h, lib/modechange.c: Sync to latest
2516         unreleased version of GNU tar (between 1.13.17 and 1.13.18).
2518         * lib/basename.h, lib/waitpid.c: New files, taken from same
2519         version of GNU tar.
2520         
2521         * lib/regex.c, lib/regex.h: Sync to GNU grep 2.4.2.
2523         * lib/posix/Makefile.am, lib/posix/regex.h: New files, taken from
2524         GNU grep 2.4.2.
2526         * lib/strftime.c: Sync to textutils 2.0e.
2527         
2528         * acconfig.h, depcomp, lib/strcasecmp.c, m4/check-type.m4,
2529         m4/const.m4, m4/decl.m4, m4/lfs.m4, m4/mktime.m4, m4/perl.m4,
2530         m4/putenv.m4, m4/uptime.m4, m4/utimbuf.m4, m4/utime.m4,
2531         m4/utimes.m4: Remove these files; no longer needed.
2533         * configure.in (AC_CANONICAL_HOST, AC_SYS_LARGEFILE,
2534         jm_AC_TYPE_UINTMAX_T): Add.
2535         (CACHE_IDS, FSTYPE_STATVFS, FSTYPE_USG_STATFS, FSTYPE_AIX_STATFS,
2536         FSTYPE_MNTENT, FSTYPE_STATFS, FSTYPE_GETMNT): Add comment, so that
2537         we don't need acconfig.h.
2538         (AC_CHECK_TYPE): Add ssize_t.
2539         (AC_REPLACE_FUNCS): Add waitpid.
2540         (AC_CHECK_FUNCS): Remove basename.
2541         (AC_FUNC_MKTIME): Remove.
2542         (LIBOBJS): Add no-ops to work around automake 1.4 bug.
2543         (AC_OUTPUT): Add lib/posix/Makefile.
2545         * find/defs.h: Include <config.h>, <sys/types.h>, <sys/stat.h>,
2546         <stdio.h>, <limits.h>, <inttypes.h>.  All includers changed to not
2547         include these files, and to include "defs.h" first (since config.h
2548         must be included first).
2549         (CHAR_BIT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
2550         S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, MOD_WXUSR,
2551         MODE_R, MODE_RW, MODE_RWX, MODE_ALL): New macros.
2552         (enum permissions_type): New enum.
2553         (struct long_val.negative): New member.
2554         (struct long_val.l_val): Now uintmax_t, not unsigned long.
2555         (struct size_val.size): Likewise.
2556         (struct perm_val): New type.
2557         (struct predicate.perm): Now struct perm_val, not unsigned long.
2558         (struct predicate.type): Now mode_t, not unsigned long.
2559         (list_file): New parameters current_time, output_block_size.
2560         All callers changed.
2561         (savedir, basename): Remove decls.
2562         (output_block_size, start_time): New extern vars.
2564         * find/find.c: Include <human.h>, <savedir.h>.
2565         (output_block_size, start_time): New vars.
2566         (main): Initialize them.  No need to check for negative st_size,
2567         since savedir now does it for us.
2569         * find/fstype.c: Include "dirname.h".
2570         (xatoi): Remove.
2571         (filesystem_type_uncached): Use xstrtoumax instead of xatoi.
2572         
2573         * find/parser.c: Include "xstrtol.h".
2574         (get_num_days, get_num, parse_amin, parse_cmin, parse_mmin,
2575         parse_size, parse_used, insert_time, insert_num): Compute using
2576         uintmax_t, not unsigned long.
2577         (parse_amin, parse_cmin, parse_mmin, parse_used, insert_time):
2578         Keep track of whether time was negative before converting it to an
2579         unsigned type.
2580         (parse_daystart): Don't assume that localtime succeeds; e.g. it
2581         can fail with 64-bit time_t and 32-bit tm_year.
2582         (parse_perm, insert_type): Compute using mode_t, not unsigned
2583         long.
2584         (insert_type): Use symbolic constants like MODE_ALL instead of
2585         traditional ones like 07777.  Set new kind member to indicate
2586         permissions type, instead of using unportable magic numbers.
2587         (make_segment): We will use human_readable to convert most numeric
2588         values, so simplify the cases.
2589         (get_num_days): Write in terms of get_num, to avoid duplicated
2590         code.
2591         (insert_time, insert_num): When debugging, convert large values to
2592         uintmax_t and output with %ju.
2593         (get_num): Use xstrtoumax to do the real work.
2595         * find/pred.c: Include "basename.h", "human.h".
2596         (DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKSIZE): New macros, taken from
2597         fileutils.
2598         (ST_NBLOCKS): Replace with fileutils defn.
2599         (MAX): New macro.
2600         (ctime_format): New function.
2601         (pred_fprintf, format_date): Use human_readable to output large
2602         numbers portably.
2603         (pred_fprintf): Use ctime_format to output ctime-style dates.  Use
2604         base_name to compute the base name of a path.  With %m, output the
2605         mode portably using traditional numbers, even if the host uses
2606         some other numbering scheme.
2607         (pred_iname, pred_name): basename -> base_name.
2608         (pred_perm): Use new kind member to deduce permissions type,
2609         instead of relying on magic numbers.
2610         (pred_size): Compute using uintmax_t, not unsigned long.  Avoid
2611         overflow if file size is near the maximum.
2612         (pred_type): Compute using mode_t, not unsigned long.
2613         (launch): Use waitpid, not wait.  Check for EINTR.
2614         (format_date): Don't assume that localtime succeeds.
2616         * find/util.c (basename): Remove; we now use base_name.
2618         * lib/Makefile.am (SUBDIRS): New macro.
2619         (libfind_a_SOURCES): Add argmatch.h, argmatch.c, basename.h,
2620         basename.c, human.c, human.h, quotearg.c, quotearg.h, xstrtoumax.c.
2621         Remove error.h, error.c, getline.c.
2622         (EXTRA_DIST): Add mktime.c, regex.c.
2624         * lib/listfile.c: Include "human.h".
2625         (alloca): Declare, or include appropriate files to declare.
2626         (DEV_BSIZE, ST_NBLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE): New macros.
2627         (convert_blocks): Remove.
2628         (list_file): New current_time and output_block_size args.
2629         Revamp quite a bit, to handle large numbers correctly
2630         and to match GNU ls behavior more closely.
2632         * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4, gettext.m4,
2633         largefile.m4, lcmessage.m4, link-follow.m4, progtest.m4,
2634         strerror_r.m4, xstrtoumax.m4.  Remove check-type.m4, const.m4,
2635         decl.m4, lfs.m4, mktime.m4, perl.m4, putenv.m4, timespec.m4,
2636         uptime.m4, utimbuf.m4, utime.m4, utimes.m4.
2638         * xargs/xargs.c (wait_for_proc): Retry wait if it fails with
2639         errno == EINTR.
2641 2000-04-05  Kevin Dalley  <kevind@rahul.net>
2643         * xargs/Makefile.am:  add ansi2knr
2645         * xargs/xargs.c: add macros PARAMS rather than P_.  Add
2646         prototypes.
2648         * po/POTFILES: new file listing all POFILES.
2650         * m4/gl.po, m4/et.po: new files
2652         * m4/Makefile.am.in:  updated file
2654         * m4: update directory
2656         * locate/Makefile.am: create updatedb from updatedb.sh
2658         * locate/updatedb.sh, locate/updatedb.in: removed file.  Replaced
2659         by updatedb.sh
2661         * locate/frcode.c, locate/code.c, locate/bigram.c: add macros
2662         PARAMS rather than P_.  Add prototypes.
2664         * lib/xstat.in: new file
2666         * lib/Makefile.am: update to latest versions of library files.
2668         * find/testsuite/Makefile.am: add CLEANFILES
2670         * find/util.c: remove definition of basename
2671         
2672         * find/util.c, find/tree.c, find/pred.c, find/parser.c,
2673         find/fstype.c, find/find.c, find/defs.h: add macros PARAMS rather
2674         than P_, for consistency, change to prototypes
2676         * find/Makefile.am: Add prototypes and ansi2knr
2678         * configure.in: add Galition and Estonian languages.
2679         Miscellaneous other fixes.
2680         
2682 2000-03-11  Kevin Dalley  <kevind@rahul.net>
2684         * lib/basename.c: Add file from libit.
2685         * lib/Makefile.am (libfind_a_SOURCES): add basename.c since it is
2686         no longer replaceable.
2688         * find/util.c: Remove definition of basename, which is now in
2689         lib/basename.c (as base_name).
2690         * find/pred.c: Use base_name, not basename.
2691         * find/defs.h: Likewise.
2693         * configure.in : Don't replace basename.  Now we use only
2694         base_name.
2696 2000-02-26  Kevin Dalley  <kevind@rahul.net>
2698         * Version 4.1.4
2699         
2700         * lib/strtoul.c: added to distribution
2701         
2702         * configure.in: added strtoul to AC_REPLACE_FUNCS
2704         * configure.in: added jm_CHECK_ALL_TYPE
2706 2000-02-23  Kevin Dalley  <kevind@rahul.net>
2708         * po/ChangeLog: removed, merged with top-level ChangeLog.
2709         
2710         * po/de.po: new version of German file.
2711         
2712         * po/gl.po, po/et.po: new languages, Estonian and Galician.
2714         * locate/updatedb.sh (PRUNEFS): enclose paths in quotes
2716 2000-02-17  Kevin Dalley  <kevind@rahul.net>
2718         * po/it.po: new version of Italian file.
2719         
2720         * locate/updatedb.sh (prunefs_exp): have sed statement use '*'
2721         rather than the often unsupported '+'.
2723 2000-02-13  Kevin Dalley  <kevind@rahul.net>
2725         * configure.in: removed AC_ARG_PROGRAM, which is already in
2726         AM_INIT_AUTOMAKE. 
2728         * locate/Makefile.am (updatedb), locate/updatedb.sh: add
2729         transforms of find, frcode, bigram, and code back into
2730         updatedb.sh, which were accidentally removed.
2732 2000-02-12  Kevin Dalley  <kevind@rahul.net>
2734         * lib/wait.h: updated address.
2736 2000-01-26  Kevin Dalley  <kevind@rahul.net>
2738         * Version 4.1.3
2740         * acconfig.h: added internationalization.
2742         * intl/*: copied from tar-1.13.17.
2744         * locate/Makefile.am, locate/locate.c, locate/code.c:
2745         internationalized file.
2747         * locate/frcode.c, locate/bigram.c: include headers from ../lib
2748         directory.
2750         * xargs/Makefile.am, xargs/xargs.c: internationalized directory.
2752 2000-01-26  Kevin Dalley  <kevind@rahul.net>
2754         * POTFILES.in: added list of files with translatable strings.
2756         * de.po, es.po, fr.po, it.po, ko.po, nl.po, pl.po, pt_BR.po,
2757         ru.po, sv.po: New, slightly out of date, files imported from the
2758         Translation Project: http://www.iro.umontreal.ca/contrib/po/HTML/,
2759         German, Spanish, French, Italian, Korean, Dutch, Polish, Brazilian
2760         Portuguese.
2763 2000-01-24  Kevin Dalley  <kevind@rahul.net>
2765         * lib/xmalloc.c, lib/regex.c, lib/getopt.c: internationalization
2766         works with current version of gettext.
2768         * lib/getline.h : added declaration of getstr.
2769         * lib/Makefile.am (libfind_a_SOURCES): added getline.[ch] to
2770         standard compilation. Added internationalization.
2771         * find/Makefile.am (INCLUDES): corrected -I options for building
2772         in other directories.
2773         (LDADD): changes for internationalization.
2775         * configure.in (ALL_LINGUAS): added internationalization. 
2776         getline.c is always compiled and linked, because of getstr.
2777         AM_GNU_GETTEXT
2779         * Makefile.am: 
2780         (DISTCLEANFILES): added intl/libintl.h
2781         (AUTOMAKE_OPTIONS): added gnits to AUTOMAKE_OPTIONS
2782         (SUBDIRS): added intl and po
2784         * acconfig.h: added internationalization values
2786         * THANKS: added thanks file for gnits compatibility.
2788 2000-01-22  Kevin Dalley  <kevind@rahul.net>
2790         * added intl directory.
2792         * Added internationalization, only with slightly out of date po
2793         files for many locales.
2795 2000-01-18  Kevin Dalley  <kevind@rahul.net>
2797         * Version 4.1.2
2798         
2799         * locate/Makefile.am: remove creation of updatedb, since it is now
2800         made by configure
2802         * configure.in: updatedb is now created by configure.
2804         * xargs/Makefile.am: added testsuite to xargs directory
2806         * locate/updatedb.in: updatedb is now created by configure
2808         * locate/frcode.c, locate/code.c, locate/bigram.c: change return
2809         from main to int.  Replace getstr with getline, where possible.
2811         * locate/Makefile.am: place frcode, code, bigram in
2812         libexec_PROGRAMS
2814         * lib/xstrdup.c, lib/xmalloc.c, lib/xgetcwd.c, lib/xalloc.h,
2815         lib/strtol.c, lib/strstr.c, lib/strftime.c, lib/strdup.c,
2816         lib/stpcpy.c, lib/stat.c, lib/savedir.h, lib/savedir.c,
2817         lib/regex.h, lib/regex.c, lib/realloc.c, lib/pathmax.h,
2818         lib/modechange.h, lib/modechange.c, lib/mktime.c, lib/memset.c,
2819         lib/memcmp.c, lib/malloc.c, lib/lstat.c, lib/idcache.c,
2820         lib/getopt1.c, lib/getopt.c, lib/getopt.h, lib/getline.c,
2821         lib/getline.h, lib/fnmatch.c, lib/fnmatch.h, lib/filemode.c,
2822         lib/filemode.h, lib/fileblocks.c, lib/error.c, lib/error.h,
2823         lib/dirname.c, lib/alloca.c: updated to newer version of file from
2824         fileutils.
2826         * find/version.c: version number is now automatically generated by
2827         configure.
2829         * find/fstype.c (filesystem_type_uncached): fixes bug described as
2830         follows:  When 'find' looks for a fstype, it parses the /etc/mtab
2831         until it finds the good line. But, if there is, before the good
2832         line, a line whose mountpoint is unreachable, it fails.
2834         * doc/texinfo.tex: updated to newer version
2836         * doc/find.texi: added version.texi, fixed a few documentation bugs.
2838         * configure.in: new m4 features.
2840         * Makefile.am: moved testsuite to below corresponding directories
2841         find and xargs.
2843         * acconfig.h: updated to match new m4 files.
2845         * m4: added m4 directory, largely borrowed from Jim Meyering's
2846         fileutils.
2848 2000-01-17  Kevin Dalley  <kevind@rahul.net>
2850         * doc/find.texi (Multiple Files): placed missing xargs in examples
2852         * find/testsuite/find.gnu/depth.exp: added find tests to test
2853         "-depth" bug.
2855         * doc/find.texi: include version.texi for automatic determination
2856         of version number, update bug report email address to
2857         bug-findutils@gnu.org.
2858         (Combining Primaries With Operators): add indices for " ,", "()",
2859         "-a", "-o", etc.
2861 2000-01-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2863         * find/tree.c (opt_expr): Never rearrange the arguments of the
2864         comma operator, since it is not commutative.  Remove useless
2865         assignment.2
2866         
2867 2000-01-17  Jonathan R. Ferro <jferro@corwin.ece.cmu.edu>
2868         
2869         * find/find.c (process_path): fix problem with "-depth" which is
2870         tested in depth.exp test.
2872 1999-08-15  Kevin Dalley  <Kevin Dalley <kevin@seti.org>>
2874         * find/fstype.c (filesystem_type_uncached): a stat failure with
2875         EACCESS will ignore this file system keep on looking.  Patch
2876         suggested by Vincent Danjean <vdanjean@ens-lyon.fr>.
2878 1999-08-15  Mark Kettenis  <kettenis@gnu.org>
2880         * xargs/xargs.c (LONG_MAX): Define if necessary.
2881         (main): If ARG_MAX is -1 (that is sysconf
2882         (_SC_ARG_MAX) returns -1) the system does not impose a limit.  In
2883         that case, use LONG_MAX as the limit.
2884         
2885 1999-08-15  Kevin Dalley  <Kevin Dalley <kevind@rahul.net>
2887         * find/version.c: version string is now set by config.h
2889 1999-08-08  Kevin Dalley  <kevin@seti.org>
2891         * Version 4.1.1
2893         * README-alpha: added alpha README file
2895         * find/defs.h: move lstat declarations into defs.h
2897         * xargs/Makefile.am, testsuite/Makefile.am, locate/Makefile.am,
2898         lib/Makefile.am, find/Makefile.am, doc/Makefile.am, configure.in,
2899         Makefile.am: update for automake-1.4
2901 1999-08-02  Kevin Dalley  <kevind@rahul.net>
2903         * AUTHORS: added file listing AUTHORS
2905         * lib/Makefile.am: modified code for EXTRA sources
2906         
2907 1999-01-30  Kevin Dalley  <kevind@rahul.net>
2909         * added const to declaration of basename, which should satisfy
2910         Linux as well as Hurd (fixes bug #31325).
2911         
2912 1998-12-04  Kevin Dalley  <kevind@rahul.net>
2913         
2914         * lib/nextelem.c: removed declaration of strdup and free, which
2915         meets GNU coding standards and allows compilation on more
2916         platforms.
2917         
2918         * find.texi: corrected explanation of -amin option which described
2919         hours instead of minutes
2920         
2921 1998-09-26  Kevin Dalley  <kevind@rahul.net>
2922         
2923         * lib/getline.c: fix getstr so that it correctly handles long file
2924         paths
2925         
2926 1998-09-20  Kevin Dalley  <kevind@rahul.net>
2927         
2928         * removed more function declarations to meet GNU coding standards
2929         
2930 1998-08-30  Kevin Dalley  <kevind@rahul.net>
2931         
2932         * lib/nextelem.c: removed declaration of strdup and free, which
2933         meets GNU coding standards and allow compilation on sparc
2934         
2935         * corrected explanation of -amin option which described hours
2936         instead of minutes
2937         
2938 1998-02-27  Kevin Dalley  <kevind@rahul.net>
2939         
2940         * locate/locate.c: add --existing option to locate, which only
2941         prints the names of files which still exist
2942         
2943 1998-02-08  Kevin Dalley  <kevind@rahul.net>
2944         
2945         * locate/locate.c: corrected get_short so that it correctly
2946         returns negative numbers.
2947         
2948         * remove declarations of various string functions.  Removing the
2949         declarations almost matches the GNU Coding Standards.
2950         
2951 1997-03-03  Kevin Dalley  <kevind@rahul.net>
2952         
2953         * xargs/xargs.c: xargs fixed to prevent occasional core dumping.
2954         
2955 1997-01-11  Kevin Dalley  <kevind@rahul.net>
2956         
2957         * locate/updatedb.sh: add --localuser option to updatedb, which
2958         allows find to be run as nobody, while allowing database file to
2959         be created as root, change suggested by
2960         <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
2961         
2962 1996-12-28  Kevin Dalley  <kevind@rahul.net>
2963         * added PRUNEFS as variable in updatedb and --prunefs as option to
2964         updatedb
2966 1996-05-27  Kevin Dalley  <kevind@rahul.net>
2967         
2968         * updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
2969         is root
2970 1996-04-27  Kevin Dalley  <kevind@rahul.net>
2972         * lib/getline.c (getstr): verify that nchars_avail is *really*
2973         greater than 0; set *n to a large enough number, stops some core
2974         dumping
2976 Thu Nov  3 09:23:33 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2978         * Version 4.1.
2980         * locate/Makefile.am: Move updatedb from LIBSCRIPTS to SCRIPTS.
2982         * Makefile.am (distname): Change distribution name from find to
2983           findutils.
2985         * testsuite/config/unix.exp: Don't abuse xfail; simulate it correctly.
2987         * locate/Makefile.am (CLEANFILES): Fix typo.
2989 Wed Nov  2 15:11:52 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2991         * The big 4 0.
2993         * lib/listfile.c find/defs.h (list_file): Take a stream arg.
2994         * find/pred.c (pred_ls): pass it.
2995         * find/parser.c pred.c defs.h (parse_fls, pred_fls): New functions.
2997 Tue Oct 25 16:09:04 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2999         * find/pred.c (pred_fprintf): Flush output after \c.  From Chapman
3000         Flack.
3002         * find/parser.c (insert_fprintf): Warn about unrecognized \ and %
3003         sequences.
3005 Tue Oct 18 00:03:10 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
3007         * find/defs.h parser.c pred.c tree.c util.c: Globally change
3008         "victim" to "primary".
3010         * find/parser.c (insert_fprintf): For 'c' format, don't lose the
3011         need_stat information.  From Chapman Flack.
3013         * doc/find.texi perm.texi: New files.
3014         * configure.in: Configure the doc directory.
3016         * find/pred.c (pred_regex): Check that the regex matched the whole
3017         file name.
3019 Wed Oct 12 17:13:47 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
3021         * find/find.c (main): Tell what the invalid arg is.
3022         From Kaveh Ghazi.
3024 Fri Oct  7 12:33:24 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
3026         * find/parser.c: Add -mount as an alias for -xdev.
3027         From Klaus.Steinberger@physik.uni-muenchen.de (Klaus Steinberger).
3029         * lib/modechange.c: Make umask_value unsigned short.
3031         * xargs/xargs.c: Use symbolic constants in longopts.
3032         From Chapman Flack.
3034 Wed Oct  5 11:23:09 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
3036         * xargs/xargs.c (main, read_line, read_string, do_exec): Pass 
3037           along the lengths of the args.
3038           (main): Calculate length of replace_pat.
3039           (push_arg, do_insert): Use those lengths instead of calculating
3040           them. 
3042 Tue Oct  4 10:02:05 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
3044         * locate/updatedb.sh Makefile.in: Add substitutions to get
3045           the transformed program names.
3047         * xargs/xargs.c: Put back the global variables for now.
3048         Rename some variables.  Increase default args_per_exec.
3049         Use boolean where applicable.
3050         (main): Reduce default arg_max by 2048 for POSIX.2.
3051         (read_string): Don't check EOF string.
3052         (read_line, read_string): Take initial args size into account.
3054 Sat Oct  1 17:43:13 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
3056         * find/pred.c (launch): Use pid_t.
3058         * xargs/xargs.c (EOF_STR): Define and use.
3059         [__STDC__]: Declare xrealloc and xmalloc using void *.
3060         * find/defs.h: Likewise.
3062         * find/defs.h: Only declare stpcpy if !HAVE_STPCPY.
3064         * xargs/xargs.c: Replace most global variables with structure
3065           pointers passed as arguments.  Use pid_t.
3066         * lib/wait.h: Include sys/wait.h if HAVE_SYS_WAIT_H.
3067         * configure.in: Call AC_TYPE_MODE_T and AC_HEADER_SYS_WAIT.
3069         * xargs/xargs.c: Improve paging performance and memory
3070           fragmentation by building command arguments in a pre-allocated
3071           buffer and re-implementing the child pid list as an expandable
3072           array.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
3074 Thu Sep 29 11:38:07 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
3076         * xargs/xargs.c [__STDC__]: Prototype declarations.
3078 Wed Sep 28 11:25:53 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
3080         * find/fstype.c [AFS, __STDC__]: Fix definition of _VICEIOCTL.
3082 Tue Sep 27 08:14:27 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
3084         * find/fstype.c (fstype_to_string): Add more cases.  Use
3085           INITMOUNTNAMES if defined.
3086         * find/defs.h: Change boolean typedef from char to int.
3087         * configure.in: Check for mktime.
3089 Tue Sep 27 01:20:28 1994  Kaveh R. Ghazi  (ghazi@noc.rutgers.edu)
3091         * configure.in: Add AC_HEADER_STAT.
3092         * lib/listfile.c, lib/modetype.h: Add STAT_MACROS_BROKEN.
3094         * find/pred.c: Move the inclusion of defs.h ahead of the first
3095           test of _POSIX_VERSION.
3097         * lib/xgetcwd.c: Remove _POSIX_VERSION, rely only on HAVE_GETCWD.
3099 Mon Sep 26 16:43:01 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
3101         * configure.in: Add AC_CONFIG_HEADER.
3102         * find/*.c locate/*.c xargs/*.c: Include config.h.
3103         * locate/updatedb.sh: Add --version; --old -> --old-format.
3105 Sun Sep 25 23:43:37 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
3107         * find/* [__STDC__]: Prototype declarations.
3109         * locate/updatedb.sh: Account for renaming code and frcode.
3111         * find/find.c (process_path): Store dev and ino of directories in
3112           current branch to avoid symlink loops.  From DJ Delorie
3113           <dj@ctron.com>.
3114           (process_dir): If following symlinks, don't cd to ..; instead,
3115           cd to the starting directory and then to the parent directory.
3116           (main) [HAVE_FCHDIR]: Save the dev, ino of the starting directory.
3117           (process_top_path) [HAVE_FCHDIR]: Use it.
3118         * find/pred.c (launch) [HAVE_FCHDIR]: Likewise.
3119         * defs.h [HAVE_FCHDIR]: Declare starting_desc instead of starting_dir.
3120         * configure.in: Check for dev_t, ino_t, fchdir, fcntl.h.
3122 Fri Sep 23 11:55:38 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
3124         * lib/listfile.c: Change #ifdef S_IFLNK to #ifdef S_ISLNK.
3125         From Andreas Luik <luik@isa.de>.
3127 Thu Sep 22 11:42:40 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
3129         * locate/locate.c (last_literal_end): Dynamically allocate enough
3130           memory for the subpattern.
3132 Wed Sep 21 06:12:56 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
3134         * locate/locate.c (locate): Warn if database is >8 days old.
3135         From Ian Lance Taylor.
3137         * xargs/xargs.c (do_exec), find/pred.c (launch): Set SIGCHLD to
3138           default.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
3139         * find/find.c pred.c util.c lib/listfile.c: Remove fflush(stdout)
3140           calls before error.  error does it, and doesn't trash errno.
3141           From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
3143         * find/fstype.c (filesystem_type_uncached): Don't trust mtab dev
3144           number on HPUX.  From Andreas Luik <luik@isa.de>.
3145           (filesystem_type_uncached): Don't cache unknown file system
3146           types.  From casper@fwi.uva.nl (Casper Dik).
3148         * locate/updatedb.sh: Collect results in temp file and rename it
3149           atomically.  From Andreas Luik <luik@isa.de>.
3151         * xargs/xargs.c (parse_num): Print a long using %ld.  From Jim
3152           Meyering.
3154         * find/defs.h find.c parser.c pred.c util.c, lib/nextelem.c:
3155           Emulate strchr and strrchr with index and rindex, not vice versa.
3157         Remove man directory; move man pages to the directories of the
3158         programs they document.
3160         * locate/frcode.c: Renamed from code.c.
3161         * locate/frcode.c (put_short): Renamed from puthalfword.
3162         * locate/locate.c (get_short): Renamed from gethalfword.
3163         (last_literal_end): Renamed from patprep.
3164         (locate): Recognize old-format databases too.
3165         * locate/locatedb.h: Add defines for old-format databases.
3166         * locate/bigram.c locate/code.c: Put back programs to create
3167         old-format databases.
3168         * locate/updatedb.sh: Take --old option to use them.
3170 Tue Sep 20 15:41:11 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
3172         * configure.in: Update for Autoconf v2.
3173         * find/pred.c lib/savedir.c: Use new symbols for dir header.
3174         * locate/updatedb.sh: Add --help option.
3176 Sun Feb 13 11:21:58 1994  Jim Meyering  (meyering@comco.com)
3178         * man/Makefile.in [man1ext, man5ext]: Set man5ext (not man1ext) to 5.
3180 Sun Aug  1 22:30:55 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3182         * bigram.c: File removed.
3183         * getline.c, memcmp.c, locatedb.h, updatedb.1, locatedb.5: New files.
3184         * updatedb.sh: Take command line options.
3185         Don't do bigram compression.
3186         * code.c, locate.c: Don't do bigram compression.
3187         Write and read counts in network byte order.
3188         Handle arbitrarily long paths.
3189         Use a magic number at the start of the databases.
3191 Thu Jul 29 20:44:53 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3193         * Makefile.in (config.status): Run config.status --recheck, not
3194         configure, to get the right args passed.
3196 Thu Jul 22 12:53:12 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3198         * listfile.c (list_file): Print inode as a long.
3200 Wed Jul 14 14:14:45 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3202         * fstype.c [STDC_HEADERS]: Include stdlib.h.
3204         * Move unistd.h include from parser.c and pred.c to defs.h.
3206 Wed Jun 30 14:14:47 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3208         * updatedb.sh: Construct PRUNEREGEX from PRUNEPATHS with sed.
3209         Prune /afs.  Change NFSUSER to NETUSER and NFSPATHS to NETPATHS.
3211 Tue Jun 29 12:19:58 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3213         * pred.c (pred_fprintf): Abort in switch if `c' is not A, C, or T.
3215 Mon Jun 28 00:18:52 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3217         * fstype.c (in_afs) [AFS]: New function, derived from code by
3218         Sanjay Ramamurthy <ramams@rpi.edu>.
3219         (filesystem_type_uncached) [AFS]: Call it if the fs type is
3220         otherwise unknown.
3222         * parser.c (parse_size): Recognize b and w suffixes for dd
3223         compatibility. 
3225         * code.c (puthalfword): New function.
3226         (main): Call it.
3227         * locate.c (gethalfword): New function.
3228         (locate): Call it.
3229         From ifado!wb@germany.eu.net (Wilhelm B. Kloke).
3231         * listfile.c: Include pathmax.h.
3232         (get_link_name): Always allocate PATH_MAX + 1 bytes for
3233         readlink buffers.
3234         * pred.c (pred_fprintf, insert_lname): Call get_link_name.
3236         * fstype.c (filesystem_type, filesystem_type_uncached),
3237         listfile.c (list_file): Take an arg for the path to access.
3238         * pred.c (pred_ls, pred_fstype, pred_fprintf): Pass it.
3240         * find.c (process_dir): Renamed from scan_directory.
3242         Changes from jrs@world.std.com (Rick Sladkey) to chdir into
3243         subdirectories instead of using string concatenation, for speed:
3244         * find.c (process_top_path): New function.
3245         (main): Call it, and xgetcwd.
3246         (process_path, scan_directory): Take new arg, the pathname
3247         relative to ".".  Use it and pass it on.
3248         * pred.c (pred_and, pred_comma, pred_negate, pred_or,
3249         pred_xtype, pred_fprintf, pred_empty, insert_lname):
3250         access rel_pathname instead of pathname.
3251         (launch): chdir to starting_dir.
3252         * defs.h: Declare rel_pathname and starting_dir.
3253         * find.c: Define them.
3255         * xgetcwd.c: New file.
3257         * updatedb.sh: Recognize -fstype NFS as well as nfs.
3258         * locate.c (patprep): Skip trailing character classes correctly.
3259         From luik@pharao.stgt.sub.org (Andreas Luik).
3261         * parser.c (parse_group): Make gid a gid_t, not short or int.
3262         (parse_nogroup): Cast gid to unsigned when using it as an array index.
3263         (parse_user, parse_nouser): Similar changes for uid.
3264         * defs.h: Use uid_t and gid_t.
3266         * parser.c (parse_help): New function.
3267         (parse_table):  Add --version, -help, and --help options.
3268         Rename struct parser_table_t to struct parser_table.
3269         (parse_version): Exit after printing message, on
3270         stdout not stderr.
3272         * xargs.c, locate.c (main, usage): Add --version and --help
3273         options.
3275 Wed Mar 31 22:39:57 1993  Jim Meyering  (meyering@comco.com)
3277         * parser.c: Define isascii macro to be 1 also if STDC_HEADERS.
3278         * xargs.c: Ditto.
3280 Wed Mar 31 16:04:07 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3282         * pred.c (pred_fprintf): If curdepth is 0, don't nuke
3283         segment->text; nuke cp.
3285 Mon Mar 29 15:57:20 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3287         * Version 3.8.
3289 Fri Mar 26 16:36:59 1993  David J. MacKenzie  (djm@hal.gnu.ai.mit.edu)
3291         * pred.c (pred_ilname, pred_iname, pred_ipath): New functions.
3292         (pred_table): Add them.
3293         (insert_lname): New function.
3294         (pred_lname): Call it.
3295         * parser.c (parse_ilname, parse_iname, parse_ipath,
3296         parse_iregex): New functions.
3297         (parse_table): Add them.
3298         (insert_regex): New function.
3299         (parse_regex): Call it.
3301         * fstype.c (filesystem_type): Cache previous result.
3302         (filesystem_type_uncached): New function.
3303         pred.c (pred_fstype, pred_fprintf): Adjust callers to not cache.
3305         * parser.c: Don't define const.
3307         * fstype.c [FSTYPE_STATFS] (fstype_to_string): #ifdef
3308         MOUNT_PC for 386bsd.
3310 Thu Mar 25 18:32:24 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3312         * parser.c (parse_regex): If ignore_case, set up a translate
3313         table for the regex.
3315         * defs.h: Include string.h or strings.h.
3316         * find.c fstype.c parser.c pred.c util.c: Don't.
3318         * nextelem.c [index]: Don't redefine.
3320 Wed Mar 24 17:47:10 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3322         * xargs.c (wait_for_proc): Exit with a nonrunnable command's exit
3323         status, not the wait status value.  From
3324         Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>.
3326         * parser.c (make_segment, insert_fprintf), pred.c
3327         (pred_fprintf): Add '%F' to print filesystem type.
3329         * parser.c (parse_fprintf): Check if second arg is missing.
3331 Tue Mar 23 13:18:08 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3333         * pred.c (pred_fprintf): For %P, don't move past an assumed
3334         slash if the ARGV element ends with one, because in that case
3335         we didn't add one.
3337         * parser.c (parse_printf): Check for missing arg.
3338         From smj@cats.com (Steve James).
3340         * parser.c: Add #ifdef around atol decl for Linux.
3342 Fri Dec 11 08:17:07 1992  Jim Meyering  (meyering@comco.com)
3344         * defs.h: Remove dcl of process_path.
3345         * find.c: Put dcl of p
3347         * pred.c (pred_fprintf): Don't print "\n" unless it's in the
3348         format string.
3350 Mon Oct 21 22:30:35 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3352         * defs.h, parser.c, pred.c: Rename some types that conflict
3353         with reserved POSIX.1 namespace (ended in _t).
3355         
3356         
3357 Thu Oct 17 22:39:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3359         * xargs.c: Don't determine memory.h based on POSIX, which
3360         doesn't mention it.
3362 Sat Oct  5 16:11:05 1991  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3364         * parser.c (parse_perm): Parse new `-perm +mode' notation.
3365         * pred.c (pred_perm): Interpret same.
3367 Fri Sep 13 14:58:27 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
3369         * xargs.c [POSIX]: Always use sysconf to get ARG_MAX.
3371 Thu Sep  5 23:57:06 1991  David J. MacKenzie  (djm at apple-gunkies)
3373         * bigram.c, code.c (main): Make path_max int, not unsigned.
3374         * locate.c (main): Check for pathconf failure.
3376 Thu Sep  5 11:54:44 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3378         * parser.c (insert_fprintf): Add `\\' escape and fixed `%%'
3379         interpretation.
3380         * pred.c (pred_fprintf): fixed off-by-one indexing problem
3381         when handling [gGuU] printf formats.
3383 Wed Aug 28 20:53:57 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3385         * Version 3.2.
3387 Mon Aug 26 18:57:32 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
3389         * bigram.c, code.c: Fix handling of PATH_MAX.
3390         Check for anomalous input line lengths.
3391         From Bruce Evans.
3393 Fri Aug 23 11:00:18 1991  David J. MacKenzie  (djm at apple-gunkies)
3395         * pred.c (pred_fprintf): Round block number up to get K.
3397 Thu Aug 22 10:46:30 1991  David J. MacKenzie  (djm at apple-gunkies)
3399         * pred.c (pred_fprintf, pred_lname) [_AIX]: Allocate PATH_MAX
3400         byte for link object since st_size is wrong.
3402         * listfile.c (list_file): Don't convert blocks to kilobytes if
3403         env. var POSIX_ME_HARDER is defined.
3405         * fstype.c [FS_AIX_STATFS]: New case.
3407         * configure: Make sure the sys/mount.h is the 4.4BSD version
3408         with grep instead of just testing whether it exists.
3410         * listfile.c (list_file): Add 1 to number of 512-byte blocks
3411         before dividing to get 1K blocks (so we round up, not down).
3413 Wed Aug 21 13:02:46 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3415         * Version 3.1.
3417         * parser.c (parse_fprintf), pred.c (pred_fprintf): Add %k
3418         conversion to print 1K blocks.
3420         * listfile.c: Print counts of 1K blocks, for consistency with
3421         new fileutils release.  Bad timing, there.
3423         * Version 3.0.
3425         * pred.c [VOID_CLOSEDIR]: Fake a return value for closedir,
3426         which returns void on some systems, like Sequents.
3427         * configure: Check sys/dir.h for 'void closedir'.
3429 Thu Aug 15 16:07:46 1991  David J. MacKenzie  (djm at frob)
3431         * modetype.h: Define POSIX.1 stat stuff if missing.
3432         * pred.c, parser.c, find.c, fstype.c: Don't define it.
3433         * updatedb.sh: Use a variable substitution method like configure's.
3434         * Makefile.in: Add datadir variable to separate programs from
3435         data file.
3437         * parser.c, pred.c: Rename -fulldays to -daystart.
3439         * defs.h, find.c, parser.c, pred.c: Add many new predicates
3440         from Jay Plett (jay@princeton.edu).
3442 Wed Aug 14 14:37:06 1991  David J. MacKenzie  (djm at bleen)
3444         * parser.c (parse_size), pred.c (pred_size), defs.h (struct
3445         size_t): Allow `k' to follow number to measure size in Kbytes.
3446         * parser.c (parse_size, get_num, insert_num), defs.h (struct
3447         size_t): Use enum comparison_type instead of short.
3449 Fri Aug  9 00:49:32 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3451         * xargs.c (read_line): Use isblank, to support POSIX locales.
3453         * fstype [FS_STATVFS]: New code for SVR4, from slootman@dri.nl
3454         (Paul Slootman).
3455         * configure: Figure out when to use it.
3457         * configure: Check for st_blocks in struct stat.
3458         * listfile.c (ST_NBLOCKS): New macro.
3459         (list_file): Print file's block count.
3460         Use S_ISLNK instead of S_IFLNK.
3461         * fileblocks.c: New file, from fileutils.
3463 Thu Aug  8 17:20:19 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3465         * parser.c, pred.c [CACHE_IDS]: Optional code to turn uid and
3466         gid lookups into table lookups.
3468 Wed Aug  7 00:22:29 1991  David J. MacKenzie  (djm at wheat-chex)
3470         * configure, Makefile.in's: Support +srcdir option via VPATH.
3471         Clean up clean targets.
3473 Sat Jul 20 01:11:51 1991  David J. MacKenzie  (djm at apple-gunkies)
3475         * configure: Filter /etc and /usr/etc from path.
3477         * xargs.c (wait_for_proc): Fix handling of child exit status.
3478         (main): Exit with a nonzero status if any child did.
3480         * pred.c (launch): Flush stdout and stderr before forking.
3482         * fstype.c (filesystem_type) [FS_MNTENT]: Skip entries of
3483         type "ignore".
3485 Fri Jul 19 22:53:42 1991  David J. MacKenzie  (djm at bleen)
3487         * pred.c, locate.c: Use fnmatch instead of glob_match.
3488         * fnmatch.c, fnmatch.h: New files.
3490         * Many files: Use string.h if STDC_HEADERS, as well as if USG.
3492         * locate.c, code.c, bigram.c: Possibly use pathconf to get
3493         PATH_MAX.  Use malloc to allocate path arrays.
3495         * xargs.c: Possibly use sysconf to get ARG_MAX.
3496         (env_size): Make definition unconditional.
3497         (main): Do arg_max adjustment that can't be done with
3498         preprocessor now that ARG_MAX might be a function call.
3499         (do_exec): Exit with status 126 or 127 after failed exec, for
3500         POSIX.2 draft 11.1.
3502         * xargs.c, pred.c, listfile.c: Use POSIX, not UNISTD_MISSING.
3503         * wait.h: Use POSIX, not WAIT_MACROS_MISSING.
3505         * COPYING: Use version 2.  Update all files.
3507         * Replace Makefile and lib/Makefile with Makefile.in,
3508         lib/Makefile.in and configure.  Update README.
3510 Fri Apr  5 12:49:09 1991  David J. MacKenzie  (djm at apple-gunkies)
3512         * Version 2.2.
3514 Fri Mar 15 20:44:45 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
3516         * xargs.c (main): Always run the command if some args are left over.
3517         Rename some variables.
3519 Fri Jan 18 03:35:57 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
3521         * bigram.c, code.c, locate.c: Use LIMITS_MISSING, not
3522         _POSIX_SOURCE, to decide whether to include limits.h.
3524         * parser.c, pred.c, listfile.c: Use POSIX, not _POSIX_SOURCE,
3525         to decide whether to declare getpwuid and getgrgid.
3527         * xargs.c: Use POSIX, not _POSIX_SOURCE, to determine whether
3528         to include memory.h.
3530 Sat Jan 12 04:12:34 1991  David J. MacKenzie  (djm at wookumz.ai.mit.edu)
3532         * defs.h, find.c, parser.c, pred.c: Remove -permmask option.
3534 Thu Jan 10 04:32:52 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
3536         * wait.h: Include sys/types.h to get pid_t.
3538         * xargs.c [USG && !STDC_HEADERS]: Only include memory.h if not
3539         _POSIX_SOURCE.
3541 Tue Jan  1 23:53:32 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
3543         * Version 2.1.
3545 Wed Dec 26 03:25:51 1990  David J. MacKenzie  (djm at apple-gunkies)
3547         * locate.c, bigram.c, code.c: Attempt to get max. path length
3548         on more kinds of systems, incl. POSIX.
3550         * pred.c, listfile.c, xargs.c: Get some decls from unistd.h,
3551         if available. 
3553         * find.c, defs.h: Make `cur_day_start' a time_t, not long.
3555 Fri Dec 21 01:49:12 1990  David J. MacKenzie  (djm at egypt)
3557         * defs.h, parser.c: Remove unused field from `struct exec_t'.
3559         * xargs.c: Add +no-run-if-empty option to cause the command to
3560         not be run if the input is empty.
3562         * defs.h (struct exec_t): Change the array of offsets into an
3563         array of `struct path_arg'.
3564         * parser.c (insert_exec_ok): Fill in new fields, to allow "{}"
3565         to be substituted (multiple times) anywhere in an arg to -exec
3566         or -ok.
3567         * pred.c (pred_exec): Add code to substitute "{}" within args.
3568         (pred_ok): After prompting, just run pred_exec.
3570 Thu Dec 20 02:32:09 1990  David J. MacKenzie  (djm at egypt)
3572         * fstype.c (filesystem_type) [FS_MNTENT]: Allow for optional
3573         "0x" at front of "dev=" mount option, which amd puts there but
3574         Sun automounter doesn't.
3576 Sat Dec 15 19:01:12 1990  David J. MacKenzie  (djm at egypt)
3578         * find.c (main), util.c (usage): Make directory args optional,
3579         defaulting to ".".
3581 Sat Dec 15 18:36:29 1990  David J. MacKenzie  (djm at apple-gunkies)
3583         * listfile.c: Define major and minor if not defined (as in POSIX).
3585 Mon Dec  3 01:04:35 1990  David J. MacKenzie  (djm at alborz)
3587         * find.c, fstype.c, parser.c, pred.c, util.c: Flush stdout before
3588         writing to stderr, in case they have been redirected to the
3589         same file descriptor.
3591         * pred.c (launch): Use POSIX wait macros from wait.h.
3593         * xargs.c (print_xargs): Read from tty_stream, not stdin.
3595 Tue Nov 20 16:48:24 1990  David J. MacKenzie  (djm at apple-gunkies)
3597         * Version 2.0.
3599         * fstype.c [FS_USG_STATFS]: New code.
3600         [FS_STATFS]: For symlinks, statfs the directory the link is in
3601         instead of the link.
3602         * Various files: Conditionalize some declarations on
3603         STDC_HEADERS or _POSIX_SOURCE.
3605 Fri Nov 16 12:24:43 1990  David J. MacKenzie  (djm at egypt)
3607         * modetype.h: New file.
3608         parser.c, pred.c: Use it.
3610 Thu Nov 15 18:05:54 1990  David J. MacKenzie  (djm at apple-gunkies)
3612         * xmalloc.c: New file from fileutils.
3614         * fstype.c (fstype_to_string): Add case for MFS.
3615         (filesystem_type): Take a pathname as a second arg.
3616         [FS_STATFS] return "unknown" instead of exiting if statfs
3617         fails because of ENOENT.
3618         * pred.c (pred_fstype): Pass the pathname.  Set current_dev.
3619         * find.c (process_path): Make root_dev local again.
3621 Mon Nov 12 02:54:00 1990  David J. MacKenzie  (djm at apple-gunkies)
3623         * pred.c (pred_fstype): Free old fs type.
3625         * fstype.c, pred.c (pred_fstype), parser.c (parse_fstype): 
3626         Reread the file system type info. every time a filesystem
3627         mount point is crossed, to allow for automounting.
3629         * xstrdup.c: New file from fileutils.
3631         * find.c (process_path): Rename root_dev to current_dev and
3632         make it global, for -fstype.
3634         * wait.h: New file taken from xargs.c.
3636         * xargs.c: Make limits.h vs. sys/param.h conditional on
3637         LIMITS_MISSING instead of USG, to accomodate SVR2.
3639 Thu Nov  8 11:52:22 1990  David J. MacKenzie  (djm at apple-gunkies)
3641         * parser.c, pred.c, listfile.c: If not _POSIX_SOURCE, declare
3642         getpwuid and getgrgid.  Use them.
3644         * listfile.c: If not _POSIX_SOURCE, define S_ISDIR and
3645         S_ISBLK.  Use them. 
3647         * find.c: Use S_ISDIR instead of S_IFDIR, and define if not
3648         _POSIX_SOURCE. 
3650         * Makefile: Define AR and RANLIB and pass to child makes.
3651         lib/Makefile: Use them.
3653         * xargs.c (WIFSIGNALED): Redefine so it works.
3655 Mon Nov  5 00:02:01 1990  David J. MacKenzie  (djm at apple-gunkies)
3657         * find.c (process_path): For -xdev, process filesystem
3658         mountpoints (but don't descend them), instead of skipping them
3659         entirely. 
3661         * find.c, parser.c, defs.h: Add -follow predicate.
3663         * xargs.c: Change ifdefs to support STDC POSIX systems.
3665 Sat Nov  3 20:18:05 1990  David J. MacKenzie  (djm at apple-gunkies)
3667         * xargs.c (do_exec): Child process exits with status 255, not
3668         127, if command can't be run.
3670 Fri Nov  2 02:11:42 1990  David J. MacKenzie  (djm at apple-gunkies)
3672         * xargs.c: Exit with status 127 if running commmand fails, as
3673         required by POSIX.
3675         * fstype.c: Support -fstype for Ultrix (-DFS_GETMNT).
3676         Sun/BSD code is now -DFS_MNTENT.
3678 Thu Nov  1 13:06:01 1990  David J. MacKenzie  (djm at egypt)
3680         * Reorganize into subdirectories and add xargs.  Rewrite Makefiles.
3682         * find.c (process_path, main): Allow a maxdepth of 0, meaning
3683         only process command line args.
3685         * parser.c, pred.c: Add -print0 predicate.
3687         * xargs.c: Add -0 option and long options.  Move standard
3688         library functions into separate files.  Use error instead of
3689         fatal and fprintf/perror.  Use POSIX macros for examining exit
3690         status from wait.
3691         (read_string): New function.
3693 Fri Sep 21 10:21:09 1990  David J. MacKenzie  (djm at apple-gunkies)
3695         * find.c (process_path): Take DEPTH as an arg instead of ROOT,
3696         and change callers.
3698 Thu Sep 20 23:58:47 1990  David J. MacKenzie  (djm at apple-gunkies)
3700         * parser.c (parse_maxdepth): New function.
3701         * find.c (process_path): If -maxdepth was given, don't go
3702         more than that many levels deep.
3703         * defs.h: Declare maxdepth.
3705 Wed Sep 12 02:12:31 1990  David J. MacKenzie  (djm at apple-gunkies)
3707         * parser.c: Add -not as synonym for !.
3709 Sun Aug 26 06:16:08 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
3711         * Makefile (TAGS): New target.
3713 Sun Aug 12 00:32:01 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3715         * xargs.c (main): Tell getopt to not permute.
3717 Sat Aug  4 21:43:45 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
3719         * parser.c (parse_perm), pred.c (pred_perm): Always compare
3720         bits 07777.
3722         * locate.c, Makefile: Rename 'fastfind' program to 'locate',
3723         following comment in POSIX.2 draft 10 rationale for find.
3725 Wed Jul 25 18:45:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3727         * listfile.c (getuser, getgroup): Make uid and gid unsigned
3728         short, not int.
3730 Mon Jul 16 13:40:13 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3732         * defs.h: Don't declare fprintf and printf, in case they have
3733         prototypes in stdio.h (important for functions that use stdarg).
3735 Sun Jul 15 23:39:39 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3737         * parser.c (parse_and): New function, for compatibility.
3739 Wed Jul  4 00:17:57 1990  David J. MacKenzie  (djm at apple-gunkies)
3741         * find.c (main): Only enclose expressions that produce no side
3742         effects within `( ... )'.
3744 Tue Jul  3 01:59:39 1990  David J. MacKenzie  (djm at apple-gunkies)
3746         * parser.c (strspn): Stop when end of string reached.
3748         * Version 1.2.
3750         * Move version number from Makefile to new file version.c.
3751         * parser.c: Recognize new -version predicate.
3753         * find.c (main): If no predicates that produce output are
3754         given, default to -print if the entire expression is true, not
3755         just the last part of an alternation.
3756         * Print the names of predicates with invalid arguments.
3758 Mon Jul  2 23:48:17 1990  David J. MacKenzie  (djm at apple-gunkies)
3760         * pred.c: Don't check for invalid comparison types in numeric
3761         predicate functions.
3763 Thu Jun 28 00:34:57 1990  David J. MacKenzie  (djm at apple-gunkies)
3765         * parser.c (parse_regex): Set fastmap and translate before
3766         compiling regex.
3768 Mon Jun 25 18:08:59 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3770         * fastfind.c (fastfind): Initialize count to 0.
3772         * lib/updatedb.sh: Only do regex comparison on directories,
3773         for speed.
3775         * listfile.c (list_file): Truncate user and group name to 8 chars.
3777 Sun Jun 24 13:51:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3779         * Version 1.1.
3781         * Makefile [DISTFILES]: Add COPYING.
3783 Fri Jun 22 03:54:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3785         * Version 1.0.
3787 Tue Jun 19 03:55:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3789         * lib/updatedb.sh: Prune entries that match PRUNEREGEX.
3790         Split up finding files from computing bigrams.
3791         Use redirection instead of nonportable grep -s to detect sort
3792         failure.  Optionally search network filesystems as well as
3793         local ones.
3795         * pred.c (pred_regex): Match against full pathname instead of
3796         just last element.
3797         * util.c (basename): Return "/", not "", if given "/".
3799         * find.c (process_path): Fix error in handling "/" directory.
3801 Mon Jun 18 01:49:16 1990  David J. MacKenzie  (djm at apple-gunkies)
3803         * parser.c [STRSPN_MISSING] (strspn): New function.
3805 Sun Jun 17 13:54:09 1990  David J. MacKenzie  (djm at apple-gunkies)
3807         * listfile.c: New file.
3808         * parser.c (parse_ls): New function.
3809         * pred.c (pred_ls): New function.
3811         * find.c (main): Remove interface to fastfind, to prevent
3812         conflict with POSIX syntax.
3813         * util.c (usage): Remove fastfind syntax from message.
3814         * fastfind.c (main): New function.
3815         * Makefile: Make fastfind a separate program.
3817         * find.c (main): Print correct message if a predicate arg is
3818         missing. 
3820         * parser.c (insert_exec_ok): Make args that start with a ';' but
3821         contain other characters not terminate the command.
3823 Fri Jun 15 00:33:45 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3825         * fstype.c: If MOUNTED isn't defined but MNT_MNTTAB is, use it
3826         instead.  True for HP/UX, at least.
3828 Thu Jun 14 10:10:25 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3830         * savedir.c: New file; now find won't run out of file
3831         descriptors in deep trees.
3832         * find.c (process_path): Use savedir.
3834 Sat Jun  9 03:15:21 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3836         * parser.c (parse_permmask): Allow symbolic mode masks.
3837         (parse_perm): Free 'struct change' when done with it.
3838         (get_oct): Function removed.
3840         * find.c (process_path): Allow arbitrarily-long filenames.
3841         More efficient string copying.  Initialize perm_mask to 07777
3842         instead of -1.
3844 Thu Jun  7 04:22:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3846         * Makefile, find.c: Use DIRENT to control whether <dirent.h>
3847         is used.
3849 Thu May 31 04:46:11 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3851         * parser.c (parse_regex): New function.
3852         * pred.c (pred_regex): New function.
3854         * fstype.c (read_mtab): If mtab entry has a "dev=" option
3855         (like in SunOS 4.1), use it, so there is no need to stat the
3856         special file later on.
3857         (xatoi, strstr): New functions.
3859 Mon May 21 01:04:42 1990  David J. MacKenzie  (djm at abyss)
3861         * lib/updatedb.sh: Put BINDIR in PATH.
3863         * fstype.c: Do nothing if MNTENT_MISSING is defined.
3865         * fstype.c: New file.
3866         * parser.c (parse_fstype): New function.
3867         * pred.c (pred_fstype): New function.
3869         * parser.c (parse_newer): Failure to stat -newer file is a
3870         fatal error.
3872         * pred.c (pred_ok): Flush output before reading.  Use getchar
3873         instead of scanf.
3875         * pred.c (pred_prune): Return false if -depth given.
3876         * find.c: Apply the predicates to the dir when -depth and
3877         -prune are given.
3879 Sun May 20 19:55:30 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3881         * pred.c (pred_prune): Set new global var `stop_at_current_level'.
3882         * find.c (process_path): Test and reset it.
3884 Fri May 18 01:56:17 1990  David J. MacKenzie  (djm at abyss)
3886         * modechange.c, modechange.h: New files.
3887         * parser.c (parse_perm): Use mode_compile and mode_adjust to
3888         parse arg, to allow symbolic mode for POSIX.
3890 Thu May 17 02:07:44 1990  David J. MacKenzie  (djm at abyss)
3892         * parser.c (get_oct): Don't consider an empty string a valid number.
3894         * parser.c (parse_perm): If arg starts with '-', set flag bit
3895         for special comparison (POSIX).
3896         * pred.c (pred_perm): If flag bit set, compare s[ug]id &
3897         sticky bits as well, and return true if the given perms are
3898         set, ignoring other bits.
3900         * find.c: New global var `exit_status'.  Use it.  (POSIX)
3901         * parser.c: Set `exit_status' if lstat on -newer file fails.
3903         * fastfind.c: New file.
3904         * find.c (main): Call fastfind if given only 1 arg.
3905         * util.c (usage): Update message. 
3906         * lib/{Makefile,updatedb.sh,bigram.c,code.c}: New files.
3907         * Makefile: Add 'all' and 'install' targets.
3909 Wed May 16 23:23:35 1990  David J. MacKenzie  (djm at abyss)
3911         * parser.c (parse_nogroup, parse_nouser): Implement.
3912         * pred.c (pred_nogroup, pred_nouser): Implement.
3914 Mon May 14 00:09:35 1990  David J. MacKenzie  (djm at abyss)
3916         * find.c: Add variable `stay_on_filesystem' for -xdev.
3917         (process_path): Take an arg determining whether this call is
3918         the root of a tree.  Use lstat instead of stat.  If
3919         stay_on_filesystem, don't process a dir on a different
3920         filesystem. 
3922         * parser.c (parse_newer): Use lstat instead of stat.  Is this right?
3923         (parse_xdev): Set stay_on_filesystem.
3925         * parser.c: Add dummy parse_nogroup, parse_nouser,
3926         parse_prune, and parse_xdev; to be written later.
3927         * pred.c: Add dummy pred_nogroup, pred_nouser, pred_prune.
3929         * find.c: Support System V directory library/headers.
3931         * find.c (process_path): Don't continue with a file that stat
3932         fails on.
3934         * defs.h, parser.c, pred.c: Change 'u_long' and 'u_short' to
3935         'unsigned long' and 'unsigned short'.
3936         * find.c, defs.h: Remove 'convert_glob' variable.
3937         * parser.c (parse_fullregex): Function removed.
3938         (parse_name): Remove regular expression code.
3939         (parse_type): Recognize sockets.
3940         Add code to check for missing arguments to many parse_* functions.
3941         * pred.c (pred_name): Use glob_match instead of regex.
3943 Sun May 13 17:45:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3945         * Replace fprintf, simple_error, and mem_error with error and
3946         usage. 
3948         * Fix string header includes for USG.
3950 Tue Mar 27 12:40:29 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3952         * defs.h: Change some #defines to enums.
3954 Sun Mar 25 22:08:58 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3956         * find.c (main): Don't take basename of argv[0].
3958         * util.c (xmalloc): New function.
3959         * find.c, parser.c, utils.c: Use xmalloc instead of malloc.
3961         * pred.c: Remove emulation of regex for BSD and use GNU
3962         library version in regcmp.c instead.
3963         * parser.c: Remove emulation of regcmp for BSD and use GNU
3964         library version in regcmp.c instead.
3965         * Makefile: Link with regex.o and regcmp.o.
3966         Add a DISTFILES macro and dist target.
3968         * Indent source code.  Move RCS logs to this file.
3970 Wed Mar 21 09:30:18 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
3972         * xargs.c: Indent.  Comment and rename some global variables.
3973         (main): Use getopt to parse options.  Open new global var
3974         `tty_stream' to /dev/tty if querying requested.
3975         (print_args): Read response from tty_stream, not stdin.
3976         (xmalloc): New function.
3977         Global: Use xmalloc instead of malloc.
3978         (usage): Revise message.
3980 87/02/22  20:01:20  20:01:20  cire (Eric B. Decker)
3982         * pred.c: added guts to pred_size
3984 87/02/22  00:59:42  00:59:42  cire (Eric B. Decker)
3986         * pred.c: added guts to perm and permmask.
3988 87/02/21  23:02:21  23:02:21  cire (Eric B. Decker)
3990         * pred.c: made pred_name only look at the last component of
3991         the path.
3993 87/02/21  22:26:47  22:26:47  cire (Eric B. Decker)
3995         * pred.c: added guts to name.  useds regex and regcmp to do
3996         regular expression handling.
3998 87/02/21  00:17:21  00:17:21  cire (Eric B. Decker)
4000         * pred.c: added predicate newer
4002 87/02/20  11:40:07  11:40:07  cire (Eric B. Decker)
4004         * pred.c: added guts to pred_ok
4006 87/02/19  23:52:37  23:52:37  cire (Eric B. Decker)
4008         * pred.c: finished exec.
4010 87/02/22  20:01:09  20:01:09  cire (Eric B. Decker)
4012         * parser.c: added guts to parse_size
4014 87/02/22  00:59:16  00:59:16  cire (Eric B. Decker)
4016         * parser.c: added guts of perm and permmask.  added getoct
4017         routine for perm and permmask
4019 87/02/21  23:32:50  23:32:50  cire (Eric B. Decker)
4021         * parser.c: added -fre, -fullregex predicate to turn off
4022         globbing conversion
4024 87/02/21  23:01:01  23:01:01  cire (Eric B. Decker)
4026         * parser.c: reworked name so the regexpr pattern includes $ at
4027         the end to force globbing to work correctly.  End of the
4028         pattern refers to the end of the filename.
4030 87/02/21  22:25:34  22:25:34  cire (Eric B. Decker)
4032         * parser.c: added guts to name.  uses a conversion from
4033         globbing to regexp format.  uses regex and regcmp to actually
4034         to the comparison.
4036 87/02/21  00:17:11  00:17:11  cire (Eric B. Decker)
4038         * parser.c: added predicate newer
4040 87/02/20  11:39:35  11:39:35  cire (Eric B. Decker)
4042         * parser.c: added ok guts.  consolidated exec and ok to using
4043         insert_exec_ok
4045 87/02/19  00:20:54  00:20:54  cire (Eric B. Decker)
4047         * parser.c: minor bug in -fulldays predicate parser.  It
4048         should have set the flag full_days to true.
4050 87/02/22  00:58:32  00:58:32  cire (Eric B. Decker)
4052         * find.c: changed where we are setting perm_mask to -1.  need
4053         to make sure that this happens before every apply_predicate.
4055 87/02/21  23:32:11  23:32:11  cire (Eric B. Decker)
4057         * find.c: added error checking for no paths.  better error
4058         message if illegal ordering.
4060 87/02/21  22:19:58  22:19:58  cire (Eric B. Decker)
4062         * find.c: added global convert_glob
4064 87/02/22  20:00:12  20:00:12  cire (Eric B. Decker)
4066         * defs.h: added definition of BLKSIZE for size
4068 87/02/21  22:19:25  22:19:25  cire (Eric B. Decker)
4070         * defs.h: added global convert_glob for name