Corrected Bas's email address.
[findutils.git] / ChangeLog
blob2e36de8b60a50a489c5cd6ea60064e30c072f51a
1 2005-06-07  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
3          * locate/locate.c: Fold case once, only when needed.
4   
5 2005-06-07  James Youngman  <jay@gnu.org>
7         * NEWS: Updated with recent changes.
9         * mdate-sh: Use the mdate-sh from automake
11         * find/parser.c, find/pred.c, find/tree.c, find/util.c,
12         lib/Makefile.am, lib/forcefindlib.c, lib/listfile.c,
13         lib/listfile.h, locate/code.c, locate/locate.c, find/defs.h,
14         find/find.c: Fix Savannah bug #13324: Fix compiler warnings for
15         GCC-3.4
17         * locate/locate.c:
18         Fixed Savannah bug #13325: Quoting of output filenames in locate
19         should match find.
21         * find/parser.c:
22         Fixed Savannah bug #13319: C9X-ism in parser.c (declaration after
23         statements).
25         * find/pred.c, lib/Makefile.am, lib/listfile.c, lib/nextelem.c,
26         lib/printquoted.c, lib/printquoted.h, lib/qmark.c, NEWS,
27         doc/find.texi, find/defs.h, find/find.1, find/parser.c: Fixed
28         Savannah bug #13303, find should filter out non-printable
29         characters if outputting to tty
31 2005-05-30  James Youngman  <jay@gnu.org>
33         * locate/locate.c: rename new_locate() to locate() since
34           old_locate() has gone the way of the dodo.
36 2005-05-29  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
38         Add a ``--print'' (``-p'') option. (to cancel side-effects of -c/-S)
39         Allow ``--statistics'' in combination with non-options.
40         * doc/find.texi: Add documentation for locate --print (-p), and the
41         use of non-options with --statistics.
42         * locate/locate.1: ditto.
43         * locate/locate.c: Read each database only once.
45 2005-05-23  Paul Eggert  <eggert@cs.ucla.edu>
47         Adjust to recent gnulib changes.
48         * import-gnulib.sh: Get config.rpath from gnulib/build-aux,
49         not gnulib/config.
50         * find/parser.c (parse_perm): Ignore umask when parsing
51         symbolic permissions.  Adjust to new modechange API.
53 2005-05-16  James Youngman  <jay@gnu.org>
55         * find/find.c, find/parser.c, find/pred.c, find/tree.c:
56         Trivial change: don't use i18n support for debug-only messages
58         * ChangeLog: Added ChangeLog entry crediting Dmitry
60 2005-05-09  James Youngman  <jay@gnu.org>
62         * find/parser.c:
63         The previous change fixed Savannah bug #12999.  This change doesn't do
64         anything, it's only intended to be a place to record the Savannah bug
65         ID we've just fixed.
67         * find/parser.c:
68         Oops.  Initialise the variable which indicates which regex syntax to
69         use.  We use POSIX basic regular expressions.
71         * find/parser.c:
72         Suggestion by Ed Avis: point out that "-name foo/bar" will almost
73         always evaluate to false.   Suggest to the user what alternatives they
74         might find useful.
76 2005-05-02  James Youngman  <jay@gnu.org>
78         * AUTHORS:
79         Added Dimitry (his new test suite contribution required a copyright
80         assignment).
82 2005-05-03  Dmitry V. Levin
84         * Added xargs test suite tests by Dmitry V. Levin, together with
85           bugfixes which ensure that the tests pass.
87 2005-04-18  James Youngman  <jay@gnu.org>
89         * Added test suite tests for Bas van Gompel's changes.
91 2005-04-18  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
93         * doc/find.texi: Document locate --non-existing (-E).
94         * locate/locate.1: Ditto.
95         * locate/locate.c: Implement --non-existing (-E).
96    
97 2005-04-04  James Youngman  <jay@gnu.org>
99         * configure.in, import-gnulib.sh:
100         We no longer need gnulib/m4/Makefile.am
102         * po/vi.po: Updated Vietnamese translation
104         * locate/updatedb.sh:
105         Savannah bug #12491: Only use the "-s" option to "su" if it is
106         supported.
108 2005-04-01  James Youngman  <jay@gnu.org>
110         * locate/locate.1, locate/updatedb.1, xargs/xargs.1: Trivial
111         change from A Costa <agcosta@gis.net>, fixing typos in manual
112         pages for xargs, locate and updatedb; fixes Savannah bug #12500,
113         Debian bug #301934
115 2005-03-22  James Youngman  <jay@gnu.org>
117         * import-gnulib.sh: Include the new gnulib module stat-macros
119         * configure.in:
120         CVS code is (will shortly be) no longer identical to the 4.2.20 release
122 2005-03-17  James Youngman  <jay@gnu.org>
124         * configure.in: Preprare for release of 4.2.20.
126         * NEWS: Updated prior to release of 4.2.20.
128         * ChangeLog: Updated with recent changes.
130         * THANKS: Thank Bas van Gompel, but only once.
132         * THANKS: Thank Bas van Gompel and Aaron S. Hawley.
134         * po/vi.po: Updated Vietnamese PO file
136 2005-03-10  James Youngman  <jay@gnu.org>
138         * po/nl.po: Updated Dutch PO file
140 2005-03-08  Bas van Gompel  <patch-findutils.buzz@bavag.tmfweb.nl>
142         * import-gnulib.sh: Re-enable creation of gnulib/m4/Makefile.am.
144 2005-03-07  James Youngman  <jay@gnu.org>
146         * Released findutils-4.2.19.
148         * find/testsuite/find.posix/sizes.exp:
149         Use 2>/dev/null instead of 2>&1, because Tcl understands the former
150         but not the latter.
152         * find/testsuite/Makefile.am: Also distribute sv-bug-12181.xo.
154         * find/testsuite/Makefile.am: Distribute sv-bug-12181.
156         * find/testsuite/Makefile.am: Distribute sv-bug-12230.
158         * NEWS: Updated with new news.
160         * ChangeLog: Brought up to date.
162         * lib/buildcmd.c, find/testsuite/find.gnu/sv-bug-12230.exp: Fixed
163         Savannah bug #12230, in which '-exec echo == {} +' is always run,
164         even if there were no matched files.
166 2005-03-06  James Youngman  <jay@gnu.org>
168         * ChangeLog: Added latest changes.
170         * po/pt.po, configure.in: Added Portuguese translation
172 2005-03-04  James Youngman  <jay@gnu.org>
174         * configure.in: Modernized the way we call AC_INIT and
175         AM_INIT_AUTOMAKE
177         * locate/locate.c, find/pred.c, find/find.c:
178         Eliminated some compiler warnings
180         * find/pred.c: Clarified the meaning of a comment.
182         * find/testsuite/Makefile.am: Added sizes.exp, sizes.xo.
184         * find/testsuite/find.posix/sizes.xo,
185         find/testsuite/find.posix/sizes.exp: Added tests for -size
186         predicate
188 2005-03-03  James Youngman  <jay@gnu.org>
190         * find/find.c:
191         safely_chdir_lstat(): if we didn't end up in the right place, and then
192         fchdir() fails, we can't return to the directory we started in.
193         Therefore, issue a fatal error message and exit.
195 2005-03-01  James Youngman  <jay@gnu.org>
197         * find/find.c, find/testsuite/find.posix/sv-bug-12181.exp,
198         find/testsuite/find.posix/sv-bug-12181.xo: Fixed SourceForge bug
199         12181 (find -H symlink-to-dir reports 'Too many Symbolic links')
200         and bug 12044 (find still hangs on dead NFS filesystems on
201         Solaris)
203 2005-02-28  James Youngman  <jay@gnu.org>
205         * doc/find.texi: Typo: O_NOFOLLOW, not O_FOLLOW
207         * import-gnulib.sh:
208         Suggestion from Martin Buchholz; unset CDPATH to prevent "cd" echoing
209         the new directory.
211 2005-02-27  James Youngman  <jay@gnu.org>
213         * README: Indicate how the reader can verify the release.
215 2005-02-26  James Youngman  <jay@gnu.org>
217         * po/sk.po, po/sl.po, po/sr.po, po/sv.po, po/tr.po, po/vi.po,
218         po/zh_CN.po, po/be.po, po/ca.po, po/da.po, po/de.po, po/el.po,
219         po/eo.po, po/es.po, po/et.po, po/fi.po, po/findutils.pot,
220         po/fr.po, po/gl.po, po/hr.po, po/hu.po, po/id.po, po/it.po,
221         po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po, po/pl.po,
222         po/pt_BR.po, po/ro.po, po/ru.po: Added new Vietnamese translation
224         * configure.in: Added new Vietnamese translation.
226 2005-02-25  James Youngman  <jay@gnu.org>
228         * po/ga.po: Updated Irish po file
230 2005-02-23  James Youngman  <jay@gnu.org>
232         * Makefile.am: Fix Savannah bug #12064 - 'make distclean' deletes
233         regex.c but should not.
235         * find/testsuite/Makefile.am,
236         find/testsuite/find.gnu/printf-h.exp,
237         find/testsuite/find.gnu/printf-h.xo: Added test case for Savannah
238         bug #12085 (-printf %h).
240         * NEWS, doc/find.texi, find/find.1, find/pred.c:
241         %h now expands to '.' instead of nothing.
243 2005-02-22  James Youngman  <jay@gnu.org>
245         * find/find.c:
246         Fixed Savannah bug #12099 (misinterpretation of system versions
247         leading to possible incorrect disabling of O_NOFOLLOW).  Reported by
248         Dmitry V. Levin.
250         * find/pred.c:
251         For the %h format, don't bail out early as the format might contain
252         something else too.
254 2005-02-21  James Youngman  <jay@gnu.org>
256         * find/find.c: Fixed accidental C99 dependency.
258 2005-02-20  James Youngman  <jay@gnu.org>
260         * po/be.po, po/ca.po, po/da.po, po/de.po, po/el.po, po/eo.po,
261         po/es.po, po/et.po, po/fi.po, po/findutils.pot, po/fr.po,
262         po/ga.po, po/gl.po, po/hr.po, po/hu.po, po/id.po, po/it.po,
263         po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po, po/pl.po,
264         po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sr.po,
265         po/sv.po, po/tr.po, po/zh_CN.po: Updated italian translation
267         * doc/find.texi: Corrected a typo.
269         * find/find.c:
270         Read the mounted device list afer parsing the command line, so that
271         for example "find --version" still works (in response to Savannah bug
272         #12044).
274         * configure.in: We've moved on from findutils-4.2.18.
276 2005-02-19  James Youngman  <jay@gnu.org>
278         * NEWS: Corrected the summary of the "find -depth" bug.
280 2005-02-16  James Youngman  <jay@gnu.org>
282         * NEWS, configure.in: Prepared for release of 4.2.18.
284         * ChangeLog: Updated prior to release of 4.2.18.
286         * find/testsuite/Makefile.am:
287         Distribute the test cases for the recent "find -depth" bug.
289         * find/testsuite/find.posix/depth1.exp, find/testsuite/find.posix/depth1.xo:
290         Added test case for find -depth bug reported by Joseph S. Myers
292         * find/find.c:
293         If -depth is in effect, processing of the subdirectories invalidates
294         the information in 'state'.  Therefore once we get around to
295         processing the predicates, restore the information that we keep in
296         'state' and in 'stat_buf'.
298 2005-02-15  James Youngman  <jay@gnu.org>
300         * ChangeLog: Updated with recent changes
302         * find/find.1:
303         Emphasise that -L causes find to recurse into subdirectories pointed
304         to by symbolic links.
306         * find/find.1:
307         Patch to find.1 from Aaron Hawley <Aaron.Hawley@uvm.edu>:
309         * Notes about -H actually apply to -L.
310         * Said paragraph is duplicated two paragraphs later.
311         * Typos: nno, ibmue, surrpounding
313 2005-02-15  Aaron Hawley  <Aaron.Hawley@uvm.edu>
315         * find/find.1: Notes about -H actually apply to -L.  Said
316         paragraph is duplicated two paragraphs later.  Also typos: nno,
317         ibmue, surrpounding
319 2005-02-13  James Youngman  <jay@gnu.org>
321         * find/find.1: Miscellaneous small clarifications and improvements.
323         * doc/find.texi: Added Info nodes and menus under "Changing the
324         Current Working Directory" so that it doesn't generate such a huge
325         Info page.
327         * find/find.c: Parenthesise #if defined(...).
329 2005-02-13  Dmitry V. Levin  <ldv@altlinux.org>
330         
331         * find/find.c: remove test code snippet (time(NULL) was used to
332         place a marker for spotting with strace(), but was not actually
333         needed).
335         * find/find.c (safely_chdir_nofollow): must not fall back on
336         safely_chdir_lstat() because that will expose it to race condition
337         exploits, making it pointless.
339         * find/find.c (safely_chdir_lstat): Move
340         complete_pending_execdirs() up into safely_chdir(), because we
341         need to do that in either case.
343 2005-02-12  James Youngman  <jay@gnu.org>
345         * configure.in, doc/find.texi, find/defs.h, find/find.c,
346         find/parser.c: Fix for Savannah bug #11879, that
347         init_mounted_dev_list() causes find to hang on systems which are
348         clients to dead NFS servers
350 2005-02-10  James Youngman  <jay@gnu.org>
352         * doc/find.texi: Talk about the problem where find will not work
353         if you have a filesystem mounted from an unresponsive NFS server.
355 2005-02-09  James Youngman  <jay@gnu.org>
357         * find/find.1: Indicate that $TZ affects from printf-format
358         results, and add extra cross-references in the SEE ALSO section.
360 2005-02-08  James Youngman  <jay@gnu.org>
362         * xargs/testsuite/Makefile.am: Distribute the .xe files also.
364         * Makefile.am: Check that we have the right number of .xe files in
365         the distribution also.
367         * ChangeLog, NEWS, configure.in
368         Preparing to release findutils-4.2.17
370 2005-02-07  James Youngman  <jay@gnu.org>
372         * find/testsuite/config/unix.exp: Re-sort the .xo file using the
373         calling user's locale, because our 'pre-sorted' .so output file
374         may not be sorted with the same collating order as 'sort' used to
375         order the output of "find.  Bug spotted by Vin Shelton and Dimitry
376         V. Levin.
378         * find/testsuite/Makefile.am:
379         New test, find/testsuite/find.gnu/follow-arg-parent-symlink.exp.
381         * find/testsuite/find.gnu/follow-arg-parent-symlink.exp,
382         find/testsuite/find.gnu/follow-arg-parent-symlink.xo, find/find.c:
383         Fix for starting point /foo/bar/baz where bar is a symlink but baz
384         is not - we should chdir into bar there even if it is a symbolic
385         link
387 2005-02-07  James Youngman  <jay@gnu.org>
389         * find/testsuite/Makefile.am:
390         New test, find/testsuite/find.gnu/follow-arg-parent-symlink.exp.
392         * find/testsuite/find.gnu/follow-arg-parent-symlink.exp,
393         find/testsuite/find.gnu/follow-arg-parent-symlink.xo, find/find.c:
394         Fix for starting point /foo/bar/baz where bar is a symlink but baz
395         is not - we should chdir into bar there even if it is a symbolic
396         link
398 2005-02-06  James Youngman  <jay@gnu.org>
400         * doc/find.texi:
401         -size: Clarification - -size gives a result consistent with 'wc -c'
402          for example.
404         * Makefile.am, find/testsuite/Makefile.am,
405         find/testsuite/find.gnu/execdir-root-only.exp,
406         find/testsuite/find.gnu/execdir-root-only.xo,
407         locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
408         dist-hook: Ensure that we distribute all the .po files and all the
409         testsuite files
411         * po/pl.po: Updated Polish translation from TP website
413 2005-02-05  Dmitry V. Levin  <ldv@altlinux.org>
415         * find/parser.c, find/pred.c: Additional tweaks for
416         -execdir/-okdir actions.
417         
418         * find/parser.c (new_insert_exec_ok): Disable ignore_readdir_race
419         for -execdir/-okdir.
420         
421         * find/pred.c (pred_execdir, pred_okdir): Use state.rel_pathname
422         instead of basename(pathname).  Do not add "./" prefix for
423         absolute pathnames.
424         
425         * find/find.c (process_top_path): Treat "/" similarly to ".".
427         * xargs/testsuite/xargs.posix/savannah-11865.exp,
428         xargs/testsuite/xargs.posix/savannah-11865.xo, xargs/xargs.c:
429         Fixed Savannah bug #11866 (not resetting number of used chars in
430         the command buffer) - reported by Dimitry V. Levin
432 2005-02-05  James Youngman  <jay@gnu.org>
434         * THANKS:
435         Added thanks for Dimitry - has produced many patches, bugfixes and
436         suggestions.
438         * find/pred.c:
439         Fixed Savannah bug #11866: typo in pred_okdir() renders it useless
441         * find/pred.c:
442         Savannah bug #11861: undefined symbol 'basename' on IRIX 5.3
444         * NEWS, configure.in, po/be.po, po/ca.po, po/el.po, po/eo.po,
445         po/fi.po, po/ga.po, po/hr.po, po/hu.po, po/ja.po, po/lg.po,
446         po/ms.po, po/ro.po, po/sl.po, po/sr.po, po/zh_CN.po: Added new
447         translations
449         * ChangeLog: Updated from CVS prior to release of 4.2.16.
451         * po/ChangeLog: Updated from CVS.
453         * NEWS, configure.in: Preparing to release 4.2.16
455         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
456         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
457         po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sl.po, po/sv.po,
458         po/tr.po: make update-po prior to 'make distcheck'
460         * po/fetch-po-files: This is the first version we actually used.
462         * find/find.c: process_top_path() fixed compilation warning.
464         * find/find.c: process_top_path(): avoid processing this item if
465         we can't chdir to the basename of the named file.
467         * lib/Makefile.am: Always build forcefindlib.c
469         * locate/locate.c: Say 'base name' rather than 'basename' in comments
471         * find/pred.c, find/find.c: process_top_path(): Proper bugfix for
472         correct handling of items at depth 0 (i.e. specified on the
473         command line) - do an extra chdir to ensure that we're in the
474         directory containing the item before calling process_path().
475         Hnece also undo the previous 'quick fix' for the same problem
477         * doc/find.texi:
478         -execdir no longer has to treat anything as special, even at depth 0.
480 2005-02-03  James Youngman  <jay@gnu.org>
482         * doc/find.texi, find/pred.c: When state.curdepth is 0, our
483         working directory is not the directory containing the file we are
484         processing.
486 2005-02-02  James Youngman  <jay@gnu.org>
488         * find/pred.c:
489         To allow compilation on cygwin, use base_name(), not basename().
492 2005-02-01  James Youngman  <jay@gnu.org>
494         * ChangeLog: Updated from CVS log.
496 2005-01-31  James Youngman  <jay@gnu.org>
498         * find/find.c, lib/nextelem.c, lib/nextelem.h, locate/code.c,
499         locate/frcode.c, locate/testsuite/config/unix.exp,
500         xargs/testsuite/config/unix.exp, xargs/xargs.c: Updated/corrected
501         the email address for David MacKenzie, one of the original authors
502         of findutils
504         * doc/Makefile.am: The HTML version of the manual generated for
505         the GNU project website has each node in a separate file, not each
506         chapter in a separate file; adjust filenames accordingly
508         * find/parser.c, find/pred.c, lib/savedirinfo.c:
509         Removed some unused variables (patch from Dmitry V. Levin)
511         * find/find.c:
512         Patch from Dmitry V. Levin <ldv@altlinux.org>: Add subfs to the list
513         of filesystems which are likely to be automounted.
515         * m4/findlib.m4: Corrected typo (pointed out by Dmitry V. Levin).
517         * find/testsuite/config/unix.exp,
518         find/testsuite/find.gnu/name-period.xo,
519         find/testsuite/find.gnu/posix-dflt.xo,
520         find/testsuite/find.gnu/posix-h.xo,
521         find/testsuite/find.gnu/posix-l.xo,
522         find/testsuite/find.gnu/printf.exp,
523         find/testsuite/find.gnu/printf.xo: Systems differ in the order in
524         which filenames are returned by readdir.  Hence sort the output of
525         'find' before comparing against the expected-output file.  We
526         therefore also have the lines in the .xo files ready-sorted.
528 2005-01-30  James Youngman  <jay@gnu.org>
530         * doc/Makefile.am:
531         Added rules for extra targets that we buld to update the web site.
533 2005-01-29  James Youngman  <jay@gnu.org>
535         * configure.in: No longer version 4.2.15 - we've changed the manual.
537         * doc/find.texi:
538         Clarified the txt about adding extra tests with post-processing via
539         xargs, and recommend -execdir instead for security reasons.
541         * doc/find.texi: Patch from Karl Berry:
542         - more entries for the dir file
543         - use @copying so the copyright ends up in the HTML etc. output.
544           (This is the only really important change.)
545         - put @contents after the title page, for conventional toc location.
546         - use @ifnottex to wrap the Top node instead of @ifinfo, for the sake of
547           HTML output, etc.
549         * NEWS, configure.in, po/da.po, po/de.po, po/es.po, po/et.po,
550         po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po,
551         po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
552         po/sv.po, po/tr.po: Prepared to release findutils-4.2.15
554         * ChangeLog: Updated from CVS log.
556 2005-01-28  James Youngman  <jay@gnu.org>
558         * configure.in:
559         Make --enable-d_type-optimization and --enable-d_type-optimisation
560         both work.
562         * configure.in: Assume --enable-d_type-optimisation by default
564         * find/parser.c: Indicate which features are enabled/disabled
566         * locate/testsuite/config/unix.exp:
567         Clean up the files left behind by the locate_textonly test
569 2005-01-27  James Youngman  <jay@gnu.org>
571         * doc/find.texi: Documented --regex.
573         * NEWS, locate/locate.1, locate/locate.c, locate/testsuite/Makefile.am, locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/regex1.exp:
574         Implemented locate --regex - but needs documenting in Texinfo manual.
576 2005-01-25  James Youngman  <jay@gnu.org>
578         * configure.in: Bumped version no.
580         * doc/find.texi:
581         Document --mmap and --stdio as being synonyms of -m and -s.
583         * locate/locate.1:
584         Document --mmap and --stdio as synonyms of -m and -s.
586         * locate/locate.c:
587         Document -m and -s (both no-ops) in the usage message.
589         * doc/find.texi, locate/locate.1: Document -m and -s as no-ops.
591         * ChangeLog: Updated for release of findutils-4.2.14.
593         * 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:
594         Preparing to release findutils-4.2.14
596 2005-01-25  James Youngman  <jay@gnu.org>
598         * NEWS, configure.in, po/da.po, po/de.po, po/es.po, po/et.po,
599         po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po,
600         po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
601         po/sv.po, po/tr.po: Preparing to release findutils-4.2.14
603 2005-01-24  James Youngman  <jay@gnu.org>
605         * Makefile.am: Work around the fact that automake-1.7 actually
606         works, and correctly distributes regex.c; hence dist-hook should
607         only copy gnulib/lib/regex.c if this has not already been done.
609         * find/defs.h, find/find.c, find/pred.c,
610         find/testsuite/Makefile.am,
611         find/testsuite/find.gnu/printf-symlink.exp,
612         find/testsuite/find.gnu/printf-symlink.xo,
613         find/testsuite/find.gnu/xtype-symlink.exp,
614         find/testsuite/find.gnu/xtype-symlink.xo: Fixes for -xtype and
615         -printf %Y, which had been the wrong way around.
617         * NEWS: Avoid including the find.gnu subdirectory in the
618         distributed file more than once
620         * locate/locate.c:
621         Move the printing of the statistics into a new function, print_stats()
623         * find/testsuite/Makefile.am: Avoid including the find.gnu
624         subdirectory in the distributed file more than once
626         * import-gnulib.sh:
627         We need the regex module anyway, to allow compilation on Solaris
629 2005-01-23  James Youngman  <jay@gnu.org>
631         * configure.in:
632         Invoke gl_INCLUDED_REGEX directly to ensure successful compilation on
633         systems like Solaris, which lacks those functions in libc (fixes GNU
634         Savannah bug #11710).
636         * locate/locate.1: -S is a synonym for --statistics
638         * doc/find.texi: Documented the new -H, -L and -P options.
640         * locate/locate.1, locate/locate.c: Implement options -L
641         (default), -H and -P, which mean the same things as for find,
642         except for the fact that the default is -L rather than -P
644         * find/find.1: Corrected definition of the exit status for -quit.
646         * find/find.c, find/pred.c: If DEBUG_STAT is set, issue a debug
647         message when we call chdir() so that we can figure out what is
648         actually being stat()ed
650         * locate/updatedb.sh:
651         Removed spurious newline from help message (bug report from Karl
652         Berry).
654         * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
655         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
656         po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po,
657         Makefile.am, NEWS, configure.in, find/defs.h, find/find.c,
658         find/parser.c, find/pred.c, find/tree.c, find/util.c,
659         import-gnulib.sh, lib/savedirinfo.c: Merged the d_type
660         optimisation code; this is disabled by default, and can be enabled
661         with 'configure --enable-d_type-optimisation'
663         * NEWS:
664         Updated optimisation NEWS item to indicate the effect on runtime.
666 2005-01-22  James Youngman  <jay@gnu.org>
668         * NEWS, configure.in: Prepare for release of findutils-4.2.12
670         * ChangeLog: Brought up to date with recent changes.
672         * Makefile.am, import-gnulib.sh, po/Makefile.in.in, po/Makevars,
673         po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
674         po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
675         po/pl.po, po/pt_BR.po, po/remove-potcdate.sin, po/ru.po, po/sk.po,
676         po/sv.po, po/tr.po: Switch to using the gnulib gettext module, to
677         ensure that 'make distcheck' works with current xgettext,
678         autoconf, etc.
680         * find/testsuite/config/unix.exp:
681         Oops, we do need to clean up after all.
683 2005-01-21  James Youngman  <jay@gnu.org>
685         * xargs/testsuite/Makefile.am: Added name of missing input file.
687         * find/testsuite/Makefile.am:
688         Distribute a few files that we had forgotten about
690         * xargs/testsuite/Makefile.am: Added some missing files.
692         * lib/Makefile.am: Also need buildcmd.h.
694         * xargs/testsuite/Makefile.am: Fixed a typo.
696         * NEWS: Indicate the d_type performance improvement
698 2005-01-18  James Youngman  <jay@gnu.org>
700         * lib/savedirinfo.h: Added on d_type_optimisation also
702         * lib/savedirinfo.c: Added on branch d_type_optimisation also.
704         * find/pred.c: Added assert that we actually know the file type by
705         the time pred_type() is called
707         * find/find.c: Always initialise state.have_stat = false when
708         starting to work with a new file
710 2005-01-17  James Youngman  <jay@gnu.org>
712         * ChangeLog: Brought up to date with recent changes.
714         * NEWS: Documented the changes so far.
716         * find/testsuite/find.gnu/exec-many-rtn-success.xo:
717         Expected output for exec-many-rtn-success.exp
719         * find/find.1:
720         Indicate that -quit still ensures that pending commands are invoked
722         * doc/find.texi:
723         Indicate that -quit still causes partial command lines to be invoked,
724         but there are some types of fatal error which leave such commands
725         uninvoked.
727         * find/defs.h, find/find.c, find/pred.c, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
728         Fixed savannah bug  #11625 Wrong return status for -exec ... \; when command fails; also execute any pending commands when doing -quit
730         * 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:
731         Various test cases for succeeding and failing forms of -exec \; and -exec {} +
733         * find/pred.c: "-exec ... {} +" always returns "true".
735         * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
736         Implemented d_type optimisation but not working correctly, so currently disabled
738         * lib/savedirinfo.h, lib/savedirinfo.c:
739         Initial implementation (temporarily disabled).
741         * lib/Makefile.am: Resolved merge conflict.
743         * lib/Makefile.am:
744         Make sure nextelem.h is included in the list of sources.
746         * find/parser.c, lib/nextelem.c, lib/nextelem.h, locate/locate.c:
747         Use prototypes for next_element() to make sure it is called correctly.
749 2005-01-16  James Youngman  <jay@gnu.org>
751         * find/find.c, find/pred.c:
752         When completing incomplete multiple execs, use 'eval_tree' not 'predicates'
754         * lib/buildcmd.c:
755         Oops, initialise state->cmd_initial_argv_chars to zero.
757         * find/find.1:
758         Document the way that -execdir and -okdir will refuse to wqork if ">"
759         is on $PATH.  Also document -okdir in the manpage.
761         * find/parser.c:
762         -execdir and -okdir are insecure if $PATH includes the current
763          directory, and so they refuse to work if the user has done that.
765         * find/pred.c:
766         Oops; for -exec ... {} +, pass arguments to bc_push_arg() in the right
767         order.   Problem spotted by Geoff Clare.
769         * TODO: Removed items which have now been done.
771         * lib/buildcmd.c: Tidied up formatting of arg list for bc_do_insert
773 2005-01-15  James Youngman  <jay@gnu.org>
775         * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo:
776         Added extra tests for more printf formats; patch by Andreas Metzler
778         * locate/locate.c:
779         Ensure that the new long options have a relevang short option too.
780         Also bring usage message into line with the options actually
781         supported.  Thanks to Bas van Gompel for noticing this defect.
783         * locate/locate.1:
784         Escape "-" in SYNOPSIS.  Thanks to Bas van Gompel for noticing this
785         defect.
787         * ChangeLog: Fixed typos.
789         * doc/find.texi:
790         Documented -execdir, and the "+" variants of -exec and -execdir.
792         * find/find.1: Documented -execdir.
794         * xargs/xargs.c:
795         Updated to bring into line with bc_*() interface changes
797         * ChangeLog: Updated with recent changes.
799         * find/defs.h, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h:
800         Implemented -execdir and -okdir
802         * find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
803         First working version of -exec ...+
805 2005-01-09  James Youngman  <jay@gnu.org>
807         * find/defs.h, find/find.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
808         Initial implementation of -exec ..{} +, but currently disabled since not yet working
810 2005-01-08  James Youngman  <jay@gnu.org>
812         * find/find.c: Fixed typo in comment.
814         * find/defs.h, find/find.c, find/parser.c, find/pred.c:
815         We now understand but do not implement -execdir (a *BSD invention, and a very useful security enhancement) and -okdir (the obvious companion to it)
817         * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
818         The GNU coding standard requires a space between the function name and
819         its parenthesised argument list.
821         * find/defs.h:
822         Understand the -exec ... {} \+ construction (for multiple
823         replacement).  No support yet.
825         * locate/locate.1:
826         Indicate that empty elements in the dbpath are treated as synonyms for
827         the default database.
829         * locate/locate.c:
830         Support empty elements in the dbpath as synonyms for the default
831         database.  These colons can be leading, trailing or in the middle of
832         the string.  We no longer com,plain if the user does this.
834         * lib/nextelem.c:
835         If curdir_ok is 0 and an element is empty, return "" instead of NULL
836         so that the caller knows to keep calling us.
838         * find/find.c, find/pred.c, import-gnulib.sh, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
839         Savannah bug 11517: find, xargs, locate, etc. should not hide write failures; patch from Jim Meyering
841         * 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:
842         changed .pot creation date
844         * THANKS, AUTHORS: Take into account the FSF copyright-assignments list
846         * doc/find.texi:
847         If -quit is used, the exit value can be nonzero if errors have occurred.
849         * find/find.1:
850         Removed incorrect comment about -H, -P and -follow in HISTORY.
852 2005-01-07  James Youngman  <jay@gnu.org>
854         * lib/Makefile.am, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
855         Refactored xargs to use an external library function from the new file buildcmd.c
857         * configure.in: no longer the same as the released 4.2.11 version
859 2005-01-06  James Youngman  <jay@gnu.org>
861         * xargs/testsuite/inputs/lines.xi, xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/Makefile.am:
862         Tests for the -L option
864         * xargs/testsuite/config/unix.exp: When a test fails, show the diffs
866         * xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/xargs.posix/l2.xo:
867         tests for the -l option
869         * xargs/testsuite/Makefile.am: Added extra test files
871         * xargs/testsuite/xargs.sysv/trace.exp, xargs/testsuite/xargs.sysv/trace.xe, xargs/testsuite/xargs.sysv/trace.xo:
872         Added tests for the -t option
874         * 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:
875         Use a blanks-only input file for cases where there is supposed to be no output
877         * xargs/testsuite/inputs/blank.xi: Initial version.
879         * xargs/xargs.1:
880         Corrected a typo; also indicate that it's impossible to use xargs
881         securely due to the race condition.
883 2005-01-05  James Youngman  <jay@gnu.org>
885         * find/parser.c:
886         Fixed Savannah bug 11495: fallthrough from -printf format processing
887         from 'n' case to 'd' case.
889 2005-01-03  James Youngman  <jay@gnu.org>
891         * doc/find.texi:
892         Oops.  Had duplicated an entire section.  Fortunately this was after
893         @bye, so there was no adverse effect.
895         * NEWS: locate -b.
897         * doc/find.texi, locate/locate.1: document locate -S
899         * configure.in, doc/find.texi, locate/locate.1, locate/locate.c:
900         Support locate -b as a synonym for locate --basename
902         * 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:
903         distcheck
905         * find/testsuite/config/unix.exp:
906         Clean up (delete) find.out at at the end of the test.
908         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c, find/pred.c:
909         Implemented the -samefile test for find
911 2005-01-02  James Youngman  <jay@gnu.org>
913         * ChangeLog: Updated with recent changes.
915         * NEWS:
916         Bas van Gompel: two-line patch to locate.c to make locate's -i and -w
917         options work if -e is in use.
919         * THANKS: Added Bas van Gompel.
921         * locate/locate.c:
922         Bas van Gompel: (visit_exists) when testing for the existence of the
923         file, check the real filename [printname], not the case-converted
924         filename [testname].  Really these argument names are badly chosen.
926         * find/find.1, doc/find.texi:
927         Improved the documentation for -perm, with plenty of examples,
928         following a comment by Dan Jacobson that the comment "Symbolic modes
929         use mode 0 as a point of departure" is baffling and unhelpful.
931         * locate/locate.c:
932         Suggestion and patch from Bas van Gompel: (new_locate): Fix display of
933         negative compression ratios.
935 2004-12-31  James Youngman  <jay@gnu.org>
937         * NEWS: Brought up to date with recent changes
939         * doc/find.texi:
940         Don't need to nest the "race conditions with..." sections so deeply.
942         * doc/find.texi: Corrected some spelling errors.
944         * doc/find.texi: Added new "Security Considerations" chapter.
946 2004-12-23  James Youngman  <jay@gnu.org>
948         * locate/locate.c:
949         Applied bugfixes from Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>.
950         (lc_strcpy): Zero-terminate result.
951         (add_visitor): Update lastinspector.
952         (visit_substring_match_casefold): fix off-by-one error.
953         (new_locate): Move visit_exists down to improve performance.
954         (new_locate): Don't fold case when getting stats.
956 2004-12-19  James Youngman  <jay@gnu.org>
958         * doc/find.texi:
959         Indicate that "cd /; find tmp -wholename /tmp" will never match anything.
961         * doc/find.texi: Documented locate --statistics.
963         * locate/locate.1: Documented the --statistics option.
965         * locate/locate.c: Added support for the -S option.
967 2004-12-12  James Youngman  <jay@gnu.org>
969         * NEWS: Added a summary of the changes so far.
971         * find/tree.c: Made some of the error messages more self-explanatory
973         * find/pred.c: Print pointers with %p, not %x.
975         * find/find.c: Moved option data into struct options.
977         * find/find.1: clarifications
979         * find/testsuite/find.gnu/comma.exp:
980         Limit the amount of searching with maxdepth.
982         * doc/find.texi: clearer description of how -prune works
984         * ChangeLog: Removed duplicate entry.
986         * configure.in, find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
987         Separated ariables representing current state from variable representing option information
989 2004-12-11  James Youngman  <jay@gnu.org>
991         * find/parser.c: Readability improvement to the usage message.
993         * find/find.c: Oops.  Fixed unmatched #endif.
995         * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo, THANKS, configure.in, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
996         Fixed Savannah bug #11280
998         * find/find.c:
999         Remember to set path_length and curdepth in process_top_path().
1001 2004-12-07  James Youngman  <jay@gnu.org>
1003         * find/fstype.c: Use xstat() not stat() to examine things.
1005         * find/find.c: Explain why #ifdef EOVERFLOW.
1007         * find/find.c: EOVERFLOW is not defined on UNICOS.
1009         * NEWS: Corrected typo.
1011 2004-12-06  James Youngman  <jay@gnu.org>
1013         * ChangeLog: Brought up to date.
1015         * NEWS, configure.in: releasing 4.2.10
1017         * 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:
1018         distcheck
1020         * ChangeLog: Updated prior to release of finsutils-4.2.10.
1022         * import-gnulib.sh, find/fstype.c:
1023         Use gnulib's mountlist module instead of grokking it ourselves.
1025         * configure.in:
1026         Removed all the out-of-date cruft for grokking getmntent().
1028         * xargs/xargs.c:
1029         Added the -I and -L options; also -E takes an argument which is not optional.
1031 2004-12-05  James Youngman  <jay@gnu.org>
1033         * README, configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c:
1034         Allow debug output to be turned on or off by saying --enable-debug on the configure command line
1036         * README:
1037         Removed disparaging (it is now, it probably wasn't then) comment about
1038         the production-readiness of Automake.
1040         * README: Qualify remarks about POSIX compliance.
1042         * NEWS, configure.in: Preparation for release 4.2.9
1044         * 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:
1045         distcheck
1047         * ChangeLog: Brought up to date.
1049         * find/find.c:
1050         Avoid duplicate error message when we cannot chdir() into a subdirectory.
1052         * THANKS: Added recent thankees.
1054         * NEWS:
1055         Brought up to date with respect to the current set of fixed bugs.
1057         * NEWS, xargs/xargs.1, xargs/xargs.c:
1058         Implemented POSIX options -L, -I and -E
1060 2004-12-03  James Youngman  <jay@gnu.org>
1062         * find/parser.c:
1063         -xdev is an option, not a test.   Fixes Savannah bug 11192.
1065         * find/find.1, xargs/xargs.1:
1066         Escape dashes with a backslash (for fix Savannah bug 11189).
1068 2004-11-27  James Youngman  <jay@gnu.org>
1070         * find/find.c:
1071         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.
1073         * find/find.1: "necessary" only has one "C".
1075         * find/find.1:
1076         If stat() fails with ELOOP, we issue a diagnostic message.
1078 2004-11-26  James Youngman  <jay@gnu.org>
1080         * find/find.c: Removed some unused code.
1082         * Makefile.am: Don't do anything in the 'intl' subdirectory
1084         * find/find.c:
1085         Enhanced safely_chdir() to the point where the test suite passes, and report infinite loops in the directory hierarchy
1087         * find/defs.h:
1088         belt and braces; ensure that SYMLINK_NEVER_DEREF has value zero
1090         * find/find.1:
1091         Describe our strategy for detecting and reporting infinite loops
1093 2004-11-24  James Youngman  <jay@gnu.org>
1095         * doc/find.texi:
1096         Updated the discussion of th error messages for findutils-4.2.8.
1098         * configure.in: Next version will be 4.2.9...
1100         * find/find.c:
1101         Don't issue a warning if we notice the mounting of a filesystem that's
1102         likely just to be an automounter.
1104         * doc/find.texi, find/find.1:
1105         Explain how rounding is performed for -atime and friends.
1107         * xargs/xargs.c:
1108         Once we collect enough arguments (for the value specified by the -n
1109         option) to do an exec(), do it immediaely instead of waiting for the
1110         next one to arrive.  This fixes Savannah bug #7340.
1112         * ChangeLog, configure.in, NEWS: Prepare to release 4.2.8.
1114         * NEWS: Updates for 4.2.8.
1116         * configure.in: check for  sys/types.h
1118         * find/find.c:
1119         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.
1121         * find/defs.h:
1122         Declarations of xmalloc() and friends belong in xalloc.h, not in defs.h
1124         * find/parser.c: avoid signed/unsigned warning, and #include xalloc.h
1126         * find/fstype.c:
1127         Changed to alloc get_mounted_devices() to compile on Solaris
1129         * README-CVS:
1130         Automake requires GNU m4, so point out that the reader needs that.
1132         * find/defs.h, find/find.c, find/fstype.c:
1133         When wd_sanity_check() fails, enumerate the mounted devices, rather than the mounted filesystem names
1135         * NEWS: prepare for 4.2.8
1137         * configure.in:
1138         Look for some Solaris headers which are used by get_mounted_devices()
1140         * lib/Makefile.am: don't build savedirtypes yet
1142         * 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:
1143         updated po files
1145         * m4/nullsort.m4:
1146         Avoid suprious output of the test data when the tests fail.
1148 2004-11-21  James Youngman  <jay@gnu.org>
1150         * 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:
1151         Messages changed again
1153         * ChangeLog, configure.in: Preparing to release 4.2.7.
1155         * NEWS: Updated for release of 4.2.7.
1157         * import-gnulib.sh: Also need canonicalize module.
1159         * find/find.c:
1160         When checking to see if a filesystem has changed state, use an
1161         absolute pathname.
1163         * configure.in:
1164         No need to pause to allow James to view his handiwork, it (allegedly)
1165         works now.
1167         * configure.in:
1168         Oops.  Check for setlocale() to re-enable the i18n support which was
1169         accidentally disabled in 4.2.5.
1171         * find/find.c:
1172         Check to see if the new directory is a transitioned mount point by
1173         using its ABSOLUTE name, if we can figure it out.
1175         * doc/find.texi:
1176         Added guidance on some of the error messages.  Not the most common
1177         ones, but the ones where the user might most benefit from some handy
1178         hints or an explanation of what is going on.
1180         * find/pred.c:
1181         Actually emit an error message if we fail to stat a symlink (for
1182         reasons other than nonexistence of the link and infinite loop).
1184         * doc/texinfo.tex: Updated texinfo.tex
1186         * NEWS, configure.in, find/find.c, find/fstype.c:
1187         Enable the 'Warning: filesystem XXX has recently been mounted' check on Solaris, which prevents it exiting fatally when traversing an automount mount point
1189         * 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:
1190         messages changed again
1192         * NEWS: Implemented xargs --arg-file.
1194         * doc/find.texi, xargs/xargs.1, xargs/xargs.c, NEWS:
1195         Implemented xargs --arg-file
1197         * find/find.c:
1198         Where a filesystem was recently (un)mounted, try togive its full name
1200         * configure.in:
1201         Try to avoid requesting -lsun if we don't seem to need it (e.g. on
1202         UNICOS where it is not present and trying to link against it produces
1203         a warning).
1205         * find/defs.h, lib/modetype.h: Guard against multiple inclusion
1207         * find/fstype.c:
1208         We now need <mntent.h> even if we are not using getmntent() to figure
1209         out the type of a filesystem, because wd_sanity_check() needs to
1210         enumerate the system mount points.
1212         * configure.in: Next release will be 4.2.7.
1214         * find/fstype.c:
1215         get_mounted_filesystems() should use getmntent() if that function is
1216         present, rather than just if configure didn't find anything better for
1217         filesystem_type_uncached() to use than that.
1219         * find/parser.c:
1220         If -delete is the only action on a file, don't assume the default
1221         -print action too.
1223         * 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:
1224         Preparation to release findutils-4.2.6.
1226         * find/Makefile.am, xargs/Makefile.am:
1227         Enable checking of support for --version and --help
1229         * locate/Makefile.am:
1230         Con't check command-line options for frcode, code or bigram
1232         * locate/code.c: Support --version and --help.
1234         * ChangeLog: *** empty log message ***
1236         * find/defs.h, find/find.c, find/fstype.c, lib/Makefile.am, lib/extendbuf.c, lib/extendbuf.h, NEWS:
1237         Avoid fatal error if automount mounts a filesystem on a directory because we chdir()ed into it
1239         * configure.in: Next release will be 4.2.6.
1241         * find/find.1:
1242         Indicate that the '-' flag does work for most fields.   Also provide
1243         an example of using the comma operator to traverse the filesystem just
1244         once but search for more than one thing.
1246         * doc/find.texi: Indicate that the '-' flag does work for most fields.
1248 2004-11-19  James Youngman <jay@gnu.org>
1250         * configure.in: releaseing findutils-4.2.5
1252         * find/testsuite/Makefile.am, locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
1253         If a directory has no Makefile.am, omit it from the parent's DIST_SUBDIRS - automake-1.9 requires this
1255         * 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:
1256         updated by make distcheck
1258         * ChangeLog, NEWS: Updated for release 4.2.5.
1260         * find/find.1, doc/find.texi:
1261         Tell the reader that format flags may not work as they expect.
1263         * configure.in:
1264         Use the correct name for the macro gl_AC_TYPE_LONG_LONG (not
1265         jm_AC_TYPE_LONG_LONG).
1267 2004-11-15  James Youngman <jay@gnu.org>
1269         * import-gnulib.sh:
1270         Avoid test -e because not all systems are POSIX-compliant (bug
1271         #11005).  Also don't need regex module any more if we're not building
1272         in intl.
1274         * Makefile.am, configure.in:
1275         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
1277         * doc/find.texi:
1278         Use @ref not @xref for a reference at the beginning of a sentence.
1280         * intl/Makefile.in:
1281         Make sure gnulib.lib is on the #include path (Savannah bug #11002)
1283         * locate/locate.c:
1284         Use base_name instead of basename - fixes Savannah bug 11003.
1286         * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, locate/bigram.c, locate/locate.c:
1287         Don't need banner to emphasise the location of the call to jy_SORTZ
1289 2004-11-12  James Youngman <jay@gnu.org>
1291         * 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:
1292         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]
1294 2004-11-11  James Youngman <jay@gnu.org>
1296         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c:
1297         Implemented -H and -L options.
1299         * find/util.c: Added in the -H and -L options on the usage message.
1301 2004-11-10  James Youngman <jay@gnu.org>
1303         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1304         Implemented %M and %A+ format specifiers
1306         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1307         Documented the fact that only %d and %m format specifiers honour the various formatting flags
1309         * xargs/xargs.c:
1310         Get the right number of bytes in a Kilobyte (hint: it's not 1048; that
1311         was a typo, honest :)
1313         * po/pl.po: Applied Polish translations
1315 2004-11-08  James Youngman <jay@gnu.org>
1317         * 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:
1318         distcheck changed the po files again
1320         * locate/Makefile.am:
1321         Make install-data-hook honour the setting of DESTDIR so that "make
1322         DESTDIR=/tmp/foo install" works and puts localstater in the right
1323         place.
1325         * configure.in: We're now working on findutils-4.2.5.
1327         * doc/find.texi, xargs/xargs.1:
1328         Point out that xargs -i only splits input items at newlines
1330         * ChangeLog: Indicate that we released 4.2.4.
1332         * ChangeLog: Updated for release 4.2.4
1334         * NEWS, configure.in: Prepare for release of 4.2.4.
1336         * NEWS: Brought up to date with latest changes.
1338         * 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:
1339         Turn warning messages off by default if stdin is not a tty; allow these to be controlled explicitly by options -warn and -nowarn
1341         * po/et.po, po/it.po: Updated translation files
1343         * po/sk.po: New translation file
1345         * po/fr.po, po/nl.po, po/tr.po: Updated translation files
1347         * configure.in: Added Slovak (sk) language.
1349         * xargs/xargs.c:
1350         Enforcing a lower limit on the value specified by -s makes the test
1351         suite fail.  Removed that lower limit.
1353         * locate/Makefile.am: Oops, multilocate doesn't exist yet.
1355         * NEWS: *** empty log message ***
1357         * doc/find.texi, locate/updatedb.1, locate/updatedb.sh:
1358         Added option --findoptions to updatedb
1360         * locate/Makefile.am, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
1361         Fixed section numbers in manpage titles and cross-references
1363         * NEWS, doc/find.texi, xargs/xargs.1, xargs/xargs.c:
1364         Increased the default argument length and improved POSIX compliance of the handling of out-of-range values for the -s option
1366 2004-11-07  James Youngman <jay@gnu.org>
1368         * m4/Makefile.am:
1369         Added in the extra files we need to distribute, nullsort.m4
1370         order-bad.bin order-good.bin
1372         * doc/find.texi: Documented locate's --limit option
1374         * locate/locate.1, locate/locate.c:
1375         Implmented --limit and corrected the implementation of the -i option.
1377 2004-11-06  James Youngman <jay@gnu.org>
1379         * NEWS, doc/find.texi, locate/locate.1:
1380         Documented --wholename and --basename and updated the NEWS file
1382         * README-CVS:
1383         Give the autogen commands in a form that you can usefully cut and paste into a shell
1385         * NEWS: Options --null and --count) for locate
1387         * lib/nextelem.c:
1388         Don't return '.' for an empty path element, because the path we are splitting may not be intended to contain directories
1390         * configure.in: we're working on findutils-4.2.4 now
1392         * locate/Makefile.am: Substitute @SORT_SUPPORTS_Z@
1394         * doc/find.texi:
1395         Documented new locate option --null and newline handling
1397         * locate/locate.1, locate/locate.c:
1398         New locate options --null, --wholename, --basename, --count
1400         * locate/frcode.c, locate/updatedb.1, locate/updatedb.sh:
1401         correctly handle newlines in the file names
1403         * configure.in: Determine if sort -z works
1405         * m4/nullsort.m4, m4/order-bad.bin, m4/order-good.bin:
1406         jy_SORTZ: a macro to determine if the system has a sort command with a working -z option
1408 2004-11-01  James Youngman <jay@gnu.org>
1410         * NEWS: Fixed "find -printf '%H\n'".
1412         * find/find.c:
1413         Avoid segfault if -printf %H is used where the matched file was the default, unspecified starting point, the current directory
1415 2004-10-31  James Youngman <jay@gnu.org>
1417         * find/find.1, find/parser.c: NetBSD also supports -d.
1419         * find/find.1, doc/find.texi:
1420         Documented the behaviour of -daystart and -follow in more detail
1422         * find/parser.c: Corrected the usage message.
1424         * find/parser.c:
1425         When deciding whether to issue a warning about options following
1426         non-options, ignore any options whose position affects the tests
1427         (i.e. -daystart and -follow).
1429         * find/parser.c: -daystart is a positional option like -follow.
1431         * find/parser.c:
1432         Issue a warning message if an option is specified after a test or an
1433         action (because the user might have believed that the behaviour of the
1434         option is in some way conditional on the preceding tests).
1436         * locate/updatedb.sh:
1437         Oops; removed some test code that I shouldn't have checked in.
1439         * locate/updatedb.sh:
1440         Indicate that the old locate database format will shortly be unsupported.
1442         * doc/find.texi:
1443         Use @direntry instead of hard-coding START-INFO-DIR-ENTRY inside @ifinfo.
1445         * locate/updatedb.1: Updated default location of locatedb file.
1447         * README-alpha:
1448         Updated to give correct FTP location and to not talk about "test"
1449         versions of automake, which are no longer required.
1451         * locate/updatedb.sh:
1452         Incorporated the default list of filesystems to avoid from the Debian
1453         package.  Also added /afs and /sfs to the default pruned paths.
1455         * configure.in: Released findutils 4.2.3
1457         * 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:
1458         did make distcheck, which updates these files
1460         * find/defs.h, find/fstype.c:
1461         Use const qualifier in arguments to filesystem_type() to allow callers with const variables to use them
1463         * ChangeLog: Updated.
1465         * NEWS: Added new news.
1467         * find/find.c:
1468         Extra diagnositcs for the case where we have the error "%s changed
1469         during execution of %s" - that is when we chdir back to the parent
1470         directory only to find that it has changed.
1472 2004-10-30  James Youngman <jay@gnu.org>
1474         * .cvsignore, NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
1475         Implemented the -quit action
1477         * NEWS, doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1478         Refactored time handling routines in preparation for support of absolute timestamp comparison predicates
1480         * locate/locate.c:
1481         Applied Savannah patch #2952 ("getline off-by-one bugfix").
1483         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
1484         Added -delete action (Savannah patch #3454 with additions)
1486         * locate/locate.c:
1487         Applied Savannah patch #2692 (allowing get_short to process negative integers).
1489         * find/find.c:
1490         If we are iossuing an error message because $FIND_BLOCK_SIZE is set,
1491         ignore the setting of errno.
1493         * find/parser.c: More fixes for pedantic compiler warnings
1495         * NEWS, find/parser.c, find/tree.c: Eliminated some compiler warnings
1497         * find/find.c, find/parser.c, find/pred.c:
1498         Various fixes for compiler warninga sbout unreachable code or unused function arguments
1500         * intl/plural.y: Silence compiler warning about unused argument.
1502         * locate/testsuite/Makefile.am:
1503         Subdirectory "inputs" does not exist, so remove it from DIST_SUBDIRS.
1505         * locate/locate.c:
1506         Corrected the explanation of why we have to use no parentheses around
1507         the String argument to the N_ macro in its expansion.
1509         * configure.in: Nextr release is 4.2.3.
1511         * configure.in: IOndicate this is no longer the pristine release.
1513         * NEWS:
1514         Oops, comments for release 4.2.0 should have said 20480 bytes, not 2480.
1516         * lib/listfile.c:
1517         The -ls predicate should not truncate usernames.  Fixes Savannah bug #10800.
1519         * find/fstype.c, locate/locate.c:
1520         Fixes for Savannah bug #3727 (Intel icc compilation errors).
1522 2004-10-25  James Youngman <jay@gnu.org>
1524         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1525         Support -printf %D, which prints the device number of the containing filesystem
1527         * locate/updatedb.sh:
1528         Avoid confusion between James Woods and James Youngman, by using the
1529         disambiguating surname.
1531         * find/parser.c: Use RE_ICASE instead of re->translate.
1533         * configure.in, find/parser.c, find/pred.c, xargs/xargs.c:
1534         No need to #define _GNU_SOURCE if we use gl_INIT.
1536 2004-10-24  James Youngman <jay@gnu.org>
1538         * ChangeLog: Prepared to release findutils-4.2.2.
1540         * 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:
1541         Updates prior to release of 4.2.2
1543         * NEWS: Updated with news for findutils-4.2.2.
1545         * 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:
1546         Corrected typo in the address of the FSF office
1548         * lib/strspn.c: Updated FSF address.
1550         * m4/.cvsignore: 'cvs status' should ignore Makefile.in
1552         * 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:
1553         Use gnulib-tool --import to import the gnulib code, rather than the odd way we were doing it before
1555         * 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:
1556         Work round an apparent compiler bug in HP-UX 11.23 for
1557         ia64
1559         * locate/locate.c:
1560         Work around what appears to be a C compiler bug in HP-UX 11.23 for
1561         ia64.
1563         * INSTALL, depcomp, install-sh, missing, mkinstalldirs:
1564         Updated from automake
1566         * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c, find/find.c:
1567         Avoid use of exit() within main, to silence warnings about unreachable code
1569 2004-10-22  James Youngman  <jay@gnu.org>
1571         * doc/find.texi: Syntax corrections.
1573         * doc/find.texi: Indicate that "-exec {}+" is not yet supported.
1575         * find/find.1: Indicate that "{}+" is not yet supported.
1577         * find/testsuite/find.gnu/name-period.xo, find/testsuite/find.gnu/name-period.exp, find/find.1, doc/find.texi:
1578         The -name predicate must allow '*' to match '.foo' as demanded by IEEE
1579         Std 1003.2-1992 Interpretation #126.
1581         * find/pred.c:
1582         Remove use of FNM_PERIOD for -name as demanded by IEEE Std 1003.2-1992
1583         Interpretation #126
1585         * find/parser.c: Fix for compilation (on AIX 4.3) with GCC 2.x.
1587         * xargs/xargs.c:
1588         Changed the erorr message issued when there is an unmatched quote to
1589         point out that the user might have wanted to use the -0 option instead.
1591 2004-10-17  James Youngman  <jay@gnu.org>
1593         * configure.in:
1594         Define intmax_t if it is not already defined - allows parser.c to compile on AIX 4.3
1596         * configure.in:
1597         Adjust version number to indicate that this s/w has moved on since the
1598         4.2.1 release.
1600         * configure.in: preparing to release 4.2.1
1602         * ChangeLog: updated with current changes
1604         * README-CVS: Updated to go with newer version of gnulib.
1606         * 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:
1607         preparation for release
1609         * NEWS: Mention the changes to "trap".
1611         * NEWS: Brought up to date.
1613         * import-gnulib.sh:
1614         Use xalloc-die module from gnulib, since that has now been split out
1616         * find/parser.c:
1617         Check fnmatch() when other predicates that rely on fnmatch() are used.
1619         * find/parser.c: bug #10701: find needs fnmatch sanitycheck on startup
1621 2004-10-16  James Youngman <jay@gnu.org>
1623         * import-gnulib.sh:
1624         Switch to requirement for GNU fnmatch because it supports FNM_CASEFOLD.
1626         * locate/updatedb.sh:
1627         Bug #9465: use of signal numbers for 'trap' is deprecated.  Should use
1628         names instead.  See
1629         http://www.opengroup.org/onlinepubs/009695399/utilities/trap.html,
1630         which indicates that support for signal numbers is optional, while
1631         support for signal names is mandatory.
1633         * configure.in:
1634         Indicate that this is the CVS version (once again) now that findutils
1635         4.2.0 has been released.
1637         * 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:
1638         findutils 4.1.20 check-in for tagging
1640 2004-10-02  James Youngman <jay@gnu.org>
1642         * po/Makefile.in.in:
1643         Search in $(top_srcdir) for mkinstalldirs, since that's where we keep it.
1645         * NEWS: Brought up to date, organised more clearly, and tidied up.
1647         * NEWS: brought up to date with recent changes
1649         * locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/ignore_case1.exp, locate/testsuite/locate.gnu/ignore_case3.exp, locate/updatedb.sh:
1650         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
1652         * find/pred.c:
1653         Fixed usage of human_readable() in '%k' format specifier to fix a bug
1654         reported by Dmitry V. Levin (arguments to human_readable() were
1655         specified in the wrong order, which resulted in a floating-point
1656         error).
1658 2004-08-08  James Youngman <jay@gnu.org>
1660         * locate/updatedb.sh:
1661         cd to / to avoid inability to examine the current directory if we're
1662         invoked via cron (and hence in root's home directory for example).
1664         * doc/find.texi, find/find.1:
1665         Deprecate -path and -ipath in favour of -wholename and -iwholename
1667         * find/parser.c:
1668         As per RMS's suggestion, deprecate -path and -ipath in favour of
1669         -wholename and -iwholename.
1671         * locate/locate.c:
1672         Fixed Savannah bug #9923, in which get_short() returns large positive
1673         ints when it should be returning negative shorts.
1675         * xargs/xargs.1:
1676         Applied documentation improvements suggested by Dan Jacobson
1677         <jidanni@jidanni.org>.
1679         * xargs/xargs.c:
1680         Don't check size_of_environment against arg_max since that causes the
1681         test suite to fail.
1683         * xargs/xargs.1, xargs/xargs.c: Better documentation for the -i option
1685 2004-05-03  James Youngman <jay@gnu.org>
1687         * find/find.1:
1688         document the various suffixes for -size and also the new 
1689         option -ignore_readdir_race
1691         * locate/locate.c:
1692         Fixes Savannah bug #8623 (failure to check consistency of data 
1693         read from locate database)
1695         * locate/updatedb.sh:
1696         Resolves Savannah bug 4380, that updatedb generates an empty
1697         database if one of the commands fails
1699         * NEWS: Talk about -ignore_readdir_race
1701         * doc/find.texi:
1702         Documented -ignore_readdir_race and -noignore_readdir_race
1704         * find/find.c:
1705         -ignore_readdir_race should have no effect if the reason for the
1706          failure of stat(2) was anything other than ENOENT.
1708         * find/defs.h, find/find.c, find/parser.c:
1709         Fixed Savannah bug 4391 (readdir race condition leading to 
1710         spurious error messages)
1712 2004-04-24  James Youngman <jay@gnu.org>
1714         * README-CVS: Corrected the instructions for getting gnulib via CVS.
1716 2004-04-13  James Youngman <jay@gnu.org>
1718         * doc/find.texi:
1719         Actioned Savannah bug #8558 (find complains when it tries to recurse
1720         into directories that it had removed).
1722 2004-03-13  James Youngman <jay@gnu.org>
1724         * ChangeLog: Updated from checkin comments.
1726         * find/find.c:
1727         Oops, there is no access to the predicate name table if DEBUG is 
1728         not #defined.
1730         * find/parser.c:
1731         Detect arithmetic overflow (poorly) in insert_time(), which diagnoses
1732         the failure to handle large arguments to -mtime.  The existing code
1733         does careful computation and then bungs the value into a time_t, which
1734         ruins all our careful effort.  The new code is not a great
1735         improvement.  We just check the result to detect overflow, rather than
1736         actually avoiding the overflow.
1738         * find/find.c:
1739         Fixed Debian bug #185202 by checking for any trailing predicates after
1740         the top-level invocation of get_expr() has done its work.
1742         * locate/locate.1, xargs/xargs.1:
1743         Fixed Debian bug 175372, inappropriate 'L' suffixes on manual 
1744         page section indicators
1746         * find/find.1:
1747         Removed "L" suffixes from manual page section indicators, to fix
1748         Debian bug 175372.
1750         * debian/updatedb.conf:
1751         Updated with list of filesystems from current Debian release.  This
1752         includes devfs, for example.
1754         * xargs/xargs.1:
1755         Modified documentation of "-s" option to take into account the fix for
1756         Debian bug #176201.
1758         * xargs/xargs.c:
1759         Fixed Debian bug #176201, "xargs enviroment size limited to 20k", by
1760         reading a patch offered by Bob Prolux and implementing something
1761         substantially similar myself.
1763 2004-01-03  James Youngman  <jay@gnu.org>
1765         * xargs/xargs.c:
1766         Indicate that prep_child_for_exec() fixes Savannah bug #3992.
1768         * xargs/xargs.c:
1769         Attach the stdin of xargs' child process to /dev/null so that if it
1770         tries to read from its stdin it doesn't consume any of the list of
1771         files that xargs is trying to use.
1773         * find/find.1:
1774         Documented that the -regex option follows Gnulib's re_match() 
1775         implementation.
1777         * NEWS, locate/locate.c: Applied Savannah patch 2108
1779         * xargs/xargs.c: Applied Savannah patch 1500
1781         * find/find.1, doc/find.texi:
1782         Improved the documentation for the %k and %b format specifiers to
1783         -printf (Savannah bug #5034).  Also pointed out that this handling is
1784         different to that used by the "b" and "k" suffixes with "-size".
1786         * find/find.1: Improved the documentation for %k (Savannah bug #5034).
1788         * find/find.1:
1789         Improved the documentation for -print0 in the manpage, fixing Debian
1790         bug 111143.
1792         * README-CVS, find/pred.c, lib/listfile.c:
1793         Brought up-to-date with change in gnulib's human.c - we no longer 
1794         use human_readable_inexact(), because it is no longer provided.
1796 2003-08-08  James Youngman  <jay@gnu.org>
1798         * find/find.1:
1799         Documented the fact that -printf also supports the '\0' escape code.
1800         Added "STANDARDS CONFORMANCE" section.
1802 2003-08-02  James Youngman  <jay@gnu.org>
1804         * find/find.1:
1805         Explain that braces are not special when performing filename matching
1806         with -name.
1808         * find/find.1:
1809         added example of the use of -exec to the EXAMPLES section
1811         * find/fstype.c, locate/locate.c:
1812         Savannah bug #4295 - implicit declarations of ctype.h functions
1814         * locate/locate.c:
1815         Savannah bug #4279 - missing newline on locate help message
1817         * find/find.1, xargs/xargs.1:
1818         Improved discussion of the -print0 option of find and the -0 option of xargs
1820 2003-06-26  James Youngman  <jay@gnu.org>
1822         * import-gnulib.sh:
1823         Remove reference to nonexistent module "basename" ("dirname" exists
1824         and we already use that).
1826 2003-06-21  James Youngman  <jay@gnu.org>
1828         * doc/find.texi:
1829         Indicate that xargs stops immediately if a command exits with status 255
1831         * xargs/xargs.1:
1832         Document the fact that xargs exits immediately with an error message
1833         if the command it executes exits with a status of 255.
1835 2003-06-18  James Youngman  <jay@gnu.org>
1837         * find/find.1:
1838         Indicate that -fls and friends always create their output file
1840 2003-06-16  James Youngman  <jay@gnu.org>
1842         * ChangeLog, find/find.1, locate/locate.1, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
1843         Added BUGS section to manual pages.   This section includes information about known bugs and how to report new bugs.
1845         * AUTHORS: Identify the current maintainer.
1847         * TODO: Removed the TODO items which have now been done.
1849         * THANKS: Added Bruno Haible and Bob Prolux.
1851         * xargs/xargs.c: xargs/xargs.c (DO_MULTIBYTE): New macro.
1852         (mbstrstr): New function.
1853         (do_insert): Use it instead of strstr.
1855         * config.guess, config.sub:
1856         Use config.guess and config.sub from automake
1858         * find/fstype.c:
1859         Bruno Haible: (fstype_to_string) Don't define this function if
1860         HAVE_F_FSTYPENAME_IN_STATFS is defined.
1862         * configure.in:
1863         Bruno Haible: Prefer the 4.4BSD API (if present) to the 4.3BSD API,
1864         because some 4.4BSD systems have <mntent.h> but no /etc/mtab file.
1866         * doc/find.texi, find/find.1:
1867         Applied patch 1498 (documenting the backslash escape sequence)
1869         * locate/updatedb.sh: Applied (my own version of) Savannah patch 1601.
1871         * doc/find.texi:
1872         Applied Savannah patch #1547 (document the fact that printf
1873         field-width specifiers are supported).
1875         * xargs/xargs.c:
1876         Applied Savannah patch #1499 (adds final newline to usage message).
1878 2003-06-14  James Youngman  <jay@gnu.org>
1880         * NEWS, configure.in:
1881         Updated version number to 4.2.0-CVS [not ready for release yet]
1883         * 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
1884         also need stpcpy (e.g. for Solaris)
1886         * intl/dcigettext.c:
1887         plural_lookup: don't use a variable called "index", because we may
1888         have done "#define strchr index", in which case using a variable
1889         called index will prevent us calling strchr(p, ch) in the same scope.
1891         * 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:
1892         Updated copyright years and the address of the FSF
1894         * aclocal.m4, config.h.in, configure:
1895         Removed files that are generated from other files (e.g. configure)
1897         * NEWS: Updated NEWS file for 4.1.20.
1899         * 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:
1900         Updates to the i18n files to ensure that 'make dist' succeeds
1902         * lib/posix/.cvsignore, lib/posix/Makefile.am,
1903         lib/posix/Makefile.in, lib/posix/regex.h, lib/strftime.c,
1904         lib/strncasecmp.c, lib/strspn.c, lib/strstr.c, lib/strtol.c,
1905         lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c, lib/wait.h,
1906         lib/waitpid.c, lib/xalloc.h, lib/xgetcwd.c, lib/xmalloc.c,
1907         lib/xstat.in, lib/xstrdup.c, lib/xstrtol.c, lib/xstrtol.h,
1908         lib/xstrtoul.c, lib/xstrtoul.h, lib/xstrtoumax.c, lib/yesno.c,
1909         locate/Makefile.am, locate/Makefile.in, locate/locate.c,
1910         locate/testsuite/Makefile.in, m4/.cvsignore, m4/ChangeLog,
1911         m4/Makefile.am, m4/Makefile.am.in, m4/Makefile.in, m4/README,
1912         m4/afs.m4, m4/assert.m4, m4/c-bs-a.m4, m4/check-decl.m4,
1913         m4/codeset.m4, m4/d-ino.m4, m4/d-type.m4, m4/error.m4,
1914         m4/fnmatch.m4, m4/fnmatchcase.m4, m4/fstypename.m4, m4/getline.m4,
1915         m4/gettext.m4, m4/glibc.m4, m4/glibc21.m4, m4/iconv.m4,
1916         m4/inttypes_h.m4, m4/isc-posix.m4, m4/jm-glibc-io.m4,
1917         m4/jm-macros.m4, m4/jm-mktime.m4, m4/lcmessage.m4, m4/libintl.m4,
1918         m4/link-follow.m4, m4/ls-mntd-fs.m4, m4/lstat-slash.m4,
1919         m4/lstat.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/memcmp.m4,
1920         m4/prereq.m4, m4/progtest.m4, m4/readdir.m4, m4/realloc.m4,
1921         m4/regex.m4, m4/st_dm_mode.m4, m4/st_mtim.m4, m4/stat.m4,
1922         m4/strerror_r.m4, m4/strftime.m4, m4/timespec.m4, m4/uintmax_t.m4,
1923         m4/ulonglong.m4, m4/xstrtoumax.m4, xargs/Makefile.am,
1924         xargs/Makefile.in, xargs/testsuite/Makefile.in,
1925         find/testsuite/Makefile.in, lib/.cvsignore, lib/Makefile.am,
1926         lib/Makefile.in, lib/alloca.c, lib/ansi2knr.1, lib/ansi2knr.c,
1927         lib/argmatch.c, lib/argmatch.h, lib/basename.c, lib/basename.h,
1928         lib/dirname.c, lib/dirname.h, lib/error.c, lib/error.h,
1929         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/fnmatch.c,
1930         lib/fnmatch.h, lib/getline.c, lib/getline.h, lib/getopt.c,
1931         lib/getopt.h, lib/getopt1.c, lib/human.c, lib/human.h,
1932         lib/idcache.c, lib/malloc.c, lib/memcmp.c, lib/memcpy.c,
1933         lib/memset.c, lib/mktime.c, lib/modechange.c, lib/modechange.h,
1934         lib/pathmax.h, lib/quotearg.c, lib/quotearg.h, lib/realloc.c,
1935         lib/regex.c, lib/regex.h, lib/rpmatch.c, lib/savedir.c,
1936         lib/savedir.h, lib/stpcpy.c, lib/strcasecmp.c, lib/strdup.c,
1937         find/Makefile.am, find/Makefile.in, find/find.c, find/pred.c:
1938         Updated to work with current version of gnulib
1940         * import-gnulib.sh: New file.
1942         * config.h.in, configure, configure.in, doc/Makefile.in, import-gnulib.sh:
1943         Updated to work with current version of gnulib
1945         * README-CVS: New file.
1947         * Makefile.am, Makefile.in, README-CVS, aclocal.m4:
1948         Updated to work with current version of gnulib
1950 2001-06-09  Kevin Dalley  <kevin@seti.org>
1952         * intl/plural.c:
1953         Changes the location of bison.simple after running bison on local
1954         machine
1956         * ChangeLog: *** empty log message ***
1958         * Makefile.in, aclocal.m4, config.h.in, configure,
1959         doc/Makefile.in, find/Makefile.in, find/testsuite/Makefile.in,
1960         lib/Makefile.in, lib/posix/Makefile.in, locate/Makefile.in,
1961         locate/testsuite/Makefile.in, m4/Makefile.in, xargs/Makefile.in,
1962         xargs/testsuite/Makefile.in: Updates mostly from gettext-0.10.38
1964         * ABOUT-NLS: * ABOUT-NLS: updated from gettext-0.10.38.
1966         * configure.in: * configure.in: add tr to ALL_LINGUAS.
1968         * intl/config.charset, intl/dcigettext.c, intl/dcngettext.c,
1969         intl/dngettext.c, intl/libgnuintl.h, intl/localcharset.c,
1970         intl/locale.alias, intl/ngettext.c, intl/plural.y,
1971         intl/ref-add.sin, intl/ref-del.sin: updated from gettext-0.10.38
1973         * intl/cat-compat.c, intl/linux-msg.sed, intl/po2tbl.sed.in,
1974         intl/xopen-msg.sed, m4/ChangeLog: *** empty log message ***
1976         * m4/jm-macros.m4:
1977         * jm-macros.m4 (jm_MACROS): remove jm_ICONV, which is replaced by
1978         AM_ICONV, which is imported from gettext-0.10.38.  removed
1979         jm_GLIBC21, which is required in AM_GNU_GETTEXT, which is
1980         imported from gettext-0.10.38.
1982         * po/stamp-cat-id:      * stamp-cat-id: Remove file.
1984         * po/Makefile.in.in:    * Makefile.in.in: Upgrade to gettext-0.10.38.
1986         * po/ChangeLog:         * cat-id-tbl.c: Remove file.
1988         * po/de.po, po/es.po, po/et.po, po/fr.po:
1989         * fr.po, et.po, es.po, de.po: updated translations to
1990         findutils-4.1.7.
1992         * po/tr.po: * tr.po:  New Turkish translation.
1994         * m4/ChangeLog: *** empty log message ***
1996         * intl/dgettext.c, intl/explodename.c, intl/finddomain.c,
1997         intl/gettext.c, intl/gettext.h, intl/gettextP.h,
1998         intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
1999         intl/libgettext.h, intl/loadinfo.h, intl/loadmsgcat.c,
2000         intl/localealias.c, intl/plural.c, intl/textdomain.c,
2001         intl/ChangeLog, intl/Makefile.in, intl/VERSION,
2002         intl/bindtextdom.c, intl/dcgettext.c: Updated from gettext-0.10.38
2004         * m4/Makefile.am:
2005         reflects addition of codeset.m4 from gettext-0.10.38, automatically
2006         generated.
2008         * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4,
2009                 m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4: *
2010                 progtest.m4, lcmessage.m4, isc-posix.m4, iconv.m4,
2011                 glibc21.m4, gettext.m4, codeset.m4: updated from
2012                 gettext-0.10.38.
2014         * ChangeLog: *** empty log message ***
2016         * THANKS: added "Gerrit P. Haase" <gerrit.haase@t-online.de>
2018         * m4/ChangeLog, locate/testsuite/.cvsignore,
2019         xargs/testsuite/.cvsignore, config.h.in, configure, aclocal.m4,
2020         doc/.cvsignore: *** empty log message ***
2022         * m4/jm-macros.m4:      * jm-macros.m4 (jm_MACROS): add jm_FSTYPENAME
2024         * doc/Makefile.in: *** empty log message ***
2026         * doc/Makefile.am:
2027         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
2028         created by dvips.  This should be taken care of by automake, but
2029         the code is commented out.
2031 2001-06-09  Kevin Dalley  <kevin@seti.org>
2033         * ABOUT-NLS: updated from gettext-0.10.38.
2035         * configure.in: add tr to ALL_LINGUAS.
2037         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
2038         created by dvips.  This should be taken care of by automake, but
2039         the code is commented out.
2041 2001-06-05  Kevin Dalley  <kevin@seti.org>
2043         * locate/updatedb.sh: replace "whoami" with "id -u" when testing
2044         for root.
2046 2001-06-04  Kevin Dalley  <kevin@seti.org>
2048         * locate/testsuite/Makefile.am (DIST_SUBDIRS): remove second
2049         instance of DIST_SUBDIRS.
2051         * locate/Makefile.am (install-data-hook): changed install target
2052         to install-data-hook, which still installs other files.
2054         * doc/Makefile.am (MOSTLYCLEANFILES): added find.cps, which should
2055         probably be handled by automake.
2057         * doc/mdate-sh: removed file in doc directory.  It now exists only
2058         in top_srcdir, but this changed required a patch to automake.
2060 2001-05-20  Kevin Dalley  <kevin@seti.org>
2062         * Version 4.1.7
2063         
2064         * lib/Makefile.am (EXTRA_DIST): add strcasecmp.c
2066         * find/testsuite/Makefile.am (EXTRA_DIST): new tests:
2067         find.gnu/name-opt.exp find.gnu/perm.exp find.gnu/perm.xo
2068         find.gnu/prune-default-print.exp find.gnu/prune-default-print.xo
2070         * configure.in: update to 4.1.7
2072         * config.sub, config.guess: upgraded to recent versions of
2073         config.sub and config.guess.
2075         * locate/updatedb.sh: Add space to "#! /bin/sh"
2077         * configure.in: Add id to ALL_LINGUAS
2079         * lib/Makefile.am (EXTRA_DIST):  getline.[ch] added
2080         (libfind_a_SOURCES): getline.[ch] removed since getline.c is not
2081         always needed.
2083 2001-05-20  Lionel CONS <lionel.cons@cern.ch>
2085         * find/find.c: Fixed security holes.  1.  There is a race
2086         condition between the lstat() to detect a symbolic link and the
2087         actual chdir().  2.  An attacker can move directories while find
2088         is _inside_ so that chdir(..) goes out of the intended file tree.
2090         * lib/modetype.h: support for Solaris door files is added.
2092         * lib/filemode.c: S_ISDOOR is undef'ed if STAT_MACROS_BROKEN
2094         * find/pred.c (pred_type): -D option (for Solaris door files) is
2095         added.
2097         * find/parser.c (insert_type):  -D option (for Solaris door files)
2098         is added. 
2100         * find/find.1: -D option (for Solaris door files) is documented
2102         * doc/find.texi (Type): -D option (for Solaris door files) is
2103         documented
2105 2001-05-02  Kevin Dalley  <kevin@seti.org>
2107         * configure.in: Change AC_CHECK_MEMBERS to conform to new
2108         autoconf.  Add Danish.
2110 2001-01-20  Kevin Dalley  <kevin@seti.org>
2112         * doc/find.texi (Adding Tests): Place space in "#! /bin/sh".
2114         * find/testsuite/find.gnu/prune-default-print.xo,
2115         find/testsuite/find.gnu/prune-default-print.exp: test for "find
2116         . -prune" which passes after changes.  Also see name-opt.exp.
2118         * find/util.c (get_new_pred):
2119         * find/tree.c (set_new_parent):
2120         * find/parser.c (various parse functions):
2121         * find/find.c (main): 
2122         (default_prints): new function 
2123         * find/defs.h (struct predicate): added no_default_print
2124         side_effects are no separated from no_default_print.  predicates
2125         which cause side effects should not be reordered (optimized).
2126         predicates which cause printing should have printing turned off.
2127         Printing statements also cause side effects.
2129 2000-10-29  Bruno Haible <haible@ilog.fr>
2131         * locate/code.c (main), doc/find.texi: improve handling of
2132         non-ASCII characters used old format.
2134 2000-10-21  Paul Eggert  <eggert@twinsun.com>
2136         If open + fchdir fails, fall back on xgetcwd + chdir.
2137         The old code tested for this at compile-time,
2138         but SunOS 4.1.4 fchdir can fail at run-time.
2140         * find/defs.h (fchdir): Define to -1 if not available.
2141         * find/defs.h (starting_dir, starting_desc):
2142         Always declare.  starting_dir now points to const.
2143         * find/find.c (starting_dir, starting_desc): Likewise.
2144         * find/find.c (starting_dir):
2145         Now "." if starting_desc is nonnegative, for benefit of diagnostics.
2146         (main, process_top_path, process_dir):
2147         If open + fchdir fails, fall back on xgetcwd + chdir.
2148         * find/pred.c (launch): Likewise.
2150 2000-10-20  Kevin Dalley  <kevin@seti.org>
2152         * xargs/xargs.c, locate/updatedb.sh, locate/locate.c (usage),
2153         find/parser.c (parse_help): add bug reporting address to help
2155 2000-10-13  Kevin Dalley  <kevin@seti.org>
2157         * depcomp, lib/depcomp: depcomp moved from lib to .
2159 2000-10-11  Kevin Dalley  <kevind@rahul.net>
2161         * Version 4.1.6
2162         
2163         * locate/testsuite/config/unix.exp: set PRUNEFS to "" for the
2164         testsuite. 
2166 2000-10-10  Bruno Haible <haible@ilog.fr>
2168         * lib/Makefile.am (libfind_a_SOURCES): added yesno.c
2170         * lib/yesno.c, lib/rpmatch.c: new files.
2172         * find/pred.c: use function yesno().
2174 2000-10-10  Kevin Dalley  <kevind@rahul.net>
2175         
2176         * locate/testsuite/Makefile.am: Added missing \ at end of
2177         EXTRA_DIST lines.
2179         * locate/testsuite/locate.gnu/ignore_case3.xo,
2180         locate/testsuite/locate.gnu/ignore_case3.exp,
2181         locate/testsuite/locate.gnu/ignore_case2.exp,
2182         locate/testsuite/locate.gnu/ignore_case1.xo,
2183         locate/testsuite/locate.gnu/ignore_case1.exp: place locatedb
2184         inside tmp directory, add subdir directory under tmp.
2186         * locate/testsuite/config/unix.exp: clean up tmp after test is
2187         finished. 
2189 2000-10-10  Kevin Dalley  <kevind@rahul.net>
2191         * locate/testsuite/config/unix.exp (Repository): 
2193 2000-10-09  Kevin Dalley  <kevind@rahul.net>
2195         * lib/fnmatch.c, lib/fnmatch.h: reverted to older version of
2196         fnmatch which works with Solaris.
2198         * locate/testsuite/config/unix.exp: dejagnu unix.exp
2200         * xargs/testsuite/config/unix.exp: remove temporary file
2202         * xargs/xargs.c: spelling correction
2204         * m4/prereq.m4: updated and changed some macros
2206         * m4/jm-macros.m4: replaced jm_FUNC_FNMATCH with
2207         kd_FUNC_FNMATCH_CASE_REPL 
2209         * m4/timespec.m4, m4/strerror_r.m4, m4/mbstate_t.m4,
2210         m4/largefile.m4, m4/gettext.m4, m4/fnmatchcase.m4, m4/d-type.m4,
2211         m4/d-ino.m4, m4/c-bs-a.m4: new m4 macros.
2213         * m4/Makefile.am: add fnmatchcase.m4 and mbstate_t.m4
2215         * locate/testsuite/locate.gnu/ignore_case3.xo,
2216         locate/testsuite/locate.gnu/ignore_case3.exp,
2217         locate/testsuite/locate.gnu/ignore_case2.xo,
2218         locate/testsuite/locate.gnu/ignore_case2.exp,
2219         locate/testsuite/locate.gnu/ignore_case1.xo,
2220         locate/testsuite/locate.gnu/ignore_case1.exp,
2221         locate/testsuite/config/unix.exp: tests related to "--ignore-case"
2222         option.
2224         * locate/testsuite/locate.gnu: testsuite directory
2226         * locate/testsuite/Makefile.am (Repository): 
2228         * locate/testsuite: add directory for locate testsuite
2230         * po/findutils.pot: updated file
2232         * po/sv.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po,
2233         po/it.po, po/gl.po, po/fr.po, po/et.po, po/es.po, po/de.po:
2234         updated various po files.
2236         * locate/updatedb.sh: export TMPDIR, which is used by child
2237         processes.
2239         * locate/locate.1, locate/locate.c:  add "--ignore-case" option.
2241         * locate/Makefile.am: add testsuite subdirectory
2243         * find/testsuite/find.gnu/perm.xo,
2244         find/testsuite/find.gnu/perm.exp,
2245         find/testsuite/find.gnu/name-opt.xo,
2246         find/testsuite/find.gnu/name-opt.exp: added test suites
2248         * configure.in: add locate/testsuite/Makefile
2250         * doc/find.info*: removed from repository
2252         * doc/find.texi: add documentation for "-i" option.
2254         * aclocal.m4: removed from repository, as it is generated.
2256         * find/pred.c: fixes problem with "find -perm -0100".
2258         * lib/lstat.c, lib/stat.c: removed from repository.  These files
2259         are generated from lib/xstat.in.
2261 2000-08-24  Kevin Dalley  <kevind@rahul.net>
2263         * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s}.
2265 2000-05-13  Kevin Dalley  <kevind@rahul.net>
2267         * find/tree.c (opt_expr): move iname and ipath to the front of the
2268         list of arguments.
2270         * doc/find.texi (Directories): changed wording for "-prune".
2272         * find/parser.c (parse_prune): set side_effects to true, to
2273         prevent prune from being moved in opt_expr.
2275 2000-04-12  Kevin Dalley  <kevind@rahul.net>
2277         * doc/find.texi, doc/permi.texi: fix spellings, add LocalWords.
2279         * lib/Makefile.am: put getline.c back into libfind_a_SOURCES,
2280         since getstr is needed.
2282         * Version 4.1.5
2283         
2284         * po/POTFILES.in: updated list of files, updated po files.
2287 2000-04-02  Paul Eggert  <eggert@twinsun.com>
2289         Add support for large files, and port to Solaris 8 and earlier
2290         versions.
2292         * lib/human.c (getenv): Depend on NEED_GETENV_DECL, not
2293         HAVE_DECL_GETENV.
2295         * lib/strftime.c (my_strftime): Make sure we call the system
2296         strftime, not ourselves, when invoking the underlying strftime.
2297         
2298         * m4/check-decl.m4 (jm_CHECK_DECLS): Remove memchr, nanosleep.
2300         * m4/jm-macros.m4 (jm_MACROS): Don't check for utime.h.  Do not
2301         require jm_BISON, jm_CHECK_TYPE_STRUCT_UTIMBUF, jm_FUNC_LCHOWN,
2302         jm_FUNC_CHOWN, jm_FUNC_NANOSLEEP, jm_FUNC_GROUP_MEMBER,
2303         jm_FUNC_PUTENV, jm_FUNC_GETGROUPS, AM_FUNC_GETLOADAVG,
2304         jm_SYS_PROC_UPTIME, jm_FUNC_FTRUNCATE, jm_FUNC_UTIME.  Do not
2305         replace strcasecmp, dup2, gethostname, getusershell, stime,
2306         strcspn, strpbrk, euidaccess, mkdir, rmdir, rpmatch, strndup,
2307         strverscmp, memchr, memmove.  Do not check for declaration of
2308         lchown.  Remove invocations of AM_FUNC_OBSTACK, AM_FUNC_STRTOD,
2309         POW_LIBM, jm_LANGINFO_CODESET, jm_ICONV.  Remove df tests.
2310         (jm_CHECK_ALL_TYPES): Include <sys/stat.h> when checking for
2311         struct stat.st_blksize.
2313         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set environment variable
2314         in shell rather than using putenv, which isn't portable.
2315         
2316         * COPYING, lib/alloca.c, lib/dirname.c, lib/error.c,
2317         lib/savedir.c, lib/strstr.c, m4/check-decl.m4, m4/d-ino.m4,
2318         m4/d-type.m4, m4/getline.m4, m4/jm-glibc-io.m4, m4/jm-macros.m4,
2319         m4/jm-mktime.m4, m4/ls-mntd-fs.m4, m4/memcmp.m4, m4/prereq.m4,
2320         m4/readdir.m4, m4/regex.m4, m4/strftime.m4, m4/uintmax_t.m4: Sync
2321         to latest version from sh-utils-2.0g.
2323         * config.guess, config.sub, lib/argmatch.c, lib/argmatch.h,
2324         lib/human.c, lib/human.h, lib/memcpy.c, lib/quotearg.c,
2325         lib/quotearg.h, lib/strtoull.c, lib/strtoumax.c,
2326         lib/xstrtoumax.c, m4/c-bs-a.m4, m4/gettext.m4,
2327         m4/largefile.m4, m4/lcmessage.m4, m4/link-follow.m4,
2328         m4/progtest.m4, m4/strerror_r.m4, m4/timespec.m4,
2329         m4/xstrtoumax.m4: New files, taken from sh-utils-2.0g.
2331         * lib/ansi2knr.1, lib/ansi2knr.c, lib/basename.c, lib/getopt.h,
2332         lib/fnmatch.c, lib/fnmatch.h, lib/modechange.c: Sync to latest
2333         unreleased version of GNU tar (between 1.13.17 and 1.13.18).
2335         * lib/basename.h, lib/waitpid.c: New files, taken from same
2336         version of GNU tar.
2337         
2338         * lib/regex.c, lib/regex.h: Sync to GNU grep 2.4.2.
2340         * lib/posix/Makefile.am, lib/posix/regex.h: New files, taken from
2341         GNU grep 2.4.2.
2343         * lib/strftime.c: Sync to textutils 2.0e.
2344         
2345         * acconfig.h, depcomp, lib/strcasecmp.c, m4/check-type.m4,
2346         m4/const.m4, m4/decl.m4, m4/lfs.m4, m4/mktime.m4, m4/perl.m4,
2347         m4/putenv.m4, m4/uptime.m4, m4/utimbuf.m4, m4/utime.m4,
2348         m4/utimes.m4: Remove these files; no longer needed.
2350         * configure.in (AC_CANONICAL_HOST, AC_SYS_LARGEFILE,
2351         jm_AC_TYPE_UINTMAX_T): Add.
2352         (CACHE_IDS, FSTYPE_STATVFS, FSTYPE_USG_STATFS, FSTYPE_AIX_STATFS,
2353         FSTYPE_MNTENT, FSTYPE_STATFS, FSTYPE_GETMNT): Add comment, so that
2354         we don't need acconfig.h.
2355         (AC_CHECK_TYPE): Add ssize_t.
2356         (AC_REPLACE_FUNCS): Add waitpid.
2357         (AC_CHECK_FUNCS): Remove basename.
2358         (AC_FUNC_MKTIME): Remove.
2359         (LIBOBJS): Add no-ops to work around automake 1.4 bug.
2360         (AC_OUTPUT): Add lib/posix/Makefile.
2362         * find/defs.h: Include <config.h>, <sys/types.h>, <sys/stat.h>,
2363         <stdio.h>, <limits.h>, <inttypes.h>.  All includers changed to not
2364         include these files, and to include "defs.h" first (since config.h
2365         must be included first).
2366         (CHAR_BIT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
2367         S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, MOD_WXUSR,
2368         MODE_R, MODE_RW, MODE_RWX, MODE_ALL): New macros.
2369         (enum permissions_type): New enum.
2370         (struct long_val.negative): New member.
2371         (struct long_val.l_val): Now uintmax_t, not unsigned long.
2372         (struct size_val.size): Likewise.
2373         (struct perm_val): New type.
2374         (struct predicate.perm): Now struct perm_val, not unsigned long.
2375         (struct predicate.type): Now mode_t, not unsigned long.
2376         (list_file): New parameters current_time, output_block_size.
2377         All callers changed.
2378         (savedir, basename): Remove decls.
2379         (output_block_size, start_time): New extern vars.
2381         * find/find.c: Include <human.h>, <savedir.h>.
2382         (output_block_size, start_time): New vars.
2383         (main): Initialize them.  No need to check for negative st_size,
2384         since savedir now does it for us.
2386         * find/fstype.c: Include "dirname.h".
2387         (xatoi): Remove.
2388         (filesystem_type_uncached): Use xstrtoumax instead of xatoi.
2389         
2390         * find/parser.c: Include "xstrtol.h".
2391         (get_num_days, get_num, parse_amin, parse_cmin, parse_mmin,
2392         parse_size, parse_used, insert_time, insert_num): Compute using
2393         uintmax_t, not unsigned long.
2394         (parse_amin, parse_cmin, parse_mmin, parse_used, insert_time):
2395         Keep track of whether time was negative before converting it to an
2396         unsigned type.
2397         (parse_daystart): Don't assume that localtime succeeds; e.g. it
2398         can fail with 64-bit time_t and 32-bit tm_year.
2399         (parse_perm, insert_type): Compute using mode_t, not unsigned
2400         long.
2401         (insert_type): Use symbolic constants like MODE_ALL instead of
2402         traditional ones like 07777.  Set new kind member to indicate
2403         permissions type, instead of using unportable magic numbers.
2404         (make_segment): We will use human_readable to convert most numeric
2405         values, so simplify the cases.
2406         (get_num_days): Write in terms of get_num, to avoid duplicated
2407         code.
2408         (insert_time, insert_num): When debugging, convert large values to
2409         uintmax_t and output with %ju.
2410         (get_num): Use xstrtoumax to do the real work.
2412         * find/pred.c: Include "basename.h", "human.h".
2413         (DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKSIZE): New macros, taken from
2414         fileutils.
2415         (ST_NBLOCKS): Replace with fileutils defn.
2416         (MAX): New macro.
2417         (ctime_format): New function.
2418         (pred_fprintf, format_date): Use human_readable to output large
2419         numbers portably.
2420         (pred_fprintf): Use ctime_format to output ctime-style dates.  Use
2421         base_name to compute the base name of a path.  With %m, output the
2422         mode portably using traditional numbers, even if the host uses
2423         some other numbering scheme.
2424         (pred_iname, pred_name): basename -> base_name.
2425         (pred_perm): Use new kind member to deduce permissions type,
2426         instead of relying on magic numbers.
2427         (pred_size): Compute using uintmax_t, not unsigned long.  Avoid
2428         overflow if file size is near the maximum.
2429         (pred_type): Compute using mode_t, not unsigned long.
2430         (launch): Use waitpid, not wait.  Check for EINTR.
2431         (format_date): Don't assume that localtime succeeds.
2433         * find/util.c (basename): Remove; we now use base_name.
2435         * lib/Makefile.am (SUBDIRS): New macro.
2436         (libfind_a_SOURCES): Add argmatch.h, argmatch.c, basename.h,
2437         basename.c, human.c, human.h, quotearg.c, quotearg.h, xstrtoumax.c.
2438         Remove error.h, error.c, getline.c.
2439         (EXTRA_DIST): Add mktime.c, regex.c.
2441         * lib/listfile.c: Include "human.h".
2442         (alloca): Declare, or include appropriate files to declare.
2443         (DEV_BSIZE, ST_NBLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE): New macros.
2444         (convert_blocks): Remove.
2445         (list_file): New current_time and output_block_size args.
2446         Revamp quite a bit, to handle large numbers correctly
2447         and to match GNU ls behavior more closely.
2449         * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4, gettext.m4,
2450         largefile.m4, lcmessage.m4, link-follow.m4, progtest.m4,
2451         strerror_r.m4, xstrtoumax.m4.  Remove check-type.m4, const.m4,
2452         decl.m4, lfs.m4, mktime.m4, perl.m4, putenv.m4, timespec.m4,
2453         uptime.m4, utimbuf.m4, utime.m4, utimes.m4.
2455         * xargs/xargs.c (wait_for_proc): Retry wait if it fails with
2456         errno == EINTR.
2458 2000-04-05  Kevin Dalley  <kevind@rahul.net>
2460         * xargs/Makefile.am:  add ansi2knr
2462         * xargs/xargs.c: add macros PARAMS rather than P_.  Add
2463         prototypes.
2465         * po/POTFILES: new file listing all POFILES.
2467         * m4/gl.po, m4/et.po: new files
2469         * m4/Makefile.am.in:  updated file
2471         * m4: update directory
2473         * locate/Makefile.am: create updatedb from updatedb.sh
2475         * locate/updatedb.sh, locate/updatedb.in: removed file.  Replaced
2476         by updatedb.sh
2478         * locate/frcode.c, locate/code.c, locate/bigram.c: add macros
2479         PARAMS rather than P_.  Add prototypes.
2481         * lib/xstat.in: new file
2483         * lib/Makefile.am: update to latest versions of library files.
2485         * find/testsuite/Makefile.am: add CLEANFILES
2487         * find/util.c: remove definition of basename
2488         
2489         * find/util.c, find/tree.c, find/pred.c, find/parser.c,
2490         find/fstype.c, find/find.c, find/defs.h: add macros PARAMS rather
2491         than P_, for consistency, change to prototypes
2493         * find/Makefile.am: Add prototypes and ansi2knr
2495         * configure.in: add Galition and Estonian languages.
2496         Miscellaneous other fixes.
2497         
2499 2000-03-11  Kevin Dalley  <kevind@rahul.net>
2501         * lib/basename.c: Add file from libit.
2502         * lib/Makefile.am (libfind_a_SOURCES): add basename.c since it is
2503         no longer replaceable.
2505         * find/util.c: Remove definition of basename, which is now in
2506         lib/basename.c (as base_name).
2507         * find/pred.c: Use base_name, not basename.
2508         * find/defs.h: Likewise.
2510         * configure.in : Don't replace basename.  Now we use only
2511         base_name.
2513 2000-02-26  Kevin Dalley  <kevind@rahul.net>
2515         * Version 4.1.4
2516         
2517         * lib/strtoul.c: added to distribution
2518         
2519         * configure.in: added strtoul to AC_REPLACE_FUNCS
2521         * configure.in: added jm_CHECK_ALL_TYPE
2523 2000-02-23  Kevin Dalley  <kevind@rahul.net>
2525         * po/ChangeLog: removed, merged with top-level ChangeLog.
2526         
2527         * po/de.po: new version of German file.
2528         
2529         * po/gl.po, po/et.po: new languages, Estonian and Galician.
2531         * locate/updatedb.sh (PRUNEFS): enclose paths in quotes
2533 2000-02-17  Kevin Dalley  <kevind@rahul.net>
2535         * po/it.po: new version of Italian file.
2536         
2537         * locate/updatedb.sh (prunefs_exp): have sed statement use '*'
2538         rather than the often unsupported '+'.
2540 2000-02-13  Kevin Dalley  <kevind@rahul.net>
2542         * configure.in: removed AC_ARG_PROGRAM, which is already in
2543         AM_INIT_AUTOMAKE. 
2545         * locate/Makefile.am (updatedb), locate/updatedb.sh: add
2546         transforms of find, frcode, bigram, and code back into
2547         updatedb.sh, which were accidentally removed.
2549 2000-02-12  Kevin Dalley  <kevind@rahul.net>
2551         * lib/wait.h: updated address.
2553 2000-01-26  Kevin Dalley  <kevind@rahul.net>
2555         * Version 4.1.3
2557         * acconfig.h: added internationalization.
2559         * intl/*: copied from tar-1.13.17.
2561         * locate/Makefile.am, locate/locate.c, locate/code.c:
2562         internationalized file.
2564         * locate/frcode.c, locate/bigram.c: include headers from ../lib
2565         directory.
2567         * xargs/Makefile.am, xargs/xargs.c: internationalized directory.
2569 2000-01-26  Kevin Dalley  <kevind@rahul.net>
2571         * POTFILES.in: added list of files with translatable strings.
2573         * de.po, es.po, fr.po, it.po, ko.po, nl.po, pl.po, pt_BR.po,
2574         ru.po, sv.po: New, slightly out of date, files imported from the
2575         Translation Project: http://www.iro.umontreal.ca/contrib/po/HTML/,
2576         German, Spanish, French, Italian, Korean, Dutch, Polish, Brazilian
2577         Portuguese.
2580 2000-01-24  Kevin Dalley  <kevind@rahul.net>
2582         * lib/xmalloc.c, lib/regex.c, lib/getopt.c: internationalization
2583         works with current version of gettext.
2585         * lib/getline.h : added declaration of getstr.
2586         * lib/Makefile.am (libfind_a_SOURCES): added getline.[ch] to
2587         standard compilation. Added internationalization.
2588         * find/Makefile.am (INCLUDES): corrected -I options for building
2589         in other directories.
2590         (LDADD): changes for internationalization.
2592         * configure.in (ALL_LINGUAS): added internationalization. 
2593         getline.c is always compiled and linked, because of getstr.
2594         AM_GNU_GETTEXT
2596         * Makefile.am: 
2597         (DISTCLEANFILES): added intl/libintl.h
2598         (AUTOMAKE_OPTIONS): added gnits to AUTOMAKE_OPTIONS
2599         (SUBDIRS): added intl and po
2601         * acconfig.h: added internationalization values
2603         * THANKS: added thanks file for gnits compatibility.
2605 2000-01-22  Kevin Dalley  <kevind@rahul.net>
2607         * added intl directory.
2609         * Added internationalization, only with slightly out of date po
2610         files for many locales.
2612 2000-01-18  Kevin Dalley  <kevind@rahul.net>
2614         * Version 4.1.2
2615         
2616         * locate/Makefile.am: remove creation of updatedb, since it is now
2617         made by configure
2619         * configure.in: updatedb is now created by configure.
2621         * xargs/Makefile.am: added testsuite to xargs directory
2623         * locate/updatedb.in: updatedb is now created by configure
2625         * locate/frcode.c, locate/code.c, locate/bigram.c: change return
2626         from main to int.  Replace getstr with getline, where possible.
2628         * locate/Makefile.am: place frcode, code, bigram in
2629         libexec_PROGRAMS
2631         * lib/xstrdup.c, lib/xmalloc.c, lib/xgetcwd.c, lib/xalloc.h,
2632         lib/strtol.c, lib/strstr.c, lib/strftime.c, lib/strdup.c,
2633         lib/stpcpy.c, lib/stat.c, lib/savedir.h, lib/savedir.c,
2634         lib/regex.h, lib/regex.c, lib/realloc.c, lib/pathmax.h,
2635         lib/modechange.h, lib/modechange.c, lib/mktime.c, lib/memset.c,
2636         lib/memcmp.c, lib/malloc.c, lib/lstat.c, lib/idcache.c,
2637         lib/getopt1.c, lib/getopt.c, lib/getopt.h, lib/getline.c,
2638         lib/getline.h, lib/fnmatch.c, lib/fnmatch.h, lib/filemode.c,
2639         lib/filemode.h, lib/fileblocks.c, lib/error.c, lib/error.h,
2640         lib/dirname.c, lib/alloca.c: updated to newer version of file from
2641         fileutils.
2643         * find/version.c: version number is now automatically generated by
2644         configure.
2646         * find/fstype.c (filesystem_type_uncached): fixes bug described as
2647         follows:  When 'find' looks for a fstype, it parses the /etc/mtab
2648         until it finds the good line. But, if there is, before the good
2649         line, a line whose mountpoint is unreachable, it fails.
2651         * doc/texinfo.tex: updated to newer version
2653         * doc/find.texi: added version.texi, fixed a few documentation bugs.
2655         * configure.in: new m4 features.
2657         * Makefile.am: moved testsuite to below corresponding directories
2658         find and xargs.
2660         * acconfig.h: updated to match new m4 files.
2662         * m4: added m4 directory, largely borrowed from Jim Meyering's
2663         fileutils.
2665 2000-01-17  Kevin Dalley  <kevind@rahul.net>
2667         * doc/find.texi (Multiple Files): placed missing xargs in examples
2669         * find/testsuite/find.gnu/depth.exp: added find tests to test
2670         "-depth" bug.
2672         * doc/find.texi: include version.texi for automatic determination
2673         of version number, update bug report email address to
2674         bug-findutils@gnu.org.
2675         (Combining Primaries With Operators): add indices for " ,", "()",
2676         "-a", "-o", etc.
2678 2000-01-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2680         * find/tree.c (opt_expr): Never rearrange the arguments of the
2681         comma operator, since it is not commutative.  Remove useless
2682         assignment.2
2683         
2684 2000-01-17  Jonathan R. Ferro <jferro@corwin.ece.cmu.edu>
2685         
2686         * find/find.c (process_path): fix problem with "-depth" which is
2687         tested in depth.exp test.
2689 1999-08-15  Kevin Dalley  <Kevin Dalley <kevin@seti.org>>
2691         * find/fstype.c (filesystem_type_uncached): a stat failure with
2692         EACCESS will ignore this file system keep on looking.  Patch
2693         suggested by Vincent Danjean <vdanjean@ens-lyon.fr>.
2695 1999-08-15  Mark Kettenis  <kettenis@gnu.org>
2697         * xargs/xargs.c (LONG_MAX): Define if necessary.
2698         (main): If ARG_MAX is -1 (that is sysconf
2699         (_SC_ARG_MAX) returns -1) the system does not impose a limit.  In
2700         that case, use LONG_MAX as the limit.
2701         
2702 1999-08-15  Kevin Dalley  <Kevin Dalley <kevind@rahul.net>
2704         * find/version.c: version string is now set by config.h
2706 1999-08-08  Kevin Dalley  <kevin@seti.org>
2708         * Version 4.1.1
2710         * README-alpha: added alpha README file
2712         * find/defs.h: move lstat declarations into defs.h
2714         * xargs/Makefile.am, testsuite/Makefile.am, locate/Makefile.am,
2715         lib/Makefile.am, find/Makefile.am, doc/Makefile.am, configure.in,
2716         Makefile.am: update for automake-1.4
2718 1999-08-02  Kevin Dalley  <kevind@rahul.net>
2720         * AUTHORS: added file listing AUTHORS
2722         * lib/Makefile.am: modified code for EXTRA sources
2723         
2724 1999-01-30  Kevin Dalley  <kevind@rahul.net>
2726         * added const to declaration of basename, which should satisfy
2727         Linux as well as Hurd (fixes bug #31325).
2728         
2729 1998-12-04  Kevin Dalley  <kevind@rahul.net>
2730         
2731         * lib/nextelem.c: removed declaration of strdup and free, which
2732         meets GNU coding standards and allows compilation on more
2733         platforms.
2734         
2735         * find.texi: corrected explanation of -amin option which described
2736         hours instead of minutes
2737         
2738 1998-09-26  Kevin Dalley  <kevind@rahul.net>
2739         
2740         * lib/getline.c: fix getstr so that it correctly handles long file
2741         paths
2742         
2743 1998-09-20  Kevin Dalley  <kevind@rahul.net>
2744         
2745         * removed more function declarations to meet GNU coding standards
2746         
2747 1998-08-30  Kevin Dalley  <kevind@rahul.net>
2748         
2749         * lib/nextelem.c: removed declaration of strdup and free, which
2750         meets GNU coding standards and allow compilation on sparc
2751         
2752         * corrected explanation of -amin option which described hours
2753         instead of minutes
2754         
2755 1998-02-27  Kevin Dalley  <kevind@rahul.net>
2756         
2757         * locate/locate.c: add --existing option to locate, which only
2758         prints the names of files which still exist
2759         
2760 1998-02-08  Kevin Dalley  <kevind@rahul.net>
2761         
2762         * locate/locate.c: corrected get_short so that it correctly
2763         returns negative numbers.
2764         
2765         * remove declarations of various string functions.  Removing the
2766         declarations almost matches the GNU Coding Standards.
2767         
2768 1997-03-03  Kevin Dalley  <kevind@rahul.net>
2769         
2770         * xargs/xargs.c: xargs fixed to prevent occasional core dumping.
2771         
2772 1997-01-11  Kevin Dalley  <kevind@rahul.net>
2773         
2774         * locate/updatedb.sh: add --localuser option to updatedb, which
2775         allows find to be run as nobody, while allowing database file to
2776         be created as root, change suggested by
2777         <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
2778         
2779 1996-12-28  Kevin Dalley  <kevind@rahul.net>
2780         * added PRUNEFS as variable in updatedb and --prunefs as option to
2781         updatedb
2783 1996-05-27  Kevin Dalley  <kevind@rahul.net>
2784         
2785         * updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
2786         is root
2787 1996-04-27  Kevin Dalley  <kevind@rahul.net>
2789         * lib/getline.c (getstr): verify that nchars_avail is *really*
2790         greater than 0; set *n to a large enough number, stops some core
2791         dumping
2793 Thu Nov  3 09:23:33 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2795         * Version 4.1.
2797         * locate/Makefile.am: Move updatedb from LIBSCRIPTS to SCRIPTS.
2799         * Makefile.am (distname): Change distribution name from find to
2800           findutils.
2802         * testsuite/config/unix.exp: Don't abuse xfail; simulate it correctly.
2804         * locate/Makefile.am (CLEANFILES): Fix typo.
2806 Wed Nov  2 15:11:52 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2808         * The big 4 0.
2810         * lib/listfile.c find/defs.h (list_file): Take a stream arg.
2811         * find/pred.c (pred_ls): pass it.
2812         * find/parser.c pred.c defs.h (parse_fls, pred_fls): New functions.
2814 Tue Oct 25 16:09:04 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2816         * find/pred.c (pred_fprintf): Flush output after \c.  From Chapman
2817         Flack.
2819         * find/parser.c (insert_fprintf): Warn about unrecognized \ and %
2820         sequences.
2822 Tue Oct 18 00:03:10 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2824         * find/defs.h parser.c pred.c tree.c util.c: Globally change
2825         "victim" to "primary".
2827         * find/parser.c (insert_fprintf): For 'c' format, don't lose the
2828         need_stat information.  From Chapman Flack.
2830         * doc/find.texi perm.texi: New files.
2831         * configure.in: Configure the doc directory.
2833         * find/pred.c (pred_regex): Check that the regex matched the whole
2834         file name.
2836 Wed Oct 12 17:13:47 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
2838         * find/find.c (main): Tell what the invalid arg is.
2839         From Kaveh Ghazi.
2841 Fri Oct  7 12:33:24 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2843         * find/parser.c: Add -mount as an alias for -xdev.
2844         From Klaus.Steinberger@physik.uni-muenchen.de (Klaus Steinberger).
2846         * lib/modechange.c: Make umask_value unsigned short.
2848         * xargs/xargs.c: Use symbolic constants in longopts.
2849         From Chapman Flack.
2851 Wed Oct  5 11:23:09 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2853         * xargs/xargs.c (main, read_line, read_string, do_exec): Pass 
2854           along the lengths of the args.
2855           (main): Calculate length of replace_pat.
2856           (push_arg, do_insert): Use those lengths instead of calculating
2857           them. 
2859 Tue Oct  4 10:02:05 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
2861         * locate/updatedb.sh Makefile.in: Add substitutions to get
2862           the transformed program names.
2864         * xargs/xargs.c: Put back the global variables for now.
2865         Rename some variables.  Increase default args_per_exec.
2866         Use boolean where applicable.
2867         (main): Reduce default arg_max by 2048 for POSIX.2.
2868         (read_string): Don't check EOF string.
2869         (read_line, read_string): Take initial args size into account.
2871 Sat Oct  1 17:43:13 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2873         * find/pred.c (launch): Use pid_t.
2875         * xargs/xargs.c (EOF_STR): Define and use.
2876         [__STDC__]: Declare xrealloc and xmalloc using void *.
2877         * find/defs.h: Likewise.
2879         * find/defs.h: Only declare stpcpy if !HAVE_STPCPY.
2881         * xargs/xargs.c: Replace most global variables with structure
2882           pointers passed as arguments.  Use pid_t.
2883         * lib/wait.h: Include sys/wait.h if HAVE_SYS_WAIT_H.
2884         * configure.in: Call AC_TYPE_MODE_T and AC_HEADER_SYS_WAIT.
2886         * xargs/xargs.c: Improve paging performance and memory
2887           fragmentation by building command arguments in a pre-allocated
2888           buffer and re-implementing the child pid list as an expandable
2889           array.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
2891 Thu Sep 29 11:38:07 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
2893         * xargs/xargs.c [__STDC__]: Prototype declarations.
2895 Wed Sep 28 11:25:53 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
2897         * find/fstype.c [AFS, __STDC__]: Fix definition of _VICEIOCTL.
2899 Tue Sep 27 08:14:27 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
2901         * find/fstype.c (fstype_to_string): Add more cases.  Use
2902           INITMOUNTNAMES if defined.
2903         * find/defs.h: Change boolean typedef from char to int.
2904         * configure.in: Check for mktime.
2906 Tue Sep 27 01:20:28 1994  Kaveh R. Ghazi  (ghazi@noc.rutgers.edu)
2908         * configure.in: Add AC_HEADER_STAT.
2909         * lib/listfile.c, lib/modetype.h: Add STAT_MACROS_BROKEN.
2911         * find/pred.c: Move the inclusion of defs.h ahead of the first
2912           test of _POSIX_VERSION.
2914         * lib/xgetcwd.c: Remove _POSIX_VERSION, rely only on HAVE_GETCWD.
2916 Mon Sep 26 16:43:01 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2918         * configure.in: Add AC_CONFIG_HEADER.
2919         * find/*.c locate/*.c xargs/*.c: Include config.h.
2920         * locate/updatedb.sh: Add --version; --old -> --old-format.
2922 Sun Sep 25 23:43:37 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2924         * find/* [__STDC__]: Prototype declarations.
2926         * locate/updatedb.sh: Account for renaming code and frcode.
2928         * find/find.c (process_path): Store dev and ino of directories in
2929           current branch to avoid symlink loops.  From DJ Delorie
2930           <dj@ctron.com>.
2931           (process_dir): If following symlinks, don't cd to ..; instead,
2932           cd to the starting directory and then to the parent directory.
2933           (main) [HAVE_FCHDIR]: Save the dev, ino of the starting directory.
2934           (process_top_path) [HAVE_FCHDIR]: Use it.
2935         * find/pred.c (launch) [HAVE_FCHDIR]: Likewise.
2936         * defs.h [HAVE_FCHDIR]: Declare starting_desc instead of starting_dir.
2937         * configure.in: Check for dev_t, ino_t, fchdir, fcntl.h.
2939 Fri Sep 23 11:55:38 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2941         * lib/listfile.c: Change #ifdef S_IFLNK to #ifdef S_ISLNK.
2942         From Andreas Luik <luik@isa.de>.
2944 Thu Sep 22 11:42:40 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2946         * locate/locate.c (last_literal_end): Dynamically allocate enough
2947           memory for the subpattern.
2949 Wed Sep 21 06:12:56 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2951         * locate/locate.c (locate): Warn if database is >8 days old.
2952         From Ian Lance Taylor.
2954         * xargs/xargs.c (do_exec), find/pred.c (launch): Set SIGCHLD to
2955           default.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
2956         * find/find.c pred.c util.c lib/listfile.c: Remove fflush(stdout)
2957           calls before error.  error does it, and doesn't trash errno.
2958           From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
2960         * find/fstype.c (filesystem_type_uncached): Don't trust mtab dev
2961           number on HPUX.  From Andreas Luik <luik@isa.de>.
2962           (filesystem_type_uncached): Don't cache unknown file system
2963           types.  From casper@fwi.uva.nl (Casper Dik).
2965         * locate/updatedb.sh: Collect results in temp file and rename it
2966           atomically.  From Andreas Luik <luik@isa.de>.
2968         * xargs/xargs.c (parse_num): Print a long using %ld.  From Jim
2969           Meyering.
2971         * find/defs.h find.c parser.c pred.c util.c, lib/nextelem.c:
2972           Emulate strchr and strrchr with index and rindex, not vice versa.
2974         Remove man directory; move man pages to the directories of the
2975         programs they document.
2977         * locate/frcode.c: Renamed from code.c.
2978         * locate/frcode.c (put_short): Renamed from puthalfword.
2979         * locate/locate.c (get_short): Renamed from gethalfword.
2980         (last_literal_end): Renamed from patprep.
2981         (locate): Recognize old-format databases too.
2982         * locate/locatedb.h: Add defines for old-format databases.
2983         * locate/bigram.c locate/code.c: Put back programs to create
2984         old-format databases.
2985         * locate/updatedb.sh: Take --old option to use them.
2987 Tue Sep 20 15:41:11 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
2989         * configure.in: Update for Autoconf v2.
2990         * find/pred.c lib/savedir.c: Use new symbols for dir header.
2991         * locate/updatedb.sh: Add --help option.
2993 Sun Feb 13 11:21:58 1994  Jim Meyering  (meyering@comco.com)
2995         * man/Makefile.in [man1ext, man5ext]: Set man5ext (not man1ext) to 5.
2997 Sun Aug  1 22:30:55 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
2999         * bigram.c: File removed.
3000         * getline.c, memcmp.c, locatedb.h, updatedb.1, locatedb.5: New files.
3001         * updatedb.sh: Take command line options.
3002         Don't do bigram compression.
3003         * code.c, locate.c: Don't do bigram compression.
3004         Write and read counts in network byte order.
3005         Handle arbitrarily long paths.
3006         Use a magic number at the start of the databases.
3008 Thu Jul 29 20:44:53 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3010         * Makefile.in (config.status): Run config.status --recheck, not
3011         configure, to get the right args passed.
3013 Thu Jul 22 12:53:12 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3015         * listfile.c (list_file): Print inode as a long.
3017 Wed Jul 14 14:14:45 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3019         * fstype.c [STDC_HEADERS]: Include stdlib.h.
3021         * Move unistd.h include from parser.c and pred.c to defs.h.
3023 Wed Jun 30 14:14:47 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3025         * updatedb.sh: Construct PRUNEREGEX from PRUNEPATHS with sed.
3026         Prune /afs.  Change NFSUSER to NETUSER and NFSPATHS to NETPATHS.
3028 Tue Jun 29 12:19:58 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3030         * pred.c (pred_fprintf): Abort in switch if `c' is not A, C, or T.
3032 Mon Jun 28 00:18:52 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
3034         * fstype.c (in_afs) [AFS]: New function, derived from code by
3035         Sanjay Ramamurthy <ramams@rpi.edu>.
3036         (filesystem_type_uncached) [AFS]: Call it if the fs type is
3037         otherwise unknown.
3039         * parser.c (parse_size): Recognize b and w suffixes for dd
3040         compatibility. 
3042         * code.c (puthalfword): New function.
3043         (main): Call it.
3044         * locate.c (gethalfword): New function.
3045         (locate): Call it.
3046         From ifado!wb@germany.eu.net (Wilhelm B. Kloke).
3048         * listfile.c: Include pathmax.h.
3049         (get_link_name): Always allocate PATH_MAX + 1 bytes for
3050         readlink buffers.
3051         * pred.c (pred_fprintf, insert_lname): Call get_link_name.
3053         * fstype.c (filesystem_type, filesystem_type_uncached),
3054         listfile.c (list_file): Take an arg for the path to access.
3055         * pred.c (pred_ls, pred_fstype, pred_fprintf): Pass it.
3057         * find.c (process_dir): Renamed from scan_directory.
3059         Changes from jrs@world.std.com (Rick Sladkey) to chdir into
3060         subdirectories instead of using string concatenation, for speed:
3061         * find.c (process_top_path): New function.
3062         (main): Call it, and xgetcwd.
3063         (process_path, scan_directory): Take new arg, the pathname
3064         relative to ".".  Use it and pass it on.
3065         * pred.c (pred_and, pred_comma, pred_negate, pred_or,
3066         pred_xtype, pred_fprintf, pred_empty, insert_lname):
3067         access rel_pathname instead of pathname.
3068         (launch): chdir to starting_dir.
3069         * defs.h: Declare rel_pathname and starting_dir.
3070         * find.c: Define them.
3072         * xgetcwd.c: New file.
3074         * updatedb.sh: Recognize -fstype NFS as well as nfs.
3075         * locate.c (patprep): Skip trailing character classes correctly.
3076         From luik@pharao.stgt.sub.org (Andreas Luik).
3078         * parser.c (parse_group): Make gid a gid_t, not short or int.
3079         (parse_nogroup): Cast gid to unsigned when using it as an array index.
3080         (parse_user, parse_nouser): Similar changes for uid.
3081         * defs.h: Use uid_t and gid_t.
3083         * parser.c (parse_help): New function.
3084         (parse_table):  Add --version, -help, and --help options.
3085         Rename struct parser_table_t to struct parser_table.
3086         (parse_version): Exit after printing message, on
3087         stdout not stderr.
3089         * xargs.c, locate.c (main, usage): Add --version and --help
3090         options.
3092 Wed Mar 31 22:39:57 1993  Jim Meyering  (meyering@comco.com)
3094         * parser.c: Define isascii macro to be 1 also if STDC_HEADERS.
3095         * xargs.c: Ditto.
3097 Wed Mar 31 16:04:07 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3099         * pred.c (pred_fprintf): If curdepth is 0, don't nuke
3100         segment->text; nuke cp.
3102 Mon Mar 29 15:57:20 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3104         * Version 3.8.
3106 Fri Mar 26 16:36:59 1993  David J. MacKenzie  (djm@hal.gnu.ai.mit.edu)
3108         * pred.c (pred_ilname, pred_iname, pred_ipath): New functions.
3109         (pred_table): Add them.
3110         (insert_lname): New function.
3111         (pred_lname): Call it.
3112         * parser.c (parse_ilname, parse_iname, parse_ipath,
3113         parse_iregex): New functions.
3114         (parse_table): Add them.
3115         (insert_regex): New function.
3116         (parse_regex): Call it.
3118         * fstype.c (filesystem_type): Cache previous result.
3119         (filesystem_type_uncached): New function.
3120         pred.c (pred_fstype, pred_fprintf): Adjust callers to not cache.
3122         * parser.c: Don't define const.
3124         * fstype.c [FSTYPE_STATFS] (fstype_to_string): #ifdef
3125         MOUNT_PC for 386bsd.
3127 Thu Mar 25 18:32:24 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
3129         * parser.c (parse_regex): If ignore_case, set up a translate
3130         table for the regex.
3132         * defs.h: Include string.h or strings.h.
3133         * find.c fstype.c parser.c pred.c util.c: Don't.
3135         * nextelem.c [index]: Don't redefine.
3137 Wed Mar 24 17:47:10 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3139         * xargs.c (wait_for_proc): Exit with a nonrunnable command's exit
3140         status, not the wait status value.  From
3141         Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>.
3143         * parser.c (make_segment, insert_fprintf), pred.c
3144         (pred_fprintf): Add '%F' to print filesystem type.
3146         * parser.c (parse_fprintf): Check if second arg is missing.
3148 Tue Mar 23 13:18:08 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
3150         * pred.c (pred_fprintf): For %P, don't move past an assumed
3151         slash if the ARGV element ends with one, because in that case
3152         we didn't add one.
3154         * parser.c (parse_printf): Check for missing arg.
3155         From smj@cats.com (Steve James).
3157         * parser.c: Add #ifdef around atol decl for Linux.
3159 Fri Dec 11 08:17:07 1992  Jim Meyering  (meyering@comco.com)
3161         * defs.h: Remove dcl of process_path.
3162         * find.c: Put dcl of p
3164         * pred.c (pred_fprintf): Don't print "\n" unless it's in the
3165         format string.
3167 Mon Oct 21 22:30:35 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3169         * defs.h, parser.c, pred.c: Rename some types that conflict
3170         with reserved POSIX.1 namespace (ended in _t).
3172         
3173         
3174 Thu Oct 17 22:39:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3176         * xargs.c: Don't determine memory.h based on POSIX, which
3177         doesn't mention it.
3179 Sat Oct  5 16:11:05 1991  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3181         * parser.c (parse_perm): Parse new `-perm +mode' notation.
3182         * pred.c (pred_perm): Interpret same.
3184 Fri Sep 13 14:58:27 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
3186         * xargs.c [POSIX]: Always use sysconf to get ARG_MAX.
3188 Thu Sep  5 23:57:06 1991  David J. MacKenzie  (djm at apple-gunkies)
3190         * bigram.c, code.c (main): Make path_max int, not unsigned.
3191         * locate.c (main): Check for pathconf failure.
3193 Thu Sep  5 11:54:44 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3195         * parser.c (insert_fprintf): Add `\\' escape and fixed `%%'
3196         interpretation.
3197         * pred.c (pred_fprintf): fixed off-by-one indexing problem
3198         when handling [gGuU] printf formats.
3200 Wed Aug 28 20:53:57 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3202         * Version 3.2.
3204 Mon Aug 26 18:57:32 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
3206         * bigram.c, code.c: Fix handling of PATH_MAX.
3207         Check for anomalous input line lengths.
3208         From Bruce Evans.
3210 Fri Aug 23 11:00:18 1991  David J. MacKenzie  (djm at apple-gunkies)
3212         * pred.c (pred_fprintf): Round block number up to get K.
3214 Thu Aug 22 10:46:30 1991  David J. MacKenzie  (djm at apple-gunkies)
3216         * pred.c (pred_fprintf, pred_lname) [_AIX]: Allocate PATH_MAX
3217         byte for link object since st_size is wrong.
3219         * listfile.c (list_file): Don't convert blocks to kilobytes if
3220         env. var POSIX_ME_HARDER is defined.
3222         * fstype.c [FS_AIX_STATFS]: New case.
3224         * configure: Make sure the sys/mount.h is the 4.4BSD version
3225         with grep instead of just testing whether it exists.
3227         * listfile.c (list_file): Add 1 to number of 512-byte blocks
3228         before dividing to get 1K blocks (so we round up, not down).
3230 Wed Aug 21 13:02:46 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3232         * Version 3.1.
3234         * parser.c (parse_fprintf), pred.c (pred_fprintf): Add %k
3235         conversion to print 1K blocks.
3237         * listfile.c: Print counts of 1K blocks, for consistency with
3238         new fileutils release.  Bad timing, there.
3240         * Version 3.0.
3242         * pred.c [VOID_CLOSEDIR]: Fake a return value for closedir,
3243         which returns void on some systems, like Sequents.
3244         * configure: Check sys/dir.h for 'void closedir'.
3246 Thu Aug 15 16:07:46 1991  David J. MacKenzie  (djm at frob)
3248         * modetype.h: Define POSIX.1 stat stuff if missing.
3249         * pred.c, parser.c, find.c, fstype.c: Don't define it.
3250         * updatedb.sh: Use a variable substitution method like configure's.
3251         * Makefile.in: Add datadir variable to separate programs from
3252         data file.
3254         * parser.c, pred.c: Rename -fulldays to -daystart.
3256         * defs.h, find.c, parser.c, pred.c: Add many new predicates
3257         from Jay Plett (jay@princeton.edu).
3259 Wed Aug 14 14:37:06 1991  David J. MacKenzie  (djm at bleen)
3261         * parser.c (parse_size), pred.c (pred_size), defs.h (struct
3262         size_t): Allow `k' to follow number to measure size in Kbytes.
3263         * parser.c (parse_size, get_num, insert_num), defs.h (struct
3264         size_t): Use enum comparison_type instead of short.
3266 Fri Aug  9 00:49:32 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3268         * xargs.c (read_line): Use isblank, to support POSIX locales.
3270         * fstype [FS_STATVFS]: New code for SVR4, from slootman@dri.nl
3271         (Paul Slootman).
3272         * configure: Figure out when to use it.
3274         * configure: Check for st_blocks in struct stat.
3275         * listfile.c (ST_NBLOCKS): New macro.
3276         (list_file): Print file's block count.
3277         Use S_ISLNK instead of S_IFLNK.
3278         * fileblocks.c: New file, from fileutils.
3280 Thu Aug  8 17:20:19 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
3282         * parser.c, pred.c [CACHE_IDS]: Optional code to turn uid and
3283         gid lookups into table lookups.
3285 Wed Aug  7 00:22:29 1991  David J. MacKenzie  (djm at wheat-chex)
3287         * configure, Makefile.in's: Support +srcdir option via VPATH.
3288         Clean up clean targets.
3290 Sat Jul 20 01:11:51 1991  David J. MacKenzie  (djm at apple-gunkies)
3292         * configure: Filter /etc and /usr/etc from path.
3294         * xargs.c (wait_for_proc): Fix handling of child exit status.
3295         (main): Exit with a nonzero status if any child did.
3297         * pred.c (launch): Flush stdout and stderr before forking.
3299         * fstype.c (filesystem_type) [FS_MNTENT]: Skip entries of
3300         type "ignore".
3302 Fri Jul 19 22:53:42 1991  David J. MacKenzie  (djm at bleen)
3304         * pred.c, locate.c: Use fnmatch instead of glob_match.
3305         * fnmatch.c, fnmatch.h: New files.
3307         * Many files: Use string.h if STDC_HEADERS, as well as if USG.
3309         * locate.c, code.c, bigram.c: Possibly use pathconf to get
3310         PATH_MAX.  Use malloc to allocate path arrays.
3312         * xargs.c: Possibly use sysconf to get ARG_MAX.
3313         (env_size): Make definition unconditional.
3314         (main): Do arg_max adjustment that can't be done with
3315         preprocessor now that ARG_MAX might be a function call.
3316         (do_exec): Exit with status 126 or 127 after failed exec, for
3317         POSIX.2 draft 11.1.
3319         * xargs.c, pred.c, listfile.c: Use POSIX, not UNISTD_MISSING.
3320         * wait.h: Use POSIX, not WAIT_MACROS_MISSING.
3322         * COPYING: Use version 2.  Update all files.
3324         * Replace Makefile and lib/Makefile with Makefile.in,
3325         lib/Makefile.in and configure.  Update README.
3327 Fri Apr  5 12:49:09 1991  David J. MacKenzie  (djm at apple-gunkies)
3329         * Version 2.2.
3331 Fri Mar 15 20:44:45 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
3333         * xargs.c (main): Always run the command if some args are left over.
3334         Rename some variables.
3336 Fri Jan 18 03:35:57 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
3338         * bigram.c, code.c, locate.c: Use LIMITS_MISSING, not
3339         _POSIX_SOURCE, to decide whether to include limits.h.
3341         * parser.c, pred.c, listfile.c: Use POSIX, not _POSIX_SOURCE,
3342         to decide whether to declare getpwuid and getgrgid.
3344         * xargs.c: Use POSIX, not _POSIX_SOURCE, to determine whether
3345         to include memory.h.
3347 Sat Jan 12 04:12:34 1991  David J. MacKenzie  (djm at wookumz.ai.mit.edu)
3349         * defs.h, find.c, parser.c, pred.c: Remove -permmask option.
3351 Thu Jan 10 04:32:52 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
3353         * wait.h: Include sys/types.h to get pid_t.
3355         * xargs.c [USG && !STDC_HEADERS]: Only include memory.h if not
3356         _POSIX_SOURCE.
3358 Tue Jan  1 23:53:32 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
3360         * Version 2.1.
3362 Wed Dec 26 03:25:51 1990  David J. MacKenzie  (djm at apple-gunkies)
3364         * locate.c, bigram.c, code.c: Attempt to get max. path length
3365         on more kinds of systems, incl. POSIX.
3367         * pred.c, listfile.c, xargs.c: Get some decls from unistd.h,
3368         if available. 
3370         * find.c, defs.h: Make `cur_day_start' a time_t, not long.
3372 Fri Dec 21 01:49:12 1990  David J. MacKenzie  (djm at egypt)
3374         * defs.h, parser.c: Remove unused field from `struct exec_t'.
3376         * xargs.c: Add +no-run-if-empty option to cause the command to
3377         not be run if the input is empty.
3379         * defs.h (struct exec_t): Change the array of offsets into an
3380         array of `struct path_arg'.
3381         * parser.c (insert_exec_ok): Fill in new fields, to allow "{}"
3382         to be substituted (multiple times) anywhere in an arg to -exec
3383         or -ok.
3384         * pred.c (pred_exec): Add code to substitute "{}" within args.
3385         (pred_ok): After prompting, just run pred_exec.
3387 Thu Dec 20 02:32:09 1990  David J. MacKenzie  (djm at egypt)
3389         * fstype.c (filesystem_type) [FS_MNTENT]: Allow for optional
3390         "0x" at front of "dev=" mount option, which amd puts there but
3391         Sun automounter doesn't.
3393 Sat Dec 15 19:01:12 1990  David J. MacKenzie  (djm at egypt)
3395         * find.c (main), util.c (usage): Make directory args optional,
3396         defaulting to ".".
3398 Sat Dec 15 18:36:29 1990  David J. MacKenzie  (djm at apple-gunkies)
3400         * listfile.c: Define major and minor if not defined (as in POSIX).
3402 Mon Dec  3 01:04:35 1990  David J. MacKenzie  (djm at alborz)
3404         * find.c, fstype.c, parser.c, pred.c, util.c: Flush stdout before
3405         writing to stderr, in case they have been redirected to the
3406         same file descriptor.
3408         * pred.c (launch): Use POSIX wait macros from wait.h.
3410         * xargs.c (print_xargs): Read from tty_stream, not stdin.
3412 Tue Nov 20 16:48:24 1990  David J. MacKenzie  (djm at apple-gunkies)
3414         * Version 2.0.
3416         * fstype.c [FS_USG_STATFS]: New code.
3417         [FS_STATFS]: For symlinks, statfs the directory the link is in
3418         instead of the link.
3419         * Various files: Conditionalize some declarations on
3420         STDC_HEADERS or _POSIX_SOURCE.
3422 Fri Nov 16 12:24:43 1990  David J. MacKenzie  (djm at egypt)
3424         * modetype.h: New file.
3425         parser.c, pred.c: Use it.
3427 Thu Nov 15 18:05:54 1990  David J. MacKenzie  (djm at apple-gunkies)
3429         * xmalloc.c: New file from fileutils.
3431         * fstype.c (fstype_to_string): Add case for MFS.
3432         (filesystem_type): Take a pathname as a second arg.
3433         [FS_STATFS] return "unknown" instead of exiting if statfs
3434         fails because of ENOENT.
3435         * pred.c (pred_fstype): Pass the pathname.  Set current_dev.
3436         * find.c (process_path): Make root_dev local again.
3438 Mon Nov 12 02:54:00 1990  David J. MacKenzie  (djm at apple-gunkies)
3440         * pred.c (pred_fstype): Free old fs type.
3442         * fstype.c, pred.c (pred_fstype), parser.c (parse_fstype): 
3443         Reread the file system type info. every time a filesystem
3444         mount point is crossed, to allow for automounting.
3446         * xstrdup.c: New file from fileutils.
3448         * find.c (process_path): Rename root_dev to current_dev and
3449         make it global, for -fstype.
3451         * wait.h: New file taken from xargs.c.
3453         * xargs.c: Make limits.h vs. sys/param.h conditional on
3454         LIMITS_MISSING instead of USG, to accomodate SVR2.
3456 Thu Nov  8 11:52:22 1990  David J. MacKenzie  (djm at apple-gunkies)
3458         * parser.c, pred.c, listfile.c: If not _POSIX_SOURCE, declare
3459         getpwuid and getgrgid.  Use them.
3461         * listfile.c: If not _POSIX_SOURCE, define S_ISDIR and
3462         S_ISBLK.  Use them. 
3464         * find.c: Use S_ISDIR instead of S_IFDIR, and define if not
3465         _POSIX_SOURCE. 
3467         * Makefile: Define AR and RANLIB and pass to child makes.
3468         lib/Makefile: Use them.
3470         * xargs.c (WIFSIGNALED): Redefine so it works.
3472 Mon Nov  5 00:02:01 1990  David J. MacKenzie  (djm at apple-gunkies)
3474         * find.c (process_path): For -xdev, process filesystem
3475         mountpoints (but don't descend them), instead of skipping them
3476         entirely. 
3478         * find.c, parser.c, defs.h: Add -follow predicate.
3480         * xargs.c: Change ifdefs to support STDC POSIX systems.
3482 Sat Nov  3 20:18:05 1990  David J. MacKenzie  (djm at apple-gunkies)
3484         * xargs.c (do_exec): Child process exits with status 255, not
3485         127, if command can't be run.
3487 Fri Nov  2 02:11:42 1990  David J. MacKenzie  (djm at apple-gunkies)
3489         * xargs.c: Exit with status 127 if running commmand fails, as
3490         required by POSIX.
3492         * fstype.c: Support -fstype for Ultrix (-DFS_GETMNT).
3493         Sun/BSD code is now -DFS_MNTENT.
3495 Thu Nov  1 13:06:01 1990  David J. MacKenzie  (djm at egypt)
3497         * Reorganize into subdirectories and add xargs.  Rewrite Makefiles.
3499         * find.c (process_path, main): Allow a maxdepth of 0, meaning
3500         only process command line args.
3502         * parser.c, pred.c: Add -print0 predicate.
3504         * xargs.c: Add -0 option and long options.  Move standard
3505         library functions into separate files.  Use error instead of
3506         fatal and fprintf/perror.  Use POSIX macros for examining exit
3507         status from wait.
3508         (read_string): New function.
3510 Fri Sep 21 10:21:09 1990  David J. MacKenzie  (djm at apple-gunkies)
3512         * find.c (process_path): Take DEPTH as an arg instead of ROOT,
3513         and change callers.
3515 Thu Sep 20 23:58:47 1990  David J. MacKenzie  (djm at apple-gunkies)
3517         * parser.c (parse_maxdepth): New function.
3518         * find.c (process_path): If -maxdepth was given, don't go
3519         more than that many levels deep.
3520         * defs.h: Declare maxdepth.
3522 Wed Sep 12 02:12:31 1990  David J. MacKenzie  (djm at apple-gunkies)
3524         * parser.c: Add -not as synonym for !.
3526 Sun Aug 26 06:16:08 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
3528         * Makefile (TAGS): New target.
3530 Sun Aug 12 00:32:01 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3532         * xargs.c (main): Tell getopt to not permute.
3534 Sat Aug  4 21:43:45 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
3536         * parser.c (parse_perm), pred.c (pred_perm): Always compare
3537         bits 07777.
3539         * locate.c, Makefile: Rename 'fastfind' program to 'locate',
3540         following comment in POSIX.2 draft 10 rationale for find.
3542 Wed Jul 25 18:45:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3544         * listfile.c (getuser, getgroup): Make uid and gid unsigned
3545         short, not int.
3547 Mon Jul 16 13:40:13 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3549         * defs.h: Don't declare fprintf and printf, in case they have
3550         prototypes in stdio.h (important for functions that use stdarg).
3552 Sun Jul 15 23:39:39 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3554         * parser.c (parse_and): New function, for compatibility.
3556 Wed Jul  4 00:17:57 1990  David J. MacKenzie  (djm at apple-gunkies)
3558         * find.c (main): Only enclose expressions that produce no side
3559         effects within `( ... )'.
3561 Tue Jul  3 01:59:39 1990  David J. MacKenzie  (djm at apple-gunkies)
3563         * parser.c (strspn): Stop when end of string reached.
3565         * Version 1.2.
3567         * Move version number from Makefile to new file version.c.
3568         * parser.c: Recognize new -version predicate.
3570         * find.c (main): If no predicates that produce output are
3571         given, default to -print if the entire expression is true, not
3572         just the last part of an alternation.
3573         * Print the names of predicates with invalid arguments.
3575 Mon Jul  2 23:48:17 1990  David J. MacKenzie  (djm at apple-gunkies)
3577         * pred.c: Don't check for invalid comparison types in numeric
3578         predicate functions.
3580 Thu Jun 28 00:34:57 1990  David J. MacKenzie  (djm at apple-gunkies)
3582         * parser.c (parse_regex): Set fastmap and translate before
3583         compiling regex.
3585 Mon Jun 25 18:08:59 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3587         * fastfind.c (fastfind): Initialize count to 0.
3589         * lib/updatedb.sh: Only do regex comparison on directories,
3590         for speed.
3592         * listfile.c (list_file): Truncate user and group name to 8 chars.
3594 Sun Jun 24 13:51:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3596         * Version 1.1.
3598         * Makefile [DISTFILES]: Add COPYING.
3600 Fri Jun 22 03:54:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3602         * Version 1.0.
3604 Tue Jun 19 03:55:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3606         * lib/updatedb.sh: Prune entries that match PRUNEREGEX.
3607         Split up finding files from computing bigrams.
3608         Use redirection instead of nonportable grep -s to detect sort
3609         failure.  Optionally search network filesystems as well as
3610         local ones.
3612         * pred.c (pred_regex): Match against full pathname instead of
3613         just last element.
3614         * util.c (basename): Return "/", not "", if given "/".
3616         * find.c (process_path): Fix error in handling "/" directory.
3618 Mon Jun 18 01:49:16 1990  David J. MacKenzie  (djm at apple-gunkies)
3620         * parser.c [STRSPN_MISSING] (strspn): New function.
3622 Sun Jun 17 13:54:09 1990  David J. MacKenzie  (djm at apple-gunkies)
3624         * listfile.c: New file.
3625         * parser.c (parse_ls): New function.
3626         * pred.c (pred_ls): New function.
3628         * find.c (main): Remove interface to fastfind, to prevent
3629         conflict with POSIX syntax.
3630         * util.c (usage): Remove fastfind syntax from message.
3631         * fastfind.c (main): New function.
3632         * Makefile: Make fastfind a separate program.
3634         * find.c (main): Print correct message if a predicate arg is
3635         missing. 
3637         * parser.c (insert_exec_ok): Make args that start with a ';' but
3638         contain other characters not terminate the command.
3640 Fri Jun 15 00:33:45 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3642         * fstype.c: If MOUNTED isn't defined but MNT_MNTTAB is, use it
3643         instead.  True for HP/UX, at least.
3645 Thu Jun 14 10:10:25 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3647         * savedir.c: New file; now find won't run out of file
3648         descriptors in deep trees.
3649         * find.c (process_path): Use savedir.
3651 Sat Jun  9 03:15:21 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3653         * parser.c (parse_permmask): Allow symbolic mode masks.
3654         (parse_perm): Free 'struct change' when done with it.
3655         (get_oct): Function removed.
3657         * find.c (process_path): Allow arbitrarily-long filenames.
3658         More efficient string copying.  Initialize perm_mask to 07777
3659         instead of -1.
3661 Thu Jun  7 04:22:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3663         * Makefile, find.c: Use DIRENT to control whether <dirent.h>
3664         is used.
3666 Thu May 31 04:46:11 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3668         * parser.c (parse_regex): New function.
3669         * pred.c (pred_regex): New function.
3671         * fstype.c (read_mtab): If mtab entry has a "dev=" option
3672         (like in SunOS 4.1), use it, so there is no need to stat the
3673         special file later on.
3674         (xatoi, strstr): New functions.
3676 Mon May 21 01:04:42 1990  David J. MacKenzie  (djm at abyss)
3678         * lib/updatedb.sh: Put BINDIR in PATH.
3680         * fstype.c: Do nothing if MNTENT_MISSING is defined.
3682         * fstype.c: New file.
3683         * parser.c (parse_fstype): New function.
3684         * pred.c (pred_fstype): New function.
3686         * parser.c (parse_newer): Failure to stat -newer file is a
3687         fatal error.
3689         * pred.c (pred_ok): Flush output before reading.  Use getchar
3690         instead of scanf.
3692         * pred.c (pred_prune): Return false if -depth given.
3693         * find.c: Apply the predicates to the dir when -depth and
3694         -prune are given.
3696 Sun May 20 19:55:30 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3698         * pred.c (pred_prune): Set new global var `stop_at_current_level'.
3699         * find.c (process_path): Test and reset it.
3701 Fri May 18 01:56:17 1990  David J. MacKenzie  (djm at abyss)
3703         * modechange.c, modechange.h: New files.
3704         * parser.c (parse_perm): Use mode_compile and mode_adjust to
3705         parse arg, to allow symbolic mode for POSIX.
3707 Thu May 17 02:07:44 1990  David J. MacKenzie  (djm at abyss)
3709         * parser.c (get_oct): Don't consider an empty string a valid number.
3711         * parser.c (parse_perm): If arg starts with '-', set flag bit
3712         for special comparison (POSIX).
3713         * pred.c (pred_perm): If flag bit set, compare s[ug]id &
3714         sticky bits as well, and return true if the given perms are
3715         set, ignoring other bits.
3717         * find.c: New global var `exit_status'.  Use it.  (POSIX)
3718         * parser.c: Set `exit_status' if lstat on -newer file fails.
3720         * fastfind.c: New file.
3721         * find.c (main): Call fastfind if given only 1 arg.
3722         * util.c (usage): Update message. 
3723         * lib/{Makefile,updatedb.sh,bigram.c,code.c}: New files.
3724         * Makefile: Add 'all' and 'install' targets.
3726 Wed May 16 23:23:35 1990  David J. MacKenzie  (djm at abyss)
3728         * parser.c (parse_nogroup, parse_nouser): Implement.
3729         * pred.c (pred_nogroup, pred_nouser): Implement.
3731 Mon May 14 00:09:35 1990  David J. MacKenzie  (djm at abyss)
3733         * find.c: Add variable `stay_on_filesystem' for -xdev.
3734         (process_path): Take an arg determining whether this call is
3735         the root of a tree.  Use lstat instead of stat.  If
3736         stay_on_filesystem, don't process a dir on a different
3737         filesystem. 
3739         * parser.c (parse_newer): Use lstat instead of stat.  Is this right?
3740         (parse_xdev): Set stay_on_filesystem.
3742         * parser.c: Add dummy parse_nogroup, parse_nouser,
3743         parse_prune, and parse_xdev; to be written later.
3744         * pred.c: Add dummy pred_nogroup, pred_nouser, pred_prune.
3746         * find.c: Support System V directory library/headers.
3748         * find.c (process_path): Don't continue with a file that stat
3749         fails on.
3751         * defs.h, parser.c, pred.c: Change 'u_long' and 'u_short' to
3752         'unsigned long' and 'unsigned short'.
3753         * find.c, defs.h: Remove 'convert_glob' variable.
3754         * parser.c (parse_fullregex): Function removed.
3755         (parse_name): Remove regular expression code.
3756         (parse_type): Recognize sockets.
3757         Add code to check for missing arguments to many parse_* functions.
3758         * pred.c (pred_name): Use glob_match instead of regex.
3760 Sun May 13 17:45:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3762         * Replace fprintf, simple_error, and mem_error with error and
3763         usage. 
3765         * Fix string header includes for USG.
3767 Tue Mar 27 12:40:29 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3769         * defs.h: Change some #defines to enums.
3771 Sun Mar 25 22:08:58 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
3773         * find.c (main): Don't take basename of argv[0].
3775         * util.c (xmalloc): New function.
3776         * find.c, parser.c, utils.c: Use xmalloc instead of malloc.
3778         * pred.c: Remove emulation of regex for BSD and use GNU
3779         library version in regcmp.c instead.
3780         * parser.c: Remove emulation of regcmp for BSD and use GNU
3781         library version in regcmp.c instead.
3782         * Makefile: Link with regex.o and regcmp.o.
3783         Add a DISTFILES macro and dist target.
3785         * Indent source code.  Move RCS logs to this file.
3787 Wed Mar 21 09:30:18 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
3789         * xargs.c: Indent.  Comment and rename some global variables.
3790         (main): Use getopt to parse options.  Open new global var
3791         `tty_stream' to /dev/tty if querying requested.
3792         (print_args): Read response from tty_stream, not stdin.
3793         (xmalloc): New function.
3794         Global: Use xmalloc instead of malloc.
3795         (usage): Revise message.
3797 87/02/22  20:01:20  20:01:20  cire (Eric B. Decker)
3799         * pred.c: added guts to pred_size
3801 87/02/22  00:59:42  00:59:42  cire (Eric B. Decker)
3803         * pred.c: added guts to perm and permmask.
3805 87/02/21  23:02:21  23:02:21  cire (Eric B. Decker)
3807         * pred.c: made pred_name only look at the last component of
3808         the path.
3810 87/02/21  22:26:47  22:26:47  cire (Eric B. Decker)
3812         * pred.c: added guts to name.  useds regex and regcmp to do
3813         regular expression handling.
3815 87/02/21  00:17:21  00:17:21  cire (Eric B. Decker)
3817         * pred.c: added predicate newer
3819 87/02/20  11:40:07  11:40:07  cire (Eric B. Decker)
3821         * pred.c: added guts to pred_ok
3823 87/02/19  23:52:37  23:52:37  cire (Eric B. Decker)
3825         * pred.c: finished exec.
3827 87/02/22  20:01:09  20:01:09  cire (Eric B. Decker)
3829         * parser.c: added guts to parse_size
3831 87/02/22  00:59:16  00:59:16  cire (Eric B. Decker)
3833         * parser.c: added guts of perm and permmask.  added getoct
3834         routine for perm and permmask
3836 87/02/21  23:32:50  23:32:50  cire (Eric B. Decker)
3838         * parser.c: added -fre, -fullregex predicate to turn off
3839         globbing conversion
3841 87/02/21  23:01:01  23:01:01  cire (Eric B. Decker)
3843         * parser.c: reworked name so the regexpr pattern includes $ at
3844         the end to force globbing to work correctly.  End of the
3845         pattern refers to the end of the filename.
3847 87/02/21  22:25:34  22:25:34  cire (Eric B. Decker)
3849         * parser.c: added guts to name.  uses a conversion from
3850         globbing to regexp format.  uses regex and regcmp to actually
3851         to the comparison.
3853 87/02/21  00:17:11  00:17:11  cire (Eric B. Decker)
3855         * parser.c: added predicate newer
3857 87/02/20  11:39:35  11:39:35  cire (Eric B. Decker)
3859         * parser.c: added ok guts.  consolidated exec and ok to using
3860         insert_exec_ok
3862 87/02/19  00:20:54  00:20:54  cire (Eric B. Decker)
3864         * parser.c: minor bug in -fulldays predicate parser.  It
3865         should have set the flag full_days to true.
3867 87/02/22  00:58:32  00:58:32  cire (Eric B. Decker)
3869         * find.c: changed where we are setting perm_mask to -1.  need
3870         to make sure that this happens before every apply_predicate.
3872 87/02/21  23:32:11  23:32:11  cire (Eric B. Decker)
3874         * find.c: added error checking for no paths.  better error
3875         message if illegal ordering.
3877 87/02/21  22:19:58  22:19:58  cire (Eric B. Decker)
3879         * find.c: added global convert_glob
3881 87/02/22  20:00:12  20:00:12  cire (Eric B. Decker)
3883         * defs.h: added definition of BLKSIZE for size
3885 87/02/21  22:19:25  22:19:25  cire (Eric B. Decker)
3887         * defs.h: added global convert_glob for name