Preparation to release findutils-4.2.6.
[findutils.git] / ChangeLog
blobbe40196b3ff70e92f04e05105adbd4fdd7675087
1 2004-11-21  James Youngman <jay@gnu.org>
3         * find/Makefile.am, xargs/Makefile.am:
4         Enable checking of support for --version and --help
6         * locate/Makefile.am:
7         Con't check command-line options for frcode, code or bigram
9         * locate/code.c: Support --version and --help.
11         * ChangeLog: *** empty log message ***
13         * find/defs.h, find/find.c, find/fstype.c, lib/Makefile.am, lib/extendbuf.c, lib/extendbuf.h, NEWS:
14         Avoid fatal error if automount mounts a filesystem on a directory because we chdir()ed into it
16         * configure.in: Next release will be 4.2.6.
18         * find/find.1:
19         Indicate that the '-' flag does work for most fields.   Also provide
20         an example of using the comma operator to traverse the filesystem just
21         once but search for more than one thing.
23         * doc/find.texi: Indicate that the '-' flag does work for most fields.
25 2004-11-19  James Youngman <jay@gnu.org>
27         * configure.in: releaseing findutils-4.2.5
29         * find/testsuite/Makefile.am, locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
30         If a directory has no Makefile.am, omit it from the parent's DIST_SUBDIRS - automake-1.9 requires this
32         * 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:
33         updated by make distcheck
35         * ChangeLog, NEWS: Updated for release 4.2.5.
37         * find/find.1, doc/find.texi:
38         Tell the reader that format flags may not work as they expect.
40         * configure.in:
41         Use the correct name for the macro gl_AC_TYPE_LONG_LONG (not
42         jm_AC_TYPE_LONG_LONG).
44 2004-11-15  James Youngman <jay@gnu.org>
46         * import-gnulib.sh:
47         Avoid test -e because not all systems are POSIX-compliant (bug
48         #11005).  Also don;t need regex module any more if we're not building
49         in intl.
51         * Makefile.am, configure.in:
52         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
54         * doc/find.texi:
55         Use @ref not @xref for a reference at the beginning of a sentence.
57         * intl/Makefile.in:
58         Make sure gnulib.lib is on the #include path (Savannah bug #11002)
60         * locate/locate.c:
61         Use base_name instead of basename - fixes Savannah bug 11003.
63         * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, locate/bigram.c, locate/locate.c:
64         Don't need banner to emphasise the location of the call to jy_SORTZ
66 2004-11-15  James Youngman <jay@gnu.org>
68         * import-gnulib.sh:
69         Avoid test -e because not all systems are POSIX-compliant (bug
70         #11005).  Also don't need regex module any more if we're not building
71         in intl.
73         * Makefile.am, configure.in:
74         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
76         * doc/find.texi:
77         Use @ref not @xref for a reference at the beginning of a sentence.
79         * intl/Makefile.in:
80         Make sure gnulib.lib is on the #include path (Savannah bug #11002)
82         * locate/locate.c:
83         Use base_name instead of basename - fixes Savannah bug 11003.
85         * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, locate/bigram.c, locate/locate.c:
86         Don't need banner to emphasise the location of the call to jy_SORTZ
88 2004-11-12  James Youngman <jay@gnu.org>
90         * 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:
91         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]
93 2004-11-11  James Youngman <jay@gnu.org>
95         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c:
96         Implemented -H and -L options.
98         * find/util.c: Added in the -H and -L options on the usage message.
100 2004-11-10  James Youngman <jay@gnu.org>
102         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
103         Implemented %M and %A+ format specifiers
105         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
106         Documented the fact that only %d and %m format specifiers honour the various formatting flags
108         * xargs/xargs.c:
109         Get the right number of bytes in a Kilobyte (hint: it's not 1048; that
110         was a typo, honest :)
112         * po/pl.po: Applied Polish translations
114 2004-11-08  James Youngman <jay@gnu.org>
116         * 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:
117         distcheck changed the po files again
119         * locate/Makefile.am:
120         Make install-data-hook honour the setting of DESTDIR so that "make
121         DESTDIR=/tmp/foo install" works and puts localstater in the right
122         place.
124         * configure.in: We're now working on findutils-4.2.5.
126         * doc/find.texi, xargs/xargs.1:
127         Point out that xargs -i only splits input items at newlines
129         * ChangeLog: Indicate that we released 4.2.4.
131         * ChangeLog: Updated for release 4.2.4
133         * NEWS, configure.in: Prepare for release of 4.2.4.
135         * NEWS: Brought up to date with latest changes.
137         * 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:
138         Turn warning messages off by default if stdin is not a tty; allow these to be controlled explicitly by options -warn and -nowarn
140         * po/et.po, po/it.po: Updated translation files
142         * po/sk.po: New translation file
144         * po/fr.po, po/nl.po, po/tr.po: Updated translation files
146         * configure.in: Added Slovak (sk) language.
148         * xargs/xargs.c:
149         Enforcing a lower limit on the value specified by -s makes the test
150         suite fail.  Removed that lower limit.
152         * locate/Makefile.am: Oops, multilocate doesn't exist yet.
154         * NEWS: *** empty log message ***
156         * doc/find.texi, locate/updatedb.1, locate/updatedb.sh:
157         Added option --findoptions to updatedb
159         * locate/Makefile.am, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
160         Fixed section numbers in manpage titles and cross-references
162         * NEWS, doc/find.texi, xargs/xargs.1, xargs/xargs.c:
163         Increased the default argument length and improved POSIX compliance of the handling of out-of-range values for the -s option
165 2004-11-07  James Youngman <jay@gnu.org>
167         * m4/Makefile.am:
168         Added in the extra files we need to distribute, nullsort.m4
169         order-bad.bin order-good.bin
171         * doc/find.texi: Documented locate's --limit option
173         * locate/locate.1, locate/locate.c:
174         Implmented --limit and corrected the implementation of the -i option.
176 2004-11-06  James Youngman <jay@gnu.org>
178         * NEWS, doc/find.texi, locate/locate.1:
179         Documented --wholename and --basename and updated the NEWS file
181         * README-CVS:
182         Give the autogen commands in a form that you can usefully cut and paste into a shell
184         * NEWS: Options --null and --count) for locate
186         * lib/nextelem.c:
187         Don't return '.' for an empty path element, because the path we are splitting may not be intended to contain directories
189         * configure.in: we're working on findutils-4.2.4 now
191         * locate/Makefile.am: Substitute @SORT_SUPPORTS_Z@
193         * doc/find.texi:
194         Documented new locate option --null and newline handling
196         * locate/locate.1, locate/locate.c:
197         New locate options --null, --wholename, --basename, --count
199         * locate/frcode.c, locate/updatedb.1, locate/updatedb.sh:
200         correctly handle newlines in the file names
202         * configure.in: Determine if sort -z works
204         * m4/nullsort.m4, m4/order-bad.bin, m4/order-good.bin:
205         jy_SORTZ: a macro to determine if the system has a sort command with a working -z option
207 2004-11-01  James Youngman <jay@gnu.org>
209         * NEWS: Fixed "find -printf '%H\n'".
211         * find/find.c:
212         Avoid segfault if -printf %H is used where the matched file was the default, unspecified starting point, the current directory
214 2004-10-31  James Youngman <jay@gnu.org>
216         * find/find.1, find/parser.c: NetBSD also supports -d.
218         * find/find.1, doc/find.texi:
219         Documented the behaviour of -daystart and -follow in more detail
221         * find/parser.c: Corrected the usage message.
223         * find/parser.c:
224         When deciding whether to issue a warning about options following
225         non-options, ignore any options whose position affects the tests
226         (i.e. -daystart and -follow).
228         * find/parser.c: -daystart is a positional option like -follow.
230         * find/parser.c:
231         Issue a warning message if an option is specified after a test or an
232         action (because the user might have believed that the behaviour of the
233         option is in some way conditional on the preceding tests).
235         * locate/updatedb.sh:
236         Oops; removed some test code that I shouldn't have checked in.
238         * locate/updatedb.sh:
239         Indicate that the old locate database format will shortly be unsupported.
241         * doc/find.texi:
242         Use @direntry instead of hard-coding START-INFO-DIR-ENTRY inside @ifinfo.
244         * locate/updatedb.1: Updated default location of locatedb file.
246         * README-alpha:
247         Updated to give correct FTP location and to not talk about "test"
248         versions of automake, which are no longer required.
250         * locate/updatedb.sh:
251         Incorporated the default list of filesystems to avoid from the Debian
252         package.  Also added /afs and /sfs to the default pruned paths.
254         * configure.in: Released findutils 4.2.3
256         * 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:
257         did make distcheck, which updates these files
259         * find/defs.h, find/fstype.c:
260         Use const qualifier in arguments to filesystem_type() to allow callers with const variables to use them
262         * ChangeLog: Updated.
264         * NEWS: Added new news.
266         * find/find.c:
267         Extra diagnositcs for the case where we have the error "%s changed
268         during execution of %s" - that is when we chdir back to the parent
269         directory only to find that it has changed.
271 2004-10-30  James Youngman <jay@gnu.org>
273         * .cvsignore, NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
274         Implemented the -quit action
276         * NEWS, doc/find.texi, find/find.1, find/parser.c, find/pred.c:
277         Refactored time handling routines in preparation for support of absolute timestamp comparison predicates
279         * locate/locate.c:
280         Applied Savannah patch #2952 ("getline off-by-one bugfix").
282         * NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
283         Added -delete action (Savannah patch #3454 with additions)
285         * locate/locate.c:
286         Applied Savannah patch #2692 (allowing get_short to process negative integers).
288         * find/find.c:
289         If we are iossuing an error message because $FIND_BLOCK_SIZE is set,
290         ignore the setting of errno.
292         * find/parser.c: More fixes for pedantic compiler warnings
294         * NEWS, find/parser.c, find/tree.c: Eliminated some compiler warnings
296         * find/find.c, find/parser.c, find/pred.c:
297         Various fixes for compiler warninga sbout unreachable code or unused function arguments
299         * intl/plural.y: Silence compiler warning about unused argument.
301         * locate/testsuite/Makefile.am:
302         Subdirectory "inputs" does not exist, so remove it from DIST_SUBDIRS.
304         * locate/locate.c:
305         Corrected the explanation of why we have to use no parentheses around
306         the String argument to the N_ macro in its expansion.
308         * configure.in: Nextr release is 4.2.3.
310         * configure.in: IOndicate this is no longer the pristine release.
312         * NEWS:
313         Oops, comments for release 4.2.0 should have said 20480 bytes, not 2480.
315         * lib/listfile.c:
316         The -ls predicate should not truncate usernames.  Fixes Savannah bug #10800.
318         * find/fstype.c, locate/locate.c:
319         Fixes for Savannah bug #3727 (Intel icc compilation errors).
321 2004-10-25  James Youngman <jay@gnu.org>
323         * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
324         Support -printf %D, which prints the device number of the containing filesystem
326         * locate/updatedb.sh:
327         Avoid confusion between James Woods and James Youngman, by using the
328         disambiguating surname.
330         * find/parser.c: Use RE_ICASE instead of re->translate.
332         * configure.in, find/parser.c, find/pred.c, xargs/xargs.c:
333         No need to #define _GNU_SOURCE if we use gl_INIT.
335 2004-10-24  James Youngman <jay@gnu.org>
337         * ChangeLog: Prepared to release findutils-4.2.2.
339         * 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:
340         Updates prior to release of 4.2.2
342         * NEWS: Updated with news for findutils-4.2.2.
344         * 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:
345         Corrected typo in the address of the FSF office
347         * lib/strspn.c: Updated FSF address.
349         * m4/.cvsignore: 'cvs status' should ignore Makefile.in
351         * 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:
352         Use gnulib-tool --import to import the gnulib code, rather than the odd way we were doing it before
354         * 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:
355         Work round an apparent compiler bug in HP-UX 11.23 for
356         ia64
358         * locate/locate.c:
359         Work around what appears to be a C compiler bug in HP-UX 11.23 for
360         ia64.
362         * INSTALL, depcomp, install-sh, missing, mkinstalldirs:
363         Updated from automake
365         * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c, find/find.c:
366         Avoid use of exit() within main, to silence warnings about unreachable code
368 2004-10-22  James Youngman  <jay@gnu.org>
370         * doc/find.texi: Syntax corrections.
372         * doc/find.texi: Indicate that "-exec {}+" is not yet supported.
374         * find/find.1: Indicate that "{}+" is not yet supported.
376         * find/testsuite/find.gnu/name-period.xo, find/testsuite/find.gnu/name-period.exp, find/find.1, doc/find.texi:
377         The -name predicate must allow '*' to match '.foo' as demanded by IEEE
378         Std 1003.2-1992 Interpretation #126.
380         * find/pred.c:
381         Remove use of FNM_PERIOD for -name as demanded by IEEE Std 1003.2-1992
382         Interpretation #126
384         * find/parser.c: Fix for compilation (on AIX 4.3) with GCC 2.x.
386         * xargs/xargs.c:
387         Changed the erorr message issued when there is an unmatched quote to
388         point out that the user might have wanted to use the -0 option instead.
390 2004-10-17  James Youngman  <jay@gnu.org>
392         * configure.in:
393         Define intmax_t if it is not already defined - allows parser.c to compile on AIX 4.3
395         * configure.in:
396         Adjust version number to indicate that this s/w has moved on since the
397         4.2.1 release.
399         * configure.in: preparing to release 4.2.1
401         * ChangeLog: updated with current changes
403         * README-CVS: Updated to go with newer version of gnulib.
405         * 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:
406         preparation for release
408         * NEWS: Mention the changes to "trap".
410         * NEWS: Brought up to date.
412         * import-gnulib.sh:
413         Use xalloc-die module from gnulib, since that has now been split out
415         * find/parser.c:
416         Check fnmatch() when other predicates that rely on fnmatch() are used.
418         * find/parser.c: bug #10701: find needs fnmatch sanitycheck on startup
420 2004-10-16  James Youngman <jay@gnu.org>
422         * import-gnulib.sh:
423         Switch to requirement for GNU fnmatch because it supports FNM_CASEFOLD.
425         * locate/updatedb.sh:
426         Bug #9465: use of signal numbers for 'trap' is deprecated.  Should use
427         names instead.  See
428         http://www.opengroup.org/onlinepubs/009695399/utilities/trap.html,
429         which indicates that support for signal numbers is optional, while
430         support for signal names is mandatory.
432         * configure.in:
433         Indicate that this is the CVS version (once again) now that findutils
434         4.2.0 has been released.
436         * 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:
437         findutils 4.1.20 check-in for tagging
439 2004-10-02  James Youngman <jay@gnu.org>
441         * po/Makefile.in.in:
442         Search in $(top_srcdir) for mkinstalldirs, since that's where we keep it.
444         * NEWS: Brought up to date, organised more clearly, and tidied up.
446         * NEWS: brought up to date with recent changes
448         * locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/ignore_case1.exp, locate/testsuite/locate.gnu/ignore_case3.exp, locate/updatedb.sh:
449         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
451         * find/pred.c:
452         Fixed usage of human_readable() in '%k' format specifier to fix a bug
453         reported by Dmitry V. Levin (arguments to human_readable() were
454         specified in the wrong order, which resulted in a floating-point
455         error).
457 2004-08-08  James Youngman <jay@gnu.org>
459         * locate/updatedb.sh:
460         cd to / to avoid inability to examine the current directory if we're
461         invoked via cron (and hence in root's home directory for example).
463         * doc/find.texi, find/find.1:
464         Deprecate -path and -ipath in favour of -wholename and -iwholename
466         * find/parser.c:
467         As per RMS's suggestion, deprecate -path and -ipath in favour of
468         -wholename and -iwholename.
470         * locate/locate.c:
471         Fixed Savannah bug #9923, in which get_short() returns large positive
472         ints when it should be returning negative shorts.
474         * xargs/xargs.1:
475         Applied documentation improvements suggested by Dan Jacobson
476         <jidanni@jidanni.org>.
478         * xargs/xargs.c:
479         Don't check size_of_environment against arg_max since that causes the
480         test suite to fail.
482         * xargs/xargs.1, xargs/xargs.c: Better documentation for the -i option
484 2004-05-03  James Youngman <jay@gnu.org>
486         * find/find.1:
487         document the various suffixes for -size and also the new 
488         option -ignore_readdir_race
490         * locate/locate.c:
491         Fixes Savannah bug #8623 (failure to check consistency of data 
492         read from locate database)
494         * locate/updatedb.sh:
495         Resolves Savannah bug 4380, that updatedb generates an empty
496         database if one of the commands fails
498         * NEWS: Talk about -ignore_readdir_race
500         * doc/find.texi:
501         Documented -ignore_readdir_race and -noignore_readdir_race
503         * find/find.c:
504         -ignore_readdir_race should have no effect if the reason for the
505          failure of stat(2) was anything other than ENOENT.
507         * find/defs.h, find/find.c, find/parser.c:
508         Fixed Savannah bug 4391 (readdir race condition leading to 
509         spurious error messages)
511 2004-04-24  James Youngman <jay@gnu.org>
513         * README-CVS: Corrected the instructions for getting gnulib via CVS.
515 2004-04-13  James Youngman <jay@gnu.org>
517         * doc/find.texi:
518         Actioned Savannah bug #8558 (find complains when it tries to recurse
519         into directories that it had removed).
521 2004-03-13  James Youngman <jay@gnu.org>
523         * ChangeLog: Updated from checkin comments.
525         * find/find.c:
526         Oops, there is no access to the predicate name table if DEBUG is 
527         not #defined.
529         * find/parser.c:
530         Detect arithmetic overflow (poorly) in insert_time(), which diagnoses
531         the failure to handle large arguments to -mtime.  The existing code
532         does careful computation and then bungs the value into a time_t, which
533         ruins all our careful effort.  The new code is not a great
534         improvement.  We just check the result to detect overflow, rather than
535         actually avoiding the overflow.
537         * find/find.c:
538         Fixed Debian bug #185202 by checking for any trailing predicates after
539         the top-level invocation of get_expr() has done its work.
541         * locate/locate.1, xargs/xargs.1:
542         Fixed Debian bug 175372, inappropriate 'L' suffixes on manual 
543         page section indicators
545         * find/find.1:
546         Removed "L" suffixes from manual page section indicators, to fix
547         Debian bug 175372.
549         * debian/updatedb.conf:
550         Updated with list of filesystems from current Debian release.  This
551         includes devfs, for example.
553         * xargs/xargs.1:
554         Modified documentation of "-s" option to take into account the fix for
555         Debian bug #176201.
557         * xargs/xargs.c:
558         Fixed Debian bug #176201, "xargs enviroment size limited to 20k", by
559         reading a patch offered by Bob Prolux and implementing something
560         substantially similar myself.
562 2004-01-03  James Youngman  <jay@gnu.org>
564         * xargs/xargs.c:
565         Indicate that prep_child_for_exec() fixes Savannah bug #3992.
567         * xargs/xargs.c:
568         Attach the stdin of xargs' child process to /dev/null so that if it
569         tries to read from its stdin it doesn't consume any of the list of
570         files that xargs is trying to use.
572         * find/find.1:
573         Documented that the -regex option follows Gnulib's re_match() 
574         implementation.
576         * NEWS, locate/locate.c: Applied Savannah patch 2108
578         * xargs/xargs.c: Applied Savannah patch 1500
580         * find/find.1, doc/find.texi:
581         Improved the documentation for the %k and %b format specifiers to
582         -printf (Savannah bug #5034).  Also pointed out that this handling is
583         different to that used by the "b" and "k" suffixes with "-size".
585         * find/find.1: Improved the documentation for %k (Savannah bug #5034).
587         * find/find.1:
588         Improved the documentation for -print0 in the manpage, fixing Debian
589         bug 111143.
591         * README-CVS, find/pred.c, lib/listfile.c:
592         Brought up-to-date with change in gnulib's human.c - we no longer 
593         use human_readable_inexact(), because it is no longer provided.
595 2003-08-08  James Youngman  <jay@gnu.org>
597         * find/find.1:
598         Documented the fact that -printf also supports the '\0' escape code.
599         Added "STANDARDS CONFORMANCE" section.
601 2003-08-02  James Youngman  <jay@gnu.org>
603         * find/find.1:
604         Explain that braces are not special when performing filename matching
605         with -name.
607         * find/find.1:
608         added example of the use of -exec to the EXAMPLES section
610         * find/fstype.c, locate/locate.c:
611         Savannah bug #4295 - implicit declarations of ctype.h functions
613         * locate/locate.c:
614         Savannah bug #4279 - missing newline on locate help message
616         * find/find.1, xargs/xargs.1:
617         Improved discussion of the -print0 option of find and the -0 option of xargs
619 2003-06-26  James Youngman  <jay@gnu.org>
621         * import-gnulib.sh:
622         Remove reference to nonexistent module "basename" ("dirname" exists
623         and we already use that).
625 2003-06-21  James Youngman  <jay@gnu.org>
627         * doc/find.texi:
628         Indicate that xargs stops immediately if a command exits with status 255
630         * xargs/xargs.1:
631         Document the fact that xargs exits immediately with an error message
632         if the command it executes exits with a status of 255.
634 2003-06-18  James Youngman  <jay@gnu.org>
636         * find/find.1:
637         Indicate that -fls and friends always create their output file
639 2003-06-16  James Youngman  <jay@gnu.org>
641         * ChangeLog, find/find.1, locate/locate.1, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
642         Added BUGS section to manual pages.   This section includes information about known bugs and how to report new bugs.
644         * AUTHORS: Identify the current maintainer.
646         * TODO: Removed the TODO items which have now been done.
648         * THANKS: Added Bruno Haible and Bob Prolux.
650         * xargs/xargs.c: xargs/xargs.c (DO_MULTIBYTE): New macro.
651         (mbstrstr): New function.
652         (do_insert): Use it instead of strstr.
654         * config.guess, config.sub:
655         Use config.guess and config.sub from automake
657         * find/fstype.c:
658         Bruno Haible: (fstype_to_string) Don't define this function if
659         HAVE_F_FSTYPENAME_IN_STATFS is defined.
661         * configure.in:
662         Bruno Haible: Prefer the 4.4BSD API (if present) to the 4.3BSD API,
663         because some 4.4BSD systems have <mntent.h> but no /etc/mtab file.
665         * doc/find.texi, find/find.1:
666         Applied patch 1498 (documenting the backslash escape sequence)
668         * locate/updatedb.sh: Applied (my own version of) Savannah patch 1601.
670         * doc/find.texi:
671         Applied Savannah patch #1547 (document the fact that printf
672         field-width specifiers are supported).
674         * xargs/xargs.c:
675         Applied Savannah patch #1499 (adds final newline to usage message).
677 2003-06-14  James Youngman  <jay@gnu.org>
679         * NEWS, configure.in:
680         Updated version number to 4.2.0-CVS [not ready for release yet]
682         * configure.in, doc/.cvsignore, doc/Makefile.in, find/.cvsignore, find/Makefile.am, find/Makefile.in, find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/testsuite/.cvsignore, find/testsuite/Makefile.in, find/testsuite/config/unix.exp, find/tree.c, find/util.c, import-gnulib.sh, intl/bindtextdom.c, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/intl-compat.c, intl/l10nflist.c, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/ngettext.c, intl/plural.y, intl/textdomain.c, lib/.cvsignore, lib/Makefile.am, lib/Makefile.in, lib/alloca.c, lib/ansi2knr.1, lib/ansi2knr.c, lib/argmatch.c, lib/argmatch.h, lib/basename.c, lib/basename.h, lib/dirname.c, lib/dirname.h, lib/error.c, lib/error.h, lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/fnmatch.c, lib/fnmatch.h, lib/getline.c, lib/getline.h, lib/getopt.c, lib/getopt.h, lib/getopt1.c, lib/human.c, lib/human.h, lib/idcache.c, lib/listfile.c, lib/malloc.c, lib/memcmp.c, lib/memcpy.c, lib/memset.c, lib/mktime.c, lib/modechange.c, lib/modechange.h, lib/modetype.h, lib/nextelem.c, lib/pathmax.h, lib/posix/.cvsignore, lib/posix/Makefile.am, lib/posix/Makefile.in, lib/posix/regex.h, lib/quotearg.c, lib/quotearg.h, lib/realloc.c, lib/regex.c, lib/regex.h, lib/rpmatch.c, lib/savedir.c, lib/savedir.h, lib/stpcpy.c, lib/strcasecmp.c, lib/strdup.c, lib/strftime.c, lib/strncasecmp.c, lib/strspn.c, lib/strstr.c, lib/strtol.c, lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c, lib/waitpid.c, lib/xalloc.h, lib/xgetcwd.c, lib/xmalloc.c, lib/xstat.in, lib/xstrdup.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoul.c, lib/xstrtoul.h, lib/xstrtoumax.c, lib/yesno.c, locate/.cvsignore, locate/Makefile.am, locate/Makefile.in, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, locate/locatedb.h, locate/testsuite/.cvsignore, locate/testsuite/Makefile.in, locate/testsuite/config/unix.exp, locate/updatedb.sh, m4/.cvsignore, m4/ChangeLog, m4/Makefile.am, m4/Makefile.am.in, m4/Makefile.in, m4/README, m4/afs.m4, m4/assert.m4, m4/c-bs-a.m4, m4/check-decl.m4, m4/codeset.m4, m4/d-ino.m4, m4/d-type.m4, m4/error.m4, m4/fnmatch.m4, m4/fnmatchcase.m4, m4/fstypename.m4, m4/getline.m4, m4/gettext.m4, m4/glibc.m4, m4/glibc21.m4, m4/iconv.m4, m4/inttypes_h.m4, m4/isc-posix.m4, m4/jm-glibc-io.m4, m4/jm-macros.m4, m4/jm-mktime.m4, m4/lcmessage.m4, m4/libintl.m4, m4/link-follow.m4, m4/ls-mntd-fs.m4, m4/lstat-slash.m4, m4/lstat.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/memcmp.m4, m4/prereq.m4, m4/progtest.m4, m4/readdir.m4, m4/realloc.m4, m4/regex.m4, m4/st_dm_mode.m4, m4/st_mtim.m4, m4/stat.m4, m4/strerror_r.m4, m4/strftime.m4, m4/timespec.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/xstrtoumax.m4, po/POTFILES.in, po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po, xargs/.cvsignore, xargs/Makefile.am, xargs/Makefile.in, xargs/testsuite/.cvsignore, xargs/testsuite/Makefile.in, xargs/testsuite/config/unix.exp, xargs/xargs.c, .cvsignore, Makefile.am, Makefile.in, NEWS, README-CVS, aclocal.m4, config.h.in, configure:
683         Merged changes made for version 4.1.20 onto the trunk
685         * README-CVS, find/defs.h, find/find.c, find/pred.c, lib/listfile.c:
686         Update code to reflect gnulib's changes to the arguments of human_readable().   Drop support for "FIND_BLOCK_SIZE" environment variable
688 2003-05-26  James Youngman  <jay@gnu.org>
690         * lib/wait.h: re-added wiat.h.
692         * configure.in, lib/Makefile.am:
693         Corrections to allow compilation on MacOS X
695         * po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po, xargs/.cvsignore, xargs/Makefile.am, xargs/testsuite/.cvsignore, xargs/xargs.c, .cvsignore, doc/.cvsignore, find/.cvsignore, find/Makefile.am, find/defs.h, find/testsuite/.cvsignore, intl/bindtextdom.c, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/intl-compat.c, intl/l10nflist.c, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/ngettext.c, intl/plural.y, intl/textdomain.c, lib/.cvsignore, lib/listfile.c, lib/nextelem.c, locate/.cvsignore, locate/Makefile.am, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, locate/testsuite/.cvsignore, po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po:
696         Changes to allow compilation on non-GNU systems (i.e. for the macros that gnulib decides to #define to be effective)
698 2003-05-24  James Youngman  <jay@gnu.org>
700         * import-gnulib.sh, po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po:
701         also need stpcpy (e.g. for Solaris)
703         * intl/dcigettext.c:
704         plural_lookup: don't use a variable called "index", because we may
705         have done "#define strchr index", in which case using a variable
706         called index will prevent us calling strchr(p, ch) in the same scope.
708         * 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:
709         Updated copyright years and the address of the FSF
711         * aclocal.m4, config.h.in, configure:
712         Removed files that are generated from other files (e.g. configure)
714         * NEWS: Updated NEWS file for 4.1.20.
716         * 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:
717         Updates to the i18n files to ensure that 'make dist' succeeds
719         * lib/posix/.cvsignore, lib/posix/Makefile.am,
720         lib/posix/Makefile.in, lib/posix/regex.h, lib/strftime.c,
721         lib/strncasecmp.c, lib/strspn.c, lib/strstr.c, lib/strtol.c,
722         lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c, lib/wait.h,
723         lib/waitpid.c, lib/xalloc.h, lib/xgetcwd.c, lib/xmalloc.c,
724         lib/xstat.in, lib/xstrdup.c, lib/xstrtol.c, lib/xstrtol.h,
725         lib/xstrtoul.c, lib/xstrtoul.h, lib/xstrtoumax.c, lib/yesno.c,
726         locate/Makefile.am, locate/Makefile.in, locate/locate.c,
727         locate/testsuite/Makefile.in, m4/.cvsignore, m4/ChangeLog,
728         m4/Makefile.am, m4/Makefile.am.in, m4/Makefile.in, m4/README,
729         m4/afs.m4, m4/assert.m4, m4/c-bs-a.m4, m4/check-decl.m4,
730         m4/codeset.m4, m4/d-ino.m4, m4/d-type.m4, m4/error.m4,
731         m4/fnmatch.m4, m4/fnmatchcase.m4, m4/fstypename.m4, m4/getline.m4,
732         m4/gettext.m4, m4/glibc.m4, m4/glibc21.m4, m4/iconv.m4,
733         m4/inttypes_h.m4, m4/isc-posix.m4, m4/jm-glibc-io.m4,
734         m4/jm-macros.m4, m4/jm-mktime.m4, m4/lcmessage.m4, m4/libintl.m4,
735         m4/link-follow.m4, m4/ls-mntd-fs.m4, m4/lstat-slash.m4,
736         m4/lstat.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/memcmp.m4,
737         m4/prereq.m4, m4/progtest.m4, m4/readdir.m4, m4/realloc.m4,
738         m4/regex.m4, m4/st_dm_mode.m4, m4/st_mtim.m4, m4/stat.m4,
739         m4/strerror_r.m4, m4/strftime.m4, m4/timespec.m4, m4/uintmax_t.m4,
740         m4/ulonglong.m4, m4/xstrtoumax.m4, xargs/Makefile.am,
741         xargs/Makefile.in, xargs/testsuite/Makefile.in,
742         find/testsuite/Makefile.in, lib/.cvsignore, lib/Makefile.am,
743         lib/Makefile.in, lib/alloca.c, lib/ansi2knr.1, lib/ansi2knr.c,
744         lib/argmatch.c, lib/argmatch.h, lib/basename.c, lib/basename.h,
745         lib/dirname.c, lib/dirname.h, lib/error.c, lib/error.h,
746         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/fnmatch.c,
747         lib/fnmatch.h, lib/getline.c, lib/getline.h, lib/getopt.c,
748         lib/getopt.h, lib/getopt1.c, lib/human.c, lib/human.h,
749         lib/idcache.c, lib/malloc.c, lib/memcmp.c, lib/memcpy.c,
750         lib/memset.c, lib/mktime.c, lib/modechange.c, lib/modechange.h,
751         lib/pathmax.h, lib/quotearg.c, lib/quotearg.h, lib/realloc.c,
752         lib/regex.c, lib/regex.h, lib/rpmatch.c, lib/savedir.c,
753         lib/savedir.h, lib/stpcpy.c, lib/strcasecmp.c, lib/strdup.c,
754         find/Makefile.am, find/Makefile.in, find/find.c, find/pred.c:
755         Updated to work with current version of gnulib
757         * import-gnulib.sh: New file.
759         * config.h.in, configure, configure.in, doc/Makefile.in, import-gnulib.sh:
760         Updated to work with current version of gnulib
762         * README-CVS: New file.
764         * Makefile.am, Makefile.in, README-CVS, aclocal.m4:
765         Updated to work with current version of gnulib
767 2001-06-09  kevin  <kevin@excession.spiral-arm.org>
769         * intl/plural.c:
770         Changes the location of bison.simple after running bison on local
771         machine
773         * ChangeLog: *** empty log message ***
775         * Makefile.in, aclocal.m4, config.h.in, configure,
776         doc/Makefile.in, find/Makefile.in, find/testsuite/Makefile.in,
777         lib/Makefile.in, lib/posix/Makefile.in, locate/Makefile.in,
778         locate/testsuite/Makefile.in, m4/Makefile.in, xargs/Makefile.in,
779         xargs/testsuite/Makefile.in: Updates mostly from gettext-0.10.38
781         * ABOUT-NLS: * ABOUT-NLS: updated from gettext-0.10.38.
783         * configure.in: * configure.in: add tr to ALL_LINGUAS.
785         * intl/config.charset, intl/dcigettext.c, intl/dcngettext.c,
786         intl/dngettext.c, intl/libgnuintl.h, intl/localcharset.c,
787         intl/locale.alias, intl/ngettext.c, intl/plural.y,
788         intl/ref-add.sin, intl/ref-del.sin: updated from gettext-0.10.38
790         * intl/cat-compat.c, intl/linux-msg.sed, intl/po2tbl.sed.in,
791         intl/xopen-msg.sed, m4/ChangeLog: *** empty log message ***
793         * m4/jm-macros.m4:
794         * jm-macros.m4 (jm_MACROS): remove jm_ICONV, which is replaced by
795         AM_ICONV, which is imported from gettext-0.10.38.  removed
796         jm_GLIBC21, which is required in AM_GNU_GETTEXT, which is
797         imported from gettext-0.10.38.
799         * po/stamp-cat-id:      * stamp-cat-id: Remove file.
801         * po/Makefile.in.in:    * Makefile.in.in: Upgrade to gettext-0.10.38.
803         * po/ChangeLog:         * cat-id-tbl.c: Remove file.
805         * po/de.po, po/es.po, po/et.po, po/fr.po:
806         * fr.po, et.po, es.po, de.po: updated translations to
807         findutils-4.1.7.
809         * po/tr.po: * tr.po:  New Turkish translation.
811         * m4/ChangeLog: *** empty log message ***
813         * intl/dgettext.c, intl/explodename.c, intl/finddomain.c,
814         intl/gettext.c, intl/gettext.h, intl/gettextP.h,
815         intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
816         intl/libgettext.h, intl/loadinfo.h, intl/loadmsgcat.c,
817         intl/localealias.c, intl/plural.c, intl/textdomain.c,
818         intl/ChangeLog, intl/Makefile.in, intl/VERSION,
819         intl/bindtextdom.c, intl/dcgettext.c: Updated from gettext-0.10.38
821         * m4/Makefile.am:
822         reflects addition of codeset.m4 from gettext-0.10.38, automatically
823         generated.
825         * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4,
826                 m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4: *
827                 progtest.m4, lcmessage.m4, isc-posix.m4, iconv.m4,
828                 glibc21.m4, gettext.m4, codeset.m4: updated from
829                 gettext-0.10.38.
831         * ChangeLog: *** empty log message ***
833         * THANKS: added "Gerrit P. Haase" <gerrit.haase@t-online.de>
835         * m4/ChangeLog, locate/testsuite/.cvsignore,
836         xargs/testsuite/.cvsignore, config.h.in, configure, aclocal.m4,
837         doc/.cvsignore: *** empty log message ***
839         * m4/jm-macros.m4:      * jm-macros.m4 (jm_MACROS): add jm_FSTYPENAME
841         * doc/Makefile.in: *** empty log message ***
843         * doc/Makefile.am:
844         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
845         created by dvips.  This should be taken care of by automake, but
846         the code is commented out.
848 2001-06-09  Kevin Dalley  <kevin@seti.org>
850         * ABOUT-NLS: updated from gettext-0.10.38.
852         * configure.in: add tr to ALL_LINGUAS.
854         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
855         created by dvips.  This should be taken care of by automake, but
856         the code is commented out.
858 2001-06-05  Kevin Dalley  <kevin@seti.org>
860         * locate/updatedb.sh: replace "whoami" with "id -u" when testing
861         for root.
863 2001-06-04  Kevin Dalley  <kevin@seti.org>
865         * locate/testsuite/Makefile.am (DIST_SUBDIRS): remove second
866         instance of DIST_SUBDIRS.
868         * locate/Makefile.am (install-data-hook): changed install target
869         to install-data-hook, which still installs other files.
871         * doc/Makefile.am (MOSTLYCLEANFILES): added find.cps, which should
872         probably be handled by automake.
874         * doc/mdate-sh: removed file in doc directory.  It now exists only
875         in top_srcdir, but this changed required a patch to automake.
877 2001-05-20  Kevin Dalley  <kevin@seti.org>
879         * Version 4.1.7
880         
881         * lib/Makefile.am (EXTRA_DIST): add strcasecmp.c
883         * find/testsuite/Makefile.am (EXTRA_DIST): new tests:
884         find.gnu/name-opt.exp find.gnu/perm.exp find.gnu/perm.xo
885         find.gnu/prune-default-print.exp find.gnu/prune-default-print.xo
887         * configure.in: update to 4.1.7
889         * config.sub, config.guess: upgraded to recent versions of
890         config.sub and config.guess.
892         * locate/updatedb.sh: Add space to "#! /bin/sh"
894         * configure.in: Add id to ALL_LINGUAS
896         * lib/Makefile.am (EXTRA_DIST):  getline.[ch] added
897         (libfind_a_SOURCES): getline.[ch] removed since getline.c is not
898         always needed.
900 2001-05-20  Lionel CONS <lionel.cons@cern.ch>
902         * find/find.c: Fixed security holes.  1.  There is a race
903         condition between the lstat() to detect a symbolic link and the
904         actual chdir().  2.  An attacker can move directories while find
905         is _inside_ so that chdir(..) goes out of the intended file tree.
907         * lib/modetype.h: support for Solaris door files is added.
909         * lib/filemode.c: S_ISDOOR is undef'ed if STAT_MACROS_BROKEN
911         * find/pred.c (pred_type): -D option (for Solaris door files) is
912         added.
914         * find/parser.c (insert_type):  -D option (for Solaris door files)
915         is added. 
917         * find/find.1: -D option (for Solaris door files) is documented
919         * doc/find.texi (Type): -D option (for Solaris door files) is
920         documented
922 2001-05-02  Kevin Dalley  <kevin@seti.org>
924         * configure.in: Change AC_CHECK_MEMBERS to conform to new
925         autoconf.  Add Danish.
927 2001-01-20  Kevin Dalley  <kevin@seti.org>
929         * doc/find.texi (Adding Tests): Place space in "#! /bin/sh".
931         * find/testsuite/find.gnu/prune-default-print.xo,
932         find/testsuite/find.gnu/prune-default-print.exp: test for "find
933         . -prune" which passes after changes.  Also see name-opt.exp.
935         * find/util.c (get_new_pred):
936         * find/tree.c (set_new_parent):
937         * find/parser.c (various parse functions):
938         * find/find.c (main): 
939         (default_prints): new function 
940         * find/defs.h (struct predicate): added no_default_print
941         side_effects are no separated from no_default_print.  predicates
942         which cause side effects should not be reordered (optimized).
943         predicates which cause printing should have printing turned off.
944         Printing statements also cause side effects.
946 2000-10-29  Bruno Haible <haible@ilog.fr>
948         * locate/code.c (main), doc/find.texi: improve handling of
949         non-ASCII characters used old format.
951 2000-10-21  Paul Eggert  <eggert@twinsun.com>
953         If open + fchdir fails, fall back on xgetcwd + chdir.
954         The old code tested for this at compile-time,
955         but SunOS 4.1.4 fchdir can fail at run-time.
957         * find/defs.h (fchdir): Define to -1 if not available.
958         * find/defs.h (starting_dir, starting_desc):
959         Always declare.  starting_dir now points to const.
960         * find/find.c (starting_dir, starting_desc): Likewise.
961         * find/find.c (starting_dir):
962         Now "." if starting_desc is nonnegative, for benefit of diagnostics.
963         (main, process_top_path, process_dir):
964         If open + fchdir fails, fall back on xgetcwd + chdir.
965         * find/pred.c (launch): Likewise.
967 2000-10-20  Kevin Dalley  <kevin@seti.org>
969         * xargs/xargs.c, locate/updatedb.sh, locate/locate.c (usage),
970         find/parser.c (parse_help): add bug reporting address to help
972 2000-10-13  Kevin Dalley  <kevin@seti.org>
974         * depcomp, lib/depcomp: depcomp moved from lib to .
976 2000-10-11  Kevin Dalley  <kevind@rahul.net>
978         * Version 4.1.6
979         
980         * locate/testsuite/config/unix.exp: set PRUNEFS to "" for the
981         testsuite. 
983 2000-10-10  Bruno Haible <haible@ilog.fr>
985         * lib/Makefile.am (libfind_a_SOURCES): added yesno.c
987         * lib/yesno.c, lib/rpmatch.c: new files.
989         * find/pred.c: use function yesno().
991 2000-10-10  Kevin Dalley  <kevind@rahul.net>
992         
993         * locate/testsuite/Makefile.am: Added missing \ at end of
994         EXTRA_DIST lines.
996         * locate/testsuite/locate.gnu/ignore_case3.xo,
997         locate/testsuite/locate.gnu/ignore_case3.exp,
998         locate/testsuite/locate.gnu/ignore_case2.exp,
999         locate/testsuite/locate.gnu/ignore_case1.xo,
1000         locate/testsuite/locate.gnu/ignore_case1.exp: place locatedb
1001         inside tmp directory, add subdir directory under tmp.
1003         * locate/testsuite/config/unix.exp: clean up tmp after test is
1004         finished. 
1006 2000-10-10  Kevin Dalley  <kevind@rahul.net>
1008         * locate/testsuite/config/unix.exp (Repository): 
1010 2000-10-09  Kevin Dalley  <kevind@rahul.net>
1012         * lib/fnmatch.c, lib/fnmatch.h: reverted to older version of
1013         fnmatch which works with Solaris.
1015         * locate/testsuite/config/unix.exp: dejagnu unix.exp
1017         * xargs/testsuite/config/unix.exp: remove temporary file
1019         * xargs/xargs.c: spelling correction
1021         * m4/prereq.m4: updated and changed some macros
1023         * m4/jm-macros.m4: replaced jm_FUNC_FNMATCH with
1024         kd_FUNC_FNMATCH_CASE_REPL 
1026         * m4/timespec.m4, m4/strerror_r.m4, m4/mbstate_t.m4,
1027         m4/largefile.m4, m4/gettext.m4, m4/fnmatchcase.m4, m4/d-type.m4,
1028         m4/d-ino.m4, m4/c-bs-a.m4: new m4 macros.
1030         * m4/Makefile.am: add fnmatchcase.m4 and mbstate_t.m4
1032         * locate/testsuite/locate.gnu/ignore_case3.xo,
1033         locate/testsuite/locate.gnu/ignore_case3.exp,
1034         locate/testsuite/locate.gnu/ignore_case2.xo,
1035         locate/testsuite/locate.gnu/ignore_case2.exp,
1036         locate/testsuite/locate.gnu/ignore_case1.xo,
1037         locate/testsuite/locate.gnu/ignore_case1.exp,
1038         locate/testsuite/config/unix.exp: tests related to "--ignore-case"
1039         option.
1041         * locate/testsuite/locate.gnu: testsuite directory
1043         * locate/testsuite/Makefile.am (Repository): 
1045         * locate/testsuite: add directory for locate testsuite
1047         * po/findutils.pot: updated file
1049         * po/sv.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po,
1050         po/it.po, po/gl.po, po/fr.po, po/et.po, po/es.po, po/de.po:
1051         updated various po files.
1053         * locate/updatedb.sh: export TMPDIR, which is used by child
1054         processes.
1056         * locate/locate.1, locate/locate.c:  add "--ignore-case" option.
1058         * locate/Makefile.am: add testsuite subdirectory
1060         * find/testsuite/find.gnu/perm.xo,
1061         find/testsuite/find.gnu/perm.exp,
1062         find/testsuite/find.gnu/name-opt.xo,
1063         find/testsuite/find.gnu/name-opt.exp: added test suites
1065         * configure.in: add locate/testsuite/Makefile
1067         * doc/find.info*: removed from repository
1069         * doc/find.texi: add documentation for "-i" option.
1071         * aclocal.m4: removed from repository, as it is generated.
1073         * find/pred.c: fixes problem with "find -perm -0100".
1075         * lib/lstat.c, lib/stat.c: removed from repository.  These files
1076         are generated from lib/xstat.in.
1078 2000-08-24  Kevin Dalley  <kevind@rahul.net>
1080         * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s}.
1082 2000-05-13  Kevin Dalley  <kevind@rahul.net>
1084         * find/tree.c (opt_expr): move iname and ipath to the front of the
1085         list of arguments.
1087         * doc/find.texi (Directories): changed wording for "-prune".
1089         * find/parser.c (parse_prune): set side_effects to true, to
1090         prevent prune from being moved in opt_expr.
1092 2000-04-12  Kevin Dalley  <kevind@rahul.net>
1094         * doc/find.texi, doc/permi.texi: fix spellings, add LocalWords.
1096         * lib/Makefile.am: put getline.c back into libfind_a_SOURCES,
1097         since getstr is needed.
1099         * Version 4.1.5
1100         
1101         * po/POTFILES.in: updated list of files, updated po files.
1104 2000-04-02  Paul Eggert  <eggert@twinsun.com>
1106         Add support for large files, and port to Solaris 8 and earlier
1107         versions.
1109         * lib/human.c (getenv): Depend on NEED_GETENV_DECL, not
1110         HAVE_DECL_GETENV.
1112         * lib/strftime.c (my_strftime): Make sure we call the system
1113         strftime, not ourselves, when invoking the underlying strftime.
1114         
1115         * m4/check-decl.m4 (jm_CHECK_DECLS): Remove memchr, nanosleep.
1117         * m4/jm-macros.m4 (jm_MACROS): Don't check for utime.h.  Do not
1118         require jm_BISON, jm_CHECK_TYPE_STRUCT_UTIMBUF, jm_FUNC_LCHOWN,
1119         jm_FUNC_CHOWN, jm_FUNC_NANOSLEEP, jm_FUNC_GROUP_MEMBER,
1120         jm_FUNC_PUTENV, jm_FUNC_GETGROUPS, AM_FUNC_GETLOADAVG,
1121         jm_SYS_PROC_UPTIME, jm_FUNC_FTRUNCATE, jm_FUNC_UTIME.  Do not
1122         replace strcasecmp, dup2, gethostname, getusershell, stime,
1123         strcspn, strpbrk, euidaccess, mkdir, rmdir, rpmatch, strndup,
1124         strverscmp, memchr, memmove.  Do not check for declaration of
1125         lchown.  Remove invocations of AM_FUNC_OBSTACK, AM_FUNC_STRTOD,
1126         POW_LIBM, jm_LANGINFO_CODESET, jm_ICONV.  Remove df tests.
1127         (jm_CHECK_ALL_TYPES): Include <sys/stat.h> when checking for
1128         struct stat.st_blksize.
1130         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set environment variable
1131         in shell rather than using putenv, which isn't portable.
1132         
1133         * COPYING, lib/alloca.c, lib/dirname.c, lib/error.c,
1134         lib/savedir.c, lib/strstr.c, m4/check-decl.m4, m4/d-ino.m4,
1135         m4/d-type.m4, m4/getline.m4, m4/jm-glibc-io.m4, m4/jm-macros.m4,
1136         m4/jm-mktime.m4, m4/ls-mntd-fs.m4, m4/memcmp.m4, m4/prereq.m4,
1137         m4/readdir.m4, m4/regex.m4, m4/strftime.m4, m4/uintmax_t.m4: Sync
1138         to latest version from sh-utils-2.0g.
1140         * config.guess, config.sub, lib/argmatch.c, lib/argmatch.h,
1141         lib/human.c, lib/human.h, lib/memcpy.c, lib/quotearg.c,
1142         lib/quotearg.h, lib/strtoull.c, lib/strtoumax.c,
1143         lib/xstrtoumax.c, m4/c-bs-a.m4, m4/gettext.m4,
1144         m4/largefile.m4, m4/lcmessage.m4, m4/link-follow.m4,
1145         m4/progtest.m4, m4/strerror_r.m4, m4/timespec.m4,
1146         m4/xstrtoumax.m4: New files, taken from sh-utils-2.0g.
1148         * lib/ansi2knr.1, lib/ansi2knr.c, lib/basename.c, lib/getopt.h,
1149         lib/fnmatch.c, lib/fnmatch.h, lib/modechange.c: Sync to latest
1150         unreleased version of GNU tar (between 1.13.17 and 1.13.18).
1152         * lib/basename.h, lib/waitpid.c: New files, taken from same
1153         version of GNU tar.
1154         
1155         * lib/regex.c, lib/regex.h: Sync to GNU grep 2.4.2.
1157         * lib/posix/Makefile.am, lib/posix/regex.h: New files, taken from
1158         GNU grep 2.4.2.
1160         * lib/strftime.c: Sync to textutils 2.0e.
1161         
1162         * acconfig.h, depcomp, lib/strcasecmp.c, m4/check-type.m4,
1163         m4/const.m4, m4/decl.m4, m4/lfs.m4, m4/mktime.m4, m4/perl.m4,
1164         m4/putenv.m4, m4/uptime.m4, m4/utimbuf.m4, m4/utime.m4,
1165         m4/utimes.m4: Remove these files; no longer needed.
1167         * configure.in (AC_CANONICAL_HOST, AC_SYS_LARGEFILE,
1168         jm_AC_TYPE_UINTMAX_T): Add.
1169         (CACHE_IDS, FSTYPE_STATVFS, FSTYPE_USG_STATFS, FSTYPE_AIX_STATFS,
1170         FSTYPE_MNTENT, FSTYPE_STATFS, FSTYPE_GETMNT): Add comment, so that
1171         we don't need acconfig.h.
1172         (AC_CHECK_TYPE): Add ssize_t.
1173         (AC_REPLACE_FUNCS): Add waitpid.
1174         (AC_CHECK_FUNCS): Remove basename.
1175         (AC_FUNC_MKTIME): Remove.
1176         (LIBOBJS): Add no-ops to work around automake 1.4 bug.
1177         (AC_OUTPUT): Add lib/posix/Makefile.
1179         * find/defs.h: Include <config.h>, <sys/types.h>, <sys/stat.h>,
1180         <stdio.h>, <limits.h>, <inttypes.h>.  All includers changed to not
1181         include these files, and to include "defs.h" first (since config.h
1182         must be included first).
1183         (CHAR_BIT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
1184         S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, MOD_WXUSR,
1185         MODE_R, MODE_RW, MODE_RWX, MODE_ALL): New macros.
1186         (enum permissions_type): New enum.
1187         (struct long_val.negative): New member.
1188         (struct long_val.l_val): Now uintmax_t, not unsigned long.
1189         (struct size_val.size): Likewise.
1190         (struct perm_val): New type.
1191         (struct predicate.perm): Now struct perm_val, not unsigned long.
1192         (struct predicate.type): Now mode_t, not unsigned long.
1193         (list_file): New parameters current_time, output_block_size.
1194         All callers changed.
1195         (savedir, basename): Remove decls.
1196         (output_block_size, start_time): New extern vars.
1198         * find/find.c: Include <human.h>, <savedir.h>.
1199         (output_block_size, start_time): New vars.
1200         (main): Initialize them.  No need to check for negative st_size,
1201         since savedir now does it for us.
1203         * find/fstype.c: Include "dirname.h".
1204         (xatoi): Remove.
1205         (filesystem_type_uncached): Use xstrtoumax instead of xatoi.
1206         
1207         * find/parser.c: Include "xstrtol.h".
1208         (get_num_days, get_num, parse_amin, parse_cmin, parse_mmin,
1209         parse_size, parse_used, insert_time, insert_num): Compute using
1210         uintmax_t, not unsigned long.
1211         (parse_amin, parse_cmin, parse_mmin, parse_used, insert_time):
1212         Keep track of whether time was negative before converting it to an
1213         unsigned type.
1214         (parse_daystart): Don't assume that localtime succeeds; e.g. it
1215         can fail with 64-bit time_t and 32-bit tm_year.
1216         (parse_perm, insert_type): Compute using mode_t, not unsigned
1217         long.
1218         (insert_type): Use symbolic constants like MODE_ALL instead of
1219         traditional ones like 07777.  Set new kind member to indicate
1220         permissions type, instead of using unportable magic numbers.
1221         (make_segment): We will use human_readable to convert most numeric
1222         values, so simplify the cases.
1223         (get_num_days): Write in terms of get_num, to avoid duplicated
1224         code.
1225         (insert_time, insert_num): When debugging, convert large values to
1226         uintmax_t and output with %ju.
1227         (get_num): Use xstrtoumax to do the real work.
1229         * find/pred.c: Include "basename.h", "human.h".
1230         (DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKSIZE): New macros, taken from
1231         fileutils.
1232         (ST_NBLOCKS): Replace with fileutils defn.
1233         (MAX): New macro.
1234         (ctime_format): New function.
1235         (pred_fprintf, format_date): Use human_readable to output large
1236         numbers portably.
1237         (pred_fprintf): Use ctime_format to output ctime-style dates.  Use
1238         base_name to compute the base name of a path.  With %m, output the
1239         mode portably using traditional numbers, even if the host uses
1240         some other numbering scheme.
1241         (pred_iname, pred_name): basename -> base_name.
1242         (pred_perm): Use new kind member to deduce permissions type,
1243         instead of relying on magic numbers.
1244         (pred_size): Compute using uintmax_t, not unsigned long.  Avoid
1245         overflow if file size is near the maximum.
1246         (pred_type): Compute using mode_t, not unsigned long.
1247         (launch): Use waitpid, not wait.  Check for EINTR.
1248         (format_date): Don't assume that localtime succeeds.
1250         * find/util.c (basename): Remove; we now use base_name.
1252         * lib/Makefile.am (SUBDIRS): New macro.
1253         (libfind_a_SOURCES): Add argmatch.h, argmatch.c, basename.h,
1254         basename.c, human.c, human.h, quotearg.c, quotearg.h, xstrtoumax.c.
1255         Remove error.h, error.c, getline.c.
1256         (EXTRA_DIST): Add mktime.c, regex.c.
1258         * lib/listfile.c: Include "human.h".
1259         (alloca): Declare, or include appropriate files to declare.
1260         (DEV_BSIZE, ST_NBLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE): New macros.
1261         (convert_blocks): Remove.
1262         (list_file): New current_time and output_block_size args.
1263         Revamp quite a bit, to handle large numbers correctly
1264         and to match GNU ls behavior more closely.
1266         * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4, gettext.m4,
1267         largefile.m4, lcmessage.m4, link-follow.m4, progtest.m4,
1268         strerror_r.m4, xstrtoumax.m4.  Remove check-type.m4, const.m4,
1269         decl.m4, lfs.m4, mktime.m4, perl.m4, putenv.m4, timespec.m4,
1270         uptime.m4, utimbuf.m4, utime.m4, utimes.m4.
1272         * xargs/xargs.c (wait_for_proc): Retry wait if it fails with
1273         errno == EINTR.
1275 2000-04-05  Kevin Dalley  <kevind@rahul.net>
1277         * xargs/Makefile.am:  add ansi2knr
1279         * xargs/xargs.c: add macros PARAMS rather than P_.  Add
1280         prototypes.
1282         * po/POTFILES: new file listing all POFILES.
1284         * m4/gl.po, m4/et.po: new files
1286         * m4/Makefile.am.in:  updated file
1288         * m4: update directory
1290         * locate/Makefile.am: create updatedb from updatedb.sh
1292         * locate/updatedb.sh, locate/updatedb.in: removed file.  Replaced
1293         by updatedb.sh
1295         * locate/frcode.c, locate/code.c, locate/bigram.c: add macros
1296         PARAMS rather than P_.  Add prototypes.
1298         * lib/xstat.in: new file
1300         * lib/Makefile.am: update to latest versions of library files.
1302         * find/testsuite/Makefile.am: add CLEANFILES
1304         * find/util.c: remove definition of basename
1305         
1306         * find/util.c, find/tree.c, find/pred.c, find/parser.c,
1307         find/fstype.c, find/find.c, find/defs.h: add macros PARAMS rather
1308         than P_, for consistency, change to prototypes
1310         * find/Makefile.am: Add prototypes and ansi2knr
1312         * configure.in: add Galition and Estonian languages.
1313         Miscellaneous other fixes.
1314         
1316 2000-03-11  Kevin Dalley  <kevind@rahul.net>
1318         * lib/basename.c: Add file from libit.
1319         * lib/Makefile.am (libfind_a_SOURCES): add basename.c since it is
1320         no longer replaceable.
1322         * find/util.c: Remove definition of basename, which is now in
1323         lib/basename.c (as base_name).
1324         * find/pred.c: Use base_name, not basename.
1325         * find/defs.h: Likewise.
1327         * configure.in : Don't replace basename.  Now we use only
1328         base_name.
1330 2000-02-26  Kevin Dalley  <kevind@rahul.net>
1332         * Version 4.1.4
1333         
1334         * lib/strtoul.c: added to distribution
1335         
1336         * configure.in: added strtoul to AC_REPLACE_FUNCS
1338         * configure.in: added jm_CHECK_ALL_TYPE
1340 2000-02-23  Kevin Dalley  <kevind@rahul.net>
1342         * po/ChangeLog: removed, merged with top-level ChangeLog.
1343         
1344         * po/de.po: new version of German file.
1345         
1346         * po/gl.po, po/et.po: new languages, Estonian and Galician.
1348         * locate/updatedb.sh (PRUNEFS): enclose paths in quotes
1350 2000-02-17  Kevin Dalley  <kevind@rahul.net>
1352         * po/it.po: new version of Italian file.
1353         
1354         * locate/updatedb.sh (prunefs_exp): have sed statement use '*'
1355         rather than the often unsupported '+'.
1357 2000-02-13  Kevin Dalley  <kevind@rahul.net>
1359         * configure.in: removed AC_ARG_PROGRAM, which is already in
1360         AM_INIT_AUTOMAKE. 
1362         * locate/Makefile.am (updatedb), locate/updatedb.sh: add
1363         transforms of find, frcode, bigram, and code back into
1364         updatedb.sh, which were accidentally removed.
1366 2000-02-12  Kevin Dalley  <kevind@rahul.net>
1368         * lib/wait.h: updated address.
1370 2000-01-26  Kevin Dalley  <kevind@rahul.net>
1372         * Version 4.1.3
1374         * acconfig.h: added internationalization.
1376         * intl/*: copied from tar-1.13.17.
1378         * locate/Makefile.am, locate/locate.c, locate/code.c:
1379         internationalized file.
1381         * locate/frcode.c, locate/bigram.c: include headers from ../lib
1382         directory.
1384         * xargs/Makefile.am, xargs/xargs.c: internationalized directory.
1386 2000-01-26  Kevin Dalley  <kevind@rahul.net>
1388         * POTFILES.in: added list of files with translatable strings.
1390         * de.po, es.po, fr.po, it.po, ko.po, nl.po, pl.po, pt_BR.po,
1391         ru.po, sv.po: New, slightly out of date, files imported from the
1392         Translation Project: http://www.iro.umontreal.ca/contrib/po/HTML/,
1393         German, Spanish, French, Italian, Korean, Dutch, Polish, Brazilian
1394         Portuguese.
1397 2000-01-24  Kevin Dalley  <kevind@rahul.net>
1399         * lib/xmalloc.c, lib/regex.c, lib/getopt.c: internationalization
1400         works with current version of gettext.
1402         * lib/getline.h : added declaration of getstr.
1403         * lib/Makefile.am (libfind_a_SOURCES): added getline.[ch] to
1404         standard compilation. Added internationalization.
1405         * find/Makefile.am (INCLUDES): corrected -I options for building
1406         in other directories.
1407         (LDADD): changes for internationalization.
1409         * configure.in (ALL_LINGUAS): added internationalization. 
1410         getline.c is always compiled and linked, because of getstr.
1411         AM_GNU_GETTEXT
1413         * Makefile.am: 
1414         (DISTCLEANFILES): added intl/libintl.h
1415         (AUTOMAKE_OPTIONS): added gnits to AUTOMAKE_OPTIONS
1416         (SUBDIRS): added intl and po
1418         * acconfig.h: added internationalization values
1420         * THANKS: added thanks file for gnits compatibility.
1422 2000-01-22  Kevin Dalley  <kevind@rahul.net>
1424         * added intl directory.
1426         * Added internationalization, only with slightly out of date po
1427         files for many locales.
1429 2000-01-18  Kevin Dalley  <kevind@rahul.net>
1431         * Version 4.1.2
1432         
1433         * locate/Makefile.am: remove creation of updatedb, since it is now
1434         made by configure
1436         * configure.in: updatedb is now created by configure.
1438         * xargs/Makefile.am: added testsuite to xargs directory
1440         * locate/updatedb.in: updatedb is now created by configure
1442         * locate/frcode.c, locate/code.c, locate/bigram.c: change return
1443         from main to int.  Replace getstr with getline, where possible.
1445         * locate/Makefile.am: place frcode, code, bigram in
1446         libexec_PROGRAMS
1448         * lib/xstrdup.c, lib/xmalloc.c, lib/xgetcwd.c, lib/xalloc.h,
1449         lib/strtol.c, lib/strstr.c, lib/strftime.c, lib/strdup.c,
1450         lib/stpcpy.c, lib/stat.c, lib/savedir.h, lib/savedir.c,
1451         lib/regex.h, lib/regex.c, lib/realloc.c, lib/pathmax.h,
1452         lib/modechange.h, lib/modechange.c, lib/mktime.c, lib/memset.c,
1453         lib/memcmp.c, lib/malloc.c, lib/lstat.c, lib/idcache.c,
1454         lib/getopt1.c, lib/getopt.c, lib/getopt.h, lib/getline.c,
1455         lib/getline.h, lib/fnmatch.c, lib/fnmatch.h, lib/filemode.c,
1456         lib/filemode.h, lib/fileblocks.c, lib/error.c, lib/error.h,
1457         lib/dirname.c, lib/alloca.c: updated to newer version of file from
1458         fileutils.
1460         * find/version.c: version number is now automatically generated by
1461         configure.
1463         * find/fstype.c (filesystem_type_uncached): fixes bug described as
1464         follows:  When 'find' looks for a fstype, it parses the /etc/mtab
1465         until it finds the good line. But, if there is, before the good
1466         line, a line whose mountpoint is unreachable, it fails.
1468         * doc/texinfo.tex: updated to newer version
1470         * doc/find.texi: added version.texi, fixed a few documentation bugs.
1472         * configure.in: new m4 features.
1474         * Makefile.am: moved testsuite to below corresponding directories
1475         find and xargs.
1477         * acconfig.h: updated to match new m4 files.
1479         * m4: added m4 directory, largely borrowed from Jim Meyering's
1480         fileutils.
1482 2000-01-17  Kevin Dalley  <kevind@rahul.net>
1484         * doc/find.texi (Multiple Files): placed missing xargs in examples
1486         * find/testsuite/find.gnu/depth.exp: added find tests to test
1487         "-depth" bug.
1489         * doc/find.texi: include version.texi for automatic determination
1490         of version number, update bug report email address to
1491         bug-findutils@gnu.org.
1492         (Combining Primaries With Operators): add indices for " ,", "()",
1493         "-a", "-o", etc.
1495 2000-01-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1497         * find/tree.c (opt_expr): Never rearrange the arguments of the
1498         comma operator, since it is not commutative.  Remove useless
1499         assignment.2
1500         
1501 2000-01-17  Jonathan R. Ferro <jferro@corwin.ece.cmu.edu>
1502         
1503         * find/find.c (process_path): fix problem with "-depth" which is
1504         tested in depth.exp test.
1506 1999-08-15  Kevin Dalley  <Kevin Dalley <kevin@seti.org>>
1508         * find/fstype.c (filesystem_type_uncached): a stat failure with
1509         EACCESS will ignore this file system keep on looking.  Patch
1510         suggested by Vincent Danjean <vdanjean@ens-lyon.fr>.
1512 1999-08-15  Mark Kettenis  <kettenis@gnu.org>
1514         * xargs/xargs.c (LONG_MAX): Define if necessary.
1515         (main): If ARG_MAX is -1 (that is sysconf
1516         (_SC_ARG_MAX) returns -1) the system does not impose a limit.  In
1517         that case, use LONG_MAX as the limit.
1518         
1519 1999-08-15  Kevin Dalley  <Kevin Dalley <kevind@rahul.net>
1521         * find/version.c: version string is now set by config.h
1523 1999-08-08  Kevin Dalley  <kevin@seti.org>
1525         * Version 4.1.1
1527         * README-alpha: added alpha README file
1529         * find/defs.h: move lstat declarations into defs.h
1531         * xargs/Makefile.am, testsuite/Makefile.am, locate/Makefile.am,
1532         lib/Makefile.am, find/Makefile.am, doc/Makefile.am, configure.in,
1533         Makefile.am: update for automake-1.4
1535 1999-08-02  Kevin Dalley  <kevind@rahul.net>
1537         * AUTHORS: added file listing AUTHORS
1539         * lib/Makefile.am: modified code for EXTRA sources
1540         
1541 1999-01-30  Kevin Dalley  <kevind@rahul.net>
1543         * added const to declaration of basename, which should satisfy
1544         Linux as well as Hurd (fixes bug #31325).
1545         
1546 1998-12-04  Kevin Dalley  <kevind@rahul.net>
1547         
1548         * lib/nextelem.c: removed declaration of strdup and free, which
1549         meets GNU coding standards and allows compilation on more
1550         platforms.
1551         
1552         * find.texi: corrected explanation of -amin option which described
1553         hours instead of minutes
1554         
1555 1998-09-26  Kevin Dalley  <kevind@rahul.net>
1556         
1557         * lib/getline.c: fix getstr so that it correctly handles long file
1558         paths
1559         
1560 1998-09-20  Kevin Dalley  <kevind@rahul.net>
1561         
1562         * removed more function declarations to meet GNU coding standards
1563         
1564 1998-08-30  Kevin Dalley  <kevind@rahul.net>
1565         
1566         * lib/nextelem.c: removed declaration of strdup and free, which
1567         meets GNU coding standards and allow compilation on sparc
1568         
1569         * corrected explanation of -amin option which described hours
1570         instead of minutes
1571         
1572 1998-02-27  Kevin Dalley  <kevind@rahul.net>
1573         
1574         * locate/locate.c: add --existing option to locate, which only
1575         prints the names of files which still exist
1576         
1577 1998-02-08  Kevin Dalley  <kevind@rahul.net>
1578         
1579         * locate/locate.c: corrected get_short so that it correctly
1580         returns negative numbers.
1581         
1582         * remove declarations of various string functions.  Removing the
1583         declarations almost matches the GNU Coding Standards.
1584         
1585 1997-03-03  Kevin Dalley  <kevind@rahul.net>
1586         
1587         * xargs/xargs.c: xargs fixed to prevent occasional core dumping.
1588         
1589 1997-01-11  Kevin Dalley  <kevind@rahul.net>
1590         
1591         * locate/updatedb.sh: add --localuser option to updatedb, which
1592         allows find to be run as nobody, while allowing database file to
1593         be created as root, change suggested by
1594         <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
1595         
1596 1996-12-28  Kevin Dalley  <kevind@rahul.net>
1597         * added PRUNEFS as variable in updatedb and --prunefs as option to
1598         updatedb
1600 1996-05-27  Kevin Dalley  <kevind@rahul.net>
1601         
1602         * updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
1603         is root
1604 1996-04-27  Kevin Dalley  <kevind@rahul.net>
1606         * lib/getline.c (getstr): verify that nchars_avail is *really*
1607         greater than 0; set *n to a large enough number, stops some core
1608         dumping
1610 Thu Nov  3 09:23:33 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
1612         * Version 4.1.
1614         * locate/Makefile.am: Move updatedb from LIBSCRIPTS to SCRIPTS.
1616         * Makefile.am (distname): Change distribution name from find to
1617           findutils.
1619         * testsuite/config/unix.exp: Don't abuse xfail; simulate it correctly.
1621         * locate/Makefile.am (CLEANFILES): Fix typo.
1623 Wed Nov  2 15:11:52 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
1625         * The big 4 0.
1627         * lib/listfile.c find/defs.h (list_file): Take a stream arg.
1628         * find/pred.c (pred_ls): pass it.
1629         * find/parser.c pred.c defs.h (parse_fls, pred_fls): New functions.
1631 Tue Oct 25 16:09:04 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
1633         * find/pred.c (pred_fprintf): Flush output after \c.  From Chapman
1634         Flack.
1636         * find/parser.c (insert_fprintf): Warn about unrecognized \ and %
1637         sequences.
1639 Tue Oct 18 00:03:10 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
1641         * find/defs.h parser.c pred.c tree.c util.c: Globally change
1642         "victim" to "primary".
1644         * find/parser.c (insert_fprintf): For 'c' format, don't lose the
1645         need_stat information.  From Chapman Flack.
1647         * doc/find.texi perm.texi: New files.
1648         * configure.in: Configure the doc directory.
1650         * find/pred.c (pred_regex): Check that the regex matched the whole
1651         file name.
1653 Wed Oct 12 17:13:47 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
1655         * find/find.c (main): Tell what the invalid arg is.
1656         From Kaveh Ghazi.
1658 Fri Oct  7 12:33:24 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1660         * find/parser.c: Add -mount as an alias for -xdev.
1661         From Klaus.Steinberger@physik.uni-muenchen.de (Klaus Steinberger).
1663         * lib/modechange.c: Make umask_value unsigned short.
1665         * xargs/xargs.c: Use symbolic constants in longopts.
1666         From Chapman Flack.
1668 Wed Oct  5 11:23:09 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1670         * xargs/xargs.c (main, read_line, read_string, do_exec): Pass 
1671           along the lengths of the args.
1672           (main): Calculate length of replace_pat.
1673           (push_arg, do_insert): Use those lengths instead of calculating
1674           them. 
1676 Tue Oct  4 10:02:05 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
1678         * locate/updatedb.sh Makefile.in: Add substitutions to get
1679           the transformed program names.
1681         * xargs/xargs.c: Put back the global variables for now.
1682         Rename some variables.  Increase default args_per_exec.
1683         Use boolean where applicable.
1684         (main): Reduce default arg_max by 2048 for POSIX.2.
1685         (read_string): Don't check EOF string.
1686         (read_line, read_string): Take initial args size into account.
1688 Sat Oct  1 17:43:13 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1690         * find/pred.c (launch): Use pid_t.
1692         * xargs/xargs.c (EOF_STR): Define and use.
1693         [__STDC__]: Declare xrealloc and xmalloc using void *.
1694         * find/defs.h: Likewise.
1696         * find/defs.h: Only declare stpcpy if !HAVE_STPCPY.
1698         * xargs/xargs.c: Replace most global variables with structure
1699           pointers passed as arguments.  Use pid_t.
1700         * lib/wait.h: Include sys/wait.h if HAVE_SYS_WAIT_H.
1701         * configure.in: Call AC_TYPE_MODE_T and AC_HEADER_SYS_WAIT.
1703         * xargs/xargs.c: Improve paging performance and memory
1704           fragmentation by building command arguments in a pre-allocated
1705           buffer and re-implementing the child pid list as an expandable
1706           array.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
1708 Thu Sep 29 11:38:07 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
1710         * xargs/xargs.c [__STDC__]: Prototype declarations.
1712 Wed Sep 28 11:25:53 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
1714         * find/fstype.c [AFS, __STDC__]: Fix definition of _VICEIOCTL.
1716 Tue Sep 27 08:14:27 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
1718         * find/fstype.c (fstype_to_string): Add more cases.  Use
1719           INITMOUNTNAMES if defined.
1720         * find/defs.h: Change boolean typedef from char to int.
1721         * configure.in: Check for mktime.
1723 Tue Sep 27 01:20:28 1994  Kaveh R. Ghazi  (ghazi@noc.rutgers.edu)
1725         * configure.in: Add AC_HEADER_STAT.
1726         * lib/listfile.c, lib/modetype.h: Add STAT_MACROS_BROKEN.
1728         * find/pred.c: Move the inclusion of defs.h ahead of the first
1729           test of _POSIX_VERSION.
1731         * lib/xgetcwd.c: Remove _POSIX_VERSION, rely only on HAVE_GETCWD.
1733 Mon Sep 26 16:43:01 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1735         * configure.in: Add AC_CONFIG_HEADER.
1736         * find/*.c locate/*.c xargs/*.c: Include config.h.
1737         * locate/updatedb.sh: Add --version; --old -> --old-format.
1739 Sun Sep 25 23:43:37 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1741         * find/* [__STDC__]: Prototype declarations.
1743         * locate/updatedb.sh: Account for renaming code and frcode.
1745         * find/find.c (process_path): Store dev and ino of directories in
1746           current branch to avoid symlink loops.  From DJ Delorie
1747           <dj@ctron.com>.
1748           (process_dir): If following symlinks, don't cd to ..; instead,
1749           cd to the starting directory and then to the parent directory.
1750           (main) [HAVE_FCHDIR]: Save the dev, ino of the starting directory.
1751           (process_top_path) [HAVE_FCHDIR]: Use it.
1752         * find/pred.c (launch) [HAVE_FCHDIR]: Likewise.
1753         * defs.h [HAVE_FCHDIR]: Declare starting_desc instead of starting_dir.
1754         * configure.in: Check for dev_t, ino_t, fchdir, fcntl.h.
1756 Fri Sep 23 11:55:38 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1758         * lib/listfile.c: Change #ifdef S_IFLNK to #ifdef S_ISLNK.
1759         From Andreas Luik <luik@isa.de>.
1761 Thu Sep 22 11:42:40 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1763         * locate/locate.c (last_literal_end): Dynamically allocate enough
1764           memory for the subpattern.
1766 Wed Sep 21 06:12:56 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1768         * locate/locate.c (locate): Warn if database is >8 days old.
1769         From Ian Lance Taylor.
1771         * xargs/xargs.c (do_exec), find/pred.c (launch): Set SIGCHLD to
1772           default.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
1773         * find/find.c pred.c util.c lib/listfile.c: Remove fflush(stdout)
1774           calls before error.  error does it, and doesn't trash errno.
1775           From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
1777         * find/fstype.c (filesystem_type_uncached): Don't trust mtab dev
1778           number on HPUX.  From Andreas Luik <luik@isa.de>.
1779           (filesystem_type_uncached): Don't cache unknown file system
1780           types.  From casper@fwi.uva.nl (Casper Dik).
1782         * locate/updatedb.sh: Collect results in temp file and rename it
1783           atomically.  From Andreas Luik <luik@isa.de>.
1785         * xargs/xargs.c (parse_num): Print a long using %ld.  From Jim
1786           Meyering.
1788         * find/defs.h find.c parser.c pred.c util.c, lib/nextelem.c:
1789           Emulate strchr and strrchr with index and rindex, not vice versa.
1791         Remove man directory; move man pages to the directories of the
1792         programs they document.
1794         * locate/frcode.c: Renamed from code.c.
1795         * locate/frcode.c (put_short): Renamed from puthalfword.
1796         * locate/locate.c (get_short): Renamed from gethalfword.
1797         (last_literal_end): Renamed from patprep.
1798         (locate): Recognize old-format databases too.
1799         * locate/locatedb.h: Add defines for old-format databases.
1800         * locate/bigram.c locate/code.c: Put back programs to create
1801         old-format databases.
1802         * locate/updatedb.sh: Take --old option to use them.
1804 Tue Sep 20 15:41:11 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1806         * configure.in: Update for Autoconf v2.
1807         * find/pred.c lib/savedir.c: Use new symbols for dir header.
1808         * locate/updatedb.sh: Add --help option.
1810 Sun Feb 13 11:21:58 1994  Jim Meyering  (meyering@comco.com)
1812         * man/Makefile.in [man1ext, man5ext]: Set man5ext (not man1ext) to 5.
1814 Sun Aug  1 22:30:55 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1816         * bigram.c: File removed.
1817         * getline.c, memcmp.c, locatedb.h, updatedb.1, locatedb.5: New files.
1818         * updatedb.sh: Take command line options.
1819         Don't do bigram compression.
1820         * code.c, locate.c: Don't do bigram compression.
1821         Write and read counts in network byte order.
1822         Handle arbitrarily long paths.
1823         Use a magic number at the start of the databases.
1825 Thu Jul 29 20:44:53 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1827         * Makefile.in (config.status): Run config.status --recheck, not
1828         configure, to get the right args passed.
1830 Thu Jul 22 12:53:12 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1832         * listfile.c (list_file): Print inode as a long.
1834 Wed Jul 14 14:14:45 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1836         * fstype.c [STDC_HEADERS]: Include stdlib.h.
1838         * Move unistd.h include from parser.c and pred.c to defs.h.
1840 Wed Jun 30 14:14:47 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1842         * updatedb.sh: Construct PRUNEREGEX from PRUNEPATHS with sed.
1843         Prune /afs.  Change NFSUSER to NETUSER and NFSPATHS to NETPATHS.
1845 Tue Jun 29 12:19:58 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1847         * pred.c (pred_fprintf): Abort in switch if `c' is not A, C, or T.
1849 Mon Jun 28 00:18:52 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1851         * fstype.c (in_afs) [AFS]: New function, derived from code by
1852         Sanjay Ramamurthy <ramams@rpi.edu>.
1853         (filesystem_type_uncached) [AFS]: Call it if the fs type is
1854         otherwise unknown.
1856         * parser.c (parse_size): Recognize b and w suffixes for dd
1857         compatibility. 
1859         * code.c (puthalfword): New function.
1860         (main): Call it.
1861         * locate.c (gethalfword): New function.
1862         (locate): Call it.
1863         From ifado!wb@germany.eu.net (Wilhelm B. Kloke).
1865         * listfile.c: Include pathmax.h.
1866         (get_link_name): Always allocate PATH_MAX + 1 bytes for
1867         readlink buffers.
1868         * pred.c (pred_fprintf, insert_lname): Call get_link_name.
1870         * fstype.c (filesystem_type, filesystem_type_uncached),
1871         listfile.c (list_file): Take an arg for the path to access.
1872         * pred.c (pred_ls, pred_fstype, pred_fprintf): Pass it.
1874         * find.c (process_dir): Renamed from scan_directory.
1876         Changes from jrs@world.std.com (Rick Sladkey) to chdir into
1877         subdirectories instead of using string concatenation, for speed:
1878         * find.c (process_top_path): New function.
1879         (main): Call it, and xgetcwd.
1880         (process_path, scan_directory): Take new arg, the pathname
1881         relative to ".".  Use it and pass it on.
1882         * pred.c (pred_and, pred_comma, pred_negate, pred_or,
1883         pred_xtype, pred_fprintf, pred_empty, insert_lname):
1884         access rel_pathname instead of pathname.
1885         (launch): chdir to starting_dir.
1886         * defs.h: Declare rel_pathname and starting_dir.
1887         * find.c: Define them.
1889         * xgetcwd.c: New file.
1891         * updatedb.sh: Recognize -fstype NFS as well as nfs.
1892         * locate.c (patprep): Skip trailing character classes correctly.
1893         From luik@pharao.stgt.sub.org (Andreas Luik).
1895         * parser.c (parse_group): Make gid a gid_t, not short or int.
1896         (parse_nogroup): Cast gid to unsigned when using it as an array index.
1897         (parse_user, parse_nouser): Similar changes for uid.
1898         * defs.h: Use uid_t and gid_t.
1900         * parser.c (parse_help): New function.
1901         (parse_table):  Add --version, -help, and --help options.
1902         Rename struct parser_table_t to struct parser_table.
1903         (parse_version): Exit after printing message, on
1904         stdout not stderr.
1906         * xargs.c, locate.c (main, usage): Add --version and --help
1907         options.
1909 Wed Mar 31 22:39:57 1993  Jim Meyering  (meyering@comco.com)
1911         * parser.c: Define isascii macro to be 1 also if STDC_HEADERS.
1912         * xargs.c: Ditto.
1914 Wed Mar 31 16:04:07 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1916         * pred.c (pred_fprintf): If curdepth is 0, don't nuke
1917         segment->text; nuke cp.
1919 Mon Mar 29 15:57:20 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1921         * Version 3.8.
1923 Fri Mar 26 16:36:59 1993  David J. MacKenzie  (djm@hal.gnu.ai.mit.edu)
1925         * pred.c (pred_ilname, pred_iname, pred_ipath): New functions.
1926         (pred_table): Add them.
1927         (insert_lname): New function.
1928         (pred_lname): Call it.
1929         * parser.c (parse_ilname, parse_iname, parse_ipath,
1930         parse_iregex): New functions.
1931         (parse_table): Add them.
1932         (insert_regex): New function.
1933         (parse_regex): Call it.
1935         * fstype.c (filesystem_type): Cache previous result.
1936         (filesystem_type_uncached): New function.
1937         pred.c (pred_fstype, pred_fprintf): Adjust callers to not cache.
1939         * parser.c: Don't define const.
1941         * fstype.c [FSTYPE_STATFS] (fstype_to_string): #ifdef
1942         MOUNT_PC for 386bsd.
1944 Thu Mar 25 18:32:24 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1946         * parser.c (parse_regex): If ignore_case, set up a translate
1947         table for the regex.
1949         * defs.h: Include string.h or strings.h.
1950         * find.c fstype.c parser.c pred.c util.c: Don't.
1952         * nextelem.c [index]: Don't redefine.
1954 Wed Mar 24 17:47:10 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1956         * xargs.c (wait_for_proc): Exit with a nonrunnable command's exit
1957         status, not the wait status value.  From
1958         Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>.
1960         * parser.c (make_segment, insert_fprintf), pred.c
1961         (pred_fprintf): Add '%F' to print filesystem type.
1963         * parser.c (parse_fprintf): Check if second arg is missing.
1965 Tue Mar 23 13:18:08 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1967         * pred.c (pred_fprintf): For %P, don't move past an assumed
1968         slash if the ARGV element ends with one, because in that case
1969         we didn't add one.
1971         * parser.c (parse_printf): Check for missing arg.
1972         From smj@cats.com (Steve James).
1974         * parser.c: Add #ifdef around atol decl for Linux.
1976 Fri Dec 11 08:17:07 1992  Jim Meyering  (meyering@comco.com)
1978         * defs.h: Remove dcl of process_path.
1979         * find.c: Put dcl of process_path here.  Make a few functions
1980         and file-scope variables static.
1981         * parser.c, tree.c: Declare most functions static.
1983         * locate.c: Use `required_argument' macro in dcl of longopts.
1984         * bigram.c, code.c, locate.c, xargs.c: Make most functions and
1985         file-scope variables static.
1987         * parser.c, xargs.c: Guard ctype.h macros with isascii.
1989         * find.c: Add declarations for opt_expr and mark_stat.
1990         * tree.c (set_new_parent): Add empty default clause to enum swicth.
1991         * locate.c (main): Parenthesize for gcc -Wall.
1992         * xargs.c (push_arg): Parenthesize for gcc -Wall.
1994 Tue Nov 24 08:04:36 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1996         * find.c, fstype.c, parser.c, pred.c, util.c, listfile.c,
1997         nextelem.c, xargs.c, bigram.c, code.c, locate.c: Use
1998         HAVE_STRING_H, not USG.
2000         * pred.c: Use SYSDIR and NDIR instead of USG.
2001         Define direct as dirent, not vice-versa.
2003 Fri Oct  9 02:15:17 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
2005         * xargs.c (main): Set orig_arg_max before possibly cutting
2006         down arg_max.
2008 Thu Sep 10 19:25:35 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2010         * parser.c: Always declare getgrent and getpwent.
2012 Mon Aug 24 12:54:16 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2014         * xargs.c: Include sys/types.h before unistd.h.  Use ARG_MAX
2015         if it's defined.
2016         * find.c, nextelem.c: Add missing decls.
2017         From bde@runx.oz.au (Bruce Evans).
2019 Thu Jul 23 15:06:07 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2021         * Version 3.7.
2023 Tue Jul 14 00:16:52 1992  David J. MacKenzie  (djm@apple-gunkies.gnu.ai.mit.edu)
2025         * pathmax.h: New file.
2026         * bigram.c, code.c, locate.c: Use it.  Use xmalloc instead of malloc.
2028 Sat Jul 11 22:31:46 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2030         * nextelem.c: New file.
2031         * locate.c (main): Use it to support a database path.
2033 Fri Jul  3 02:12:09 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2035         * listfile.c, pred.c: Change FOO_MISSING to HAVE_FOO.
2037         * parser.c [_POSIX_SOURCE]: Define endpwent and endgrent as empty.
2038         * listfile.c [!HAVE_ST_RDEV]: Print blanks.
2039         From Jeffrey Siegal (jbs@congruent.com).
2041         * locate.c (locate): Check for EOF at top of loop, not middle.
2042         * updatedb.sh: Remove duplication hack.
2043         From Jay Plett.
2045 Wed Jun 10 15:04:23 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2047         * pred.c (pred_amin, pred_atime, pred_cmin, pred_ctime,
2048         pred_mmin, pred_mtime, pred_used): Cast l_val to time_t before
2049         comparing it to a time_t.  From fpm@crash.cts.com (Frank Maclachlan).
2051         * locate.c (locate): Take the database path as an arg.
2052         (main): Take an option to specify the database path.
2053         (usage): New function.
2055         * updatedb.sh: Don't read from and write to the file-list file
2056         in the same statement.
2058 Thu Jun  4 15:27:07 1992  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
2060         * Version 3.6.
2062 Wed May 20 00:05:13 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
2064         * xargs.c: Include sys/param.h before limits.h, not after.
2066         * listfile.c: If we include a header file specifically to get
2067         major et al., assume we have them.
2069 Tue May 12 01:09:33 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
2071         * locate.c (locate): Don't give fnmatch FNM_PERIOD (it's useless).
2073         * parser.c (parse_path): New function.
2074         * pred.c (pred_path): New function.
2075         * tree.c (opt_expr): Move -path like -name.
2077         * updatedb.sh: Duplicate the last entry in the file list so it
2078         doesn't get ignored.
2080 Mon May 11 22:24:40 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
2082         * updatedb.sh: Allow many vars to be overridden in the environment.
2084         * locate.c, updatedb.sh: FCODES -> LOCATE_DB.
2086 Wed Apr 22 15:24:00 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
2088         * updatedb.sh: Use binprefix when calling find.
2090         * locate.c (locate): Use LOCATE_DB environ variable if set.
2092         * find.c (scan_directory): Allow for dirs having negative
2093         st_size (NFS mount points on VAX 4.3BSD+NFS).
2094         From metcalf@catfish.lcs.mit.edu (Chris Metcalf).
2096 Sat Apr 18 15:42:52 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2098         * fstype.c: Rename FS_* to FSTYPE_*.  Support Dynix's
2099         name for the mount table.
2101 Sun Mar  8 23:21:25 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2103         * listfile.c (list_file): Allow a slop factor for deciding what
2104         is in the future.
2106 Tue Feb 25 16:24:15 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2108         * Version 3.5.
2110 Sat Feb 22 08:43:01 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2112         * tree.c (set_new_parent): Initialize need_stat field.
2114         * defs.h (struct predicate): Define p_name unconditionally.
2116 Fri Feb 21 15:28:43 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
2118         * tree.c (opt_expr): Preserve expression precedence when
2119         rearranging expression tree. 
2120         (set_new_parent): New function.
2121         (mark_stat): Set need_stat whether or not it's been set
2122         earlier in the expression.
2123         All from Tim Wood.
2125 Mon Feb 17 10:20:38 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2127         * updatedb.sh: Use current value of TMPDIR if already set.
2128         From Dana Jacobsen (jacobsd@cs.orst.edu).
2130         * pred.c: Include pwd.h and grp.h after unistd.h, not before.
2131         Apparently needed on ISC 2.2.  From Juha Takala <jta@piuha.sah.vtt.fi>.
2133 Thu Feb 13 10:52:31 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2135         * modetype.h: Don't define S_IFMT, because doing so breaks pred_type
2136         on plain POSIX.1 systems.
2138 Sat Feb  8 00:58:13 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2140         * Version 3.4.
2142 Fri Feb  7 21:35:58 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2144         * defs.h: Don't declare process_path.
2145         * find.c [DEBUG_STAT] (debug_stat): New function.
2146         (main) [DEBUG_STAT]: Call it.
2147         (process_path): Return a value.
2148         (scan_directory): Count number of subdirs seen so far.
2149         * parser.c (pred_and, pred_close, pred_comma, pred_negate,
2150         pred_open, pred_or): Don't need stat.
2151         * util.c (get_new_pred_chk_op): Implicit AND doesn't need stat.
2153 Fri Jan 17 21:51:18 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2155         * Version 3.3.
2157 Tue Dec 24 02:16:49 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2159         * wait.h, listfile.c, xargs.c, bigram.c, code.c, locate.c:
2160         Change POSIX ifdefs to HAVE_UNISTD_H and _POSIX_VERSION. 
2162 Wed Dec 18 16:37:17 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2164         * listfile.c: Use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS to
2165         find major and minor.
2167         * code.c, bigram.c, locate.c, xargs.c: Use LIMITS_H_MISSING
2168         instead of LIMITS_MISSING.
2170 Sat Dec  7 06:13:26 1991  David J. MacKenzie  (djm at frob.eng.umd.edu)
2172         * parser.c (parse_prune): No stat needed for prune.
2173         (insert_fprintf, make_segment): Possibly no stat needed,
2174         depending on which information is printed.
2176         * xargs.c (usage): Document long-named options as starting
2177         with -- instead of +.
2179         * parser.c [!POSIX]: Declare getgrent and getpwent.
2181         * fstype.c (filesystem_type): Only check MNTTYPE_IGNORE if
2182         it's defined.  From Rainer Orth.
2184         * Add leaf node optimization suggested by Matthew Farwell
2185         <dylan@ibmpcug.co.uk>.  Add -noleaf option to disable it.
2186         Adapt parts of Tim Wood's work to current sources.
2187         * find.c (scan_directory): New function, from code in process_path.
2188         (process_path): Take an arg indicating whether the pathname
2189         is a leaf non-directory, instead of a redundant current level.
2190         * parser.c (parse_noleaf): New function.
2191         (parse_print, parse_name, etc.): Set need_stat = false.
2193 Wed Nov  2 13:34:32 1990  Tim Wood at home      (tim at axolotl.UUCP)
2195         * pred.c: Call stat() if an AND, OR or NOT node tells you to.
2196         * find.c: Limit calls to stat().
2198 Wed Oct  3 17:30:39 1990  Tim Wood at home      (tim at axolotl.UUCP)
2200         * tree.c (opt_expr): New function to rearrange predicates within
2201         a conjunction/disjunction so that non-inode (-name, -regex) ones
2202         are executed first.  
2203         * pred.c: Make some supporting tree structure changes for opt_expr().
2205 Sat Dec  7 00:36:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2207         * xargs.c (do_exec): Simplify test for which exit
2208         status to use if exec fails.
2210 Fri Dec  6 18:24:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2212         * listfile.c (list_file): POSIX_ME_HARDER -> POSIXLY_CORRECT.
2214 Thu 24 Oct 1991 21:33:21  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
2216         * pred.c (pred_fprintf): Don't print "\n" unless it's in the
2217         format string.
2219 Mon Oct 21 22:30:35 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2221         * defs.h, parser.c, pred.c: Rename some types that conflict
2222         with reserved POSIX.1 namespace (ended in _t).
2224         
2225         
2226 Thu Oct 17 22:39:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2228         * xargs.c: Don't determine memory.h based on POSIX, which
2229         doesn't mention it.
2231 Sat Oct  5 16:11:05 1991  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
2233         * parser.c (parse_perm): Parse new `-perm +mode' notation.
2234         * pred.c (pred_perm): Interpret same.
2236 Fri Sep 13 14:58:27 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
2238         * xargs.c [POSIX]: Always use sysconf to get ARG_MAX.
2240 Thu Sep  5 23:57:06 1991  David J. MacKenzie  (djm at apple-gunkies)
2242         * bigram.c, code.c (main): Make path_max int, not unsigned.
2243         * locate.c (main): Check for pathconf failure.
2245 Thu Sep  5 11:54:44 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
2247         * parser.c (insert_fprintf): Add `\\' escape and fixed `%%'
2248         interpretation.
2249         * pred.c (pred_fprintf): fixed off-by-one indexing problem
2250         when handling [gGuU] printf formats.
2252 Wed Aug 28 20:53:57 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2254         * Version 3.2.
2256 Mon Aug 26 18:57:32 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
2258         * bigram.c, code.c: Fix handling of PATH_MAX.
2259         Check for anomalous input line lengths.
2260         From Bruce Evans.
2262 Fri Aug 23 11:00:18 1991  David J. MacKenzie  (djm at apple-gunkies)
2264         * pred.c (pred_fprintf): Round block number up to get K.
2266 Thu Aug 22 10:46:30 1991  David J. MacKenzie  (djm at apple-gunkies)
2268         * pred.c (pred_fprintf, pred_lname) [_AIX]: Allocate PATH_MAX
2269         byte for link object since st_size is wrong.
2271         * listfile.c (list_file): Don't convert blocks to kilobytes if
2272         env. var POSIX_ME_HARDER is defined.
2274         * fstype.c [FS_AIX_STATFS]: New case.
2276         * configure: Make sure the sys/mount.h is the 4.4BSD version
2277         with grep instead of just testing whether it exists.
2279         * listfile.c (list_file): Add 1 to number of 512-byte blocks
2280         before dividing to get 1K blocks (so we round up, not down).
2282 Wed Aug 21 13:02:46 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2284         * Version 3.1.
2286         * parser.c (parse_fprintf), pred.c (pred_fprintf): Add %k
2287         conversion to print 1K blocks.
2289         * listfile.c: Print counts of 1K blocks, for consistency with
2290         new fileutils release.  Bad timing, there.
2292         * Version 3.0.
2294         * pred.c [VOID_CLOSEDIR]: Fake a return value for closedir,
2295         which returns void on some systems, like Sequents.
2296         * configure: Check sys/dir.h for 'void closedir'.
2298 Thu Aug 15 16:07:46 1991  David J. MacKenzie  (djm at frob)
2300         * modetype.h: Define POSIX.1 stat stuff if missing.
2301         * pred.c, parser.c, find.c, fstype.c: Don't define it.
2302         * updatedb.sh: Use a variable substitution method like configure's.
2303         * Makefile.in: Add datadir variable to separate programs from
2304         data file.
2306         * parser.c, pred.c: Rename -fulldays to -daystart.
2308         * defs.h, find.c, parser.c, pred.c: Add many new predicates
2309         from Jay Plett (jay@princeton.edu).
2311 Wed Aug 14 14:37:06 1991  David J. MacKenzie  (djm at bleen)
2313         * parser.c (parse_size), pred.c (pred_size), defs.h (struct
2314         size_t): Allow `k' to follow number to measure size in Kbytes.
2315         * parser.c (parse_size, get_num, insert_num), defs.h (struct
2316         size_t): Use enum comparison_type instead of short.
2318 Fri Aug  9 00:49:32 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2320         * xargs.c (read_line): Use isblank, to support POSIX locales.
2322         * fstype [FS_STATVFS]: New code for SVR4, from slootman@dri.nl
2323         (Paul Slootman).
2324         * configure: Figure out when to use it.
2326         * configure: Check for st_blocks in struct stat.
2327         * listfile.c (ST_NBLOCKS): New macro.
2328         (list_file): Print file's block count.
2329         Use S_ISLNK instead of S_IFLNK.
2330         * fileblocks.c: New file, from fileutils.
2332 Thu Aug  8 17:20:19 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
2334         * parser.c, pred.c [CACHE_IDS]: Optional code to turn uid and
2335         gid lookups into table lookups.
2337 Wed Aug  7 00:22:29 1991  David J. MacKenzie  (djm at wheat-chex)
2339         * configure, Makefile.in's: Support +srcdir option via VPATH.
2340         Clean up clean targets.
2342 Sat Jul 20 01:11:51 1991  David J. MacKenzie  (djm at apple-gunkies)
2344         * configure: Filter /etc and /usr/etc from path.
2346         * xargs.c (wait_for_proc): Fix handling of child exit status.
2347         (main): Exit with a nonzero status if any child did.
2349         * pred.c (launch): Flush stdout and stderr before forking.
2351         * fstype.c (filesystem_type) [FS_MNTENT]: Skip entries of
2352         type "ignore".
2354 Fri Jul 19 22:53:42 1991  David J. MacKenzie  (djm at bleen)
2356         * pred.c, locate.c: Use fnmatch instead of glob_match.
2357         * fnmatch.c, fnmatch.h: New files.
2359         * Many files: Use string.h if STDC_HEADERS, as well as if USG.
2361         * locate.c, code.c, bigram.c: Possibly use pathconf to get
2362         PATH_MAX.  Use malloc to allocate path arrays.
2364         * xargs.c: Possibly use sysconf to get ARG_MAX.
2365         (env_size): Make definition unconditional.
2366         (main): Do arg_max adjustment that can't be done with
2367         preprocessor now that ARG_MAX might be a function call.
2368         (do_exec): Exit with status 126 or 127 after failed exec, for
2369         POSIX.2 draft 11.1.
2371         * xargs.c, pred.c, listfile.c: Use POSIX, not UNISTD_MISSING.
2372         * wait.h: Use POSIX, not WAIT_MACROS_MISSING.
2374         * COPYING: Use version 2.  Update all files.
2376         * Replace Makefile and lib/Makefile with Makefile.in,
2377         lib/Makefile.in and configure.  Update README.
2379 Fri Apr  5 12:49:09 1991  David J. MacKenzie  (djm at apple-gunkies)
2381         * Version 2.2.
2383 Fri Mar 15 20:44:45 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
2385         * xargs.c (main): Always run the command if some args are left over.
2386         Rename some variables.
2388 Fri Jan 18 03:35:57 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
2390         * bigram.c, code.c, locate.c: Use LIMITS_MISSING, not
2391         _POSIX_SOURCE, to decide whether to include limits.h.
2393         * parser.c, pred.c, listfile.c: Use POSIX, not _POSIX_SOURCE,
2394         to decide whether to declare getpwuid and getgrgid.
2396         * xargs.c: Use POSIX, not _POSIX_SOURCE, to determine whether
2397         to include memory.h.
2399 Sat Jan 12 04:12:34 1991  David J. MacKenzie  (djm at wookumz.ai.mit.edu)
2401         * defs.h, find.c, parser.c, pred.c: Remove -permmask option.
2403 Thu Jan 10 04:32:52 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
2405         * wait.h: Include sys/types.h to get pid_t.
2407         * xargs.c [USG && !STDC_HEADERS]: Only include memory.h if not
2408         _POSIX_SOURCE.
2410 Tue Jan  1 23:53:32 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
2412         * Version 2.1.
2414 Wed Dec 26 03:25:51 1990  David J. MacKenzie  (djm at apple-gunkies)
2416         * locate.c, bigram.c, code.c: Attempt to get max. path length
2417         on more kinds of systems, incl. POSIX.
2419         * pred.c, listfile.c, xargs.c: Get some decls from unistd.h,
2420         if available. 
2422         * find.c, defs.h: Make `cur_day_start' a time_t, not long.
2424 Fri Dec 21 01:49:12 1990  David J. MacKenzie  (djm at egypt)
2426         * defs.h, parser.c: Remove unused field from `struct exec_t'.
2428         * xargs.c: Add +no-run-if-empty option to cause the command to
2429         not be run if the input is empty.
2431         * defs.h (struct exec_t): Change the array of offsets into an
2432         array of `struct path_arg'.
2433         * parser.c (insert_exec_ok): Fill in new fields, to allow "{}"
2434         to be substituted (multiple times) anywhere in an arg to -exec
2435         or -ok.
2436         * pred.c (pred_exec): Add code to substitute "{}" within args.
2437         (pred_ok): After prompting, just run pred_exec.
2439 Thu Dec 20 02:32:09 1990  David J. MacKenzie  (djm at egypt)
2441         * fstype.c (filesystem_type) [FS_MNTENT]: Allow for optional
2442         "0x" at front of "dev=" mount option, which amd puts there but
2443         Sun automounter doesn't.
2445 Sat Dec 15 19:01:12 1990  David J. MacKenzie  (djm at egypt)
2447         * find.c (main), util.c (usage): Make directory args optional,
2448         defaulting to ".".
2450 Sat Dec 15 18:36:29 1990  David J. MacKenzie  (djm at apple-gunkies)
2452         * listfile.c: Define major and minor if not defined (as in POSIX).
2454 Mon Dec  3 01:04:35 1990  David J. MacKenzie  (djm at alborz)
2456         * find.c, fstype.c, parser.c, pred.c, util.c: Flush stdout before
2457         writing to stderr, in case they have been redirected to the
2458         same file descriptor.
2460         * pred.c (launch): Use POSIX wait macros from wait.h.
2462         * xargs.c (print_xargs): Read from tty_stream, not stdin.
2464 Tue Nov 20 16:48:24 1990  David J. MacKenzie  (djm at apple-gunkies)
2466         * Version 2.0.
2468         * fstype.c [FS_USG_STATFS]: New code.
2469         [FS_STATFS]: For symlinks, statfs the directory the link is in
2470         instead of the link.
2471         * Various files: Conditionalize some declarations on
2472         STDC_HEADERS or _POSIX_SOURCE.
2474 Fri Nov 16 12:24:43 1990  David J. MacKenzie  (djm at egypt)
2476         * modetype.h: New file.
2477         parser.c, pred.c: Use it.
2479 Thu Nov 15 18:05:54 1990  David J. MacKenzie  (djm at apple-gunkies)
2481         * xmalloc.c: New file from fileutils.
2483         * fstype.c (fstype_to_string): Add case for MFS.
2484         (filesystem_type): Take a pathname as a second arg.
2485         [FS_STATFS] return "unknown" instead of exiting if statfs
2486         fails because of ENOENT.
2487         * pred.c (pred_fstype): Pass the pathname.  Set current_dev.
2488         * find.c (process_path): Make root_dev local again.
2490 Mon Nov 12 02:54:00 1990  David J. MacKenzie  (djm at apple-gunkies)
2492         * pred.c (pred_fstype): Free old fs type.
2494         * fstype.c, pred.c (pred_fstype), parser.c (parse_fstype): 
2495         Reread the file system type info. every time a filesystem
2496         mount point is crossed, to allow for automounting.
2498         * xstrdup.c: New file from fileutils.
2500         * find.c (process_path): Rename root_dev to current_dev and
2501         make it global, for -fstype.
2503         * wait.h: New file taken from xargs.c.
2505         * xargs.c: Make limits.h vs. sys/param.h conditional on
2506         LIMITS_MISSING instead of USG, to accomodate SVR2.
2508 Thu Nov  8 11:52:22 1990  David J. MacKenzie  (djm at apple-gunkies)
2510         * parser.c, pred.c, listfile.c: If not _POSIX_SOURCE, declare
2511         getpwuid and getgrgid.  Use them.
2513         * listfile.c: If not _POSIX_SOURCE, define S_ISDIR and
2514         S_ISBLK.  Use them. 
2516         * find.c: Use S_ISDIR instead of S_IFDIR, and define if not
2517         _POSIX_SOURCE. 
2519         * Makefile: Define AR and RANLIB and pass to child makes.
2520         lib/Makefile: Use them.
2522         * xargs.c (WIFSIGNALED): Redefine so it works.
2524 Mon Nov  5 00:02:01 1990  David J. MacKenzie  (djm at apple-gunkies)
2526         * find.c (process_path): For -xdev, process filesystem
2527         mountpoints (but don't descend them), instead of skipping them
2528         entirely. 
2530         * find.c, parser.c, defs.h: Add -follow predicate.
2532         * xargs.c: Change ifdefs to support STDC POSIX systems.
2534 Sat Nov  3 20:18:05 1990  David J. MacKenzie  (djm at apple-gunkies)
2536         * xargs.c (do_exec): Child process exits with status 255, not
2537         127, if command can't be run.
2539 Fri Nov  2 02:11:42 1990  David J. MacKenzie  (djm at apple-gunkies)
2541         * xargs.c: Exit with status 127 if running commmand fails, as
2542         required by POSIX.
2544         * fstype.c: Support -fstype for Ultrix (-DFS_GETMNT).
2545         Sun/BSD code is now -DFS_MNTENT.
2547 Thu Nov  1 13:06:01 1990  David J. MacKenzie  (djm at egypt)
2549         * Reorganize into subdirectories and add xargs.  Rewrite Makefiles.
2551         * find.c (process_path, main): Allow a maxdepth of 0, meaning
2552         only process command line args.
2554         * parser.c, pred.c: Add -print0 predicate.
2556         * xargs.c: Add -0 option and long options.  Move standard
2557         library functions into separate files.  Use error instead of
2558         fatal and fprintf/perror.  Use POSIX macros for examining exit
2559         status from wait.
2560         (read_string): New function.
2562 Fri Sep 21 10:21:09 1990  David J. MacKenzie  (djm at apple-gunkies)
2564         * find.c (process_path): Take DEPTH as an arg instead of ROOT,
2565         and change callers.
2567 Thu Sep 20 23:58:47 1990  David J. MacKenzie  (djm at apple-gunkies)
2569         * parser.c (parse_maxdepth): New function.
2570         * find.c (process_path): If -maxdepth was given, don't go
2571         more than that many levels deep.
2572         * defs.h: Declare maxdepth.
2574 Wed Sep 12 02:12:31 1990  David J. MacKenzie  (djm at apple-gunkies)
2576         * parser.c: Add -not as synonym for !.
2578 Sun Aug 26 06:16:08 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
2580         * Makefile (TAGS): New target.
2582 Sun Aug 12 00:32:01 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2584         * xargs.c (main): Tell getopt to not permute.
2586 Sat Aug  4 21:43:45 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
2588         * parser.c (parse_perm), pred.c (pred_perm): Always compare
2589         bits 07777.
2591         * locate.c, Makefile: Rename 'fastfind' program to 'locate',
2592         following comment in POSIX.2 draft 10 rationale for find.
2594 Wed Jul 25 18:45:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2596         * listfile.c (getuser, getgroup): Make uid and gid unsigned
2597         short, not int.
2599 Mon Jul 16 13:40:13 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2601         * defs.h: Don't declare fprintf and printf, in case they have
2602         prototypes in stdio.h (important for functions that use stdarg).
2604 Sun Jul 15 23:39:39 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2606         * parser.c (parse_and): New function, for compatibility.
2608 Wed Jul  4 00:17:57 1990  David J. MacKenzie  (djm at apple-gunkies)
2610         * find.c (main): Only enclose expressions that produce no side
2611         effects within `( ... )'.
2613 Tue Jul  3 01:59:39 1990  David J. MacKenzie  (djm at apple-gunkies)
2615         * parser.c (strspn): Stop when end of string reached.
2617         * Version 1.2.
2619         * Move version number from Makefile to new file version.c.
2620         * parser.c: Recognize new -version predicate.
2622         * find.c (main): If no predicates that produce output are
2623         given, default to -print if the entire expression is true, not
2624         just the last part of an alternation.
2625         * Print the names of predicates with invalid arguments.
2627 Mon Jul  2 23:48:17 1990  David J. MacKenzie  (djm at apple-gunkies)
2629         * pred.c: Don't check for invalid comparison types in numeric
2630         predicate functions.
2632 Thu Jun 28 00:34:57 1990  David J. MacKenzie  (djm at apple-gunkies)
2634         * parser.c (parse_regex): Set fastmap and translate before
2635         compiling regex.
2637 Mon Jun 25 18:08:59 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2639         * fastfind.c (fastfind): Initialize count to 0.
2641         * lib/updatedb.sh: Only do regex comparison on directories,
2642         for speed.
2644         * listfile.c (list_file): Truncate user and group name to 8 chars.
2646 Sun Jun 24 13:51:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2648         * Version 1.1.
2650         * Makefile [DISTFILES]: Add COPYING.
2652 Fri Jun 22 03:54:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2654         * Version 1.0.
2656 Tue Jun 19 03:55:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2658         * lib/updatedb.sh: Prune entries that match PRUNEREGEX.
2659         Split up finding files from computing bigrams.
2660         Use redirection instead of nonportable grep -s to detect sort
2661         failure.  Optionally search network filesystems as well as
2662         local ones.
2664         * pred.c (pred_regex): Match against full pathname instead of
2665         just last element.
2666         * util.c (basename): Return "/", not "", if given "/".
2668         * find.c (process_path): Fix error in handling "/" directory.
2670 Mon Jun 18 01:49:16 1990  David J. MacKenzie  (djm at apple-gunkies)
2672         * parser.c [STRSPN_MISSING] (strspn): New function.
2674 Sun Jun 17 13:54:09 1990  David J. MacKenzie  (djm at apple-gunkies)
2676         * listfile.c: New file.
2677         * parser.c (parse_ls): New function.
2678         * pred.c (pred_ls): New function.
2680         * find.c (main): Remove interface to fastfind, to prevent
2681         conflict with POSIX syntax.
2682         * util.c (usage): Remove fastfind syntax from message.
2683         * fastfind.c (main): New function.
2684         * Makefile: Make fastfind a separate program.
2686         * find.c (main): Print correct message if a predicate arg is
2687         missing. 
2689         * parser.c (insert_exec_ok): Make args that start with a ';' but
2690         contain other characters not terminate the command.
2692 Fri Jun 15 00:33:45 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2694         * fstype.c: If MOUNTED isn't defined but MNT_MNTTAB is, use it
2695         instead.  True for HP/UX, at least.
2697 Thu Jun 14 10:10:25 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2699         * savedir.c: New file; now find won't run out of file
2700         descriptors in deep trees.
2701         * find.c (process_path): Use savedir.
2703 Sat Jun  9 03:15:21 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2705         * parser.c (parse_permmask): Allow symbolic mode masks.
2706         (parse_perm): Free 'struct change' when done with it.
2707         (get_oct): Function removed.
2709         * find.c (process_path): Allow arbitrarily-long filenames.
2710         More efficient string copying.  Initialize perm_mask to 07777
2711         instead of -1.
2713 Thu Jun  7 04:22:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2715         * Makefile, find.c: Use DIRENT to control whether <dirent.h>
2716         is used.
2718 Thu May 31 04:46:11 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2720         * parser.c (parse_regex): New function.
2721         * pred.c (pred_regex): New function.
2723         * fstype.c (read_mtab): If mtab entry has a "dev=" option
2724         (like in SunOS 4.1), use it, so there is no need to stat the
2725         special file later on.
2726         (xatoi, strstr): New functions.
2728 Mon May 21 01:04:42 1990  David J. MacKenzie  (djm at abyss)
2730         * lib/updatedb.sh: Put BINDIR in PATH.
2732         * fstype.c: Do nothing if MNTENT_MISSING is defined.
2734         * fstype.c: New file.
2735         * parser.c (parse_fstype): New function.
2736         * pred.c (pred_fstype): New function.
2738         * parser.c (parse_newer): Failure to stat -newer file is a
2739         fatal error.
2741         * pred.c (pred_ok): Flush output before reading.  Use getchar
2742         instead of scanf.
2744         * pred.c (pred_prune): Return false if -depth given.
2745         * find.c: Apply the predicates to the dir when -depth and
2746         -prune are given.
2748 Sun May 20 19:55:30 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2750         * pred.c (pred_prune): Set new global var `stop_at_current_level'.
2751         * find.c (process_path): Test and reset it.
2753 Fri May 18 01:56:17 1990  David J. MacKenzie  (djm at abyss)
2755         * modechange.c, modechange.h: New files.
2756         * parser.c (parse_perm): Use mode_compile and mode_adjust to
2757         parse arg, to allow symbolic mode for POSIX.
2759 Thu May 17 02:07:44 1990  David J. MacKenzie  (djm at abyss)
2761         * parser.c (get_oct): Don't consider an empty string a valid number.
2763         * parser.c (parse_perm): If arg starts with '-', set flag bit
2764         for special comparison (POSIX).
2765         * pred.c (pred_perm): If flag bit set, compare s[ug]id &
2766         sticky bits as well, and return true if the given perms are
2767         set, ignoring other bits.
2769         * find.c: New global var `exit_status'.  Use it.  (POSIX)
2770         * parser.c: Set `exit_status' if lstat on -newer file fails.
2772         * fastfind.c: New file.
2773         * find.c (main): Call fastfind if given only 1 arg.
2774         * util.c (usage): Update message. 
2775         * lib/{Makefile,updatedb.sh,bigram.c,code.c}: New files.
2776         * Makefile: Add 'all' and 'install' targets.
2778 Wed May 16 23:23:35 1990  David J. MacKenzie  (djm at abyss)
2780         * parser.c (parse_nogroup, parse_nouser): Implement.
2781         * pred.c (pred_nogroup, pred_nouser): Implement.
2783 Mon May 14 00:09:35 1990  David J. MacKenzie  (djm at abyss)
2785         * find.c: Add variable `stay_on_filesystem' for -xdev.
2786         (process_path): Take an arg determining whether this call is
2787         the root of a tree.  Use lstat instead of stat.  If
2788         stay_on_filesystem, don't process a dir on a different
2789         filesystem. 
2791         * parser.c (parse_newer): Use lstat instead of stat.  Is this right?
2792         (parse_xdev): Set stay_on_filesystem.
2794         * parser.c: Add dummy parse_nogroup, parse_nouser,
2795         parse_prune, and parse_xdev; to be written later.
2796         * pred.c: Add dummy pred_nogroup, pred_nouser, pred_prune.
2798         * find.c: Support System V directory library/headers.
2800         * find.c (process_path): Don't continue with a file that stat
2801         fails on.
2803         * defs.h, parser.c, pred.c: Change 'u_long' and 'u_short' to
2804         'unsigned long' and 'unsigned short'.
2805         * find.c, defs.h: Remove 'convert_glob' variable.
2806         * parser.c (parse_fullregex): Function removed.
2807         (parse_name): Remove regular expression code.
2808         (parse_type): Recognize sockets.
2809         Add code to check for missing arguments to many parse_* functions.
2810         * pred.c (pred_name): Use glob_match instead of regex.
2812 Sun May 13 17:45:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2814         * Replace fprintf, simple_error, and mem_error with error and
2815         usage. 
2817         * Fix string header includes for USG.
2819 Tue Mar 27 12:40:29 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2821         * defs.h: Change some #defines to enums.
2823 Sun Mar 25 22:08:58 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2825         * find.c (main): Don't take basename of argv[0].
2827         * util.c (xmalloc): New function.
2828         * find.c, parser.c, utils.c: Use xmalloc instead of malloc.
2830         * pred.c: Remove emulation of regex for BSD and use GNU
2831         library version in regcmp.c instead.
2832         * parser.c: Remove emulation of regcmp for BSD and use GNU
2833         library version in regcmp.c instead.
2834         * Makefile: Link with regex.o and regcmp.o.
2835         Add a DISTFILES macro and dist target.
2837         * Indent source code.  Move RCS logs to this file.
2839 Wed Mar 21 09:30:18 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
2841         * xargs.c: Indent.  Comment and rename some global variables.
2842         (main): Use getopt to parse options.  Open new global var
2843         `tty_stream' to /dev/tty if querying requested.
2844         (print_args): Read response from tty_stream, not stdin.
2845         (xmalloc): New function.
2846         Global: Use xmalloc instead of malloc.
2847         (usage): Revise message.
2849 87/02/22  20:01:20  20:01:20  cire (Eric B. Decker)
2851         * pred.c: added guts to pred_size
2853 87/02/22  00:59:42  00:59:42  cire (Eric B. Decker)
2855         * pred.c: added guts to perm and permmask.
2857 87/02/21  23:02:21  23:02:21  cire (Eric B. Decker)
2859         * pred.c: made pred_name only look at the last component of
2860         the path.
2862 87/02/21  22:26:47  22:26:47  cire (Eric B. Decker)
2864         * pred.c: added guts to name.  useds regex and regcmp to do
2865         regular expression handling.
2867 87/02/21  00:17:21  00:17:21  cire (Eric B. Decker)
2869         * pred.c: added predicate newer
2871 87/02/20  11:40:07  11:40:07  cire (Eric B. Decker)
2873         * pred.c: added guts to pred_ok
2875 87/02/19  23:52:37  23:52:37  cire (Eric B. Decker)
2877         * pred.c: finished exec.
2879 87/02/22  20:01:09  20:01:09  cire (Eric B. Decker)
2881         * parser.c: added guts to parse_size
2883 87/02/22  00:59:16  00:59:16  cire (Eric B. Decker)
2885         * parser.c: added guts of perm and permmask.  added getoct
2886         routine for perm and permmask
2888 87/02/21  23:32:50  23:32:50  cire (Eric B. Decker)
2890         * parser.c: added -fre, -fullregex predicate to turn off
2891         globbing conversion
2893 87/02/21  23:01:01  23:01:01  cire (Eric B. Decker)
2895         * parser.c: reworked name so the regexpr pattern includes $ at
2896         the end to force globbing to work correctly.  End of the
2897         pattern refers to the end of the filename.
2899 87/02/21  22:25:34  22:25:34  cire (Eric B. Decker)
2901         * parser.c: added guts to name.  uses a conversion from
2902         globbing to regexp format.  uses regex and regcmp to actually
2903         to the comparison.
2905 87/02/21  00:17:11  00:17:11  cire (Eric B. Decker)
2907         * parser.c: added predicate newer
2909 87/02/20  11:39:35  11:39:35  cire (Eric B. Decker)
2911         * parser.c: added ok guts.  consolidated exec and ok to using
2912         insert_exec_ok
2914 87/02/19  00:20:54  00:20:54  cire (Eric B. Decker)
2916         * parser.c: minor bug in -fulldays predicate parser.  It
2917         should have set the flag full_days to true.
2919 87/02/22  00:58:32  00:58:32  cire (Eric B. Decker)
2921         * find.c: changed where we are setting perm_mask to -1.  need
2922         to make sure that this happens before every apply_predicate.
2924 87/02/21  23:32:11  23:32:11  cire (Eric B. Decker)
2926         * find.c: added error checking for no paths.  better error
2927         message if illegal ordering.
2929 87/02/21  22:19:58  22:19:58  cire (Eric B. Decker)
2931         * find.c: added global convert_glob
2933 87/02/22  20:00:12  20:00:12  cire (Eric B. Decker)
2935         * defs.h: added definition of BLKSIZE for size
2937 87/02/21  22:19:25  22:19:25  cire (Eric B. Decker)
2939         * defs.h: added global convert_glob for name