Applied Bas van Gompel's patch implementing --and
[findutils.git] / ChangeLog
blob9459d75c91102cc568cc9d381c3c56df5c192de5
1 2005-06-08  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
3         * NEWS, locate/locate.1, doc/find.texi: Document usage of `-'
4         to refer to stdin in database-path for locate.
5         * locate/locate.c: Change prototype for visitors and processors
6         throughout. Move reading the database and generating base_name
7         into visitors. Allow `-' to refer to stdin in database-path.
9         * lib/printquoted.h: Include stdio.h.
11 2005-06-07  James Youngman  <jay@gnu.org>
13         * COPYING, debian/copyright, depcomp, doc/texinfo.tex,
14         find/defs.h, find/find.c, find/fstype.c, find/parser.c,
15         find/pred.c, find/testsuite/config/unix.exp, find/tree.c,
16         find/util.c, import-gnulib.sh, intl/Makefile.in,
17         intl/bindtextdom.c, intl/config.charset, intl/dcgettext.c,
18         intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c,
19         intl/dngettext.c, intl/explodename.c, intl/finddomain.c,
20         intl/gettext.c, intl/gettext.h, intl/gettextP.h,
21         intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
22         intl/libgettext.h, intl/libgnuintl.h, intl/loadinfo.h,
23         intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias,
24         intl/localealias.c, intl/ngettext.c, intl/plural.c, intl/plural.y,
25         intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c,
26         lib/buildcmd.c, lib/buildcmd.h, lib/extendbuf.c, lib/extendbuf.h,
27         lib/forcefindlib.c, lib/listfile.c, lib/listfile.h,
28         lib/modetype.h, lib/nextelem.c, lib/nextelem.h, lib/printquoted.c,
29         lib/printquoted.h, lib/qmark.c, lib/savedirinfo.c,
30         lib/savedirinfo.h, lib/strspn.c, lib/wait.h, lib/waitpid.c,
31         locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c,
32         locate/locatedb.h, locate/testsuite/config/unix.exp,
33         locate/updatedb.sh, missing, po/fetch-po-files,
34         xargs/testsuite/config/unix.exp, xargs/xargs.c: 
35         Updated the FSF's postal address
37         * ChangeLog: Corrected Bas's email address.
39         * locate/locate.c: Updated copyright years.
41 2005-06-07  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
43          * locate/locate.c: Fold case once, only when needed.
44   
45 2005-06-07  James Youngman  <jay@gnu.org>
47         * NEWS: Updated with recent changes.
49         * mdate-sh: Use the mdate-sh from automake
51         * find/parser.c, find/pred.c, find/tree.c, find/util.c,
52         lib/Makefile.am, lib/forcefindlib.c, lib/listfile.c,
53         lib/listfile.h, locate/code.c, locate/locate.c, find/defs.h,
54         find/find.c: Fix Savannah bug #13324: Fix compiler warnings for
55         GCC-3.4
57         * locate/locate.c:
58         Fixed Savannah bug #13325: Quoting of output filenames in locate
59         should match find.
61         * find/parser.c:
62         Fixed Savannah bug #13319: C9X-ism in parser.c (declaration after
63         statements).
65         * find/pred.c, lib/Makefile.am, lib/listfile.c, lib/nextelem.c,
66         lib/printquoted.c, lib/printquoted.h, lib/qmark.c, NEWS,
67         doc/find.texi, find/defs.h, find/find.1, find/parser.c: Fixed
68         Savannah bug #13303, find should filter out non-printable
69         characters if outputting to tty
71 2005-05-30  James Youngman  <jay@gnu.org>
73         * locate/locate.c: rename new_locate() to locate() since
74           old_locate() has gone the way of the dodo.
76 2005-05-29  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
78         Add a ``--print'' (``-p'') option. (to cancel side-effects of -c/-S)
79         Allow ``--statistics'' in combination with non-options.
80         * doc/find.texi: Add documentation for locate --print (-p), and the
81         use of non-options with --statistics.
82         * locate/locate.1: ditto.
83         * locate/locate.c: Read each database only once.
85 2005-05-23  Paul Eggert  <eggert@cs.ucla.edu>
87         Adjust to recent gnulib changes.
88         * import-gnulib.sh: Get config.rpath from gnulib/build-aux,
89         not gnulib/config.
90         * find/parser.c (parse_perm): Ignore umask when parsing
91         symbolic permissions.  Adjust to new modechange API.
93 2005-05-16  James Youngman  <jay@gnu.org>
95         * find/find.c, find/parser.c, find/pred.c, find/tree.c:
96         Trivial change: don't use i18n support for debug-only messages
98         * ChangeLog: Added ChangeLog entry crediting Dmitry
100 2005-05-09  James Youngman  <jay@gnu.org>
102         * find/parser.c:
103         The previous change fixed Savannah bug #12999.  This change doesn't do
104         anything, it's only intended to be a place to record the Savannah bug
105         ID we've just fixed.
107         * find/parser.c:
108         Oops.  Initialise the variable which indicates which regex syntax to
109         use.  We use POSIX basic regular expressions.
111         * find/parser.c:
112         Suggestion by Ed Avis: point out that "-name foo/bar" will almost
113         always evaluate to false.   Suggest to the user what alternatives they
114         might find useful.
116 2005-05-02  James Youngman  <jay@gnu.org>
118         * AUTHORS:
119         Added Dimitry (his new test suite contribution required a copyright
120         assignment).
122 2005-05-03  Dmitry V. Levin
124         * Added xargs test suite tests by Dmitry V. Levin, together with
125           bugfixes which ensure that the tests pass.
127 2005-04-18  James Youngman  <jay@gnu.org>
129         * Added test suite tests for Bas van Gompel's changes.
131 2005-04-18  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
133         * doc/find.texi: Document locate --non-existing (-E).
134         * locate/locate.1: Ditto.
135         * locate/locate.c: Implement --non-existing (-E).
136    
137 2005-04-04  James Youngman  <jay@gnu.org>
139         * configure.in, import-gnulib.sh:
140         We no longer need gnulib/m4/Makefile.am
142         * po/vi.po: Updated Vietnamese translation
144         * locate/updatedb.sh:
145         Savannah bug #12491: Only use the "-s" option to "su" if it is
146         supported.
148 2005-04-01  James Youngman  <jay@gnu.org>
150         * locate/locate.1, locate/updatedb.1, xargs/xargs.1: Trivial
151         change from A Costa <agcosta@gis.net>, fixing typos in manual
152         pages for xargs, locate and updatedb; fixes Savannah bug #12500,
153         Debian bug #301934
155 2005-03-22  James Youngman  <jay@gnu.org>
157         * import-gnulib.sh: Include the new gnulib module stat-macros
159         * configure.in:
160         CVS code is (will shortly be) no longer identical to the 4.2.20 release
162 2005-03-17  James Youngman  <jay@gnu.org>
164         * configure.in: Preprare for release of 4.2.20.
166         * NEWS: Updated prior to release of 4.2.20.
168         * ChangeLog: Updated with recent changes.
170         * THANKS: Thank Bas van Gompel, but only once.
172         * THANKS: Thank Bas van Gompel and Aaron S. Hawley.
174         * po/vi.po: Updated Vietnamese PO file
176 2005-03-10  James Youngman  <jay@gnu.org>
178         * po/nl.po: Updated Dutch PO file
180 2005-03-08  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
182         * import-gnulib.sh: Re-enable creation of gnulib/m4/Makefile.am.
184 2005-03-07  James Youngman  <jay@gnu.org>
186         * Released findutils-4.2.19.
188         * find/testsuite/find.posix/sizes.exp:
189         Use 2>/dev/null instead of 2>&1, because Tcl understands the former
190         but not the latter.
192         * find/testsuite/Makefile.am: Also distribute sv-bug-12181.xo.
194         * find/testsuite/Makefile.am: Distribute sv-bug-12181.
196         * find/testsuite/Makefile.am: Distribute sv-bug-12230.
198         * NEWS: Updated with new news.
200         * ChangeLog: Brought up to date.
202         * lib/buildcmd.c, find/testsuite/find.gnu/sv-bug-12230.exp: Fixed
203         Savannah bug #12230, in which '-exec echo == {} +' is always run,
204         even if there were no matched files.
206 2005-03-06  James Youngman  <jay@gnu.org>
208         * ChangeLog: Added latest changes.
210         * po/pt.po, configure.in: Added Portuguese translation
212 2005-03-04  James Youngman  <jay@gnu.org>
214         * configure.in: Modernized the way we call AC_INIT and
215         AM_INIT_AUTOMAKE
217         * locate/locate.c, find/pred.c, find/find.c:
218         Eliminated some compiler warnings
220         * find/pred.c: Clarified the meaning of a comment.
222         * find/testsuite/Makefile.am: Added sizes.exp, sizes.xo.
224         * find/testsuite/find.posix/sizes.xo,
225         find/testsuite/find.posix/sizes.exp: Added tests for -size
226         predicate
228 2005-03-03  James Youngman  <jay@gnu.org>
230         * find/find.c:
231         safely_chdir_lstat(): if we didn't end up in the right place, and then
232         fchdir() fails, we can't return to the directory we started in.
233         Therefore, issue a fatal error message and exit.
235 2005-03-01  James Youngman  <jay@gnu.org>
237         * find/find.c, find/testsuite/find.posix/sv-bug-12181.exp,
238         find/testsuite/find.posix/sv-bug-12181.xo: Fixed SourceForge bug
239         12181 (find -H symlink-to-dir reports 'Too many Symbolic links')
240         and bug 12044 (find still hangs on dead NFS filesystems on
241         Solaris)
243 2005-02-28  James Youngman  <jay@gnu.org>
245         * doc/find.texi: Typo: O_NOFOLLOW, not O_FOLLOW
247         * import-gnulib.sh:
248         Suggestion from Martin Buchholz; unset CDPATH to prevent "cd" echoing
249         the new directory.
251 2005-02-27  James Youngman  <jay@gnu.org>
253         * README: Indicate how the reader can verify the release.
255 2005-02-26  James Youngman  <jay@gnu.org>
257         * po/sk.po, po/sl.po, po/sr.po, po/sv.po, po/tr.po, po/vi.po,
258         po/zh_CN.po, po/be.po, po/ca.po, po/da.po, po/de.po, po/el.po,
259         po/eo.po, po/es.po, po/et.po, po/fi.po, po/findutils.pot,
260         po/fr.po, po/gl.po, po/hr.po, po/hu.po, po/id.po, po/it.po,
261         po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po, po/pl.po,
262         po/pt_BR.po, po/ro.po, po/ru.po: Added new Vietnamese translation
264         * configure.in: Added new Vietnamese translation.
266 2005-02-25  James Youngman  <jay@gnu.org>
268         * po/ga.po: Updated Irish po file
270 2005-02-23  James Youngman  <jay@gnu.org>
272         * Makefile.am: Fix Savannah bug #12064 - 'make distclean' deletes
273         regex.c but should not.
275         * find/testsuite/Makefile.am,
276         find/testsuite/find.gnu/printf-h.exp,
277         find/testsuite/find.gnu/printf-h.xo: Added test case for Savannah
278         bug #12085 (-printf %h).
280         * NEWS, doc/find.texi, find/find.1, find/pred.c:
281         %h now expands to '.' instead of nothing.
283 2005-02-22  James Youngman  <jay@gnu.org>
285         * find/find.c:
286         Fixed Savannah bug #12099 (misinterpretation of system versions
287         leading to possible incorrect disabling of O_NOFOLLOW).  Reported by
288         Dmitry V. Levin.
290         * find/pred.c:
291         For the %h format, don't bail out early as the format might contain
292         something else too.
294 2005-02-21  James Youngman  <jay@gnu.org>
296         * find/find.c: Fixed accidental C99 dependency.
298 2005-02-20  James Youngman  <jay@gnu.org>
300         * po/be.po, po/ca.po, po/da.po, po/de.po, po/el.po, po/eo.po,
301         po/es.po, po/et.po, po/fi.po, po/findutils.pot, po/fr.po,
302         po/ga.po, po/gl.po, po/hr.po, po/hu.po, po/id.po, po/it.po,
303         po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po, po/pl.po,
304         po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sr.po,
305         po/sv.po, po/tr.po, po/zh_CN.po: Updated italian translation
307         * doc/find.texi: Corrected a typo.
309         * find/find.c:
310         Read the mounted device list afer parsing the command line, so that
311         for example "find --version" still works (in response to Savannah bug
312         #12044).
314         * configure.in: We've moved on from findutils-4.2.18.
316 2005-02-19  James Youngman  <jay@gnu.org>
318         * NEWS: Corrected the summary of the "find -depth" bug.
320 2005-02-16  James Youngman  <jay@gnu.org>
322         * NEWS, configure.in: Prepared for release of 4.2.18.
324         * ChangeLog: Updated prior to release of 4.2.18.
326         * find/testsuite/Makefile.am:
327         Distribute the test cases for the recent "find -depth" bug.
329         * find/testsuite/find.posix/depth1.exp, find/testsuite/find.posix/depth1.xo:
330         Added test case for find -depth bug reported by Joseph S. Myers
332         * find/find.c:
333         If -depth is in effect, processing of the subdirectories invalidates
334         the information in 'state'.  Therefore once we get around to
335         processing the predicates, restore the information that we keep in
336         'state' and in 'stat_buf'.
338 2005-02-15  James Youngman  <jay@gnu.org>
340         * ChangeLog: Updated with recent changes
342         * find/find.1:
343         Emphasise that -L causes find to recurse into subdirectories pointed
344         to by symbolic links.
346         * find/find.1:
347         Patch to find.1 from Aaron Hawley <Aaron.Hawley@uvm.edu>:
349         * Notes about -H actually apply to -L.
350         * Said paragraph is duplicated two paragraphs later.
351         * Typos: nno, ibmue, surrpounding
353 2005-02-15  Aaron Hawley  <Aaron.Hawley@uvm.edu>
355         * find/find.1: Notes about -H actually apply to -L.  Said
356         paragraph is duplicated two paragraphs later.  Also typos: nno,
357         ibmue, surrpounding
359 2005-02-13  James Youngman  <jay@gnu.org>
361         * find/find.1: Miscellaneous small clarifications and improvements.
363         * doc/find.texi: Added Info nodes and menus under "Changing the
364         Current Working Directory" so that it doesn't generate such a huge
365         Info page.
367         * find/find.c: Parenthesise #if defined(...).
369 2005-02-13  Dmitry V. Levin  <ldv@altlinux.org>
370         
371         * find/find.c: remove test code snippet (time(NULL) was used to
372         place a marker for spotting with strace(), but was not actually
373         needed).
375         * find/find.c (safely_chdir_nofollow): must not fall back on
376         safely_chdir_lstat() because that will expose it to race condition
377         exploits, making it pointless.
379         * find/find.c (safely_chdir_lstat): Move
380         complete_pending_execdirs() up into safely_chdir(), because we
381         need to do that in either case.
383 2005-02-12  James Youngman  <jay@gnu.org>
385         * configure.in, doc/find.texi, find/defs.h, find/find.c,
386         find/parser.c: Fix for Savannah bug #11879, that
387         init_mounted_dev_list() causes find to hang on systems which are
388         clients to dead NFS servers
390 2005-02-10  James Youngman  <jay@gnu.org>
392         * doc/find.texi: Talk about the problem where find will not work
393         if you have a filesystem mounted from an unresponsive NFS server.
395 2005-02-09  James Youngman  <jay@gnu.org>
397         * find/find.1: Indicate that $TZ affects from printf-format
398         results, and add extra cross-references in the SEE ALSO section.
400 2005-02-08  James Youngman  <jay@gnu.org>
402         * xargs/testsuite/Makefile.am: Distribute the .xe files also.
404         * Makefile.am: Check that we have the right number of .xe files in
405         the distribution also.
407         * ChangeLog, NEWS, configure.in
408         Preparing to release findutils-4.2.17
410 2005-02-07  James Youngman  <jay@gnu.org>
412         * find/testsuite/config/unix.exp: Re-sort the .xo file using the
413         calling user's locale, because our 'pre-sorted' .so output file
414         may not be sorted with the same collating order as 'sort' used to
415         order the output of "find.  Bug spotted by Vin Shelton and Dimitry
416         V. Levin.
418         * find/testsuite/Makefile.am:
419         New test, find/testsuite/find.gnu/follow-arg-parent-symlink.exp.
421         * find/testsuite/find.gnu/follow-arg-parent-symlink.exp,
422         find/testsuite/find.gnu/follow-arg-parent-symlink.xo, find/find.c:
423         Fix for starting point /foo/bar/baz where bar is a symlink but baz
424         is not - we should chdir into bar there even if it is a symbolic
425         link
427 2005-02-07  James Youngman  <jay@gnu.org>
429         * find/testsuite/Makefile.am:
430         New test, find/testsuite/find.gnu/follow-arg-parent-symlink.exp.
432         * find/testsuite/find.gnu/follow-arg-parent-symlink.exp,
433         find/testsuite/find.gnu/follow-arg-parent-symlink.xo, find/find.c:
434         Fix for starting point /foo/bar/baz where bar is a symlink but baz
435         is not - we should chdir into bar there even if it is a symbolic
436         link
438 2005-02-06  James Youngman  <jay@gnu.org>
440         * doc/find.texi:
441         -size: Clarification - -size gives a result consistent with 'wc -c'
442          for example.
444         * Makefile.am, find/testsuite/Makefile.am,
445         find/testsuite/find.gnu/execdir-root-only.exp,
446         find/testsuite/find.gnu/execdir-root-only.xo,
447         locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
448         dist-hook: Ensure that we distribute all the .po files and all the
449         testsuite files
451         * po/pl.po: Updated Polish translation from TP website
453 2005-02-05  Dmitry V. Levin  <ldv@altlinux.org>
455         * find/parser.c, find/pred.c: Additional tweaks for
456         -execdir/-okdir actions.
457         
458         * find/parser.c (new_insert_exec_ok): Disable ignore_readdir_race
459         for -execdir/-okdir.
460         
461         * find/pred.c (pred_execdir, pred_okdir): Use state.rel_pathname
462         instead of basename(pathname).  Do not add "./" prefix for
463         absolute pathnames.
464         
465         * find/find.c (process_top_path): Treat "/" similarly to ".".
467         * xargs/testsuite/xargs.posix/savannah-11865.exp,
468         xargs/testsuite/xargs.posix/savannah-11865.xo, xargs/xargs.c:
469         Fixed Savannah bug #11866 (not resetting number of used chars in
470         the command buffer) - reported by Dimitry V. Levin
472 2005-02-05  James Youngman  <jay@gnu.org>
474         * THANKS:
475         Added thanks for Dimitry - has produced many patches, bugfixes and
476         suggestions.
478         * find/pred.c:
479         Fixed Savannah bug #11866: typo in pred_okdir() renders it useless
481         * find/pred.c:
482         Savannah bug #11861: undefined symbol 'basename' on IRIX 5.3
484         * NEWS, configure.in, po/be.po, po/ca.po, po/el.po, po/eo.po,
485         po/fi.po, po/ga.po, po/hr.po, po/hu.po, po/ja.po, po/lg.po,
486         po/ms.po, po/ro.po, po/sl.po, po/sr.po, po/zh_CN.po: Added new
487         translations
489         * ChangeLog: Updated from CVS prior to release of 4.2.16.
491         * po/ChangeLog: Updated from CVS.
493         * NEWS, configure.in: Preparing to release 4.2.16
495         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
496         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
497         po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sl.po, po/sv.po,
498         po/tr.po: make update-po prior to 'make distcheck'
500         * po/fetch-po-files: This is the first version we actually used.
502         * find/find.c: process_top_path() fixed compilation warning.
504         * find/find.c: process_top_path(): avoid processing this item if
505         we can't chdir to the basename of the named file.
507         * lib/Makefile.am: Always build forcefindlib.c
509         * locate/locate.c: Say 'base name' rather than 'basename' in comments
511         * find/pred.c, find/find.c: process_top_path(): Proper bugfix for
512         correct handling of items at depth 0 (i.e. specified on the
513         command line) - do an extra chdir to ensure that we're in the
514         directory containing the item before calling process_path().
515         Hnece also undo the previous 'quick fix' for the same problem
517         * doc/find.texi:
518         -execdir no longer has to treat anything as special, even at depth 0.
520 2005-02-03  James Youngman  <jay@gnu.org>
522         * doc/find.texi, find/pred.c: When state.curdepth is 0, our
523         working directory is not the directory containing the file we are
524         processing.
526 2005-02-02  James Youngman  <jay@gnu.org>
528         * find/pred.c:
529         To allow compilation on cygwin, use base_name(), not basename().
532 2005-02-01  James Youngman  <jay@gnu.org>
534         * ChangeLog: Updated from CVS log.
536 2005-01-31  James Youngman  <jay@gnu.org>
538         * find/find.c, lib/nextelem.c, lib/nextelem.h, locate/code.c,
539         locate/frcode.c, locate/testsuite/config/unix.exp,
540         xargs/testsuite/config/unix.exp, xargs/xargs.c: Updated/corrected
541         the email address for David MacKenzie, one of the original authors
542         of findutils
544         * doc/Makefile.am: The HTML version of the manual generated for
545         the GNU project website has each node in a separate file, not each
546         chapter in a separate file; adjust filenames accordingly
548         * find/parser.c, find/pred.c, lib/savedirinfo.c:
549         Removed some unused variables (patch from Dmitry V. Levin)
551         * find/find.c:
552         Patch from Dmitry V. Levin <ldv@altlinux.org>: Add subfs to the list
553         of filesystems which are likely to be automounted.
555         * m4/findlib.m4: Corrected typo (pointed out by Dmitry V. Levin).
557         * find/testsuite/config/unix.exp,
558         find/testsuite/find.gnu/name-period.xo,
559         find/testsuite/find.gnu/posix-dflt.xo,
560         find/testsuite/find.gnu/posix-h.xo,
561         find/testsuite/find.gnu/posix-l.xo,
562         find/testsuite/find.gnu/printf.exp,
563         find/testsuite/find.gnu/printf.xo: Systems differ in the order in
564         which filenames are returned by readdir.  Hence sort the output of
565         'find' before comparing against the expected-output file.  We
566         therefore also have the lines in the .xo files ready-sorted.
568 2005-01-30  James Youngman  <jay@gnu.org>
570         * doc/Makefile.am:
571         Added rules for extra targets that we buld to update the web site.
573 2005-01-29  James Youngman  <jay@gnu.org>
575         * configure.in: No longer version 4.2.15 - we've changed the manual.
577         * doc/find.texi:
578         Clarified the txt about adding extra tests with post-processing via
579         xargs, and recommend -execdir instead for security reasons.
581         * doc/find.texi: Patch from Karl Berry:
582         - more entries for the dir file
583         - use @copying so the copyright ends up in the HTML etc. output.
584           (This is the only really important change.)
585         - put @contents after the title page, for conventional toc location.
586         - use @ifnottex to wrap the Top node instead of @ifinfo, for the sake of
587           HTML output, etc.
589         * NEWS, configure.in, po/da.po, po/de.po, po/es.po, po/et.po,
590         po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po,
591         po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
592         po/sv.po, po/tr.po: Prepared to release findutils-4.2.15
594         * ChangeLog: Updated from CVS log.
596 2005-01-28  James Youngman  <jay@gnu.org>
598         * configure.in:
599         Make --enable-d_type-optimization and --enable-d_type-optimisation
600         both work.
602         * configure.in: Assume --enable-d_type-optimisation by default
604         * find/parser.c: Indicate which features are enabled/disabled
606         * locate/testsuite/config/unix.exp:
607         Clean up the files left behind by the locate_textonly test
609 2005-01-27  James Youngman  <jay@gnu.org>
611         * doc/find.texi: Documented --regex.
613         * NEWS, locate/locate.1, locate/locate.c, locate/testsuite/Makefile.am, locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/regex1.exp:
614         Implemented locate --regex - but needs documenting in Texinfo manual.
616 2005-01-25  James Youngman  <jay@gnu.org>
618         * configure.in: Bumped version no.
620         * doc/find.texi:
621         Document --mmap and --stdio as being synonyms of -m and -s.
623         * locate/locate.1:
624         Document --mmap and --stdio as synonyms of -m and -s.
626         * locate/locate.c:
627         Document -m and -s (both no-ops) in the usage message.
629         * doc/find.texi, locate/locate.1: Document -m and -s as no-ops.
631         * ChangeLog: Updated for release of findutils-4.2.14.
633         * 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:
634         Preparing to release findutils-4.2.14
636 2005-01-25  James Youngman  <jay@gnu.org>
638         * NEWS, configure.in, po/da.po, po/de.po, po/es.po, po/et.po,
639         po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po,
640         po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
641         po/sv.po, po/tr.po: Preparing to release findutils-4.2.14
643 2005-01-24  James Youngman  <jay@gnu.org>
645         * Makefile.am: Work around the fact that automake-1.7 actually
646         works, and correctly distributes regex.c; hence dist-hook should
647         only copy gnulib/lib/regex.c if this has not already been done.
649         * find/defs.h, find/find.c, find/pred.c,
650         find/testsuite/Makefile.am,
651         find/testsuite/find.gnu/printf-symlink.exp,
652         find/testsuite/find.gnu/printf-symlink.xo,
653         find/testsuite/find.gnu/xtype-symlink.exp,
654         find/testsuite/find.gnu/xtype-symlink.xo: Fixes for -xtype and
655         -printf %Y, which had been the wrong way around.
657         * NEWS: Avoid including the find.gnu subdirectory in the
658         distributed file more than once
660         * locate/locate.c:
661         Move the printing of the statistics into a new function, print_stats()
663         * find/testsuite/Makefile.am: Avoid including the find.gnu
664         subdirectory in the distributed file more than once
666         * import-gnulib.sh:
667         We need the regex module anyway, to allow compilation on Solaris
669 2005-01-23  James Youngman  <jay@gnu.org>
671         * configure.in:
672         Invoke gl_INCLUDED_REGEX directly to ensure successful compilation on
673         systems like Solaris, which lacks those functions in libc (fixes GNU
674         Savannah bug #11710).
676         * locate/locate.1: -S is a synonym for --statistics
678         * doc/find.texi: Documented the new -H, -L and -P options.
680         * locate/locate.1, locate/locate.c: Implement options -L
681         (default), -H and -P, which mean the same things as for find,
682         except for the fact that the default is -L rather than -P
684         * find/find.1: Corrected definition of the exit status for -quit.
686         * find/find.c, find/pred.c: If DEBUG_STAT is set, issue a debug
687         message when we call chdir() so that we can figure out what is
688         actually being stat()ed
690         * locate/updatedb.sh:
691         Removed spurious newline from help message (bug report from Karl
692         Berry).
694         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
695         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
696         po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po,
697         Makefile.am, NEWS, configure.in, find/defs.h, find/find.c,
698         find/parser.c, find/pred.c, find/tree.c, find/util.c,
699         import-gnulib.sh, lib/savedirinfo.c: Merged the d_type
700         optimisation code; this is disabled by default, and can be enabled
701         with 'configure --enable-d_type-optimisation'
703         * NEWS:
704         Updated optimisation NEWS item to indicate the effect on runtime.
706 2005-01-22  James Youngman  <jay@gnu.org>
708         * NEWS, configure.in: Prepare for release of findutils-4.2.12
710         * ChangeLog: Brought up to date with recent changes.
712         * Makefile.am, import-gnulib.sh, po/Makefile.in.in, po/Makevars,
713         po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
714         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
715         po/pl.po, po/pt_BR.po, po/remove-potcdate.sin, po/ru.po, po/sk.po,
716         po/sv.po, po/tr.po: Switch to using the gnulib gettext module, to
717         ensure that 'make distcheck' works with current xgettext,
718         autoconf, etc.
720         * find/testsuite/config/unix.exp:
721         Oops, we do need to clean up after all.
723 2005-01-21  James Youngman  <jay@gnu.org>
725         * xargs/testsuite/Makefile.am: Added name of missing input file.
727         * find/testsuite/Makefile.am:
728         Distribute a few files that we had forgotten about
730         * xargs/testsuite/Makefile.am: Added some missing files.
732         * lib/Makefile.am: Also need buildcmd.h.
734         * xargs/testsuite/Makefile.am: Fixed a typo.
736         * NEWS: Indicate the d_type performance improvement
738 2005-01-18  James Youngman  <jay@gnu.org>
740         * lib/savedirinfo.h: Added on d_type_optimisation also
742         * lib/savedirinfo.c: Added on branch d_type_optimisation also.
744         * find/pred.c: Added assert that we actually know the file type by
745         the time pred_type() is called
747         * find/find.c: Always initialise state.have_stat = false when
748         starting to work with a new file
750 2005-01-17  James Youngman  <jay@gnu.org>
752         * ChangeLog: Brought up to date with recent changes.
754         * NEWS: Documented the changes so far.
756         * find/testsuite/find.gnu/exec-many-rtn-success.xo:
757         Expected output for exec-many-rtn-success.exp
759         * find/find.1:
760         Indicate that -quit still ensures that pending commands are invoked
762         * doc/find.texi:
763         Indicate that -quit still causes partial command lines to be invoked,
764         but there are some types of fatal error which leave such commands
765         uninvoked.
767         * find/defs.h, find/find.c, find/pred.c, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
768         Fixed savannah bug  #11625 Wrong return status for -exec ... \; when command fails; also execute any pending commands when doing -quit
770         * 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:
771         Various test cases for succeeding and failing forms of -exec \; and -exec {} +
773         * find/pred.c: "-exec ... {} +" always returns "true".
775         * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
776         Implemented d_type optimisation but not working correctly, so currently disabled
778         * lib/savedirinfo.h, lib/savedirinfo.c:
779         Initial implementation (temporarily disabled).
781         * lib/Makefile.am: Resolved merge conflict.
783         * lib/Makefile.am:
784         Make sure nextelem.h is included in the list of sources.
786         * find/parser.c, lib/nextelem.c, lib/nextelem.h, locate/locate.c:
787         Use prototypes for next_element() to make sure it is called correctly.
789 2005-01-16  James Youngman  <jay@gnu.org>
791         * find/find.c, find/pred.c:
792         When completing incomplete multiple execs, use 'eval_tree' not 'predicates'
794         * lib/buildcmd.c:
795         Oops, initialise state->cmd_initial_argv_chars to zero.
797         * find/find.1:
798         Document the way that -execdir and -okdir will refuse to wqork if ">"
799         is on $PATH.  Also document -okdir in the manpage.
801         * find/parser.c:
802         -execdir and -okdir are insecure if $PATH includes the current
803          directory, and so they refuse to work if the user has done that.
805         * find/pred.c:
806         Oops; for -exec ... {} +, pass arguments to bc_push_arg() in the right
807         order.   Problem spotted by Geoff Clare.
809         * TODO: Removed items which have now been done.
811         * lib/buildcmd.c: Tidied up formatting of arg list for bc_do_insert
813 2005-01-15  James Youngman  <jay@gnu.org>
815         * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo:
816         Added extra tests for more printf formats; patch by Andreas Metzler
818         * locate/locate.c:
819         Ensure that the new long options have a relevang short option too.
820         Also bring usage message into line with the options actually
821         supported.  Thanks to Bas van Gompel for noticing this defect.
823         * locate/locate.1:
824         Escape "-" in SYNOPSIS.  Thanks to Bas van Gompel for noticing this
825         defect.
827         * ChangeLog: Fixed typos.
829         * doc/find.texi:
830         Documented -execdir, and the "+" variants of -exec and -execdir.
832         * find/find.1: Documented -execdir.
834         * xargs/xargs.c:
835         Updated to bring into line with bc_*() interface changes
837         * ChangeLog: Updated with recent changes.
839         * find/defs.h, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h:
840         Implemented -execdir and -okdir
842         * find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
843         First working version of -exec ...+
845 2005-01-09  James Youngman  <jay@gnu.org>
847         * find/defs.h, find/find.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
848         Initial implementation of -exec ..{} +, but currently disabled since not yet working
850 2005-01-08  James Youngman  <jay@gnu.org>
852         * find/find.c: Fixed typo in comment.
854         * find/defs.h, find/find.c, find/parser.c, find/pred.c:
855         We now understand but do not implement -execdir (a *BSD invention, and a very useful security enhancement) and -okdir (the obvious companion to it)
857         * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
858         The GNU coding standard requires a space between the function name and
859         its parenthesised argument list.
861         * find/defs.h:
862         Understand the -exec ... {} \+ construction (for multiple
863         replacement).  No support yet.
865         * locate/locate.1:
866         Indicate that empty elements in the dbpath are treated as synonyms for
867         the default database.
869         * locate/locate.c:
870         Support empty elements in the dbpath as synonyms for the default
871         database.  These colons can be leading, trailing or in the middle of
872         the string.  We no longer com,plain if the user does this.
874         * lib/nextelem.c:
875         If curdir_ok is 0 and an element is empty, return "" instead of NULL
876         so that the caller knows to keep calling us.
878         * find/find.c, find/pred.c, import-gnulib.sh, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
879         Savannah bug 11517: find, xargs, locate, etc. should not hide write failures; patch from Jim Meyering
881         * 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:
882         changed .pot creation date
884         * THANKS, AUTHORS: Take into account the FSF copyright-assignments list
886         * doc/find.texi:
887         If -quit is used, the exit value can be nonzero if errors have occurred.
889         * find/find.1:
890         Removed incorrect comment about -H, -P and -follow in HISTORY.
892 2005-01-07  James Youngman  <jay@gnu.org>
894         * lib/Makefile.am, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
895         Refactored xargs to use an external library function from the new file buildcmd.c
897         * configure.in: no longer the same as the released 4.2.11 version
899 2005-01-06  James Youngman  <jay@gnu.org>
901         * xargs/testsuite/inputs/lines.xi, xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/Makefile.am:
902         Tests for the -L option
904         * xargs/testsuite/config/unix.exp: When a test fails, show the diffs
906         * xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/xargs.posix/l2.xo:
907         tests for the -l option
909         * xargs/testsuite/Makefile.am: Added extra test files
911         * xargs/testsuite/xargs.sysv/trace.exp, xargs/testsuite/xargs.sysv/trace.xe, xargs/testsuite/xargs.sysv/trace.xo:
912         Added tests for the -t option
914         * 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:
915         Use a blanks-only input file for cases where there is supposed to be no output
917         * xargs/testsuite/inputs/blank.xi: Initial version.
919         * xargs/xargs.1:
920         Corrected a typo; also indicate that it's impossible to use xargs
921         securely due to the race condition.
923 2005-01-05  James Youngman  <jay@gnu.org>
925         * find/parser.c:
926         Fixed Savannah bug 11495: fallthrough from -printf format processing
927         from 'n' case to 'd' case.
929 2005-01-03  James Youngman  <jay@gnu.org>
931         * doc/find.texi:
932         Oops.  Had duplicated an entire section.  Fortunately this was after
933         @bye, so there was no adverse effect.
935         * NEWS: locate -b.
937         * doc/find.texi, locate/locate.1: document locate -S
939         * configure.in, doc/find.texi, locate/locate.1, locate/locate.c:
940         Support locate -b as a synonym for locate --basename
942         * 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:
943         distcheck
945         * find/testsuite/config/unix.exp:
946         Clean up (delete) find.out at at the end of the test.
948         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c, find/pred.c:
949         Implemented the -samefile test for find
951 2005-01-02  James Youngman  <jay@gnu.org>
953         * ChangeLog: Updated with recent changes.
955         * NEWS:
956         Bas van Gompel: two-line patch to locate.c to make locate's -i and -w
957         options work if -e is in use.
959         * THANKS: Added Bas van Gompel.
961         * locate/locate.c:
962         Bas van Gompel: (visit_exists) when testing for the existence of the
963         file, check the real filename [printname], not the case-converted
964         filename [testname].  Really these argument names are badly chosen.
966         * find/find.1, doc/find.texi:
967         Improved the documentation for -perm, with plenty of examples,
968         following a comment by Dan Jacobson that the comment "Symbolic modes
969         use mode 0 as a point of departure" is baffling and unhelpful.
971         * locate/locate.c:
972         Suggestion and patch from Bas van Gompel: (new_locate): Fix display of
973         negative compression ratios.
975 2004-12-31  James Youngman  <jay@gnu.org>
977         * NEWS: Brought up to date with recent changes
979         * doc/find.texi:
980         Don't need to nest the "race conditions with..." sections so deeply.
982         * doc/find.texi: Corrected some spelling errors.
984         * doc/find.texi: Added new "Security Considerations" chapter.
986 2004-12-23  James Youngman  <jay@gnu.org>
988         * locate/locate.c:
989         Applied bugfixes from Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>.
990         (lc_strcpy): Zero-terminate result.
991         (add_visitor): Update lastinspector.
992         (visit_substring_match_casefold): fix off-by-one error.
993         (new_locate): Move visit_exists down to improve performance.
994         (new_locate): Don't fold case when getting stats.
996 2004-12-19  James Youngman  <jay@gnu.org>
998         * doc/find.texi:
999         Indicate that "cd /; find tmp -wholename /tmp" will never match anything.
1001         * doc/find.texi: Documented locate --statistics.
1003         * locate/locate.1: Documented the --statistics option.
1005         * locate/locate.c: Added support for the -S option.
1007 2004-12-12  James Youngman  <jay@gnu.org>
1009         * NEWS: Added a summary of the changes so far.
1011         * find/tree.c: Made some of the error messages more self-explanatory
1013         * find/pred.c: Print pointers with %p, not %x.
1015         * find/find.c: Moved option data into struct options.
1017         * find/find.1: clarifications
1019         * find/testsuite/find.gnu/comma.exp:
1020         Limit the amount of searching with maxdepth.
1022         * doc/find.texi: clearer description of how -prune works
1024         * ChangeLog: Removed duplicate entry.
1026         * configure.in, find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
1027         Separated ariables representing current state from variable representing option information
1029 2004-12-11  James Youngman  <jay@gnu.org>
1031         * find/parser.c: Readability improvement to the usage message.
1033         * find/find.c: Oops.  Fixed unmatched #endif.
1035         * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo, THANKS, configure.in, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
1036         Fixed Savannah bug #11280
1038         * find/find.c:
1039         Remember to set path_length and curdepth in process_top_path().
1041 2004-12-07  James Youngman  <jay@gnu.org>
1043         * find/fstype.c: Use xstat() not stat() to examine things.
1045         * find/find.c: Explain why #ifdef EOVERFLOW.
1047         * find/find.c: EOVERFLOW is not defined on UNICOS.
1049         * NEWS: Corrected typo.
1051 2004-12-06  James Youngman  <jay@gnu.org>
1053         * ChangeLog: Brought up to date.
1055         * NEWS, configure.in: releasing 4.2.10
1057         * 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:
1058         distcheck
1060         * ChangeLog: Updated prior to release of finsutils-4.2.10.
1062         * import-gnulib.sh, find/fstype.c:
1063         Use gnulib's mountlist module instead of grokking it ourselves.
1065         * configure.in:
1066         Removed all the out-of-date cruft for grokking getmntent().
1068         * xargs/xargs.c:
1069         Added the -I and -L options; also -E takes an argument which is not optional.
1071 2004-12-05  James Youngman  <jay@gnu.org>
1073         * README, configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c:
1074         Allow debug output to be turned on or off by saying --enable-debug on the configure command line
1076         * README:
1077         Removed disparaging (it is now, it probably wasn't then) comment about
1078         the production-readiness of Automake.
1080         * README: Qualify remarks about POSIX compliance.
1082         * NEWS, configure.in: Preparation for release 4.2.9
1084         * 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:
1085         distcheck
1087         * ChangeLog: Brought up to date.
1089         * find/find.c:
1090         Avoid duplicate error message when we cannot chdir() into a subdirectory.
1092         * THANKS: Added recent thankees.
1094         * NEWS:
1095         Brought up to date with respect to the current set of fixed bugs.
1097         * NEWS, xargs/xargs.1, xargs/xargs.c:
1098         Implemented POSIX options -L, -I and -E
1100 2004-12-03  James Youngman  <jay@gnu.org>
1102         * find/parser.c:
1103         -xdev is an option, not a test.   Fixes Savannah bug 11192.
1105         * find/find.1, xargs/xargs.1:
1106         Escape dashes with a backslash (for fix Savannah bug 11189).
1108 2004-11-27  James Youngman  <jay@gnu.org>
1110         * find/find.c:
1111         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.
1113         * find/find.1: "necessary" only has one "C".
1115         * find/find.1:
1116         If stat() fails with ELOOP, we issue a diagnostic message.
1118 2004-11-26  James Youngman  <jay@gnu.org>
1120         * find/find.c: Removed some unused code.
1122         * Makefile.am: Don't do anything in the 'intl' subdirectory
1124         * find/find.c:
1125         Enhanced safely_chdir() to the point where the test suite passes, and report infinite loops in the directory hierarchy
1127         * find/defs.h:
1128         belt and braces; ensure that SYMLINK_NEVER_DEREF has value zero
1130         * find/find.1:
1131         Describe our strategy for detecting and reporting infinite loops
1133 2004-11-24  James Youngman  <jay@gnu.org>
1135         * doc/find.texi:
1136         Updated the discussion of th error messages for findutils-4.2.8.
1138         * configure.in: Next version will be 4.2.9...
1140         * find/find.c:
1141         Don't issue a warning if we notice the mounting of a filesystem that's
1142         likely just to be an automounter.
1144         * doc/find.texi, find/find.1:
1145         Explain how rounding is performed for -atime and friends.
1147         * xargs/xargs.c:
1148         Once we collect enough arguments (for the value specified by the -n
1149         option) to do an exec(), do it immediaely instead of waiting for the
1150         next one to arrive.  This fixes Savannah bug #7340.
1152         * ChangeLog, configure.in, NEWS: Prepare to release 4.2.8.
1154         * NEWS: Updates for 4.2.8.
1156         * configure.in: check for  sys/types.h
1158         * find/find.c:
1159         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.
1161         * find/defs.h:
1162         Declarations of xmalloc() and friends belong in xalloc.h, not in defs.h
1164         * find/parser.c: avoid signed/unsigned warning, and #include xalloc.h
1166         * find/fstype.c:
1167         Changed to alloc get_mounted_devices() to compile on Solaris
1169         * README-CVS:
1170         Automake requires GNU m4, so point out that the reader needs that.
1172         * find/defs.h, find/find.c, find/fstype.c:
1173         When wd_sanity_check() fails, enumerate the mounted devices, rather than the mounted filesystem names
1175         * NEWS: prepare for 4.2.8
1177         * configure.in:
1178         Look for some Solaris headers which are used by get_mounted_devices()
1180         * lib/Makefile.am: don't build savedirtypes yet
1182         * 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:
1183         updated po files
1185         * m4/nullsort.m4:
1186         Avoid suprious output of the test data when the tests fail.
1188 2004-11-21  James Youngman  <jay@gnu.org>
1190         * 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:
1191         Messages changed again
1193         * ChangeLog, configure.in: Preparing to release 4.2.7.
1195         * NEWS: Updated for release of 4.2.7.
1197         * import-gnulib.sh: Also need canonicalize module.
1199         * find/find.c:
1200         When checking to see if a filesystem has changed state, use an
1201         absolute pathname.
1203         * configure.in:
1204         No need to pause to allow James to view his handiwork, it (allegedly)
1205         works now.
1207         * configure.in:
1208         Oops.  Check for setlocale() to re-enable the i18n support which was
1209         accidentally disabled in 4.2.5.
1211         * find/find.c:
1212         Check to see if the new directory is a transitioned mount point by
1213         using its ABSOLUTE name, if we can figure it out.
1215         * doc/find.texi:
1216         Added guidance on some of the error messages.  Not the most common
1217         ones, but the ones where the user might most benefit from some handy
1218         hints or an explanation of what is going on.
1220         * find/pred.c:
1221         Actually emit an error message if we fail to stat a symlink (for
1222         reasons other than nonexistence of the link and infinite loop).
1224         * doc/texinfo.tex: Updated texinfo.tex
1226         * NEWS, configure.in, find/find.c, find/fstype.c:
1227         Enable the 'Warning: filesystem XXX has recently been mounted' check on Solaris, which prevents it exiting fatally when traversing an automount mount point
1229         * 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:
1230         messages changed again
1232         * NEWS: Implemented xargs --arg-file.
1234         * doc/find.texi, xargs/xargs.1, xargs/xargs.c, NEWS:
1235         Implemented xargs --arg-file
1237         * find/find.c:
1238         Where a filesystem was recently (un)mounted, try togive its full name
1240         * configure.in:
1241         Try to avoid requesting -lsun if we don't seem to need it (e.g. on
1242         UNICOS where it is not present and trying to link against it produces
1243         a warning).
1245         * find/defs.h, lib/modetype.h: Guard against multiple inclusion
1247         * find/fstype.c:
1248         We now need <mntent.h> even if we are not using getmntent() to figure
1249         out the type of a filesystem, because wd_sanity_check() needs to
1250         enumerate the system mount points.
1252         * configure.in: Next release will be 4.2.7.
1254         * find/fstype.c:
1255         get_mounted_filesystems() should use getmntent() if that function is
1256         present, rather than just if configure didn't find anything better for
1257         filesystem_type_uncached() to use than that.
1259         * find/parser.c:
1260         If -delete is the only action on a file, don't assume the default
1261         -print action too.
1263         * 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:
1264         Preparation to release findutils-4.2.6.
1266         * find/Makefile.am, xargs/Makefile.am:
1267         Enable checking of support for --version and --help
1269         * locate/Makefile.am:
1270         Con't check command-line options for frcode, code or bigram
1272         * locate/code.c: Support --version and --help.
1274         * ChangeLog: *** empty log message ***
1276         * find/defs.h, find/find.c, find/fstype.c, lib/Makefile.am, lib/extendbuf.c, lib/extendbuf.h, NEWS:
1277         Avoid fatal error if automount mounts a filesystem on a directory because we chdir()ed into it
1279         * configure.in: Next release will be 4.2.6.
1281         * find/find.1:
1282         Indicate that the '-' flag does work for most fields.   Also provide
1283         an example of using the comma operator to traverse the filesystem just
1284         once but search for more than one thing.
1286         * doc/find.texi: Indicate that the '-' flag does work for most fields.
1288 2004-11-19  James Youngman <jay@gnu.org>
1290         * configure.in: releaseing findutils-4.2.5
1292         * find/testsuite/Makefile.am, locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
1293         If a directory has no Makefile.am, omit it from the parent's DIST_SUBDIRS - automake-1.9 requires this
1295         * 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:
1296         updated by make distcheck
1298         * ChangeLog, NEWS: Updated for release 4.2.5.
1300         * find/find.1, doc/find.texi:
1301         Tell the reader that format flags may not work as they expect.
1303         * configure.in:
1304         Use the correct name for the macro gl_AC_TYPE_LONG_LONG (not
1305         jm_AC_TYPE_LONG_LONG).
1307 2004-11-15  James Youngman <jay@gnu.org>
1309         * import-gnulib.sh:
1310         Avoid test -e because not all systems are POSIX-compliant (bug
1311         #11005).  Also don't need regex module any more if we're not building
1312         in intl.
1314         * Makefile.am, configure.in:
1315         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
1317         * doc/find.texi:
1318         Use @ref not @xref for a reference at the beginning of a sentence.
1320         * intl/Makefile.in:
1321         Make sure gnulib.lib is on the #include path (Savannah bug #11002)
1323         * locate/locate.c:
1324         Use base_name instead of basename - fixes Savannah bug 11003.
1326         * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, locate/bigram.c, locate/locate.c:
1327         Don't need banner to emphasise the location of the call to jy_SORTZ
1329 2004-11-12  James Youngman <jay@gnu.org>
1331         * 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:
1332         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]
1334 2004-11-11  James Youngman <jay@gnu.org>
1336         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c:
1337         Implemented -H and -L options.
1339         * find/util.c: Added in the -H and -L options on the usage message.
1341 2004-11-10  James Youngman <jay@gnu.org>
1343         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1344         Implemented %M and %A+ format specifiers
1346         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1347         Documented the fact that only %d and %m format specifiers honour the various formatting flags
1349         * xargs/xargs.c:
1350         Get the right number of bytes in a Kilobyte (hint: it's not 1048; that
1351         was a typo, honest :)
1353         * po/pl.po: Applied Polish translations
1355 2004-11-08  James Youngman <jay@gnu.org>
1357         * 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:
1358         distcheck changed the po files again
1360         * locate/Makefile.am:
1361         Make install-data-hook honour the setting of DESTDIR so that "make
1362         DESTDIR=/tmp/foo install" works and puts localstater in the right
1363         place.
1365         * configure.in: We're now working on findutils-4.2.5.
1367         * doc/find.texi, xargs/xargs.1:
1368         Point out that xargs -i only splits input items at newlines
1370         * ChangeLog: Indicate that we released 4.2.4.
1372         * ChangeLog: Updated for release 4.2.4
1374         * NEWS, configure.in: Prepare for release of 4.2.4.
1376         * NEWS: Brought up to date with latest changes.
1378         * 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:
1379         Turn warning messages off by default if stdin is not a tty; allow these to be controlled explicitly by options -warn and -nowarn
1381         * po/et.po, po/it.po: Updated translation files
1383         * po/sk.po: New translation file
1385         * po/fr.po, po/nl.po, po/tr.po: Updated translation files
1387         * configure.in: Added Slovak (sk) language.
1389         * xargs/xargs.c:
1390         Enforcing a lower limit on the value specified by -s makes the test
1391         suite fail.  Removed that lower limit.
1393         * locate/Makefile.am: Oops, multilocate doesn't exist yet.
1395         * NEWS: *** empty log message ***
1397         * doc/find.texi, locate/updatedb.1, locate/updatedb.sh:
1398         Added option --findoptions to updatedb
1400         * locate/Makefile.am, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
1401         Fixed section numbers in manpage titles and cross-references
1403         * NEWS, doc/find.texi, xargs/xargs.1, xargs/xargs.c:
1404         Increased the default argument length and improved POSIX compliance of the handling of out-of-range values for the -s option
1406 2004-11-07  James Youngman <jay@gnu.org>
1408         * m4/Makefile.am:
1409         Added in the extra files we need to distribute, nullsort.m4
1410         order-bad.bin order-good.bin
1412         * doc/find.texi: Documented locate's --limit option
1414         * locate/locate.1, locate/locate.c:
1415         Implmented --limit and corrected the implementation of the -i option.
1417 2004-11-06  James Youngman <jay@gnu.org>
1419         * NEWS, doc/find.texi, locate/locate.1:
1420         Documented --wholename and --basename and updated the NEWS file
1422         * README-CVS:
1423         Give the autogen commands in a form that you can usefully cut and paste into a shell
1425         * NEWS: Options --null and --count) for locate
1427         * lib/nextelem.c:
1428         Don't return '.' for an empty path element, because the path we are splitting may not be intended to contain directories
1430         * configure.in: we're working on findutils-4.2.4 now
1432         * locate/Makefile.am: Substitute @SORT_SUPPORTS_Z@
1434         * doc/find.texi:
1435         Documented new locate option --null and newline handling
1437         * locate/locate.1, locate/locate.c:
1438         New locate options --null, --wholename, --basename, --count
1440         * locate/frcode.c, locate/updatedb.1, locate/updatedb.sh:
1441         correctly handle newlines in the file names
1443         * configure.in: Determine if sort -z works
1445         * m4/nullsort.m4, m4/order-bad.bin, m4/order-good.bin:
1446         jy_SORTZ: a macro to determine if the system has a sort command with a working -z option
1448 2004-11-01  James Youngman <jay@gnu.org>
1450         * NEWS: Fixed "find -printf '%H\n'".
1452         * find/find.c:
1453         Avoid segfault if -printf %H is used where the matched file was the default, unspecified starting point, the current directory
1455 2004-10-31  James Youngman <jay@gnu.org>
1457         * find/find.1, find/parser.c: NetBSD also supports -d.
1459         * find/find.1, doc/find.texi:
1460         Documented the behaviour of -daystart and -follow in more detail
1462         * find/parser.c: Corrected the usage message.
1464         * find/parser.c:
1465         When deciding whether to issue a warning about options following
1466         non-options, ignore any options whose position affects the tests
1467         (i.e. -daystart and -follow).
1469         * find/parser.c: -daystart is a positional option like -follow.
1471         * find/parser.c:
1472         Issue a warning message if an option is specified after a test or an
1473         action (because the user might have believed that the behaviour of the
1474         option is in some way conditional on the preceding tests).
1476         * locate/updatedb.sh:
1477         Oops; removed some test code that I shouldn't have checked in.
1479         * locate/updatedb.sh:
1480         Indicate that the old locate database format will shortly be unsupported.
1482         * doc/find.texi:
1483         Use @direntry instead of hard-coding START-INFO-DIR-ENTRY inside @ifinfo.
1485         * locate/updatedb.1: Updated default location of locatedb file.
1487         * README-alpha:
1488         Updated to give correct FTP location and to not talk about "test"
1489         versions of automake, which are no longer required.
1491         * locate/updatedb.sh:
1492         Incorporated the default list of filesystems to avoid from the Debian
1493         package.  Also added /afs and /sfs to the default pruned paths.
1495         * configure.in: Released findutils 4.2.3
1497         * 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:
1498         did make distcheck, which updates these files
1500         * find/defs.h, find/fstype.c:
1501         Use const qualifier in arguments to filesystem_type() to allow callers with const variables to use them
1503         * ChangeLog: Updated.
1505         * NEWS: Added new news.
1507         * find/find.c:
1508         Extra diagnositcs for the case where we have the error "%s changed
1509         during execution of %s" - that is when we chdir back to the parent
1510         directory only to find that it has changed.
1512 2004-10-30  James Youngman <jay@gnu.org>
1514         * .cvsignore, NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
1515         Implemented the -quit action
1517         * NEWS, doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1518         Refactored time handling routines in preparation for support of absolute timestamp comparison predicates
1520         * locate/locate.c:
1521         Applied Savannah patch #2952 ("getline off-by-one bugfix").
1523         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
1524         Added -delete action (Savannah patch #3454 with additions)
1526         * locate/locate.c:
1527         Applied Savannah patch #2692 (allowing get_short to process negative integers).
1529         * find/find.c:
1530         If we are iossuing an error message because $FIND_BLOCK_SIZE is set,
1531         ignore the setting of errno.
1533         * find/parser.c: More fixes for pedantic compiler warnings
1535         * NEWS, find/parser.c, find/tree.c: Eliminated some compiler warnings
1537         * find/find.c, find/parser.c, find/pred.c:
1538         Various fixes for compiler warninga sbout unreachable code or unused function arguments
1540         * intl/plural.y: Silence compiler warning about unused argument.
1542         * locate/testsuite/Makefile.am:
1543         Subdirectory "inputs" does not exist, so remove it from DIST_SUBDIRS.
1545         * locate/locate.c:
1546         Corrected the explanation of why we have to use no parentheses around
1547         the String argument to the N_ macro in its expansion.
1549         * configure.in: Nextr release is 4.2.3.
1551         * configure.in: IOndicate this is no longer the pristine release.
1553         * NEWS:
1554         Oops, comments for release 4.2.0 should have said 20480 bytes, not 2480.
1556         * lib/listfile.c:
1557         The -ls predicate should not truncate usernames.  Fixes Savannah bug #10800.
1559         * find/fstype.c, locate/locate.c:
1560         Fixes for Savannah bug #3727 (Intel icc compilation errors).
1562 2004-10-25  James Youngman <jay@gnu.org>
1564         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1565         Support -printf %D, which prints the device number of the containing filesystem
1567         * locate/updatedb.sh:
1568         Avoid confusion between James Woods and James Youngman, by using the
1569         disambiguating surname.
1571         * find/parser.c: Use RE_ICASE instead of re->translate.
1573         * configure.in, find/parser.c, find/pred.c, xargs/xargs.c:
1574         No need to #define _GNU_SOURCE if we use gl_INIT.
1576 2004-10-24  James Youngman <jay@gnu.org>
1578         * ChangeLog: Prepared to release findutils-4.2.2.
1580         * 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:
1581         Updates prior to release of 4.2.2
1583         * NEWS: Updated with news for findutils-4.2.2.
1585         * 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:
1586         Corrected typo in the address of the FSF office
1588         * lib/strspn.c: Updated FSF address.
1590         * m4/.cvsignore: 'cvs status' should ignore Makefile.in
1592         * 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:
1593         Use gnulib-tool --import to import the gnulib code, rather than the odd way we were doing it before
1595         * 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:
1596         Work round an apparent compiler bug in HP-UX 11.23 for
1597         ia64
1599         * locate/locate.c:
1600         Work around what appears to be a C compiler bug in HP-UX 11.23 for
1601         ia64.
1603         * INSTALL, depcomp, install-sh, missing, mkinstalldirs:
1604         Updated from automake
1606         * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c, find/find.c:
1607         Avoid use of exit() within main, to silence warnings about unreachable code
1609 2004-10-22  James Youngman  <jay@gnu.org>
1611         * doc/find.texi: Syntax corrections.
1613         * doc/find.texi: Indicate that "-exec {}+" is not yet supported.
1615         * find/find.1: Indicate that "{}+" is not yet supported.
1617         * find/testsuite/find.gnu/name-period.xo, find/testsuite/find.gnu/name-period.exp, find/find.1, doc/find.texi:
1618         The -name predicate must allow '*' to match '.foo' as demanded by IEEE
1619         Std 1003.2-1992 Interpretation #126.
1621         * find/pred.c:
1622         Remove use of FNM_PERIOD for -name as demanded by IEEE Std 1003.2-1992
1623         Interpretation #126
1625         * find/parser.c: Fix for compilation (on AIX 4.3) with GCC 2.x.
1627         * xargs/xargs.c:
1628         Changed the erorr message issued when there is an unmatched quote to
1629         point out that the user might have wanted to use the -0 option instead.
1631 2004-10-17  James Youngman  <jay@gnu.org>
1633         * configure.in:
1634         Define intmax_t if it is not already defined - allows parser.c to compile on AIX 4.3
1636         * configure.in:
1637         Adjust version number to indicate that this s/w has moved on since the
1638         4.2.1 release.
1640         * configure.in: preparing to release 4.2.1
1642         * ChangeLog: updated with current changes
1644         * README-CVS: Updated to go with newer version of gnulib.
1646         * 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:
1647         preparation for release
1649         * NEWS: Mention the changes to "trap".
1651         * NEWS: Brought up to date.
1653         * import-gnulib.sh:
1654         Use xalloc-die module from gnulib, since that has now been split out
1656         * find/parser.c:
1657         Check fnmatch() when other predicates that rely on fnmatch() are used.
1659         * find/parser.c: bug #10701: find needs fnmatch sanitycheck on startup
1661 2004-10-16  James Youngman <jay@gnu.org>
1663         * import-gnulib.sh:
1664         Switch to requirement for GNU fnmatch because it supports FNM_CASEFOLD.
1666         * locate/updatedb.sh:
1667         Bug #9465: use of signal numbers for 'trap' is deprecated.  Should use
1668         names instead.  See
1669         http://www.opengroup.org/onlinepubs/009695399/utilities/trap.html,
1670         which indicates that support for signal numbers is optional, while
1671         support for signal names is mandatory.
1673         * configure.in:
1674         Indicate that this is the CVS version (once again) now that findutils
1675         4.2.0 has been released.
1677         * 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:
1678         findutils 4.1.20 check-in for tagging
1680 2004-10-02  James Youngman <jay@gnu.org>
1682         * po/Makefile.in.in:
1683         Search in $(top_srcdir) for mkinstalldirs, since that's where we keep it.
1685         * NEWS: Brought up to date, organised more clearly, and tidied up.
1687         * NEWS: brought up to date with recent changes
1689         * locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/ignore_case1.exp, locate/testsuite/locate.gnu/ignore_case3.exp, locate/updatedb.sh:
1690         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
1692         * find/pred.c:
1693         Fixed usage of human_readable() in '%k' format specifier to fix a bug
1694         reported by Dmitry V. Levin (arguments to human_readable() were
1695         specified in the wrong order, which resulted in a floating-point
1696         error).
1698 2004-08-08  James Youngman <jay@gnu.org>
1700         * locate/updatedb.sh:
1701         cd to / to avoid inability to examine the current directory if we're
1702         invoked via cron (and hence in root's home directory for example).
1704         * doc/find.texi, find/find.1:
1705         Deprecate -path and -ipath in favour of -wholename and -iwholename
1707         * find/parser.c:
1708         As per RMS's suggestion, deprecate -path and -ipath in favour of
1709         -wholename and -iwholename.
1711         * locate/locate.c:
1712         Fixed Savannah bug #9923, in which get_short() returns large positive
1713         ints when it should be returning negative shorts.
1715         * xargs/xargs.1:
1716         Applied documentation improvements suggested by Dan Jacobson
1717         <jidanni@jidanni.org>.
1719         * xargs/xargs.c:
1720         Don't check size_of_environment against arg_max since that causes the
1721         test suite to fail.
1723         * xargs/xargs.1, xargs/xargs.c: Better documentation for the -i option
1725 2004-05-03  James Youngman <jay@gnu.org>
1727         * find/find.1:
1728         document the various suffixes for -size and also the new 
1729         option -ignore_readdir_race
1731         * locate/locate.c:
1732         Fixes Savannah bug #8623 (failure to check consistency of data 
1733         read from locate database)
1735         * locate/updatedb.sh:
1736         Resolves Savannah bug 4380, that updatedb generates an empty
1737         database if one of the commands fails
1739         * NEWS: Talk about -ignore_readdir_race
1741         * doc/find.texi:
1742         Documented -ignore_readdir_race and -noignore_readdir_race
1744         * find/find.c:
1745         -ignore_readdir_race should have no effect if the reason for the
1746          failure of stat(2) was anything other than ENOENT.
1748         * find/defs.h, find/find.c, find/parser.c:
1749         Fixed Savannah bug 4391 (readdir race condition leading to 
1750         spurious error messages)
1752 2004-04-24  James Youngman <jay@gnu.org>
1754         * README-CVS: Corrected the instructions for getting gnulib via CVS.
1756 2004-04-13  James Youngman <jay@gnu.org>
1758         * doc/find.texi:
1759         Actioned Savannah bug #8558 (find complains when it tries to recurse
1760         into directories that it had removed).
1762 2004-03-13  James Youngman <jay@gnu.org>
1764         * ChangeLog: Updated from checkin comments.
1766         * find/find.c:
1767         Oops, there is no access to the predicate name table if DEBUG is 
1768         not #defined.
1770         * find/parser.c:
1771         Detect arithmetic overflow (poorly) in insert_time(), which diagnoses
1772         the failure to handle large arguments to -mtime.  The existing code
1773         does careful computation and then bungs the value into a time_t, which
1774         ruins all our careful effort.  The new code is not a great
1775         improvement.  We just check the result to detect overflow, rather than
1776         actually avoiding the overflow.
1778         * find/find.c:
1779         Fixed Debian bug #185202 by checking for any trailing predicates after
1780         the top-level invocation of get_expr() has done its work.
1782         * locate/locate.1, xargs/xargs.1:
1783         Fixed Debian bug 175372, inappropriate 'L' suffixes on manual 
1784         page section indicators
1786         * find/find.1:
1787         Removed "L" suffixes from manual page section indicators, to fix
1788         Debian bug 175372.
1790         * debian/updatedb.conf:
1791         Updated with list of filesystems from current Debian release.  This
1792         includes devfs, for example.
1794         * xargs/xargs.1:
1795         Modified documentation of "-s" option to take into account the fix for
1796         Debian bug #176201.
1798         * xargs/xargs.c:
1799         Fixed Debian bug #176201, "xargs enviroment size limited to 20k", by
1800         reading a patch offered by Bob Prolux and implementing something
1801         substantially similar myself.
1803 2004-01-03  James Youngman  <jay@gnu.org>
1805         * xargs/xargs.c:
1806         Indicate that prep_child_for_exec() fixes Savannah bug #3992.
1808         * xargs/xargs.c:
1809         Attach the stdin of xargs' child process to /dev/null so that if it
1810         tries to read from its stdin it doesn't consume any of the list of
1811         files that xargs is trying to use.
1813         * find/find.1:
1814         Documented that the -regex option follows Gnulib's re_match() 
1815         implementation.
1817         * NEWS, locate/locate.c: Applied Savannah patch 2108
1819         * xargs/xargs.c: Applied Savannah patch 1500
1821         * find/find.1, doc/find.texi:
1822         Improved the documentation for the %k and %b format specifiers to
1823         -printf (Savannah bug #5034).  Also pointed out that this handling is
1824         different to that used by the "b" and "k" suffixes with "-size".
1826         * find/find.1: Improved the documentation for %k (Savannah bug #5034).
1828         * find/find.1:
1829         Improved the documentation for -print0 in the manpage, fixing Debian
1830         bug 111143.
1832         * README-CVS, find/pred.c, lib/listfile.c:
1833         Brought up-to-date with change in gnulib's human.c - we no longer 
1834         use human_readable_inexact(), because it is no longer provided.
1836 2003-08-08  James Youngman  <jay@gnu.org>
1838         * find/find.1:
1839         Documented the fact that -printf also supports the '\0' escape code.
1840         Added "STANDARDS CONFORMANCE" section.
1842 2003-08-02  James Youngman  <jay@gnu.org>
1844         * find/find.1:
1845         Explain that braces are not special when performing filename matching
1846         with -name.
1848         * find/find.1:
1849         added example of the use of -exec to the EXAMPLES section
1851         * find/fstype.c, locate/locate.c:
1852         Savannah bug #4295 - implicit declarations of ctype.h functions
1854         * locate/locate.c:
1855         Savannah bug #4279 - missing newline on locate help message
1857         * find/find.1, xargs/xargs.1:
1858         Improved discussion of the -print0 option of find and the -0 option of xargs
1860 2003-06-26  James Youngman  <jay@gnu.org>
1862         * import-gnulib.sh:
1863         Remove reference to nonexistent module "basename" ("dirname" exists
1864         and we already use that).
1866 2003-06-21  James Youngman  <jay@gnu.org>
1868         * doc/find.texi:
1869         Indicate that xargs stops immediately if a command exits with status 255
1871         * xargs/xargs.1:
1872         Document the fact that xargs exits immediately with an error message
1873         if the command it executes exits with a status of 255.
1875 2003-06-18  James Youngman  <jay@gnu.org>
1877         * find/find.1:
1878         Indicate that -fls and friends always create their output file
1880 2003-06-16  James Youngman  <jay@gnu.org>
1882         * ChangeLog, find/find.1, locate/locate.1, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
1883         Added BUGS section to manual pages.   This section includes information about known bugs and how to report new bugs.
1885         * AUTHORS: Identify the current maintainer.
1887         * TODO: Removed the TODO items which have now been done.
1889         * THANKS: Added Bruno Haible and Bob Prolux.
1891         * xargs/xargs.c: xargs/xargs.c (DO_MULTIBYTE): New macro.
1892         (mbstrstr): New function.
1893         (do_insert): Use it instead of strstr.
1895         * config.guess, config.sub:
1896         Use config.guess and config.sub from automake
1898         * find/fstype.c:
1899         Bruno Haible: (fstype_to_string) Don't define this function if
1900         HAVE_F_FSTYPENAME_IN_STATFS is defined.
1902         * configure.in:
1903         Bruno Haible: Prefer the 4.4BSD API (if present) to the 4.3BSD API,
1904         because some 4.4BSD systems have <mntent.h> but no /etc/mtab file.
1906         * doc/find.texi, find/find.1:
1907         Applied patch 1498 (documenting the backslash escape sequence)
1909         * locate/updatedb.sh: Applied (my own version of) Savannah patch 1601.
1911         * doc/find.texi:
1912         Applied Savannah patch #1547 (document the fact that printf
1913         field-width specifiers are supported).
1915         * xargs/xargs.c:
1916         Applied Savannah patch #1499 (adds final newline to usage message).
1918 2003-06-14  James Youngman  <jay@gnu.org>
1920         * NEWS, configure.in:
1921         Updated version number to 4.2.0-CVS [not ready for release yet]
1923         * 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
1924         also need stpcpy (e.g. for Solaris)
1926         * intl/dcigettext.c:
1927         plural_lookup: don't use a variable called "index", because we may
1928         have done "#define strchr index", in which case using a variable
1929         called index will prevent us calling strchr(p, ch) in the same scope.
1931         * 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:
1932         Updated copyright years and the address of the FSF
1934         * aclocal.m4, config.h.in, configure:
1935         Removed files that are generated from other files (e.g. configure)
1937         * NEWS: Updated NEWS file for 4.1.20.
1939         * 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:
1940         Updates to the i18n files to ensure that 'make dist' succeeds
1942         * lib/posix/.cvsignore, lib/posix/Makefile.am,
1943         lib/posix/Makefile.in, lib/posix/regex.h, lib/strftime.c,
1944         lib/strncasecmp.c, lib/strspn.c, lib/strstr.c, lib/strtol.c,
1945         lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c, lib/wait.h,
1946         lib/waitpid.c, lib/xalloc.h, lib/xgetcwd.c, lib/xmalloc.c,
1947         lib/xstat.in, lib/xstrdup.c, lib/xstrtol.c, lib/xstrtol.h,
1948         lib/xstrtoul.c, lib/xstrtoul.h, lib/xstrtoumax.c, lib/yesno.c,
1949         locate/Makefile.am, locate/Makefile.in, locate/locate.c,
1950         locate/testsuite/Makefile.in, m4/.cvsignore, m4/ChangeLog,
1951         m4/Makefile.am, m4/Makefile.am.in, m4/Makefile.in, m4/README,
1952         m4/afs.m4, m4/assert.m4, m4/c-bs-a.m4, m4/check-decl.m4,
1953         m4/codeset.m4, m4/d-ino.m4, m4/d-type.m4, m4/error.m4,
1954         m4/fnmatch.m4, m4/fnmatchcase.m4, m4/fstypename.m4, m4/getline.m4,
1955         m4/gettext.m4, m4/glibc.m4, m4/glibc21.m4, m4/iconv.m4,
1956         m4/inttypes_h.m4, m4/isc-posix.m4, m4/jm-glibc-io.m4,
1957         m4/jm-macros.m4, m4/jm-mktime.m4, m4/lcmessage.m4, m4/libintl.m4,
1958         m4/link-follow.m4, m4/ls-mntd-fs.m4, m4/lstat-slash.m4,
1959         m4/lstat.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/memcmp.m4,
1960         m4/prereq.m4, m4/progtest.m4, m4/readdir.m4, m4/realloc.m4,
1961         m4/regex.m4, m4/st_dm_mode.m4, m4/st_mtim.m4, m4/stat.m4,
1962         m4/strerror_r.m4, m4/strftime.m4, m4/timespec.m4, m4/uintmax_t.m4,
1963         m4/ulonglong.m4, m4/xstrtoumax.m4, xargs/Makefile.am,
1964         xargs/Makefile.in, xargs/testsuite/Makefile.in,
1965         find/testsuite/Makefile.in, lib/.cvsignore, lib/Makefile.am,
1966         lib/Makefile.in, lib/alloca.c, lib/ansi2knr.1, lib/ansi2knr.c,
1967         lib/argmatch.c, lib/argmatch.h, lib/basename.c, lib/basename.h,
1968         lib/dirname.c, lib/dirname.h, lib/error.c, lib/error.h,
1969         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/fnmatch.c,
1970         lib/fnmatch.h, lib/getline.c, lib/getline.h, lib/getopt.c,
1971         lib/getopt.h, lib/getopt1.c, lib/human.c, lib/human.h,
1972         lib/idcache.c, lib/malloc.c, lib/memcmp.c, lib/memcpy.c,
1973         lib/memset.c, lib/mktime.c, lib/modechange.c, lib/modechange.h,
1974         lib/pathmax.h, lib/quotearg.c, lib/quotearg.h, lib/realloc.c,
1975         lib/regex.c, lib/regex.h, lib/rpmatch.c, lib/savedir.c,
1976         lib/savedir.h, lib/stpcpy.c, lib/strcasecmp.c, lib/strdup.c,
1977         find/Makefile.am, find/Makefile.in, find/find.c, find/pred.c:
1978         Updated to work with current version of gnulib
1980         * import-gnulib.sh: New file.
1982         * config.h.in, configure, configure.in, doc/Makefile.in, import-gnulib.sh:
1983         Updated to work with current version of gnulib
1985         * README-CVS: New file.
1987         * Makefile.am, Makefile.in, README-CVS, aclocal.m4:
1988         Updated to work with current version of gnulib
1990 2001-06-09  Kevin Dalley  <kevin@seti.org>
1992         * intl/plural.c:
1993         Changes the location of bison.simple after running bison on local
1994         machine
1996         * ChangeLog: *** empty log message ***
1998         * Makefile.in, aclocal.m4, config.h.in, configure,
1999         doc/Makefile.in, find/Makefile.in, find/testsuite/Makefile.in,
2000         lib/Makefile.in, lib/posix/Makefile.in, locate/Makefile.in,
2001         locate/testsuite/Makefile.in, m4/Makefile.in, xargs/Makefile.in,
2002         xargs/testsuite/Makefile.in: Updates mostly from gettext-0.10.38
2004         * ABOUT-NLS: * ABOUT-NLS: updated from gettext-0.10.38.
2006         * configure.in: * configure.in: add tr to ALL_LINGUAS.
2008         * intl/config.charset, intl/dcigettext.c, intl/dcngettext.c,
2009         intl/dngettext.c, intl/libgnuintl.h, intl/localcharset.c,
2010         intl/locale.alias, intl/ngettext.c, intl/plural.y,
2011         intl/ref-add.sin, intl/ref-del.sin: updated from gettext-0.10.38
2013         * intl/cat-compat.c, intl/linux-msg.sed, intl/po2tbl.sed.in,
2014         intl/xopen-msg.sed, m4/ChangeLog: *** empty log message ***
2016         * m4/jm-macros.m4:
2017         * jm-macros.m4 (jm_MACROS): remove jm_ICONV, which is replaced by
2018         AM_ICONV, which is imported from gettext-0.10.38.  removed
2019         jm_GLIBC21, which is required in AM_GNU_GETTEXT, which is
2020         imported from gettext-0.10.38.
2022         * po/stamp-cat-id:      * stamp-cat-id: Remove file.
2024         * po/Makefile.in.in:    * Makefile.in.in: Upgrade to gettext-0.10.38.
2026         * po/ChangeLog:         * cat-id-tbl.c: Remove file.
2028         * po/de.po, po/es.po, po/et.po, po/fr.po:
2029         * fr.po, et.po, es.po, de.po: updated translations to
2030         findutils-4.1.7.
2032         * po/tr.po: * tr.po:  New Turkish translation.
2034         * m4/ChangeLog: *** empty log message ***
2036         * intl/dgettext.c, intl/explodename.c, intl/finddomain.c,
2037         intl/gettext.c, intl/gettext.h, intl/gettextP.h,
2038         intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
2039         intl/libgettext.h, intl/loadinfo.h, intl/loadmsgcat.c,
2040         intl/localealias.c, intl/plural.c, intl/textdomain.c,
2041         intl/ChangeLog, intl/Makefile.in, intl/VERSION,
2042         intl/bindtextdom.c, intl/dcgettext.c: Updated from gettext-0.10.38
2044         * m4/Makefile.am:
2045         reflects addition of codeset.m4 from gettext-0.10.38, automatically
2046         generated.
2048         * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4,
2049                 m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4: *
2050                 progtest.m4, lcmessage.m4, isc-posix.m4, iconv.m4,
2051                 glibc21.m4, gettext.m4, codeset.m4: updated from
2052                 gettext-0.10.38.
2054         * ChangeLog: *** empty log message ***
2056         * THANKS: added "Gerrit P. Haase" <gerrit.haase@t-online.de>
2058         * m4/ChangeLog, locate/testsuite/.cvsignore,
2059         xargs/testsuite/.cvsignore, config.h.in, configure, aclocal.m4,
2060         doc/.cvsignore: *** empty log message ***
2062         * m4/jm-macros.m4:      * jm-macros.m4 (jm_MACROS): add jm_FSTYPENAME
2064         * doc/Makefile.in: *** empty log message ***
2066         * doc/Makefile.am:
2067         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
2068         created by dvips.  This should be taken care of by automake, but
2069         the code is commented out.
2071 2001-06-09  Kevin Dalley  <kevin@seti.org>
2073         * ABOUT-NLS: updated from gettext-0.10.38.
2075         * configure.in: add tr to ALL_LINGUAS.
2077         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
2078         created by dvips.  This should be taken care of by automake, but
2079         the code is commented out.
2081 2001-06-05  Kevin Dalley  <kevin@seti.org>
2083         * locate/updatedb.sh: replace "whoami" with "id -u" when testing
2084         for root.
2086 2001-06-04  Kevin Dalley  <kevin@seti.org>
2088         * locate/testsuite/Makefile.am (DIST_SUBDIRS): remove second
2089         instance of DIST_SUBDIRS.
2091         * locate/Makefile.am (install-data-hook): changed install target
2092         to install-data-hook, which still installs other files.
2094         * doc/Makefile.am (MOSTLYCLEANFILES): added find.cps, which should
2095         probably be handled by automake.
2097         * doc/mdate-sh: removed file in doc directory.  It now exists only
2098         in top_srcdir, but this changed required a patch to automake.
2100 2001-05-20  Kevin Dalley  <kevin@seti.org>
2102         * Version 4.1.7
2103         
2104         * lib/Makefile.am (EXTRA_DIST): add strcasecmp.c
2106         * find/testsuite/Makefile.am (EXTRA_DIST): new tests:
2107         find.gnu/name-opt.exp find.gnu/perm.exp find.gnu/perm.xo
2108         find.gnu/prune-default-print.exp find.gnu/prune-default-print.xo
2110         * configure.in: update to 4.1.7
2112         * config.sub, config.guess: upgraded to recent versions of
2113         config.sub and config.guess.
2115         * locate/updatedb.sh: Add space to "#! /bin/sh"
2117         * configure.in: Add id to ALL_LINGUAS
2119         * lib/Makefile.am (EXTRA_DIST):  getline.[ch] added
2120         (libfind_a_SOURCES): getline.[ch] removed since getline.c is not
2121         always needed.
2123 2001-05-20  Lionel CONS <lionel.cons@cern.ch>
2125         * find/find.c: Fixed security holes.  1.  There is a race
2126         condition between the lstat() to detect a symbolic link and the
2127         actual chdir().  2.  An attacker can move directories while find
2128         is _inside_ so that chdir(..) goes out of the intended file tree.
2130         * lib/modetype.h: support for Solaris door files is added.
2132         * lib/filemode.c: S_ISDOOR is undef'ed if STAT_MACROS_BROKEN
2134         * find/pred.c (pred_type): -D option (for Solaris door files) is
2135         added.
2137         * find/parser.c (insert_type):  -D option (for Solaris door files)
2138         is added. 
2140         * find/find.1: -D option (for Solaris door files) is documented
2142         * doc/find.texi (Type): -D option (for Solaris door files) is
2143         documented
2145 2001-05-02  Kevin Dalley  <kevin@seti.org>
2147         * configure.in: Change AC_CHECK_MEMBERS to conform to new
2148         autoconf.  Add Danish.
2150 2001-01-20  Kevin Dalley  <kevin@seti.org>
2152         * doc/find.texi (Adding Tests): Place space in "#! /bin/sh".
2154         * find/testsuite/find.gnu/prune-default-print.xo,
2155         find/testsuite/find.gnu/prune-default-print.exp: test for "find
2156         . -prune" which passes after changes.  Also see name-opt.exp.
2158         * find/util.c (get_new_pred):
2159         * find/tree.c (set_new_parent):
2160         * find/parser.c (various parse functions):
2161         * find/find.c (main): 
2162         (default_prints): new function 
2163         * find/defs.h (struct predicate): added no_default_print
2164         side_effects are no separated from no_default_print.  predicates
2165         which cause side effects should not be reordered (optimized).
2166         predicates which cause printing should have printing turned off.
2167         Printing statements also cause side effects.
2169 2000-10-29  Bruno Haible <haible@ilog.fr>
2171         * locate/code.c (main), doc/find.texi: improve handling of
2172         non-ASCII characters used old format.
2174 2000-10-21  Paul Eggert  <eggert@twinsun.com>
2176         If open + fchdir fails, fall back on xgetcwd + chdir.
2177         The old code tested for this at compile-time,
2178         but SunOS 4.1.4 fchdir can fail at run-time.
2180         * find/defs.h (fchdir): Define to -1 if not available.
2181         * find/defs.h (starting_dir, starting_desc):
2182         Always declare.  starting_dir now points to const.
2183         * find/find.c (starting_dir, starting_desc): Likewise.
2184         * find/find.c (starting_dir):
2185         Now "." if starting_desc is nonnegative, for benefit of diagnostics.
2186         (main, process_top_path, process_dir):
2187         If open + fchdir fails, fall back on xgetcwd + chdir.
2188         * find/pred.c (launch): Likewise.
2190 2000-10-20  Kevin Dalley  <kevin@seti.org>
2192         * xargs/xargs.c, locate/updatedb.sh, locate/locate.c (usage),
2193         find/parser.c (parse_help): add bug reporting address to help
2195 2000-10-13  Kevin Dalley  <kevin@seti.org>
2197         * depcomp, lib/depcomp: depcomp moved from lib to .
2199 2000-10-11  Kevin Dalley  <kevind@rahul.net>
2201         * Version 4.1.6
2202         
2203         * locate/testsuite/config/unix.exp: set PRUNEFS to "" for the
2204         testsuite. 
2206 2000-10-10  Bruno Haible <haible@ilog.fr>
2208         * lib/Makefile.am (libfind_a_SOURCES): added yesno.c
2210         * lib/yesno.c, lib/rpmatch.c: new files.
2212         * find/pred.c: use function yesno().
2214 2000-10-10  Kevin Dalley  <kevind@rahul.net>
2215         
2216         * locate/testsuite/Makefile.am: Added missing \ at end of
2217         EXTRA_DIST lines.
2219         * locate/testsuite/locate.gnu/ignore_case3.xo,
2220         locate/testsuite/locate.gnu/ignore_case3.exp,
2221         locate/testsuite/locate.gnu/ignore_case2.exp,
2222         locate/testsuite/locate.gnu/ignore_case1.xo,
2223         locate/testsuite/locate.gnu/ignore_case1.exp: place locatedb
2224         inside tmp directory, add subdir directory under tmp.
2226         * locate/testsuite/config/unix.exp: clean up tmp after test is
2227         finished. 
2229 2000-10-10  Kevin Dalley  <kevind@rahul.net>
2231         * locate/testsuite/config/unix.exp (Repository): 
2233 2000-10-09  Kevin Dalley  <kevind@rahul.net>
2235         * lib/fnmatch.c, lib/fnmatch.h: reverted to older version of
2236         fnmatch which works with Solaris.
2238         * locate/testsuite/config/unix.exp: dejagnu unix.exp
2240         * xargs/testsuite/config/unix.exp: remove temporary file
2242         * xargs/xargs.c: spelling correction
2244         * m4/prereq.m4: updated and changed some macros
2246         * m4/jm-macros.m4: replaced jm_FUNC_FNMATCH with
2247         kd_FUNC_FNMATCH_CASE_REPL 
2249         * m4/timespec.m4, m4/strerror_r.m4, m4/mbstate_t.m4,
2250         m4/largefile.m4, m4/gettext.m4, m4/fnmatchcase.m4, m4/d-type.m4,
2251         m4/d-ino.m4, m4/c-bs-a.m4: new m4 macros.
2253         * m4/Makefile.am: add fnmatchcase.m4 and mbstate_t.m4
2255         * locate/testsuite/locate.gnu/ignore_case3.xo,
2256         locate/testsuite/locate.gnu/ignore_case3.exp,
2257         locate/testsuite/locate.gnu/ignore_case2.xo,
2258         locate/testsuite/locate.gnu/ignore_case2.exp,
2259         locate/testsuite/locate.gnu/ignore_case1.xo,
2260         locate/testsuite/locate.gnu/ignore_case1.exp,
2261         locate/testsuite/config/unix.exp: tests related to "--ignore-case"
2262         option.
2264         * locate/testsuite/locate.gnu: testsuite directory
2266         * locate/testsuite/Makefile.am (Repository): 
2268         * locate/testsuite: add directory for locate testsuite
2270         * po/findutils.pot: updated file
2272         * po/sv.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po,
2273         po/it.po, po/gl.po, po/fr.po, po/et.po, po/es.po, po/de.po:
2274         updated various po files.
2276         * locate/updatedb.sh: export TMPDIR, which is used by child
2277         processes.
2279         * locate/locate.1, locate/locate.c:  add "--ignore-case" option.
2281         * locate/Makefile.am: add testsuite subdirectory
2283         * find/testsuite/find.gnu/perm.xo,
2284         find/testsuite/find.gnu/perm.exp,
2285         find/testsuite/find.gnu/name-opt.xo,
2286         find/testsuite/find.gnu/name-opt.exp: added test suites
2288         * configure.in: add locate/testsuite/Makefile
2290         * doc/find.info*: removed from repository
2292         * doc/find.texi: add documentation for "-i" option.
2294         * aclocal.m4: removed from repository, as it is generated.
2296         * find/pred.c: fixes problem with "find -perm -0100".
2298         * lib/lstat.c, lib/stat.c: removed from repository.  These files
2299         are generated from lib/xstat.in.
2301 2000-08-24  Kevin Dalley  <kevind@rahul.net>
2303         * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s}.
2305 2000-05-13  Kevin Dalley  <kevind@rahul.net>
2307         * find/tree.c (opt_expr): move iname and ipath to the front of the
2308         list of arguments.
2310         * doc/find.texi (Directories): changed wording for "-prune".
2312         * find/parser.c (parse_prune): set side_effects to true, to
2313         prevent prune from being moved in opt_expr.
2315 2000-04-12  Kevin Dalley  <kevind@rahul.net>
2317         * doc/find.texi, doc/permi.texi: fix spellings, add LocalWords.
2319         * lib/Makefile.am: put getline.c back into libfind_a_SOURCES,
2320         since getstr is needed.
2322         * Version 4.1.5
2323         
2324         * po/POTFILES.in: updated list of files, updated po files.
2327 2000-04-02  Paul Eggert  <eggert@twinsun.com>
2329         Add support for large files, and port to Solaris 8 and earlier
2330         versions.
2332         * lib/human.c (getenv): Depend on NEED_GETENV_DECL, not
2333         HAVE_DECL_GETENV.
2335         * lib/strftime.c (my_strftime): Make sure we call the system
2336         strftime, not ourselves, when invoking the underlying strftime.
2337         
2338         * m4/check-decl.m4 (jm_CHECK_DECLS): Remove memchr, nanosleep.
2340         * m4/jm-macros.m4 (jm_MACROS): Don't check for utime.h.  Do not
2341         require jm_BISON, jm_CHECK_TYPE_STRUCT_UTIMBUF, jm_FUNC_LCHOWN,
2342         jm_FUNC_CHOWN, jm_FUNC_NANOSLEEP, jm_FUNC_GROUP_MEMBER,
2343         jm_FUNC_PUTENV, jm_FUNC_GETGROUPS, AM_FUNC_GETLOADAVG,
2344         jm_SYS_PROC_UPTIME, jm_FUNC_FTRUNCATE, jm_FUNC_UTIME.  Do not
2345         replace strcasecmp, dup2, gethostname, getusershell, stime,
2346         strcspn, strpbrk, euidaccess, mkdir, rmdir, rpmatch, strndup,
2347         strverscmp, memchr, memmove.  Do not check for declaration of
2348         lchown.  Remove invocations of AM_FUNC_OBSTACK, AM_FUNC_STRTOD,
2349         POW_LIBM, jm_LANGINFO_CODESET, jm_ICONV.  Remove df tests.
2350         (jm_CHECK_ALL_TYPES): Include <sys/stat.h> when checking for
2351         struct stat.st_blksize.
2353         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set environment variable
2354         in shell rather than using putenv, which isn't portable.
2355         
2356         * COPYING, lib/alloca.c, lib/dirname.c, lib/error.c,
2357         lib/savedir.c, lib/strstr.c, m4/check-decl.m4, m4/d-ino.m4,
2358         m4/d-type.m4, m4/getline.m4, m4/jm-glibc-io.m4, m4/jm-macros.m4,
2359         m4/jm-mktime.m4, m4/ls-mntd-fs.m4, m4/memcmp.m4, m4/prereq.m4,
2360         m4/readdir.m4, m4/regex.m4, m4/strftime.m4, m4/uintmax_t.m4: Sync
2361         to latest version from sh-utils-2.0g.
2363         * config.guess, config.sub, lib/argmatch.c, lib/argmatch.h,
2364         lib/human.c, lib/human.h, lib/memcpy.c, lib/quotearg.c,
2365         lib/quotearg.h, lib/strtoull.c, lib/strtoumax.c,
2366         lib/xstrtoumax.c, m4/c-bs-a.m4, m4/gettext.m4,
2367         m4/largefile.m4, m4/lcmessage.m4, m4/link-follow.m4,
2368         m4/progtest.m4, m4/strerror_r.m4, m4/timespec.m4,
2369         m4/xstrtoumax.m4: New files, taken from sh-utils-2.0g.
2371         * lib/ansi2knr.1, lib/ansi2knr.c, lib/basename.c, lib/getopt.h,
2372         lib/fnmatch.c, lib/fnmatch.h, lib/modechange.c: Sync to latest
2373         unreleased version of GNU tar (between 1.13.17 and 1.13.18).
2375         * lib/basename.h, lib/waitpid.c: New files, taken from same
2376         version of GNU tar.
2377         
2378         * lib/regex.c, lib/regex.h: Sync to GNU grep 2.4.2.
2380         * lib/posix/Makefile.am, lib/posix/regex.h: New files, taken from
2381         GNU grep 2.4.2.
2383         * lib/strftime.c: Sync to textutils 2.0e.
2384         
2385         * acconfig.h, depcomp, lib/strcasecmp.c, m4/check-type.m4,
2386         m4/const.m4, m4/decl.m4, m4/lfs.m4, m4/mktime.m4, m4/perl.m4,
2387         m4/putenv.m4, m4/uptime.m4, m4/utimbuf.m4, m4/utime.m4,
2388         m4/utimes.m4: Remove these files; no longer needed.
2390         * configure.in (AC_CANONICAL_HOST, AC_SYS_LARGEFILE,
2391         jm_AC_TYPE_UINTMAX_T): Add.
2392         (CACHE_IDS, FSTYPE_STATVFS, FSTYPE_USG_STATFS, FSTYPE_AIX_STATFS,
2393         FSTYPE_MNTENT, FSTYPE_STATFS, FSTYPE_GETMNT): Add comment, so that
2394         we don't need acconfig.h.
2395         (AC_CHECK_TYPE): Add ssize_t.
2396         (AC_REPLACE_FUNCS): Add waitpid.
2397         (AC_CHECK_FUNCS): Remove basename.
2398         (AC_FUNC_MKTIME): Remove.
2399         (LIBOBJS): Add no-ops to work around automake 1.4 bug.
2400         (AC_OUTPUT): Add lib/posix/Makefile.
2402         * find/defs.h: Include <config.h>, <sys/types.h>, <sys/stat.h>,
2403         <stdio.h>, <limits.h>, <inttypes.h>.  All includers changed to not
2404         include these files, and to include "defs.h" first (since config.h
2405         must be included first).
2406         (CHAR_BIT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
2407         S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, MOD_WXUSR,
2408         MODE_R, MODE_RW, MODE_RWX, MODE_ALL): New macros.
2409         (enum permissions_type): New enum.
2410         (struct long_val.negative): New member.
2411         (struct long_val.l_val): Now uintmax_t, not unsigned long.
2412         (struct size_val.size): Likewise.
2413         (struct perm_val): New type.
2414         (struct predicate.perm): Now struct perm_val, not unsigned long.
2415         (struct predicate.type): Now mode_t, not unsigned long.
2416         (list_file): New parameters current_time, output_block_size.
2417         All callers changed.
2418         (savedir, basename): Remove decls.
2419         (output_block_size, start_time): New extern vars.
2421         * find/find.c: Include <human.h>, <savedir.h>.
2422         (output_block_size, start_time): New vars.
2423         (main): Initialize them.  No need to check for negative st_size,
2424         since savedir now does it for us.
2426         * find/fstype.c: Include "dirname.h".
2427         (xatoi): Remove.
2428         (filesystem_type_uncached): Use xstrtoumax instead of xatoi.
2429         
2430         * find/parser.c: Include "xstrtol.h".
2431         (get_num_days, get_num, parse_amin, parse_cmin, parse_mmin,
2432         parse_size, parse_used, insert_time, insert_num): Compute using
2433         uintmax_t, not unsigned long.
2434         (parse_amin, parse_cmin, parse_mmin, parse_used, insert_time):
2435         Keep track of whether time was negative before converting it to an
2436         unsigned type.
2437         (parse_daystart): Don't assume that localtime succeeds; e.g. it
2438         can fail with 64-bit time_t and 32-bit tm_year.
2439         (parse_perm, insert_type): Compute using mode_t, not unsigned
2440         long.
2441         (insert_type): Use symbolic constants like MODE_ALL instead of
2442         traditional ones like 07777.  Set new kind member to indicate
2443         permissions type, instead of using unportable magic numbers.
2444         (make_segment): We will use human_readable to convert most numeric
2445         values, so simplify the cases.
2446         (get_num_days): Write in terms of get_num, to avoid duplicated
2447         code.
2448         (insert_time, insert_num): When debugging, convert large values to
2449         uintmax_t and output with %ju.
2450         (get_num): Use xstrtoumax to do the real work.
2452         * find/pred.c: Include "basename.h", "human.h".
2453         (DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKSIZE): New macros, taken from
2454         fileutils.
2455         (ST_NBLOCKS): Replace with fileutils defn.
2456         (MAX): New macro.
2457         (ctime_format): New function.
2458         (pred_fprintf, format_date): Use human_readable to output large
2459         numbers portably.
2460         (pred_fprintf): Use ctime_format to output ctime-style dates.  Use
2461         base_name to compute the base name of a path.  With %m, output the
2462         mode portably using traditional numbers, even if the host uses
2463         some other numbering scheme.
2464         (pred_iname, pred_name): basename -> base_name.
2465         (pred_perm): Use new kind member to deduce permissions type,
2466         instead of relying on magic numbers.
2467         (pred_size): Compute using uintmax_t, not unsigned long.  Avoid
2468         overflow if file size is near the maximum.
2469         (pred_type): Compute using mode_t, not unsigned long.
2470         (launch): Use waitpid, not wait.  Check for EINTR.
2471         (format_date): Don't assume that localtime succeeds.
2473         * find/util.c (basename): Remove; we now use base_name.
2475         * lib/Makefile.am (SUBDIRS): New macro.
2476         (libfind_a_SOURCES): Add argmatch.h, argmatch.c, basename.h,
2477         basename.c, human.c, human.h, quotearg.c, quotearg.h, xstrtoumax.c.
2478         Remove error.h, error.c, getline.c.
2479         (EXTRA_DIST): Add mktime.c, regex.c.
2481         * lib/listfile.c: Include "human.h".
2482         (alloca): Declare, or include appropriate files to declare.
2483         (DEV_BSIZE, ST_NBLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE): New macros.
2484         (convert_blocks): Remove.
2485         (list_file): New current_time and output_block_size args.
2486         Revamp quite a bit, to handle large numbers correctly
2487         and to match GNU ls behavior more closely.
2489         * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4, gettext.m4,
2490         largefile.m4, lcmessage.m4, link-follow.m4, progtest.m4,
2491         strerror_r.m4, xstrtoumax.m4.  Remove check-type.m4, const.m4,
2492         decl.m4, lfs.m4, mktime.m4, perl.m4, putenv.m4, timespec.m4,
2493         uptime.m4, utimbuf.m4, utime.m4, utimes.m4.
2495         * xargs/xargs.c (wait_for_proc): Retry wait if it fails with
2496         errno == EINTR.
2498 2000-04-05  Kevin Dalley  <kevind@rahul.net>
2500         * xargs/Makefile.am:  add ansi2knr
2502         * xargs/xargs.c: add macros PARAMS rather than P_.  Add
2503         prototypes.
2505         * po/POTFILES: new file listing all POFILES.
2507         * m4/gl.po, m4/et.po: new files
2509         * m4/Makefile.am.in:  updated file
2511         * m4: update directory
2513         * locate/Makefile.am: create updatedb from updatedb.sh
2515         * locate/updatedb.sh, locate/updatedb.in: removed file.  Replaced
2516         by updatedb.sh
2518         * locate/frcode.c, locate/code.c, locate/bigram.c: add macros
2519         PARAMS rather than P_.  Add prototypes.
2521         * lib/xstat.in: new file
2523         * lib/Makefile.am: update to latest versions of library files.
2525         * find/testsuite/Makefile.am: add CLEANFILES
2527         * find/util.c: remove definition of basename
2528         
2529         * find/util.c, find/tree.c, find/pred.c, find/parser.c,
2530         find/fstype.c, find/find.c, find/defs.h: add macros PARAMS rather
2531         than P_, for consistency, change to prototypes
2533         * find/Makefile.am: Add prototypes and ansi2knr
2535         * configure.in: add Galition and Estonian languages.
2536         Miscellaneous other fixes.
2537         
2539 2000-03-11  Kevin Dalley  <kevind@rahul.net>
2541         * lib/basename.c: Add file from libit.
2542         * lib/Makefile.am (libfind_a_SOURCES): add basename.c since it is
2543         no longer replaceable.
2545         * find/util.c: Remove definition of basename, which is now in
2546         lib/basename.c (as base_name).
2547         * find/pred.c: Use base_name, not basename.
2548         * find/defs.h: Likewise.
2550         * configure.in : Don't replace basename.  Now we use only
2551         base_name.
2553 2000-02-26  Kevin Dalley  <kevind@rahul.net>
2555         * Version 4.1.4
2556         
2557         * lib/strtoul.c: added to distribution
2558         
2559         * configure.in: added strtoul to AC_REPLACE_FUNCS
2561         * configure.in: added jm_CHECK_ALL_TYPE
2563 2000-02-23  Kevin Dalley  <kevind@rahul.net>
2565         * po/ChangeLog: removed, merged with top-level ChangeLog.
2566         
2567         * po/de.po: new version of German file.
2568         
2569         * po/gl.po, po/et.po: new languages, Estonian and Galician.
2571         * locate/updatedb.sh (PRUNEFS): enclose paths in quotes
2573 2000-02-17  Kevin Dalley  <kevind@rahul.net>
2575         * po/it.po: new version of Italian file.
2576         
2577         * locate/updatedb.sh (prunefs_exp): have sed statement use '*'
2578         rather than the often unsupported '+'.
2580 2000-02-13  Kevin Dalley  <kevind@rahul.net>
2582         * configure.in: removed AC_ARG_PROGRAM, which is already in
2583         AM_INIT_AUTOMAKE. 
2585         * locate/Makefile.am (updatedb), locate/updatedb.sh: add
2586         transforms of find, frcode, bigram, and code back into
2587         updatedb.sh, which were accidentally removed.
2589 2000-02-12  Kevin Dalley  <kevind@rahul.net>
2591         * lib/wait.h: updated address.
2593 2000-01-26  Kevin Dalley  <kevind@rahul.net>
2595         * Version 4.1.3
2597         * acconfig.h: added internationalization.
2599         * intl/*: copied from tar-1.13.17.
2601         * locate/Makefile.am, locate/locate.c, locate/code.c:
2602         internationalized file.
2604         * locate/frcode.c, locate/bigram.c: include headers from ../lib
2605         directory.
2607         * xargs/Makefile.am, xargs/xargs.c: internationalized directory.
2609 2000-01-26  Kevin Dalley  <kevind@rahul.net>
2611         * POTFILES.in: added list of files with translatable strings.
2613         * de.po, es.po, fr.po, it.po, ko.po, nl.po, pl.po, pt_BR.po,
2614         ru.po, sv.po: New, slightly out of date, files imported from the
2615         Translation Project: http://www.iro.umontreal.ca/contrib/po/HTML/,
2616         German, Spanish, French, Italian, Korean, Dutch, Polish, Brazilian
2617         Portuguese.
2620 2000-01-24  Kevin Dalley  <kevind@rahul.net>
2622         * lib/xmalloc.c, lib/regex.c, lib/getopt.c: internationalization
2623         works with current version of gettext.
2625         * lib/getline.h : added declaration of getstr.
2626         * lib/Makefile.am (libfind_a_SOURCES): added getline.[ch] to
2627         standard compilation. Added internationalization.
2628         * find/Makefile.am (INCLUDES): corrected -I options for building
2629         in other directories.
2630         (LDADD): changes for internationalization.
2632         * configure.in (ALL_LINGUAS): added internationalization. 
2633         getline.c is always compiled and linked, because of getstr.
2634         AM_GNU_GETTEXT
2636         * Makefile.am: 
2637         (DISTCLEANFILES): added intl/libintl.h
2638         (AUTOMAKE_OPTIONS): added gnits to AUTOMAKE_OPTIONS
2639         (SUBDIRS): added intl and po
2641         * acconfig.h: added internationalization values
2643         * THANKS: added thanks file for gnits compatibility.
2645 2000-01-22  Kevin Dalley  <kevind@rahul.net>
2647         * added intl directory.
2649         * Added internationalization, only with slightly out of date po
2650         files for many locales.
2652 2000-01-18  Kevin Dalley  <kevind@rahul.net>
2654         * Version 4.1.2
2655         
2656         * locate/Makefile.am: remove creation of updatedb, since it is now
2657         made by configure
2659         * configure.in: updatedb is now created by configure.
2661         * xargs/Makefile.am: added testsuite to xargs directory
2663         * locate/updatedb.in: updatedb is now created by configure
2665         * locate/frcode.c, locate/code.c, locate/bigram.c: change return
2666         from main to int.  Replace getstr with getline, where possible.
2668         * locate/Makefile.am: place frcode, code, bigram in
2669         libexec_PROGRAMS
2671         * lib/xstrdup.c, lib/xmalloc.c, lib/xgetcwd.c, lib/xalloc.h,
2672         lib/strtol.c, lib/strstr.c, lib/strftime.c, lib/strdup.c,
2673         lib/stpcpy.c, lib/stat.c, lib/savedir.h, lib/savedir.c,
2674         lib/regex.h, lib/regex.c, lib/realloc.c, lib/pathmax.h,
2675         lib/modechange.h, lib/modechange.c, lib/mktime.c, lib/memset.c,
2676         lib/memcmp.c, lib/malloc.c, lib/lstat.c, lib/idcache.c,
2677         lib/getopt1.c, lib/getopt.c, lib/getopt.h, lib/getline.c,
2678         lib/getline.h, lib/fnmatch.c, lib/fnmatch.h, lib/filemode.c,
2679         lib/filemode.h, lib/fileblocks.c, lib/error.c, lib/error.h,
2680         lib/dirname.c, lib/alloca.c: updated to newer version of file from
2681         fileutils.
2683         * find/version.c: version number is now automatically generated by
2684         configure.
2686         * find/fstype.c (filesystem_type_uncached): fixes bug described as
2687         follows:  When 'find' looks for a fstype, it parses the /etc/mtab
2688         until it finds the good line. But, if there is, before the good
2689         line, a line whose mountpoint is unreachable, it fails.
2691         * doc/texinfo.tex: updated to newer version
2693         * doc/find.texi: added version.texi, fixed a few documentation bugs.
2695         * configure.in: new m4 features.
2697         * Makefile.am: moved testsuite to below corresponding directories
2698         find and xargs.
2700         * acconfig.h: updated to match new m4 files.
2702         * m4: added m4 directory, largely borrowed from Jim Meyering's
2703         fileutils.
2705 2000-01-17  Kevin Dalley  <kevind@rahul.net>
2707         * doc/find.texi (Multiple Files): placed missing xargs in examples
2709         * find/testsuite/find.gnu/depth.exp: added find tests to test
2710         "-depth" bug.
2712         * doc/find.texi: include version.texi for automatic determination
2713         of version number, update bug report email address to
2714         bug-findutils@gnu.org.
2715         (Combining Primaries With Operators): add indices for " ,", "()",
2716         "-a", "-o", etc.
2718 2000-01-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2720         * find/tree.c (opt_expr): Never rearrange the arguments of the
2721         comma operator, since it is not commutative.  Remove useless
2722         assignment.2
2723         
2724 2000-01-17  Jonathan R. Ferro <jferro@corwin.ece.cmu.edu>
2725         
2726         * find/find.c (process_path): fix problem with "-depth" which is
2727         tested in depth.exp test.
2729 1999-08-15  Kevin Dalley  <Kevin Dalley <kevin@seti.org>>
2731         * find/fstype.c (filesystem_type_uncached): a stat failure with
2732         EACCESS will ignore this file system keep on looking.  Patch
2733         suggested by Vincent Danjean <vdanjean@ens-lyon.fr>.
2735 1999-08-15  Mark Kettenis  <kettenis@gnu.org>
2737         * xargs/xargs.c (LONG_MAX): Define if necessary.
2738         (main): If ARG_MAX is -1 (that is sysconf
2739         (_SC_ARG_MAX) returns -1) the system does not impose a limit.  In
2740         that case, use LONG_MAX as the limit.
2741         
2742 1999-08-15  Kevin Dalley  <Kevin Dalley <kevind@rahul.net>
2744         * find/version.c: version string is now set by config.h
2746 1999-08-08  Kevin Dalley  <kevin@seti.org>
2748         * Version 4.1.1
2750         * README-alpha: added alpha README file
2752         * find/defs.h: move lstat declarations into defs.h
2754         * xargs/Makefile.am, testsuite/Makefile.am, locate/Makefile.am,
2755         lib/Makefile.am, find/Makefile.am, doc/Makefile.am, configure.in,
2756         Makefile.am: update for automake-1.4
2758 1999-08-02  Kevin Dalley  <kevind@rahul.net>
2760         * AUTHORS: added file listing AUTHORS
2762         * lib/Makefile.am: modified code for EXTRA sources
2763         
2764 1999-01-30  Kevin Dalley  <kevind@rahul.net>
2766         * added const to declaration of basename, which should satisfy
2767         Linux as well as Hurd (fixes bug #31325).
2768         
2769 1998-12-04  Kevin Dalley  <kevind@rahul.net>
2770         
2771         * lib/nextelem.c: removed declaration of strdup and free, which
2772         meets GNU coding standards and allows compilation on more
2773         platforms.
2774         
2775         * find.texi: corrected explanation of -amin option which described
2776         hours instead of minutes
2777         
2778 1998-09-26  Kevin Dalley  <kevind@rahul.net>
2779         
2780         * lib/getline.c: fix getstr so that it correctly handles long file
2781         paths
2782         
2783 1998-09-20  Kevin Dalley  <kevind@rahul.net>
2784         
2785         * removed more function declarations to meet GNU coding standards
2786         
2787 1998-08-30  Kevin Dalley  <kevind@rahul.net>
2788         
2789         * lib/nextelem.c: removed declaration of strdup and free, which
2790         meets GNU coding standards and allow compilation on sparc
2791         
2792         * corrected explanation of -amin option which described hours
2793         instead of minutes
2794         
2795 1998-02-27  Kevin Dalley  <kevind@rahul.net>
2796         
2797         * locate/locate.c: add --existing option to locate, which only
2798         prints the names of files which still exist
2799         
2800 1998-02-08  Kevin Dalley  <kevind@rahul.net>
2801         
2802         * locate/locate.c: corrected get_short so that it correctly
2803         returns negative numbers.
2804         
2805         * remove declarations of various string functions.  Removing the
2806         declarations almost matches the GNU Coding Standards.
2807         
2808 1997-03-03  Kevin Dalley  <kevind@rahul.net>
2809         
2810         * xargs/xargs.c: xargs fixed to prevent occasional core dumping.
2811         
2812 1997-01-11  Kevin Dalley  <kevind@rahul.net>
2813         
2814         * locate/updatedb.sh: add --localuser option to updatedb, which
2815         allows find to be run as nobody, while allowing database file to
2816         be created as root, change suggested by
2817         <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
2818         
2819 1996-12-28  Kevin Dalley  <kevind@rahul.net>
2820         * added PRUNEFS as variable in updatedb and --prunefs as option to
2821         updatedb
2823 1996-05-27  Kevin Dalley  <kevind@rahul.net>
2824         
2825         * updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
2826         is root
2827 1996-04-27  Kevin Dalley  <kevind@rahul.net>
2829         * lib/getline.c (getstr): verify that nchars_avail is *really*
2830         greater than 0; set *n to a large enough number, stops some core
2831         dumping
2833 Thu Nov  3 09:23:33 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2835         * Version 4.1.
2837         * locate/Makefile.am: Move updatedb from LIBSCRIPTS to SCRIPTS.
2839         * Makefile.am (distname): Change distribution name from find to
2840           findutils.
2842         * testsuite/config/unix.exp: Don't abuse xfail; simulate it correctly.
2844         * locate/Makefile.am (CLEANFILES): Fix typo.
2846 Wed Nov  2 15:11:52 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2848         * The big 4 0.
2850         * lib/listfile.c find/defs.h (list_file): Take a stream arg.
2851         * find/pred.c (pred_ls): pass it.
2852         * find/parser.c pred.c defs.h (parse_fls, pred_fls): New functions.
2854 Tue Oct 25 16:09:04 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2856         * find/pred.c (pred_fprintf): Flush output after \c.  From Chapman
2857         Flack.
2859         * find/parser.c (insert_fprintf): Warn about unrecognized \ and %
2860         sequences.
2862 Tue Oct 18 00:03:10 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2864         * find/defs.h parser.c pred.c tree.c util.c: Globally change
2865         "victim" to "primary".
2867         * find/parser.c (insert_fprintf): For 'c' format, don't lose the
2868         need_stat information.  From Chapman Flack.
2870         * doc/find.texi perm.texi: New files.
2871         * configure.in: Configure the doc directory.
2873         * find/pred.c (pred_regex): Check that the regex matched the whole
2874         file name.
2876 Wed Oct 12 17:13:47 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
2878         * find/find.c (main): Tell what the invalid arg is.
2879         From Kaveh Ghazi.
2881 Fri Oct  7 12:33:24 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2883         * find/parser.c: Add -mount as an alias for -xdev.
2884         From Klaus.Steinberger@physik.uni-muenchen.de (Klaus Steinberger).
2886         * lib/modechange.c: Make umask_value unsigned short.
2888         * xargs/xargs.c: Use symbolic constants in longopts.
2889         From Chapman Flack.
2891 Wed Oct  5 11:23:09 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2893         * xargs/xargs.c (main, read_line, read_string, do_exec): Pass 
2894           along the lengths of the args.
2895           (main): Calculate length of replace_pat.
2896           (push_arg, do_insert): Use those lengths instead of calculating
2897           them. 
2899 Tue Oct  4 10:02:05 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
2901         * locate/updatedb.sh Makefile.in: Add substitutions to get
2902           the transformed program names.
2904         * xargs/xargs.c: Put back the global variables for now.
2905         Rename some variables.  Increase default args_per_exec.
2906         Use boolean where applicable.
2907         (main): Reduce default arg_max by 2048 for POSIX.2.
2908         (read_string): Don't check EOF string.
2909         (read_line, read_string): Take initial args size into account.
2911 Sat Oct  1 17:43:13 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2913         * find/pred.c (launch): Use pid_t.
2915         * xargs/xargs.c (EOF_STR): Define and use.
2916         [__STDC__]: Declare xrealloc and xmalloc using void *.
2917         * find/defs.h: Likewise.
2919         * find/defs.h: Only declare stpcpy if !HAVE_STPCPY.
2921         * xargs/xargs.c: Replace most global variables with structure
2922           pointers passed as arguments.  Use pid_t.
2923         * lib/wait.h: Include sys/wait.h if HAVE_SYS_WAIT_H.
2924         * configure.in: Call AC_TYPE_MODE_T and AC_HEADER_SYS_WAIT.
2926         * xargs/xargs.c: Improve paging performance and memory
2927           fragmentation by building command arguments in a pre-allocated
2928           buffer and re-implementing the child pid list as an expandable
2929           array.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
2931 Thu Sep 29 11:38:07 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
2933         * xargs/xargs.c [__STDC__]: Prototype declarations.
2935 Wed Sep 28 11:25:53 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
2937         * find/fstype.c [AFS, __STDC__]: Fix definition of _VICEIOCTL.
2939 Tue Sep 27 08:14:27 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
2941         * find/fstype.c (fstype_to_string): Add more cases.  Use
2942           INITMOUNTNAMES if defined.
2943         * find/defs.h: Change boolean typedef from char to int.
2944         * configure.in: Check for mktime.
2946 Tue Sep 27 01:20:28 1994  Kaveh R. Ghazi  (ghazi@noc.rutgers.edu)
2948         * configure.in: Add AC_HEADER_STAT.
2949         * lib/listfile.c, lib/modetype.h: Add STAT_MACROS_BROKEN.
2951         * find/pred.c: Move the inclusion of defs.h ahead of the first
2952           test of _POSIX_VERSION.
2954         * lib/xgetcwd.c: Remove _POSIX_VERSION, rely only on HAVE_GETCWD.
2956 Mon Sep 26 16:43:01 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2958         * configure.in: Add AC_CONFIG_HEADER.
2959         * find/*.c locate/*.c xargs/*.c: Include config.h.
2960         * locate/updatedb.sh: Add --version; --old -> --old-format.
2962 Sun Sep 25 23:43:37 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2964         * find/* [__STDC__]: Prototype declarations.
2966         * locate/updatedb.sh: Account for renaming code and frcode.
2968         * find/find.c (process_path): Store dev and ino of directories in
2969           current branch to avoid symlink loops.  From DJ Delorie
2970           <dj@ctron.com>.
2971           (process_dir): If following symlinks, don't cd to ..; instead,
2972           cd to the starting directory and then to the parent directory.
2973           (main) [HAVE_FCHDIR]: Save the dev, ino of the starting directory.
2974           (process_top_path) [HAVE_FCHDIR]: Use it.
2975         * find/pred.c (launch) [HAVE_FCHDIR]: Likewise.
2976         * defs.h [HAVE_FCHDIR]: Declare starting_desc instead of starting_dir.
2977         * configure.in: Check for dev_t, ino_t, fchdir, fcntl.h.
2979 Fri Sep 23 11:55:38 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2981         * lib/listfile.c: Change #ifdef S_IFLNK to #ifdef S_ISLNK.
2982         From Andreas Luik <luik@isa.de>.
2984 Thu Sep 22 11:42:40 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2986         * locate/locate.c (last_literal_end): Dynamically allocate enough
2987           memory for the subpattern.
2989 Wed Sep 21 06:12:56 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2991         * locate/locate.c (locate): Warn if database is >8 days old.
2992         From Ian Lance Taylor.
2994         * xargs/xargs.c (do_exec), find/pred.c (launch): Set SIGCHLD to
2995           default.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
2996         * find/find.c pred.c util.c lib/listfile.c: Remove fflush(stdout)
2997           calls before error.  error does it, and doesn't trash errno.
2998           From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
3000         * find/fstype.c (filesystem_type_uncached): Don't trust mtab dev
3001           number on HPUX.  From Andreas Luik <luik@isa.de>.
3002           (filesystem_type_uncached): Don't cache unknown file system
3003           types.  From casper@fwi.uva.nl (Casper Dik).
3005         * locate/updatedb.sh: Collect results in temp file and rename it
3006           atomically.  From Andreas Luik <luik@isa.de>.
3008         * xargs/xargs.c (parse_num): Print a long using %ld.  From Jim
3009           Meyering.
3011         * find/defs.h find.c parser.c pred.c util.c, lib/nextelem.c:
3012           Emulate strchr and strrchr with index and rindex, not vice versa.
3014         Remove man directory; move man pages to the directories of the
3015         programs they document.
3017         * locate/frcode.c: Renamed from code.c.
3018         * locate/frcode.c (put_short): Renamed from puthalfword.
3019         * locate/locate.c (get_short): Renamed from gethalfword.
3020         (last_literal_end): Renamed from patprep.
3021         (locate): Recognize old-format databases too.
3022         * locate/locatedb.h: Add defines for old-format databases.
3023         * locate/bigram.c locate/code.c: Put back programs to create
3024         old-format databases.
3025         * locate/updatedb.sh: Take --old option to use them.
3027 Tue Sep 20 15:41:11 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
3029         * configure.in: Update for Autoconf v2.
3030         * find/pred.c lib/savedir.c: Use new symbols for dir header.
3031         * locate/updatedb.sh: Add --help option.
3033 Sun Feb 13 11:21:58 1994  Jim Meyering  (meyering@comco.com)
3035         * man/Makefile.in [man1ext, man5ext]: Set man5ext (not man1ext) to 5.
3037 Sun Aug  1 22:30:55 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3039         * bigram.c: File removed.
3040         * getline.c, memcmp.c, locatedb.h, updatedb.1, locatedb.5: New files.
3041         * updatedb.sh: Take command line options.
3042         Don't do bigram compression.
3043         * code.c, locate.c: Don't do bigram compression.
3044         Write and read counts in network byte order.
3045         Handle arbitrarily long paths.
3046         Use a magic number at the start of the databases.
3048 Thu Jul 29 20:44:53 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3050         * Makefile.in (config.status): Run config.status --recheck, not
3051         configure, to get the right args passed.
3053 Thu Jul 22 12:53:12 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3055         * listfile.c (list_file): Print inode as a long.
3057 Wed Jul 14 14:14:45 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3059         * fstype.c [STDC_HEADERS]: Include stdlib.h.
3061         * Move unistd.h include from parser.c and pred.c to defs.h.
3063 Wed Jun 30 14:14:47 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3065         * updatedb.sh: Construct PRUNEREGEX from PRUNEPATHS with sed.
3066         Prune /afs.  Change NFSUSER to NETUSER and NFSPATHS to NETPATHS.
3068 Tue Jun 29 12:19:58 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3070         * pred.c (pred_fprintf): Abort in switch if `c' is not A, C, or T.
3072 Mon Jun 28 00:18:52 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3074         * fstype.c (in_afs) [AFS]: New function, derived from code by
3075         Sanjay Ramamurthy <ramams@rpi.edu>.
3076         (filesystem_type_uncached) [AFS]: Call it if the fs type is
3077         otherwise unknown.
3079         * parser.c (parse_size): Recognize b and w suffixes for dd
3080         compatibility. 
3082         * code.c (puthalfword): New function.
3083         (main): Call it.
3084         * locate.c (gethalfword): New function.
3085         (locate): Call it.
3086         From ifado!wb@germany.eu.net (Wilhelm B. Kloke).
3088         * listfile.c: Include pathmax.h.
3089         (get_link_name): Always allocate PATH_MAX + 1 bytes for
3090         readlink buffers.
3091         * pred.c (pred_fprintf, insert_lname): Call get_link_name.
3093         * fstype.c (filesystem_type, filesystem_type_uncached),
3094         listfile.c (list_file): Take an arg for the path to access.
3095         * pred.c (pred_ls, pred_fstype, pred_fprintf): Pass it.
3097         * find.c (process_dir): Renamed from scan_directory.
3099         Changes from jrs@world.std.com (Rick Sladkey) to chdir into
3100         subdirectories instead of using string concatenation, for speed:
3101         * find.c (process_top_path): New function.
3102         (main): Call it, and xgetcwd.
3103         (process_path, scan_directory): Take new arg, the pathname
3104         relative to ".".  Use it and pass it on.
3105         * pred.c (pred_and, pred_comma, pred_negate, pred_or,
3106         pred_xtype, pred_fprintf, pred_empty, insert_lname):
3107         access rel_pathname instead of pathname.
3108         (launch): chdir to starting_dir.
3109         * defs.h: Declare rel_pathname and starting_dir.
3110         * find.c: Define them.
3112         * xgetcwd.c: New file.
3114         * updatedb.sh: Recognize -fstype NFS as well as nfs.
3115         * locate.c (patprep): Skip trailing character classes correctly.
3116         From luik@pharao.stgt.sub.org (Andreas Luik).
3118         * parser.c (parse_group): Make gid a gid_t, not short or int.
3119         (parse_nogroup): Cast gid to unsigned when using it as an array index.
3120         (parse_user, parse_nouser): Similar changes for uid.
3121         * defs.h: Use uid_t and gid_t.
3123         * parser.c (parse_help): New function.
3124         (parse_table):  Add --version, -help, and --help options.
3125         Rename struct parser_table_t to struct parser_table.
3126         (parse_version): Exit after printing message, on
3127         stdout not stderr.
3129         * xargs.c, locate.c (main, usage): Add --version and --help
3130         options.
3132 Wed Mar 31 22:39:57 1993  Jim Meyering  (meyering@comco.com)
3134         * parser.c: Define isascii macro to be 1 also if STDC_HEADERS.
3135         * xargs.c: Ditto.
3137 Wed Mar 31 16:04:07 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3139         * pred.c (pred_fprintf): If curdepth is 0, don't nuke
3140         segment->text; nuke cp.
3142 Mon Mar 29 15:57:20 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3144         * Version 3.8.
3146 Fri Mar 26 16:36:59 1993  David J. MacKenzie  (djm@hal.gnu.ai.mit.edu)
3148         * pred.c (pred_ilname, pred_iname, pred_ipath): New functions.
3149         (pred_table): Add them.
3150         (insert_lname): New function.
3151         (pred_lname): Call it.
3152         * parser.c (parse_ilname, parse_iname, parse_ipath,
3153         parse_iregex): New functions.
3154         (parse_table): Add them.
3155         (insert_regex): New function.
3156         (parse_regex): Call it.
3158         * fstype.c (filesystem_type): Cache previous result.
3159         (filesystem_type_uncached): New function.
3160         pred.c (pred_fstype, pred_fprintf): Adjust callers to not cache.
3162         * parser.c: Don't define const.
3164         * fstype.c [FSTYPE_STATFS] (fstype_to_string): #ifdef
3165         MOUNT_PC for 386bsd.
3167 Thu Mar 25 18:32:24 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3169         * parser.c (parse_regex): If ignore_case, set up a translate
3170         table for the regex.
3172         * defs.h: Include string.h or strings.h.
3173         * find.c fstype.c parser.c pred.c util.c: Don't.
3175         * nextelem.c [index]: Don't redefine.
3177 Wed Mar 24 17:47:10 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3179         * xargs.c (wait_for_proc): Exit with a nonrunnable command's exit
3180         status, not the wait status value.  From
3181         Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>.
3183         * parser.c (make_segment, insert_fprintf), pred.c
3184         (pred_fprintf): Add '%F' to print filesystem type.
3186         * parser.c (parse_fprintf): Check if second arg is missing.
3188 Tue Mar 23 13:18:08 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3190         * pred.c (pred_fprintf): For %P, don't move past an assumed
3191         slash if the ARGV element ends with one, because in that case
3192         we didn't add one.
3194         * parser.c (parse_printf): Check for missing arg.
3195         From smj@cats.com (Steve James).
3197         * parser.c: Add #ifdef around atol decl for Linux.
3199 Fri Dec 11 08:17:07 1992  Jim Meyering  (meyering@comco.com)
3201         * defs.h: Remove dcl of process_path.
3202         * find.c: Put dcl of p
3204         * pred.c (pred_fprintf): Don't print "\n" unless it's in the
3205         format string.
3207 Mon Oct 21 22:30:35 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3209         * defs.h, parser.c, pred.c: Rename some types that conflict
3210         with reserved POSIX.1 namespace (ended in _t).
3212         
3213         
3214 Thu Oct 17 22:39:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3216         * xargs.c: Don't determine memory.h based on POSIX, which
3217         doesn't mention it.
3219 Sat Oct  5 16:11:05 1991  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3221         * parser.c (parse_perm): Parse new `-perm +mode' notation.
3222         * pred.c (pred_perm): Interpret same.
3224 Fri Sep 13 14:58:27 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
3226         * xargs.c [POSIX]: Always use sysconf to get ARG_MAX.
3228 Thu Sep  5 23:57:06 1991  David J. MacKenzie  (djm at apple-gunkies)
3230         * bigram.c, code.c (main): Make path_max int, not unsigned.
3231         * locate.c (main): Check for pathconf failure.
3233 Thu Sep  5 11:54:44 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3235         * parser.c (insert_fprintf): Add `\\' escape and fixed `%%'
3236         interpretation.
3237         * pred.c (pred_fprintf): fixed off-by-one indexing problem
3238         when handling [gGuU] printf formats.
3240 Wed Aug 28 20:53:57 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3242         * Version 3.2.
3244 Mon Aug 26 18:57:32 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
3246         * bigram.c, code.c: Fix handling of PATH_MAX.
3247         Check for anomalous input line lengths.
3248         From Bruce Evans.
3250 Fri Aug 23 11:00:18 1991  David J. MacKenzie  (djm at apple-gunkies)
3252         * pred.c (pred_fprintf): Round block number up to get K.
3254 Thu Aug 22 10:46:30 1991  David J. MacKenzie  (djm at apple-gunkies)
3256         * pred.c (pred_fprintf, pred_lname) [_AIX]: Allocate PATH_MAX
3257         byte for link object since st_size is wrong.
3259         * listfile.c (list_file): Don't convert blocks to kilobytes if
3260         env. var POSIX_ME_HARDER is defined.
3262         * fstype.c [FS_AIX_STATFS]: New case.
3264         * configure: Make sure the sys/mount.h is the 4.4BSD version
3265         with grep instead of just testing whether it exists.
3267         * listfile.c (list_file): Add 1 to number of 512-byte blocks
3268         before dividing to get 1K blocks (so we round up, not down).
3270 Wed Aug 21 13:02:46 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3272         * Version 3.1.
3274         * parser.c (parse_fprintf), pred.c (pred_fprintf): Add %k
3275         conversion to print 1K blocks.
3277         * listfile.c: Print counts of 1K blocks, for consistency with
3278         new fileutils release.  Bad timing, there.
3280         * Version 3.0.
3282         * pred.c [VOID_CLOSEDIR]: Fake a return value for closedir,
3283         which returns void on some systems, like Sequents.
3284         * configure: Check sys/dir.h for 'void closedir'.
3286 Thu Aug 15 16:07:46 1991  David J. MacKenzie  (djm at frob)
3288         * modetype.h: Define POSIX.1 stat stuff if missing.
3289         * pred.c, parser.c, find.c, fstype.c: Don't define it.
3290         * updatedb.sh: Use a variable substitution method like configure's.
3291         * Makefile.in: Add datadir variable to separate programs from
3292         data file.
3294         * parser.c, pred.c: Rename -fulldays to -daystart.
3296         * defs.h, find.c, parser.c, pred.c: Add many new predicates
3297         from Jay Plett (jay@princeton.edu).
3299 Wed Aug 14 14:37:06 1991  David J. MacKenzie  (djm at bleen)
3301         * parser.c (parse_size), pred.c (pred_size), defs.h (struct
3302         size_t): Allow `k' to follow number to measure size in Kbytes.
3303         * parser.c (parse_size, get_num, insert_num), defs.h (struct
3304         size_t): Use enum comparison_type instead of short.
3306 Fri Aug  9 00:49:32 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3308         * xargs.c (read_line): Use isblank, to support POSIX locales.
3310         * fstype [FS_STATVFS]: New code for SVR4, from slootman@dri.nl
3311         (Paul Slootman).
3312         * configure: Figure out when to use it.
3314         * configure: Check for st_blocks in struct stat.
3315         * listfile.c (ST_NBLOCKS): New macro.
3316         (list_file): Print file's block count.
3317         Use S_ISLNK instead of S_IFLNK.
3318         * fileblocks.c: New file, from fileutils.
3320 Thu Aug  8 17:20:19 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3322         * parser.c, pred.c [CACHE_IDS]: Optional code to turn uid and
3323         gid lookups into table lookups.
3325 Wed Aug  7 00:22:29 1991  David J. MacKenzie  (djm at wheat-chex)
3327         * configure, Makefile.in's: Support +srcdir option via VPATH.
3328         Clean up clean targets.
3330 Sat Jul 20 01:11:51 1991  David J. MacKenzie  (djm at apple-gunkies)
3332         * configure: Filter /etc and /usr/etc from path.
3334         * xargs.c (wait_for_proc): Fix handling of child exit status.
3335         (main): Exit with a nonzero status if any child did.
3337         * pred.c (launch): Flush stdout and stderr before forking.
3339         * fstype.c (filesystem_type) [FS_MNTENT]: Skip entries of
3340         type "ignore".
3342 Fri Jul 19 22:53:42 1991  David J. MacKenzie  (djm at bleen)
3344         * pred.c, locate.c: Use fnmatch instead of glob_match.
3345         * fnmatch.c, fnmatch.h: New files.
3347         * Many files: Use string.h if STDC_HEADERS, as well as if USG.
3349         * locate.c, code.c, bigram.c: Possibly use pathconf to get
3350         PATH_MAX.  Use malloc to allocate path arrays.
3352         * xargs.c: Possibly use sysconf to get ARG_MAX.
3353         (env_size): Make definition unconditional.
3354         (main): Do arg_max adjustment that can't be done with
3355         preprocessor now that ARG_MAX might be a function call.
3356         (do_exec): Exit with status 126 or 127 after failed exec, for
3357         POSIX.2 draft 11.1.
3359         * xargs.c, pred.c, listfile.c: Use POSIX, not UNISTD_MISSING.
3360         * wait.h: Use POSIX, not WAIT_MACROS_MISSING.
3362         * COPYING: Use version 2.  Update all files.
3364         * Replace Makefile and lib/Makefile with Makefile.in,
3365         lib/Makefile.in and configure.  Update README.
3367 Fri Apr  5 12:49:09 1991  David J. MacKenzie  (djm at apple-gunkies)
3369         * Version 2.2.
3371 Fri Mar 15 20:44:45 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
3373         * xargs.c (main): Always run the command if some args are left over.
3374         Rename some variables.
3376 Fri Jan 18 03:35:57 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
3378         * bigram.c, code.c, locate.c: Use LIMITS_MISSING, not
3379         _POSIX_SOURCE, to decide whether to include limits.h.
3381         * parser.c, pred.c, listfile.c: Use POSIX, not _POSIX_SOURCE,
3382         to decide whether to declare getpwuid and getgrgid.
3384         * xargs.c: Use POSIX, not _POSIX_SOURCE, to determine whether
3385         to include memory.h.
3387 Sat Jan 12 04:12:34 1991  David J. MacKenzie  (djm at wookumz.ai.mit.edu)
3389         * defs.h, find.c, parser.c, pred.c: Remove -permmask option.
3391 Thu Jan 10 04:32:52 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
3393         * wait.h: Include sys/types.h to get pid_t.
3395         * xargs.c [USG && !STDC_HEADERS]: Only include memory.h if not
3396         _POSIX_SOURCE.
3398 Tue Jan  1 23:53:32 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
3400         * Version 2.1.
3402 Wed Dec 26 03:25:51 1990  David J. MacKenzie  (djm at apple-gunkies)
3404         * locate.c, bigram.c, code.c: Attempt to get max. path length
3405         on more kinds of systems, incl. POSIX.
3407         * pred.c, listfile.c, xargs.c: Get some decls from unistd.h,
3408         if available. 
3410         * find.c, defs.h: Make `cur_day_start' a time_t, not long.
3412 Fri Dec 21 01:49:12 1990  David J. MacKenzie  (djm at egypt)
3414         * defs.h, parser.c: Remove unused field from `struct exec_t'.
3416         * xargs.c: Add +no-run-if-empty option to cause the command to
3417         not be run if the input is empty.
3419         * defs.h (struct exec_t): Change the array of offsets into an
3420         array of `struct path_arg'.
3421         * parser.c (insert_exec_ok): Fill in new fields, to allow "{}"
3422         to be substituted (multiple times) anywhere in an arg to -exec
3423         or -ok.
3424         * pred.c (pred_exec): Add code to substitute "{}" within args.
3425         (pred_ok): After prompting, just run pred_exec.
3427 Thu Dec 20 02:32:09 1990  David J. MacKenzie  (djm at egypt)
3429         * fstype.c (filesystem_type) [FS_MNTENT]: Allow for optional
3430         "0x" at front of "dev=" mount option, which amd puts there but
3431         Sun automounter doesn't.
3433 Sat Dec 15 19:01:12 1990  David J. MacKenzie  (djm at egypt)
3435         * find.c (main), util.c (usage): Make directory args optional,
3436         defaulting to ".".
3438 Sat Dec 15 18:36:29 1990  David J. MacKenzie  (djm at apple-gunkies)
3440         * listfile.c: Define major and minor if not defined (as in POSIX).
3442 Mon Dec  3 01:04:35 1990  David J. MacKenzie  (djm at alborz)
3444         * find.c, fstype.c, parser.c, pred.c, util.c: Flush stdout before
3445         writing to stderr, in case they have been redirected to the
3446         same file descriptor.
3448         * pred.c (launch): Use POSIX wait macros from wait.h.
3450         * xargs.c (print_xargs): Read from tty_stream, not stdin.
3452 Tue Nov 20 16:48:24 1990  David J. MacKenzie  (djm at apple-gunkies)
3454         * Version 2.0.
3456         * fstype.c [FS_USG_STATFS]: New code.
3457         [FS_STATFS]: For symlinks, statfs the directory the link is in
3458         instead of the link.
3459         * Various files: Conditionalize some declarations on
3460         STDC_HEADERS or _POSIX_SOURCE.
3462 Fri Nov 16 12:24:43 1990  David J. MacKenzie  (djm at egypt)
3464         * modetype.h: New file.
3465         parser.c, pred.c: Use it.
3467 Thu Nov 15 18:05:54 1990  David J. MacKenzie  (djm at apple-gunkies)
3469         * xmalloc.c: New file from fileutils.
3471         * fstype.c (fstype_to_string): Add case for MFS.
3472         (filesystem_type): Take a pathname as a second arg.
3473         [FS_STATFS] return "unknown" instead of exiting if statfs
3474         fails because of ENOENT.
3475         * pred.c (pred_fstype): Pass the pathname.  Set current_dev.
3476         * find.c (process_path): Make root_dev local again.
3478 Mon Nov 12 02:54:00 1990  David J. MacKenzie  (djm at apple-gunkies)
3480         * pred.c (pred_fstype): Free old fs type.
3482         * fstype.c, pred.c (pred_fstype), parser.c (parse_fstype): 
3483         Reread the file system type info. every time a filesystem
3484         mount point is crossed, to allow for automounting.
3486         * xstrdup.c: New file from fileutils.
3488         * find.c (process_path): Rename root_dev to current_dev and
3489         make it global, for -fstype.
3491         * wait.h: New file taken from xargs.c.
3493         * xargs.c: Make limits.h vs. sys/param.h conditional on
3494         LIMITS_MISSING instead of USG, to accomodate SVR2.
3496 Thu Nov  8 11:52:22 1990  David J. MacKenzie  (djm at apple-gunkies)
3498         * parser.c, pred.c, listfile.c: If not _POSIX_SOURCE, declare
3499         getpwuid and getgrgid.  Use them.
3501         * listfile.c: If not _POSIX_SOURCE, define S_ISDIR and
3502         S_ISBLK.  Use them. 
3504         * find.c: Use S_ISDIR instead of S_IFDIR, and define if not
3505         _POSIX_SOURCE. 
3507         * Makefile: Define AR and RANLIB and pass to child makes.
3508         lib/Makefile: Use them.
3510         * xargs.c (WIFSIGNALED): Redefine so it works.
3512 Mon Nov  5 00:02:01 1990  David J. MacKenzie  (djm at apple-gunkies)
3514         * find.c (process_path): For -xdev, process filesystem
3515         mountpoints (but don't descend them), instead of skipping them
3516         entirely. 
3518         * find.c, parser.c, defs.h: Add -follow predicate.
3520         * xargs.c: Change ifdefs to support STDC POSIX systems.
3522 Sat Nov  3 20:18:05 1990  David J. MacKenzie  (djm at apple-gunkies)
3524         * xargs.c (do_exec): Child process exits with status 255, not
3525         127, if command can't be run.
3527 Fri Nov  2 02:11:42 1990  David J. MacKenzie  (djm at apple-gunkies)
3529         * xargs.c: Exit with status 127 if running commmand fails, as
3530         required by POSIX.
3532         * fstype.c: Support -fstype for Ultrix (-DFS_GETMNT).
3533         Sun/BSD code is now -DFS_MNTENT.
3535 Thu Nov  1 13:06:01 1990  David J. MacKenzie  (djm at egypt)
3537         * Reorganize into subdirectories and add xargs.  Rewrite Makefiles.
3539         * find.c (process_path, main): Allow a maxdepth of 0, meaning
3540         only process command line args.
3542         * parser.c, pred.c: Add -print0 predicate.
3544         * xargs.c: Add -0 option and long options.  Move standard
3545         library functions into separate files.  Use error instead of
3546         fatal and fprintf/perror.  Use POSIX macros for examining exit
3547         status from wait.
3548         (read_string): New function.
3550 Fri Sep 21 10:21:09 1990  David J. MacKenzie  (djm at apple-gunkies)
3552         * find.c (process_path): Take DEPTH as an arg instead of ROOT,
3553         and change callers.
3555 Thu Sep 20 23:58:47 1990  David J. MacKenzie  (djm at apple-gunkies)
3557         * parser.c (parse_maxdepth): New function.
3558         * find.c (process_path): If -maxdepth was given, don't go
3559         more than that many levels deep.
3560         * defs.h: Declare maxdepth.
3562 Wed Sep 12 02:12:31 1990  David J. MacKenzie  (djm at apple-gunkies)
3564         * parser.c: Add -not as synonym for !.
3566 Sun Aug 26 06:16:08 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
3568         * Makefile (TAGS): New target.
3570 Sun Aug 12 00:32:01 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3572         * xargs.c (main): Tell getopt to not permute.
3574 Sat Aug  4 21:43:45 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
3576         * parser.c (parse_perm), pred.c (pred_perm): Always compare
3577         bits 07777.
3579         * locate.c, Makefile: Rename 'fastfind' program to 'locate',
3580         following comment in POSIX.2 draft 10 rationale for find.
3582 Wed Jul 25 18:45:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3584         * listfile.c (getuser, getgroup): Make uid and gid unsigned
3585         short, not int.
3587 Mon Jul 16 13:40:13 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3589         * defs.h: Don't declare fprintf and printf, in case they have
3590         prototypes in stdio.h (important for functions that use stdarg).
3592 Sun Jul 15 23:39:39 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3594         * parser.c (parse_and): New function, for compatibility.
3596 Wed Jul  4 00:17:57 1990  David J. MacKenzie  (djm at apple-gunkies)
3598         * find.c (main): Only enclose expressions that produce no side
3599         effects within `( ... )'.
3601 Tue Jul  3 01:59:39 1990  David J. MacKenzie  (djm at apple-gunkies)
3603         * parser.c (strspn): Stop when end of string reached.
3605         * Version 1.2.
3607         * Move version number from Makefile to new file version.c.
3608         * parser.c: Recognize new -version predicate.
3610         * find.c (main): If no predicates that produce output are
3611         given, default to -print if the entire expression is true, not
3612         just the last part of an alternation.
3613         * Print the names of predicates with invalid arguments.
3615 Mon Jul  2 23:48:17 1990  David J. MacKenzie  (djm at apple-gunkies)
3617         * pred.c: Don't check for invalid comparison types in numeric
3618         predicate functions.
3620 Thu Jun 28 00:34:57 1990  David J. MacKenzie  (djm at apple-gunkies)
3622         * parser.c (parse_regex): Set fastmap and translate before
3623         compiling regex.
3625 Mon Jun 25 18:08:59 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3627         * fastfind.c (fastfind): Initialize count to 0.
3629         * lib/updatedb.sh: Only do regex comparison on directories,
3630         for speed.
3632         * listfile.c (list_file): Truncate user and group name to 8 chars.
3634 Sun Jun 24 13:51:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3636         * Version 1.1.
3638         * Makefile [DISTFILES]: Add COPYING.
3640 Fri Jun 22 03:54:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3642         * Version 1.0.
3644 Tue Jun 19 03:55:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3646         * lib/updatedb.sh: Prune entries that match PRUNEREGEX.
3647         Split up finding files from computing bigrams.
3648         Use redirection instead of nonportable grep -s to detect sort
3649         failure.  Optionally search network filesystems as well as
3650         local ones.
3652         * pred.c (pred_regex): Match against full pathname instead of
3653         just last element.
3654         * util.c (basename): Return "/", not "", if given "/".
3656         * find.c (process_path): Fix error in handling "/" directory.
3658 Mon Jun 18 01:49:16 1990  David J. MacKenzie  (djm at apple-gunkies)
3660         * parser.c [STRSPN_MISSING] (strspn): New function.
3662 Sun Jun 17 13:54:09 1990  David J. MacKenzie  (djm at apple-gunkies)
3664         * listfile.c: New file.
3665         * parser.c (parse_ls): New function.
3666         * pred.c (pred_ls): New function.
3668         * find.c (main): Remove interface to fastfind, to prevent
3669         conflict with POSIX syntax.
3670         * util.c (usage): Remove fastfind syntax from message.
3671         * fastfind.c (main): New function.
3672         * Makefile: Make fastfind a separate program.
3674         * find.c (main): Print correct message if a predicate arg is
3675         missing. 
3677         * parser.c (insert_exec_ok): Make args that start with a ';' but
3678         contain other characters not terminate the command.
3680 Fri Jun 15 00:33:45 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3682         * fstype.c: If MOUNTED isn't defined but MNT_MNTTAB is, use it
3683         instead.  True for HP/UX, at least.
3685 Thu Jun 14 10:10:25 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3687         * savedir.c: New file; now find won't run out of file
3688         descriptors in deep trees.
3689         * find.c (process_path): Use savedir.
3691 Sat Jun  9 03:15:21 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3693         * parser.c (parse_permmask): Allow symbolic mode masks.
3694         (parse_perm): Free 'struct change' when done with it.
3695         (get_oct): Function removed.
3697         * find.c (process_path): Allow arbitrarily-long filenames.
3698         More efficient string copying.  Initialize perm_mask to 07777
3699         instead of -1.
3701 Thu Jun  7 04:22:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3703         * Makefile, find.c: Use DIRENT to control whether <dirent.h>
3704         is used.
3706 Thu May 31 04:46:11 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3708         * parser.c (parse_regex): New function.
3709         * pred.c (pred_regex): New function.
3711         * fstype.c (read_mtab): If mtab entry has a "dev=" option
3712         (like in SunOS 4.1), use it, so there is no need to stat the
3713         special file later on.
3714         (xatoi, strstr): New functions.
3716 Mon May 21 01:04:42 1990  David J. MacKenzie  (djm at abyss)
3718         * lib/updatedb.sh: Put BINDIR in PATH.
3720         * fstype.c: Do nothing if MNTENT_MISSING is defined.
3722         * fstype.c: New file.
3723         * parser.c (parse_fstype): New function.
3724         * pred.c (pred_fstype): New function.
3726         * parser.c (parse_newer): Failure to stat -newer file is a
3727         fatal error.
3729         * pred.c (pred_ok): Flush output before reading.  Use getchar
3730         instead of scanf.
3732         * pred.c (pred_prune): Return false if -depth given.
3733         * find.c: Apply the predicates to the dir when -depth and
3734         -prune are given.
3736 Sun May 20 19:55:30 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3738         * pred.c (pred_prune): Set new global var `stop_at_current_level'.
3739         * find.c (process_path): Test and reset it.
3741 Fri May 18 01:56:17 1990  David J. MacKenzie  (djm at abyss)
3743         * modechange.c, modechange.h: New files.
3744         * parser.c (parse_perm): Use mode_compile and mode_adjust to
3745         parse arg, to allow symbolic mode for POSIX.
3747 Thu May 17 02:07:44 1990  David J. MacKenzie  (djm at abyss)
3749         * parser.c (get_oct): Don't consider an empty string a valid number.
3751         * parser.c (parse_perm): If arg starts with '-', set flag bit
3752         for special comparison (POSIX).
3753         * pred.c (pred_perm): If flag bit set, compare s[ug]id &
3754         sticky bits as well, and return true if the given perms are
3755         set, ignoring other bits.
3757         * find.c: New global var `exit_status'.  Use it.  (POSIX)
3758         * parser.c: Set `exit_status' if lstat on -newer file fails.
3760         * fastfind.c: New file.
3761         * find.c (main): Call fastfind if given only 1 arg.
3762         * util.c (usage): Update message. 
3763         * lib/{Makefile,updatedb.sh,bigram.c,code.c}: New files.
3764         * Makefile: Add 'all' and 'install' targets.
3766 Wed May 16 23:23:35 1990  David J. MacKenzie  (djm at abyss)
3768         * parser.c (parse_nogroup, parse_nouser): Implement.
3769         * pred.c (pred_nogroup, pred_nouser): Implement.
3771 Mon May 14 00:09:35 1990  David J. MacKenzie  (djm at abyss)
3773         * find.c: Add variable `stay_on_filesystem' for -xdev.
3774         (process_path): Take an arg determining whether this call is
3775         the root of a tree.  Use lstat instead of stat.  If
3776         stay_on_filesystem, don't process a dir on a different
3777         filesystem. 
3779         * parser.c (parse_newer): Use lstat instead of stat.  Is this right?
3780         (parse_xdev): Set stay_on_filesystem.
3782         * parser.c: Add dummy parse_nogroup, parse_nouser,
3783         parse_prune, and parse_xdev; to be written later.
3784         * pred.c: Add dummy pred_nogroup, pred_nouser, pred_prune.
3786         * find.c: Support System V directory library/headers.
3788         * find.c (process_path): Don't continue with a file that stat
3789         fails on.
3791         * defs.h, parser.c, pred.c: Change 'u_long' and 'u_short' to
3792         'unsigned long' and 'unsigned short'.
3793         * find.c, defs.h: Remove 'convert_glob' variable.
3794         * parser.c (parse_fullregex): Function removed.
3795         (parse_name): Remove regular expression code.
3796         (parse_type): Recognize sockets.
3797         Add code to check for missing arguments to many parse_* functions.
3798         * pred.c (pred_name): Use glob_match instead of regex.
3800 Sun May 13 17:45:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3802         * Replace fprintf, simple_error, and mem_error with error and
3803         usage. 
3805         * Fix string header includes for USG.
3807 Tue Mar 27 12:40:29 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3809         * defs.h: Change some #defines to enums.
3811 Sun Mar 25 22:08:58 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3813         * find.c (main): Don't take basename of argv[0].
3815         * util.c (xmalloc): New function.
3816         * find.c, parser.c, utils.c: Use xmalloc instead of malloc.
3818         * pred.c: Remove emulation of regex for BSD and use GNU
3819         library version in regcmp.c instead.
3820         * parser.c: Remove emulation of regcmp for BSD and use GNU
3821         library version in regcmp.c instead.
3822         * Makefile: Link with regex.o and regcmp.o.
3823         Add a DISTFILES macro and dist target.
3825         * Indent source code.  Move RCS logs to this file.
3827 Wed Mar 21 09:30:18 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
3829         * xargs.c: Indent.  Comment and rename some global variables.
3830         (main): Use getopt to parse options.  Open new global var
3831         `tty_stream' to /dev/tty if querying requested.
3832         (print_args): Read response from tty_stream, not stdin.
3833         (xmalloc): New function.
3834         Global: Use xmalloc instead of malloc.
3835         (usage): Revise message.
3837 87/02/22  20:01:20  20:01:20  cire (Eric B. Decker)
3839         * pred.c: added guts to pred_size
3841 87/02/22  00:59:42  00:59:42  cire (Eric B. Decker)
3843         * pred.c: added guts to perm and permmask.
3845 87/02/21  23:02:21  23:02:21  cire (Eric B. Decker)
3847         * pred.c: made pred_name only look at the last component of
3848         the path.
3850 87/02/21  22:26:47  22:26:47  cire (Eric B. Decker)
3852         * pred.c: added guts to name.  useds regex and regcmp to do
3853         regular expression handling.
3855 87/02/21  00:17:21  00:17:21  cire (Eric B. Decker)
3857         * pred.c: added predicate newer
3859 87/02/20  11:40:07  11:40:07  cire (Eric B. Decker)
3861         * pred.c: added guts to pred_ok
3863 87/02/19  23:52:37  23:52:37  cire (Eric B. Decker)
3865         * pred.c: finished exec.
3867 87/02/22  20:01:09  20:01:09  cire (Eric B. Decker)
3869         * parser.c: added guts to parse_size
3871 87/02/22  00:59:16  00:59:16  cire (Eric B. Decker)
3873         * parser.c: added guts of perm and permmask.  added getoct
3874         routine for perm and permmask
3876 87/02/21  23:32:50  23:32:50  cire (Eric B. Decker)
3878         * parser.c: added -fre, -fullregex predicate to turn off
3879         globbing conversion
3881 87/02/21  23:01:01  23:01:01  cire (Eric B. Decker)
3883         * parser.c: reworked name so the regexpr pattern includes $ at
3884         the end to force globbing to work correctly.  End of the
3885         pattern refers to the end of the filename.
3887 87/02/21  22:25:34  22:25:34  cire (Eric B. Decker)
3889         * parser.c: added guts to name.  uses a conversion from
3890         globbing to regexp format.  uses regex and regcmp to actually
3891         to the comparison.
3893 87/02/21  00:17:11  00:17:11  cire (Eric B. Decker)
3895         * parser.c: added predicate newer
3897 87/02/20  11:39:35  11:39:35  cire (Eric B. Decker)
3899         * parser.c: added ok guts.  consolidated exec and ok to using
3900         insert_exec_ok
3902 87/02/19  00:20:54  00:20:54  cire (Eric B. Decker)
3904         * parser.c: minor bug in -fulldays predicate parser.  It
3905         should have set the flag full_days to true.
3907 87/02/22  00:58:32  00:58:32  cire (Eric B. Decker)
3909         * find.c: changed where we are setting perm_mask to -1.  need
3910         to make sure that this happens before every apply_predicate.
3912 87/02/21  23:32:11  23:32:11  cire (Eric B. Decker)
3914         * find.c: added error checking for no paths.  better error
3915         message if illegal ordering.
3917 87/02/21  22:19:58  22:19:58  cire (Eric B. Decker)
3919         * find.c: added global convert_glob
3921 87/02/22  20:00:12  20:00:12  cire (Eric B. Decker)
3923         * defs.h: added definition of BLKSIZE for size
3925 87/02/21  22:19:25  22:19:25  cire (Eric B. Decker)
3927         * defs.h: added global convert_glob for name