-ignore_readdir_race should have no effect if the reason for the
[findutils.git] / ChangeLog
blobbdb9c6a39920cf7d020419905ebe5c20ee0e1e41
1 2004-03-13  James Youngman  <jay@gnu.org>
3         * find/find.c:
4         Oops, there is no access to the predicate name table if DEBUG is 
5         not #defined.
7         * find/parser.c:
8         Detect arithmetic overflow (poorly) in insert_time(), which diagnoses
9         the failure to handle large arguments to -mtime.  The existing code
10         does careful computation and then bungs the value into a time_t, which
11         ruins all our careful effort.  The new code is not a great
12         improvement.  We just check the result to detect overflow, rather than
13         actually avoiding the overflow.
15         * find/find.c:
16         Fixed Debian bug #185202 by checking for any trailing predicates after
17         the top-level invocation of get_expr() has done its work.
19         * locate/locate.1, xargs/xargs.1:
20         Fixed Debian bug 175372, inappropriate 'L' suffixes on manual 
21         page section indicators
23         * find/find.1:
24         Removed "L" suffixes from manual page section indicators, to fix
25         Debian bug 175372.
27         * debian/updatedb.conf:
28         Updated with list of filesystems from current Debian release.  This
29         includes devfs, for example.
31         * xargs/xargs.1:
32         Modified documentation of "-s" option to take into account the fix for
33         Debian bug #176201.
35         * xargs/xargs.c:
36         Fixed Debian bug #176201, "xargs enviroment size limited to 20k", by
37         reading a patch offered by Bob Prolux and implementing something
38         substantially similar myself.
40 2004-01-03  James Youngman  <jay@gnu.org>
42         * xargs/xargs.c:
43         Indicate that prep_child_for_exec() fixes Savannah bug #3992.
45         * xargs/xargs.c:
46         Attach the stdin of xargs' child process to /dev/null so that if it
47         tries to read from its stdin it doesn't consume any of the list of
48         files that xargs is trying to use.
50         * find/find.1:
51         Documented that the -regex option follows Gnulib's re_match() 
52         implementation.
54         * NEWS, locate/locate.c: Applied Savannah patch 2108
56         * xargs/xargs.c: Applied Savannah patch 1500
58         * find/find.1, doc/find.texi:
59         Improved the documentation for the %k and %b format specifiers to
60         -printf (Savannah bug #5034).  Also pointed out that this handling is
61         different to that used by the "b" and "k" suffixes with "-size".
63         * find/find.1: Improved the documentation for %k (Savannah bug #5034).
65         * find/find.1:
66         Improved the documentation for -print0 in the manpage, fixing Debian
67         bug 111143.
69         * README-CVS, find/pred.c, lib/listfile.c:
70         Brought up-to-date with change in gnulib's human.c - we no longer 
71         use human_readable_inexact(), because it is no longer provided.
73 2003-08-08  James Youngman  <jay@gnu.org>
75         * find/find.1:
76         Documented the fact that -printf also supports the '\0' escape code.
77         Added "STANDARDS CONFORMANCE" section.
79 2003-08-02  James Youngman  <jay@gnu.org>
81         * find/find.1:
82         Explain that braces are not special when performing filename matching
83         with -name.
85         * find/find.1:
86         added example of the use of -exec to the EXAMPLES section
88         * find/fstype.c, locate/locate.c:
89         Savannah bug #4295 - implicit declarations of ctype.h functions
91         * locate/locate.c:
92         Savannah bug #4279 - missing newline on locate help message
94         * find/find.1, xargs/xargs.1:
95         Improved discussion of the -print0 option of find and the -0 option of xargs
97 2003-06-26  James Youngman  <jay@gnu.org>
99         * import-gnulib.sh:
100         Remove reference to nonexistent module "basename" ("dirname" exists
101         and we already use that).
103 2003-06-21  James Youngman  <jay@gnu.org>
105         * doc/find.texi:
106         Indicate that xargs stops immediately if a command exits with status 255
108         * xargs/xargs.1:
109         Document the fact that xargs exits immediately with an error message
110         if the command it executes exits with a status of 255.
112 2003-06-18  James Youngman  <jay@gnu.org>
114         * find/find.1:
115         Indicate that -fls and friends always create their output file
117 2003-06-16  James Youngman  <jay@gnu.org>
119         * ChangeLog, find/find.1, locate/locate.1, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
120         Added BUGS section to manual pages.   This section includes information about known bugs and how to report new bugs.
122         * AUTHORS: Identify the current maintainer.
124         * TODO: Removed the TODO items which have now been done.
126         * THANKS: Added Bruno Haible and Bob Prolux.
128         * xargs/xargs.c: xargs/xargs.c (DO_MULTIBYTE): New macro.
129         (mbstrstr): New function.
130         (do_insert): Use it instead of strstr.
132         * config.guess, config.sub:
133         Use config.guess and config.sub from automake
135         * find/fstype.c:
136         Bruno Haible: (fstype_to_string) Don't define this function if
137         HAVE_F_FSTYPENAME_IN_STATFS is defined.
139         * configure.in:
140         Bruno Haible: Prefer the 4.4BSD API (if present) to the 4.3BSD API,
141         because some 4.4BSD systems have <mntent.h> but no /etc/mtab file.
143         * doc/find.texi, find/find.1:
144         Applied patch 1498 (documenting the backslash escape sequence)
146         * locate/updatedb.sh: Applied (my own version of) Savannah patch 1601.
148         * doc/find.texi:
149         Applied Savannah patch #1547 (document the fact that printf
150         field-width specifiers are supported).
152         * xargs/xargs.c:
153         Applied Savannah patch #1499 (adds final newline to usage message).
155 2003-06-14  James Youngman  <jay@gnu.org>
157         * NEWS, configure.in:
158         Updated version number to 4.2.0-CVS [not ready for release yet]
160         * 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:
161         Merged changes made for version 4.1.20 onto the trunk
163         * README-CVS, find/defs.h, find/find.c, find/pred.c, lib/listfile.c:
164         Update code to reflect gnulib's changes to the arguments of human_readable().   Drop support for "FIND_BLOCK_SIZE" environment variable
166 2003-05-26  James Youngman  <jay@gnu.org>
168         * lib/wait.h: re-added wiat.h.
170         * configure.in, lib/Makefile.am:
171         Corrections to allow compilation on MacOS X
173         * 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:
174         Changes to allow compilation on non-GNU systems (i.e. for the macros that gnulib decides to #define to be effective)
176 2003-05-24  James Youngman  <jay@gnu.org>
178         * 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:
179         also need stpcpy (e.g. for Solaris)
181         * intl/dcigettext.c:
182         plural_lookup: don't use a variable called "index", because we may
183         have done "#define strchr index", in which case using a variable
184         called index will prevent us calling strchr(p, ch) in the same scope.
186         * 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:
187         Updated copyright years and the address of the FSF
189         * aclocal.m4, config.h.in, configure:
190         Removed files that are generated from other files (e.g. configure)
192         * NEWS: Updated NEWS file for 4.1.20.
194         * 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:
195         Updates to the i18n files to ensure that 'make dist' succeeds
197         * lib/posix/.cvsignore, lib/posix/Makefile.am,
198         lib/posix/Makefile.in, lib/posix/regex.h, lib/strftime.c,
199         lib/strncasecmp.c, lib/strspn.c, lib/strstr.c, lib/strtol.c,
200         lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c, lib/wait.h,
201         lib/waitpid.c, lib/xalloc.h, lib/xgetcwd.c, lib/xmalloc.c,
202         lib/xstat.in, lib/xstrdup.c, lib/xstrtol.c, lib/xstrtol.h,
203         lib/xstrtoul.c, lib/xstrtoul.h, lib/xstrtoumax.c, lib/yesno.c,
204         locate/Makefile.am, locate/Makefile.in, locate/locate.c,
205         locate/testsuite/Makefile.in, m4/.cvsignore, m4/ChangeLog,
206         m4/Makefile.am, m4/Makefile.am.in, m4/Makefile.in, m4/README,
207         m4/afs.m4, m4/assert.m4, m4/c-bs-a.m4, m4/check-decl.m4,
208         m4/codeset.m4, m4/d-ino.m4, m4/d-type.m4, m4/error.m4,
209         m4/fnmatch.m4, m4/fnmatchcase.m4, m4/fstypename.m4, m4/getline.m4,
210         m4/gettext.m4, m4/glibc.m4, m4/glibc21.m4, m4/iconv.m4,
211         m4/inttypes_h.m4, m4/isc-posix.m4, m4/jm-glibc-io.m4,
212         m4/jm-macros.m4, m4/jm-mktime.m4, m4/lcmessage.m4, m4/libintl.m4,
213         m4/link-follow.m4, m4/ls-mntd-fs.m4, m4/lstat-slash.m4,
214         m4/lstat.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/memcmp.m4,
215         m4/prereq.m4, m4/progtest.m4, m4/readdir.m4, m4/realloc.m4,
216         m4/regex.m4, m4/st_dm_mode.m4, m4/st_mtim.m4, m4/stat.m4,
217         m4/strerror_r.m4, m4/strftime.m4, m4/timespec.m4, m4/uintmax_t.m4,
218         m4/ulonglong.m4, m4/xstrtoumax.m4, xargs/Makefile.am,
219         xargs/Makefile.in, xargs/testsuite/Makefile.in,
220         find/testsuite/Makefile.in, lib/.cvsignore, lib/Makefile.am,
221         lib/Makefile.in, lib/alloca.c, lib/ansi2knr.1, lib/ansi2knr.c,
222         lib/argmatch.c, lib/argmatch.h, lib/basename.c, lib/basename.h,
223         lib/dirname.c, lib/dirname.h, lib/error.c, lib/error.h,
224         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/fnmatch.c,
225         lib/fnmatch.h, lib/getline.c, lib/getline.h, lib/getopt.c,
226         lib/getopt.h, lib/getopt1.c, lib/human.c, lib/human.h,
227         lib/idcache.c, lib/malloc.c, lib/memcmp.c, lib/memcpy.c,
228         lib/memset.c, lib/mktime.c, lib/modechange.c, lib/modechange.h,
229         lib/pathmax.h, lib/quotearg.c, lib/quotearg.h, lib/realloc.c,
230         lib/regex.c, lib/regex.h, lib/rpmatch.c, lib/savedir.c,
231         lib/savedir.h, lib/stpcpy.c, lib/strcasecmp.c, lib/strdup.c,
232         find/Makefile.am, find/Makefile.in, find/find.c, find/pred.c:
233         Updated to work with current version of gnulib
235         * import-gnulib.sh: New file.
237         * config.h.in, configure, configure.in, doc/Makefile.in, import-gnulib.sh:
238         Updated to work with current version of gnulib
240         * README-CVS: New file.
242         * Makefile.am, Makefile.in, README-CVS, aclocal.m4:
243         Updated to work with current version of gnulib
245 2001-06-09  kevin  <kevin@excession.spiral-arm.org>
247         * intl/plural.c:
248         Changes the location of bison.simple after running bison on local
249         machine
251         * ChangeLog: *** empty log message ***
253         * Makefile.in, aclocal.m4, config.h.in, configure,
254         doc/Makefile.in, find/Makefile.in, find/testsuite/Makefile.in,
255         lib/Makefile.in, lib/posix/Makefile.in, locate/Makefile.in,
256         locate/testsuite/Makefile.in, m4/Makefile.in, xargs/Makefile.in,
257         xargs/testsuite/Makefile.in: Updates mostly from gettext-0.10.38
259         * ABOUT-NLS: * ABOUT-NLS: updated from gettext-0.10.38.
261         * configure.in: * configure.in: add tr to ALL_LINGUAS.
263         * intl/config.charset, intl/dcigettext.c, intl/dcngettext.c,
264         intl/dngettext.c, intl/libgnuintl.h, intl/localcharset.c,
265         intl/locale.alias, intl/ngettext.c, intl/plural.y,
266         intl/ref-add.sin, intl/ref-del.sin: updated from gettext-0.10.38
268         * intl/cat-compat.c, intl/linux-msg.sed, intl/po2tbl.sed.in,
269         intl/xopen-msg.sed, m4/ChangeLog: *** empty log message ***
271         * m4/jm-macros.m4:
272         * jm-macros.m4 (jm_MACROS): remove jm_ICONV, which is replaced by
273         AM_ICONV, which is imported from gettext-0.10.38.  removed
274         jm_GLIBC21, which is required in AM_GNU_GETTEXT, which is
275         imported from gettext-0.10.38.
277         * po/stamp-cat-id:      * stamp-cat-id: Remove file.
279         * po/Makefile.in.in:    * Makefile.in.in: Upgrade to gettext-0.10.38.
281         * po/ChangeLog:         * cat-id-tbl.c: Remove file.
283         * po/de.po, po/es.po, po/et.po, po/fr.po:
284         * fr.po, et.po, es.po, de.po: updated translations to
285         findutils-4.1.7.
287         * po/tr.po: * tr.po:  New Turkish translation.
289         * m4/ChangeLog: *** empty log message ***
291         * intl/dgettext.c, intl/explodename.c, intl/finddomain.c,
292         intl/gettext.c, intl/gettext.h, intl/gettextP.h,
293         intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
294         intl/libgettext.h, intl/loadinfo.h, intl/loadmsgcat.c,
295         intl/localealias.c, intl/plural.c, intl/textdomain.c,
296         intl/ChangeLog, intl/Makefile.in, intl/VERSION,
297         intl/bindtextdom.c, intl/dcgettext.c: Updated from gettext-0.10.38
299         * m4/Makefile.am:
300         reflects addition of codeset.m4 from gettext-0.10.38, automatically
301         generated.
303         * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4,
304                 m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4: *
305                 progtest.m4, lcmessage.m4, isc-posix.m4, iconv.m4,
306                 glibc21.m4, gettext.m4, codeset.m4: updated from
307                 gettext-0.10.38.
309         * ChangeLog: *** empty log message ***
311         * THANKS: added "Gerrit P. Haase" <gerrit.haase@t-online.de>
313         * m4/ChangeLog, locate/testsuite/.cvsignore,
314         xargs/testsuite/.cvsignore, config.h.in, configure, aclocal.m4,
315         doc/.cvsignore: *** empty log message ***
317         * m4/jm-macros.m4:      * jm-macros.m4 (jm_MACROS): add jm_FSTYPENAME
319         * doc/Makefile.in: *** empty log message ***
321         * doc/Makefile.am:
322         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
323         created by dvips.  This should be taken care of by automake, but
324         the code is commented out.
326 2001-06-09  Kevin Dalley  <kevin@seti.org>
328         * ABOUT-NLS: updated from gettext-0.10.38.
330         * configure.in: add tr to ALL_LINGUAS.
332         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
333         created by dvips.  This should be taken care of by automake, but
334         the code is commented out.
336 2001-06-05  Kevin Dalley  <kevin@seti.org>
338         * locate/updatedb.sh: replace "whoami" with "id -u" when testing
339         for root.
341 2001-06-04  Kevin Dalley  <kevin@seti.org>
343         * locate/testsuite/Makefile.am (DIST_SUBDIRS): remove second
344         instance of DIST_SUBDIRS.
346         * locate/Makefile.am (install-data-hook): changed install target
347         to install-data-hook, which still installs other files.
349         * doc/Makefile.am (MOSTLYCLEANFILES): added find.cps, which should
350         probably be handled by automake.
352         * doc/mdate-sh: removed file in doc directory.  It now exists only
353         in top_srcdir, but this changed required a patch to automake.
355 2001-05-20  Kevin Dalley  <kevin@seti.org>
357         * Version 4.1.7
358         
359         * lib/Makefile.am (EXTRA_DIST): add strcasecmp.c
361         * find/testsuite/Makefile.am (EXTRA_DIST): new tests:
362         find.gnu/name-opt.exp find.gnu/perm.exp find.gnu/perm.xo
363         find.gnu/prune-default-print.exp find.gnu/prune-default-print.xo
365         * configure.in: update to 4.1.7
367         * config.sub, config.guess: upgraded to recent versions of
368         config.sub and config.guess.
370         * locate/updatedb.sh: Add space to "#! /bin/sh"
372         * configure.in: Add id to ALL_LINGUAS
374         * lib/Makefile.am (EXTRA_DIST):  getline.[ch] added
375         (libfind_a_SOURCES): getline.[ch] removed since getline.c is not
376         always needed.
378 2001-05-20  Lionel CONS <lionel.cons@cern.ch>
380         * find/find.c: Fixed security holes.  1.  There is a race
381         condition between the lstat() to detect a symbolic link and the
382         actual chdir().  2.  An attacker can move directories while find
383         is _inside_ so that chdir(..) goes out of the intended file tree.
385         * lib/modetype.h: support for Solaris door files is added.
387         * lib/filemode.c: S_ISDOOR is undef'ed if STAT_MACROS_BROKEN
389         * find/pred.c (pred_type): -D option (for Solaris door files) is
390         added.
392         * find/parser.c (insert_type):  -D option (for Solaris door files)
393         is added. 
395         * find/find.1: -D option (for Solaris door files) is documented
397         * doc/find.texi (Type): -D option (for Solaris door files) is
398         documented
400 2001-05-02  Kevin Dalley  <kevin@seti.org>
402         * configure.in: Change AC_CHECK_MEMBERS to conform to new
403         autoconf.  Add Danish.
405 2001-01-20  Kevin Dalley  <kevin@seti.org>
407         * doc/find.texi (Adding Tests): Place space in "#! /bin/sh".
409         * find/testsuite/find.gnu/prune-default-print.xo,
410         find/testsuite/find.gnu/prune-default-print.exp: test for "find
411         . -prune" which passes after changes.  Also see name-opt.exp.
413         * find/util.c (get_new_pred):
414         * find/tree.c (set_new_parent):
415         * find/parser.c (various parse functions):
416         * find/find.c (main): 
417         (default_prints): new function 
418         * find/defs.h (struct predicate): added no_default_print
419         side_effects are no separated from no_default_print.  predicates
420         which cause side effects should not be reordered (optimized).
421         predicates which cause printing should have printing turned off.
422         Printing statements also cause side effects.
424 2000-10-29  Bruno Haible <haible@ilog.fr>
426         * locate/code.c (main), doc/find.texi: improve handling of
427         non-ASCII characters used old format.
429 2000-10-21  Paul Eggert  <eggert@twinsun.com>
431         If open + fchdir fails, fall back on xgetcwd + chdir.
432         The old code tested for this at compile-time,
433         but SunOS 4.1.4 fchdir can fail at run-time.
435         * find/defs.h (fchdir): Define to -1 if not available.
436         * find/defs.h (starting_dir, starting_desc):
437         Always declare.  starting_dir now points to const.
438         * find/find.c (starting_dir, starting_desc): Likewise.
439         * find/find.c (starting_dir):
440         Now "." if starting_desc is nonnegative, for benefit of diagnostics.
441         (main, process_top_path, process_dir):
442         If open + fchdir fails, fall back on xgetcwd + chdir.
443         * find/pred.c (launch): Likewise.
445 2000-10-20  Kevin Dalley  <kevin@seti.org>
447         * xargs/xargs.c, locate/updatedb.sh, locate/locate.c (usage),
448         find/parser.c (parse_help): add bug reporting address to help
450 2000-10-13  Kevin Dalley  <kevin@seti.org>
452         * depcomp, lib/depcomp: depcomp moved from lib to .
454 2000-10-11  Kevin Dalley  <kevind@rahul.net>
456         * Version 4.1.6
457         
458         * locate/testsuite/config/unix.exp: set PRUNEFS to "" for the
459         testsuite. 
461 2000-10-10  Bruno Haible <haible@ilog.fr>
463         * lib/Makefile.am (libfind_a_SOURCES): added yesno.c
465         * lib/yesno.c, lib/rpmatch.c: new files.
467         * find/pred.c: use function yesno().
469 2000-10-10  Kevin Dalley  <kevind@rahul.net>
470         
471         * locate/testsuite/Makefile.am: Added missing \ at end of
472         EXTRA_DIST lines.
474         * locate/testsuite/locate.gnu/ignore_case3.xo,
475         locate/testsuite/locate.gnu/ignore_case3.exp,
476         locate/testsuite/locate.gnu/ignore_case2.exp,
477         locate/testsuite/locate.gnu/ignore_case1.xo,
478         locate/testsuite/locate.gnu/ignore_case1.exp: place locatedb
479         inside tmp directory, add subdir directory under tmp.
481         * locate/testsuite/config/unix.exp: clean up tmp after test is
482         finished. 
484 2000-10-10  Kevin Dalley  <kevind@rahul.net>
486         * locate/testsuite/config/unix.exp (Repository): 
488 2000-10-09  Kevin Dalley  <kevind@rahul.net>
490         * lib/fnmatch.c, lib/fnmatch.h: reverted to older version of
491         fnmatch which works with Solaris.
493         * locate/testsuite/config/unix.exp: dejagnu unix.exp
495         * xargs/testsuite/config/unix.exp: remove temporary file
497         * xargs/xargs.c: spelling correction
499         * m4/prereq.m4: updated and changed some macros
501         * m4/jm-macros.m4: replaced jm_FUNC_FNMATCH with
502         kd_FUNC_FNMATCH_CASE_REPL 
504         * m4/timespec.m4, m4/strerror_r.m4, m4/mbstate_t.m4,
505         m4/largefile.m4, m4/gettext.m4, m4/fnmatchcase.m4, m4/d-type.m4,
506         m4/d-ino.m4, m4/c-bs-a.m4: new m4 macros.
508         * m4/Makefile.am: add fnmatchcase.m4 and mbstate_t.m4
510         * locate/testsuite/locate.gnu/ignore_case3.xo,
511         locate/testsuite/locate.gnu/ignore_case3.exp,
512         locate/testsuite/locate.gnu/ignore_case2.xo,
513         locate/testsuite/locate.gnu/ignore_case2.exp,
514         locate/testsuite/locate.gnu/ignore_case1.xo,
515         locate/testsuite/locate.gnu/ignore_case1.exp,
516         locate/testsuite/config/unix.exp: tests related to "--ignore-case"
517         option.
519         * locate/testsuite/locate.gnu: testsuite directory
521         * locate/testsuite/Makefile.am (Repository): 
523         * locate/testsuite: add directory for locate testsuite
525         * po/findutils.pot: updated file
527         * po/sv.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po,
528         po/it.po, po/gl.po, po/fr.po, po/et.po, po/es.po, po/de.po:
529         updated various po files.
531         * locate/updatedb.sh: export TMPDIR, which is used by child
532         processes.
534         * locate/locate.1, locate/locate.c:  add "--ignore-case" option.
536         * locate/Makefile.am: add testsuite subdirectory
538         * find/testsuite/find.gnu/perm.xo,
539         find/testsuite/find.gnu/perm.exp,
540         find/testsuite/find.gnu/name-opt.xo,
541         find/testsuite/find.gnu/name-opt.exp: added test suites
543         * configure.in: add locate/testsuite/Makefile
545         * doc/find.info*: removed from repository
547         * doc/find.texi: add documentation for "-i" option.
549         * aclocal.m4: removed from repository, as it is generated.
551         * find/pred.c: fixes problem with "find -perm -0100".
553         * lib/lstat.c, lib/stat.c: removed from repository.  These files
554         are generated from lib/xstat.in.
556 2000-08-24  Kevin Dalley  <kevind@rahul.net>
558         * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s}.
560 2000-05-13  Kevin Dalley  <kevind@rahul.net>
562         * find/tree.c (opt_expr): move iname and ipath to the front of the
563         list of arguments.
565         * doc/find.texi (Directories): changed wording for "-prune".
567         * find/parser.c (parse_prune): set side_effects to true, to
568         prevent prune from being moved in opt_expr.
570 2000-04-12  Kevin Dalley  <kevind@rahul.net>
572         * doc/find.texi, doc/permi.texi: fix spellings, add LocalWords.
574         * lib/Makefile.am: put getline.c back into libfind_a_SOURCES,
575         since getstr is needed.
577         * Version 4.1.5
578         
579         * po/POTFILES.in: updated list of files, updated po files.
582 2000-04-02  Paul Eggert  <eggert@twinsun.com>
584         Add support for large files, and port to Solaris 8 and earlier
585         versions.
587         * lib/human.c (getenv): Depend on NEED_GETENV_DECL, not
588         HAVE_DECL_GETENV.
590         * lib/strftime.c (my_strftime): Make sure we call the system
591         strftime, not ourselves, when invoking the underlying strftime.
592         
593         * m4/check-decl.m4 (jm_CHECK_DECLS): Remove memchr, nanosleep.
595         * m4/jm-macros.m4 (jm_MACROS): Don't check for utime.h.  Do not
596         require jm_BISON, jm_CHECK_TYPE_STRUCT_UTIMBUF, jm_FUNC_LCHOWN,
597         jm_FUNC_CHOWN, jm_FUNC_NANOSLEEP, jm_FUNC_GROUP_MEMBER,
598         jm_FUNC_PUTENV, jm_FUNC_GETGROUPS, AM_FUNC_GETLOADAVG,
599         jm_SYS_PROC_UPTIME, jm_FUNC_FTRUNCATE, jm_FUNC_UTIME.  Do not
600         replace strcasecmp, dup2, gethostname, getusershell, stime,
601         strcspn, strpbrk, euidaccess, mkdir, rmdir, rpmatch, strndup,
602         strverscmp, memchr, memmove.  Do not check for declaration of
603         lchown.  Remove invocations of AM_FUNC_OBSTACK, AM_FUNC_STRTOD,
604         POW_LIBM, jm_LANGINFO_CODESET, jm_ICONV.  Remove df tests.
605         (jm_CHECK_ALL_TYPES): Include <sys/stat.h> when checking for
606         struct stat.st_blksize.
608         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set environment variable
609         in shell rather than using putenv, which isn't portable.
610         
611         * COPYING, lib/alloca.c, lib/dirname.c, lib/error.c,
612         lib/savedir.c, lib/strstr.c, m4/check-decl.m4, m4/d-ino.m4,
613         m4/d-type.m4, m4/getline.m4, m4/jm-glibc-io.m4, m4/jm-macros.m4,
614         m4/jm-mktime.m4, m4/ls-mntd-fs.m4, m4/memcmp.m4, m4/prereq.m4,
615         m4/readdir.m4, m4/regex.m4, m4/strftime.m4, m4/uintmax_t.m4: Sync
616         to latest version from sh-utils-2.0g.
618         * config.guess, config.sub, lib/argmatch.c, lib/argmatch.h,
619         lib/human.c, lib/human.h, lib/memcpy.c, lib/quotearg.c,
620         lib/quotearg.h, lib/strtoull.c, lib/strtoumax.c,
621         lib/xstrtoumax.c, m4/c-bs-a.m4, m4/gettext.m4,
622         m4/largefile.m4, m4/lcmessage.m4, m4/link-follow.m4,
623         m4/progtest.m4, m4/strerror_r.m4, m4/timespec.m4,
624         m4/xstrtoumax.m4: New files, taken from sh-utils-2.0g.
626         * lib/ansi2knr.1, lib/ansi2knr.c, lib/basename.c, lib/getopt.h,
627         lib/fnmatch.c, lib/fnmatch.h, lib/modechange.c: Sync to latest
628         unreleased version of GNU tar (between 1.13.17 and 1.13.18).
630         * lib/basename.h, lib/waitpid.c: New files, taken from same
631         version of GNU tar.
632         
633         * lib/regex.c, lib/regex.h: Sync to GNU grep 2.4.2.
635         * lib/posix/Makefile.am, lib/posix/regex.h: New files, taken from
636         GNU grep 2.4.2.
638         * lib/strftime.c: Sync to textutils 2.0e.
639         
640         * acconfig.h, depcomp, lib/strcasecmp.c, m4/check-type.m4,
641         m4/const.m4, m4/decl.m4, m4/lfs.m4, m4/mktime.m4, m4/perl.m4,
642         m4/putenv.m4, m4/uptime.m4, m4/utimbuf.m4, m4/utime.m4,
643         m4/utimes.m4: Remove these files; no longer needed.
645         * configure.in (AC_CANONICAL_HOST, AC_SYS_LARGEFILE,
646         jm_AC_TYPE_UINTMAX_T): Add.
647         (CACHE_IDS, FSTYPE_STATVFS, FSTYPE_USG_STATFS, FSTYPE_AIX_STATFS,
648         FSTYPE_MNTENT, FSTYPE_STATFS, FSTYPE_GETMNT): Add comment, so that
649         we don't need acconfig.h.
650         (AC_CHECK_TYPE): Add ssize_t.
651         (AC_REPLACE_FUNCS): Add waitpid.
652         (AC_CHECK_FUNCS): Remove basename.
653         (AC_FUNC_MKTIME): Remove.
654         (LIBOBJS): Add no-ops to work around automake 1.4 bug.
655         (AC_OUTPUT): Add lib/posix/Makefile.
657         * find/defs.h: Include <config.h>, <sys/types.h>, <sys/stat.h>,
658         <stdio.h>, <limits.h>, <inttypes.h>.  All includers changed to not
659         include these files, and to include "defs.h" first (since config.h
660         must be included first).
661         (CHAR_BIT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
662         S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, MOD_WXUSR,
663         MODE_R, MODE_RW, MODE_RWX, MODE_ALL): New macros.
664         (enum permissions_type): New enum.
665         (struct long_val.negative): New member.
666         (struct long_val.l_val): Now uintmax_t, not unsigned long.
667         (struct size_val.size): Likewise.
668         (struct perm_val): New type.
669         (struct predicate.perm): Now struct perm_val, not unsigned long.
670         (struct predicate.type): Now mode_t, not unsigned long.
671         (list_file): New parameters current_time, output_block_size.
672         All callers changed.
673         (savedir, basename): Remove decls.
674         (output_block_size, start_time): New extern vars.
676         * find/find.c: Include <human.h>, <savedir.h>.
677         (output_block_size, start_time): New vars.
678         (main): Initialize them.  No need to check for negative st_size,
679         since savedir now does it for us.
681         * find/fstype.c: Include "dirname.h".
682         (xatoi): Remove.
683         (filesystem_type_uncached): Use xstrtoumax instead of xatoi.
684         
685         * find/parser.c: Include "xstrtol.h".
686         (get_num_days, get_num, parse_amin, parse_cmin, parse_mmin,
687         parse_size, parse_used, insert_time, insert_num): Compute using
688         uintmax_t, not unsigned long.
689         (parse_amin, parse_cmin, parse_mmin, parse_used, insert_time):
690         Keep track of whether time was negative before converting it to an
691         unsigned type.
692         (parse_daystart): Don't assume that localtime succeeds; e.g. it
693         can fail with 64-bit time_t and 32-bit tm_year.
694         (parse_perm, insert_type): Compute using mode_t, not unsigned
695         long.
696         (insert_type): Use symbolic constants like MODE_ALL instead of
697         traditional ones like 07777.  Set new kind member to indicate
698         permissions type, instead of using unportable magic numbers.
699         (make_segment): We will use human_readable to convert most numeric
700         values, so simplify the cases.
701         (get_num_days): Write in terms of get_num, to avoid duplicated
702         code.
703         (insert_time, insert_num): When debugging, convert large values to
704         uintmax_t and output with %ju.
705         (get_num): Use xstrtoumax to do the real work.
707         * find/pred.c: Include "basename.h", "human.h".
708         (DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKSIZE): New macros, taken from
709         fileutils.
710         (ST_NBLOCKS): Replace with fileutils defn.
711         (MAX): New macro.
712         (ctime_format): New function.
713         (pred_fprintf, format_date): Use human_readable to output large
714         numbers portably.
715         (pred_fprintf): Use ctime_format to output ctime-style dates.  Use
716         base_name to compute the base name of a path.  With %m, output the
717         mode portably using traditional numbers, even if the host uses
718         some other numbering scheme.
719         (pred_iname, pred_name): basename -> base_name.
720         (pred_perm): Use new kind member to deduce permissions type,
721         instead of relying on magic numbers.
722         (pred_size): Compute using uintmax_t, not unsigned long.  Avoid
723         overflow if file size is near the maximum.
724         (pred_type): Compute using mode_t, not unsigned long.
725         (launch): Use waitpid, not wait.  Check for EINTR.
726         (format_date): Don't assume that localtime succeeds.
728         * find/util.c (basename): Remove; we now use base_name.
730         * lib/Makefile.am (SUBDIRS): New macro.
731         (libfind_a_SOURCES): Add argmatch.h, argmatch.c, basename.h,
732         basename.c, human.c, human.h, quotearg.c, quotearg.h, xstrtoumax.c.
733         Remove error.h, error.c, getline.c.
734         (EXTRA_DIST): Add mktime.c, regex.c.
736         * lib/listfile.c: Include "human.h".
737         (alloca): Declare, or include appropriate files to declare.
738         (DEV_BSIZE, ST_NBLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE): New macros.
739         (convert_blocks): Remove.
740         (list_file): New current_time and output_block_size args.
741         Revamp quite a bit, to handle large numbers correctly
742         and to match GNU ls behavior more closely.
744         * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4, gettext.m4,
745         largefile.m4, lcmessage.m4, link-follow.m4, progtest.m4,
746         strerror_r.m4, xstrtoumax.m4.  Remove check-type.m4, const.m4,
747         decl.m4, lfs.m4, mktime.m4, perl.m4, putenv.m4, timespec.m4,
748         uptime.m4, utimbuf.m4, utime.m4, utimes.m4.
750         * xargs/xargs.c (wait_for_proc): Retry wait if it fails with
751         errno == EINTR.
753 2000-04-05  Kevin Dalley  <kevind@rahul.net>
755         * xargs/Makefile.am:  add ansi2knr
757         * xargs/xargs.c: add macros PARAMS rather than P_.  Add
758         prototypes.
760         * po/POTFILES: new file listing all POFILES.
762         * m4/gl.po, m4/et.po: new files
764         * m4/Makefile.am.in:  updated file
766         * m4: update directory
768         * locate/Makefile.am: create updatedb from updatedb.sh
770         * locate/updatedb.sh, locate/updatedb.in: removed file.  Replaced
771         by updatedb.sh
773         * locate/frcode.c, locate/code.c, locate/bigram.c: add macros
774         PARAMS rather than P_.  Add prototypes.
776         * lib/xstat.in: new file
778         * lib/Makefile.am: update to latest versions of library files.
780         * find/testsuite/Makefile.am: add CLEANFILES
782         * find/util.c: remove definition of basename
783         
784         * find/util.c, find/tree.c, find/pred.c, find/parser.c,
785         find/fstype.c, find/find.c, find/defs.h: add macros PARAMS rather
786         than P_, for consistency, change to prototypes
788         * find/Makefile.am: Add prototypes and ansi2knr
790         * configure.in: add Galition and Estonian languages.
791         Miscellaneous other fixes.
792         
794 2000-03-11  Kevin Dalley  <kevind@rahul.net>
796         * lib/basename.c: Add file from libit.
797         * lib/Makefile.am (libfind_a_SOURCES): add basename.c since it is
798         no longer replaceable.
800         * find/util.c: Remove definition of basename, which is now in
801         lib/basename.c (as base_name).
802         * find/pred.c: Use base_name, not basename.
803         * find/defs.h: Likewise.
805         * configure.in : Don't replace basename.  Now we use only
806         base_name.
808 2000-02-26  Kevin Dalley  <kevind@rahul.net>
810         * Version 4.1.4
811         
812         * lib/strtoul.c: added to distribution
813         
814         * configure.in: added strtoul to AC_REPLACE_FUNCS
816         * configure.in: added jm_CHECK_ALL_TYPE
818 2000-02-23  Kevin Dalley  <kevind@rahul.net>
820         * po/ChangeLog: removed, merged with top-level ChangeLog.
821         
822         * po/de.po: new version of German file.
823         
824         * po/gl.po, po/et.po: new languages, Estonian and Galician.
826         * locate/updatedb.sh (PRUNEFS): enclose paths in quotes
828 2000-02-17  Kevin Dalley  <kevind@rahul.net>
830         * po/it.po: new version of Italian file.
831         
832         * locate/updatedb.sh (prunefs_exp): have sed statement use '*'
833         rather than the often unsupported '+'.
835 2000-02-13  Kevin Dalley  <kevind@rahul.net>
837         * configure.in: removed AC_ARG_PROGRAM, which is already in
838         AM_INIT_AUTOMAKE. 
840         * locate/Makefile.am (updatedb), locate/updatedb.sh: add
841         transforms of find, frcode, bigram, and code back into
842         updatedb.sh, which were accidentally removed.
844 2000-02-12  Kevin Dalley  <kevind@rahul.net>
846         * lib/wait.h: updated address.
848 2000-01-26  Kevin Dalley  <kevind@rahul.net>
850         * Version 4.1.3
852         * acconfig.h: added internationalization.
854         * intl/*: copied from tar-1.13.17.
856         * locate/Makefile.am, locate/locate.c, locate/code.c:
857         internationalized file.
859         * locate/frcode.c, locate/bigram.c: include headers from ../lib
860         directory.
862         * xargs/Makefile.am, xargs/xargs.c: internationalized directory.
864 2000-01-26  Kevin Dalley  <kevind@rahul.net>
866         * POTFILES.in: added list of files with translatable strings.
868         * de.po, es.po, fr.po, it.po, ko.po, nl.po, pl.po, pt_BR.po,
869         ru.po, sv.po: New, slightly out of date, files imported from the
870         Translation Project: http://www.iro.umontreal.ca/contrib/po/HTML/,
871         German, Spanish, French, Italian, Korean, Dutch, Polish, Brazilian
872         Portuguese.
875 2000-01-24  Kevin Dalley  <kevind@rahul.net>
877         * lib/xmalloc.c, lib/regex.c, lib/getopt.c: internationalization
878         works with current version of gettext.
880         * lib/getline.h : added declaration of getstr.
881         * lib/Makefile.am (libfind_a_SOURCES): added getline.[ch] to
882         standard compilation. Added internationalization.
883         * find/Makefile.am (INCLUDES): corrected -I options for building
884         in other directories.
885         (LDADD): changes for internationalization.
887         * configure.in (ALL_LINGUAS): added internationalization. 
888         getline.c is always compiled and linked, because of getstr.
889         AM_GNU_GETTEXT
891         * Makefile.am: 
892         (DISTCLEANFILES): added intl/libintl.h
893         (AUTOMAKE_OPTIONS): added gnits to AUTOMAKE_OPTIONS
894         (SUBDIRS): added intl and po
896         * acconfig.h: added internationalization values
898         * THANKS: added thanks file for gnits compatibility.
900 2000-01-22  Kevin Dalley  <kevind@rahul.net>
902         * added intl directory.
904         * Added internationalization, only with slightly out of date po
905         files for many locales.
907 2000-01-18  Kevin Dalley  <kevind@rahul.net>
909         * Version 4.1.2
910         
911         * locate/Makefile.am: remove creation of updatedb, since it is now
912         made by configure
914         * configure.in: updatedb is now created by configure.
916         * xargs/Makefile.am: added testsuite to xargs directory
918         * locate/updatedb.in: updatedb is now created by configure
920         * locate/frcode.c, locate/code.c, locate/bigram.c: change return
921         from main to int.  Replace getstr with getline, where possible.
923         * locate/Makefile.am: place frcode, code, bigram in
924         libexec_PROGRAMS
926         * lib/xstrdup.c, lib/xmalloc.c, lib/xgetcwd.c, lib/xalloc.h,
927         lib/strtol.c, lib/strstr.c, lib/strftime.c, lib/strdup.c,
928         lib/stpcpy.c, lib/stat.c, lib/savedir.h, lib/savedir.c,
929         lib/regex.h, lib/regex.c, lib/realloc.c, lib/pathmax.h,
930         lib/modechange.h, lib/modechange.c, lib/mktime.c, lib/memset.c,
931         lib/memcmp.c, lib/malloc.c, lib/lstat.c, lib/idcache.c,
932         lib/getopt1.c, lib/getopt.c, lib/getopt.h, lib/getline.c,
933         lib/getline.h, lib/fnmatch.c, lib/fnmatch.h, lib/filemode.c,
934         lib/filemode.h, lib/fileblocks.c, lib/error.c, lib/error.h,
935         lib/dirname.c, lib/alloca.c: updated to newer version of file from
936         fileutils.
938         * find/version.c: version number is now automatically generated by
939         configure.
941         * find/fstype.c (filesystem_type_uncached): fixes bug described as
942         follows:  When 'find' looks for a fstype, it parses the /etc/mtab
943         until it finds the good line. But, if there is, before the good
944         line, a line whose mountpoint is unreachable, it fails.
946         * doc/texinfo.tex: updated to newer version
948         * doc/find.texi: added version.texi, fixed a few documentation bugs.
950         * configure.in: new m4 features.
952         * Makefile.am: moved testsuite to below corresponding directories
953         find and xargs.
955         * acconfig.h: updated to match new m4 files.
957         * m4: added m4 directory, largely borrowed from Jim Meyering's
958         fileutils.
960 2000-01-17  Kevin Dalley  <kevind@rahul.net>
962         * doc/find.texi (Multiple Files): placed missing xargs in examples
964         * find/testsuite/find.gnu/depth.exp: added find tests to test
965         "-depth" bug.
967         * doc/find.texi: include version.texi for automatic determination
968         of version number, update bug report email address to
969         bug-findutils@gnu.org.
970         (Combining Primaries With Operators): add indices for " ,", "()",
971         "-a", "-o", etc.
973 2000-01-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
975         * find/tree.c (opt_expr): Never rearrange the arguments of the
976         comma operator, since it is not commutative.  Remove useless
977         assignment.2
978         
979 2000-01-17  Jonathan R. Ferro <jferro@corwin.ece.cmu.edu>
980         
981         * find/find.c (process_path): fix problem with "-depth" which is
982         tested in depth.exp test.
984 1999-08-15  Kevin Dalley  <Kevin Dalley <kevin@seti.org>>
986         * find/fstype.c (filesystem_type_uncached): a stat failure with
987         EACCESS will ignore this file system keep on looking.  Patch
988         suggested by Vincent Danjean <vdanjean@ens-lyon.fr>.
990 1999-08-15  Mark Kettenis  <kettenis@gnu.org>
992         * xargs/xargs.c (LONG_MAX): Define if necessary.
993         (main): If ARG_MAX is -1 (that is sysconf
994         (_SC_ARG_MAX) returns -1) the system does not impose a limit.  In
995         that case, use LONG_MAX as the limit.
996         
997 1999-08-15  Kevin Dalley  <Kevin Dalley <kevind@rahul.net>
999         * find/version.c: version string is now set by config.h
1001 1999-08-08  Kevin Dalley  <kevin@seti.org>
1003         * Version 4.1.1
1005         * README-alpha: added alpha README file
1007         * find/defs.h: move lstat declarations into defs.h
1009         * xargs/Makefile.am, testsuite/Makefile.am, locate/Makefile.am,
1010         lib/Makefile.am, find/Makefile.am, doc/Makefile.am, configure.in,
1011         Makefile.am: update for automake-1.4
1013 1999-08-02  Kevin Dalley  <kevind@rahul.net>
1015         * AUTHORS: added file listing AUTHORS
1017         * lib/Makefile.am: modified code for EXTRA sources
1018         
1019 1999-01-30  Kevin Dalley  <kevind@rahul.net>
1021         * added const to declaration of basename, which should satisfy
1022         Linux as well as Hurd (fixes bug #31325).
1023         
1024 1998-12-04  Kevin Dalley  <kevind@rahul.net>
1025         
1026         * lib/nextelem.c: removed declaration of strdup and free, which
1027         meets GNU coding standards and allows compilation on more
1028         platforms.
1029         
1030         * find.texi: corrected explanation of -amin option which described
1031         hours instead of minutes
1032         
1033 1998-09-26  Kevin Dalley  <kevind@rahul.net>
1034         
1035         * lib/getline.c: fix getstr so that it correctly handles long file
1036         paths
1037         
1038 1998-09-20  Kevin Dalley  <kevind@rahul.net>
1039         
1040         * removed more function declarations to meet GNU coding standards
1041         
1042 1998-08-30  Kevin Dalley  <kevind@rahul.net>
1043         
1044         * lib/nextelem.c: removed declaration of strdup and free, which
1045         meets GNU coding standards and allow compilation on sparc
1046         
1047         * corrected explanation of -amin option which described hours
1048         instead of minutes
1049         
1050 1998-02-27  Kevin Dalley  <kevind@rahul.net>
1051         
1052         * locate/locate.c: add --existing option to locate, which only
1053         prints the names of files which still exist
1054         
1055 1998-02-08  Kevin Dalley  <kevind@rahul.net>
1056         
1057         * locate/locate.c: corrected get_short so that it correctly
1058         returns negative numbers.
1059         
1060         * remove declarations of various string functions.  Removing the
1061         declarations almost matches the GNU Coding Standards.
1062         
1063 1997-03-03  Kevin Dalley  <kevind@rahul.net>
1064         
1065         * xargs/xargs.c: xargs fixed to prevent occasional core dumping.
1066         
1067 1997-01-11  Kevin Dalley  <kevind@rahul.net>
1068         
1069         * locate/updatedb.sh: add --localuser option to updatedb, which
1070         allows find to be run as nobody, while allowing database file to
1071         be created as root, change suggested by
1072         <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
1073         
1074 1996-12-28  Kevin Dalley  <kevind@rahul.net>
1075         * added PRUNEFS as variable in updatedb and --prunefs as option to
1076         updatedb
1078 1996-05-27  Kevin Dalley  <kevind@rahul.net>
1079         
1080         * updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
1081         is root
1082 1996-04-27  Kevin Dalley  <kevind@rahul.net>
1084         * lib/getline.c (getstr): verify that nchars_avail is *really*
1085         greater than 0; set *n to a large enough number, stops some core
1086         dumping
1088 Thu Nov  3 09:23:33 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
1090         * Version 4.1.
1092         * locate/Makefile.am: Move updatedb from LIBSCRIPTS to SCRIPTS.
1094         * Makefile.am (distname): Change distribution name from find to
1095           findutils.
1097         * testsuite/config/unix.exp: Don't abuse xfail; simulate it correctly.
1099         * locate/Makefile.am (CLEANFILES): Fix typo.
1101 Wed Nov  2 15:11:52 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
1103         * The big 4 0.
1105         * lib/listfile.c find/defs.h (list_file): Take a stream arg.
1106         * find/pred.c (pred_ls): pass it.
1107         * find/parser.c pred.c defs.h (parse_fls, pred_fls): New functions.
1109 Tue Oct 25 16:09:04 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
1111         * find/pred.c (pred_fprintf): Flush output after \c.  From Chapman
1112         Flack.
1114         * find/parser.c (insert_fprintf): Warn about unrecognized \ and %
1115         sequences.
1117 Tue Oct 18 00:03:10 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
1119         * find/defs.h parser.c pred.c tree.c util.c: Globally change
1120         "victim" to "primary".
1122         * find/parser.c (insert_fprintf): For 'c' format, don't lose the
1123         need_stat information.  From Chapman Flack.
1125         * doc/find.texi perm.texi: New files.
1126         * configure.in: Configure the doc directory.
1128         * find/pred.c (pred_regex): Check that the regex matched the whole
1129         file name.
1131 Wed Oct 12 17:13:47 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
1133         * find/find.c (main): Tell what the invalid arg is.
1134         From Kaveh Ghazi.
1136 Fri Oct  7 12:33:24 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1138         * find/parser.c: Add -mount as an alias for -xdev.
1139         From Klaus.Steinberger@physik.uni-muenchen.de (Klaus Steinberger).
1141         * lib/modechange.c: Make umask_value unsigned short.
1143         * xargs/xargs.c: Use symbolic constants in longopts.
1144         From Chapman Flack.
1146 Wed Oct  5 11:23:09 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1148         * xargs/xargs.c (main, read_line, read_string, do_exec): Pass 
1149           along the lengths of the args.
1150           (main): Calculate length of replace_pat.
1151           (push_arg, do_insert): Use those lengths instead of calculating
1152           them. 
1154 Tue Oct  4 10:02:05 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
1156         * locate/updatedb.sh Makefile.in: Add substitutions to get
1157           the transformed program names.
1159         * xargs/xargs.c: Put back the global variables for now.
1160         Rename some variables.  Increase default args_per_exec.
1161         Use boolean where applicable.
1162         (main): Reduce default arg_max by 2048 for POSIX.2.
1163         (read_string): Don't check EOF string.
1164         (read_line, read_string): Take initial args size into account.
1166 Sat Oct  1 17:43:13 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1168         * find/pred.c (launch): Use pid_t.
1170         * xargs/xargs.c (EOF_STR): Define and use.
1171         [__STDC__]: Declare xrealloc and xmalloc using void *.
1172         * find/defs.h: Likewise.
1174         * find/defs.h: Only declare stpcpy if !HAVE_STPCPY.
1176         * xargs/xargs.c: Replace most global variables with structure
1177           pointers passed as arguments.  Use pid_t.
1178         * lib/wait.h: Include sys/wait.h if HAVE_SYS_WAIT_H.
1179         * configure.in: Call AC_TYPE_MODE_T and AC_HEADER_SYS_WAIT.
1181         * xargs/xargs.c: Improve paging performance and memory
1182           fragmentation by building command arguments in a pre-allocated
1183           buffer and re-implementing the child pid list as an expandable
1184           array.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
1186 Thu Sep 29 11:38:07 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
1188         * xargs/xargs.c [__STDC__]: Prototype declarations.
1190 Wed Sep 28 11:25:53 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
1192         * find/fstype.c [AFS, __STDC__]: Fix definition of _VICEIOCTL.
1194 Tue Sep 27 08:14:27 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
1196         * find/fstype.c (fstype_to_string): Add more cases.  Use
1197           INITMOUNTNAMES if defined.
1198         * find/defs.h: Change boolean typedef from char to int.
1199         * configure.in: Check for mktime.
1201 Tue Sep 27 01:20:28 1994  Kaveh R. Ghazi  (ghazi@noc.rutgers.edu)
1203         * configure.in: Add AC_HEADER_STAT.
1204         * lib/listfile.c, lib/modetype.h: Add STAT_MACROS_BROKEN.
1206         * find/pred.c: Move the inclusion of defs.h ahead of the first
1207           test of _POSIX_VERSION.
1209         * lib/xgetcwd.c: Remove _POSIX_VERSION, rely only on HAVE_GETCWD.
1211 Mon Sep 26 16:43:01 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1213         * configure.in: Add AC_CONFIG_HEADER.
1214         * find/*.c locate/*.c xargs/*.c: Include config.h.
1215         * locate/updatedb.sh: Add --version; --old -> --old-format.
1217 Sun Sep 25 23:43:37 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1219         * find/* [__STDC__]: Prototype declarations.
1221         * locate/updatedb.sh: Account for renaming code and frcode.
1223         * find/find.c (process_path): Store dev and ino of directories in
1224           current branch to avoid symlink loops.  From DJ Delorie
1225           <dj@ctron.com>.
1226           (process_dir): If following symlinks, don't cd to ..; instead,
1227           cd to the starting directory and then to the parent directory.
1228           (main) [HAVE_FCHDIR]: Save the dev, ino of the starting directory.
1229           (process_top_path) [HAVE_FCHDIR]: Use it.
1230         * find/pred.c (launch) [HAVE_FCHDIR]: Likewise.
1231         * defs.h [HAVE_FCHDIR]: Declare starting_desc instead of starting_dir.
1232         * configure.in: Check for dev_t, ino_t, fchdir, fcntl.h.
1234 Fri Sep 23 11:55:38 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1236         * lib/listfile.c: Change #ifdef S_IFLNK to #ifdef S_ISLNK.
1237         From Andreas Luik <luik@isa.de>.
1239 Thu Sep 22 11:42:40 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1241         * locate/locate.c (last_literal_end): Dynamically allocate enough
1242           memory for the subpattern.
1244 Wed Sep 21 06:12:56 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1246         * locate/locate.c (locate): Warn if database is >8 days old.
1247         From Ian Lance Taylor.
1249         * xargs/xargs.c (do_exec), find/pred.c (launch): Set SIGCHLD to
1250           default.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
1251         * find/find.c pred.c util.c lib/listfile.c: Remove fflush(stdout)
1252           calls before error.  error does it, and doesn't trash errno.
1253           From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
1255         * find/fstype.c (filesystem_type_uncached): Don't trust mtab dev
1256           number on HPUX.  From Andreas Luik <luik@isa.de>.
1257           (filesystem_type_uncached): Don't cache unknown file system
1258           types.  From casper@fwi.uva.nl (Casper Dik).
1260         * locate/updatedb.sh: Collect results in temp file and rename it
1261           atomically.  From Andreas Luik <luik@isa.de>.
1263         * xargs/xargs.c (parse_num): Print a long using %ld.  From Jim
1264           Meyering.
1266         * find/defs.h find.c parser.c pred.c util.c, lib/nextelem.c:
1267           Emulate strchr and strrchr with index and rindex, not vice versa.
1269         Remove man directory; move man pages to the directories of the
1270         programs they document.
1272         * locate/frcode.c: Renamed from code.c.
1273         * locate/frcode.c (put_short): Renamed from puthalfword.
1274         * locate/locate.c (get_short): Renamed from gethalfword.
1275         (last_literal_end): Renamed from patprep.
1276         (locate): Recognize old-format databases too.
1277         * locate/locatedb.h: Add defines for old-format databases.
1278         * locate/bigram.c locate/code.c: Put back programs to create
1279         old-format databases.
1280         * locate/updatedb.sh: Take --old option to use them.
1282 Tue Sep 20 15:41:11 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1284         * configure.in: Update for Autoconf v2.
1285         * find/pred.c lib/savedir.c: Use new symbols for dir header.
1286         * locate/updatedb.sh: Add --help option.
1288 Sun Feb 13 11:21:58 1994  Jim Meyering  (meyering@comco.com)
1290         * man/Makefile.in [man1ext, man5ext]: Set man5ext (not man1ext) to 5.
1292 Sun Aug  1 22:30:55 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1294         * bigram.c: File removed.
1295         * getline.c, memcmp.c, locatedb.h, updatedb.1, locatedb.5: New files.
1296         * updatedb.sh: Take command line options.
1297         Don't do bigram compression.
1298         * code.c, locate.c: Don't do bigram compression.
1299         Write and read counts in network byte order.
1300         Handle arbitrarily long paths.
1301         Use a magic number at the start of the databases.
1303 Thu Jul 29 20:44:53 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1305         * Makefile.in (config.status): Run config.status --recheck, not
1306         configure, to get the right args passed.
1308 Thu Jul 22 12:53:12 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1310         * listfile.c (list_file): Print inode as a long.
1312 Wed Jul 14 14:14:45 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1314         * fstype.c [STDC_HEADERS]: Include stdlib.h.
1316         * Move unistd.h include from parser.c and pred.c to defs.h.
1318 Wed Jun 30 14:14:47 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1320         * updatedb.sh: Construct PRUNEREGEX from PRUNEPATHS with sed.
1321         Prune /afs.  Change NFSUSER to NETUSER and NFSPATHS to NETPATHS.
1323 Tue Jun 29 12:19:58 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1325         * pred.c (pred_fprintf): Abort in switch if `c' is not A, C, or T.
1327 Mon Jun 28 00:18:52 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1329         * fstype.c (in_afs) [AFS]: New function, derived from code by
1330         Sanjay Ramamurthy <ramams@rpi.edu>.
1331         (filesystem_type_uncached) [AFS]: Call it if the fs type is
1332         otherwise unknown.
1334         * parser.c (parse_size): Recognize b and w suffixes for dd
1335         compatibility. 
1337         * code.c (puthalfword): New function.
1338         (main): Call it.
1339         * locate.c (gethalfword): New function.
1340         (locate): Call it.
1341         From ifado!wb@germany.eu.net (Wilhelm B. Kloke).
1343         * listfile.c: Include pathmax.h.
1344         (get_link_name): Always allocate PATH_MAX + 1 bytes for
1345         readlink buffers.
1346         * pred.c (pred_fprintf, insert_lname): Call get_link_name.
1348         * fstype.c (filesystem_type, filesystem_type_uncached),
1349         listfile.c (list_file): Take an arg for the path to access.
1350         * pred.c (pred_ls, pred_fstype, pred_fprintf): Pass it.
1352         * find.c (process_dir): Renamed from scan_directory.
1354         Changes from jrs@world.std.com (Rick Sladkey) to chdir into
1355         subdirectories instead of using string concatenation, for speed:
1356         * find.c (process_top_path): New function.
1357         (main): Call it, and xgetcwd.
1358         (process_path, scan_directory): Take new arg, the pathname
1359         relative to ".".  Use it and pass it on.
1360         * pred.c (pred_and, pred_comma, pred_negate, pred_or,
1361         pred_xtype, pred_fprintf, pred_empty, insert_lname):
1362         access rel_pathname instead of pathname.
1363         (launch): chdir to starting_dir.
1364         * defs.h: Declare rel_pathname and starting_dir.
1365         * find.c: Define them.
1367         * xgetcwd.c: New file.
1369         * updatedb.sh: Recognize -fstype NFS as well as nfs.
1370         * locate.c (patprep): Skip trailing character classes correctly.
1371         From luik@pharao.stgt.sub.org (Andreas Luik).
1373         * parser.c (parse_group): Make gid a gid_t, not short or int.
1374         (parse_nogroup): Cast gid to unsigned when using it as an array index.
1375         (parse_user, parse_nouser): Similar changes for uid.
1376         * defs.h: Use uid_t and gid_t.
1378         * parser.c (parse_help): New function.
1379         (parse_table):  Add --version, -help, and --help options.
1380         Rename struct parser_table_t to struct parser_table.
1381         (parse_version): Exit after printing message, on
1382         stdout not stderr.
1384         * xargs.c, locate.c (main, usage): Add --version and --help
1385         options.
1387 Wed Mar 31 22:39:57 1993  Jim Meyering  (meyering@comco.com)
1389         * parser.c: Define isascii macro to be 1 also if STDC_HEADERS.
1390         * xargs.c: Ditto.
1392 Wed Mar 31 16:04:07 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1394         * pred.c (pred_fprintf): If curdepth is 0, don't nuke
1395         segment->text; nuke cp.
1397 Mon Mar 29 15:57:20 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1399         * Version 3.8.
1401 Fri Mar 26 16:36:59 1993  David J. MacKenzie  (djm@hal.gnu.ai.mit.edu)
1403         * pred.c (pred_ilname, pred_iname, pred_ipath): New functions.
1404         (pred_table): Add them.
1405         (insert_lname): New function.
1406         (pred_lname): Call it.
1407         * parser.c (parse_ilname, parse_iname, parse_ipath,
1408         parse_iregex): New functions.
1409         (parse_table): Add them.
1410         (insert_regex): New function.
1411         (parse_regex): Call it.
1413         * fstype.c (filesystem_type): Cache previous result.
1414         (filesystem_type_uncached): New function.
1415         pred.c (pred_fstype, pred_fprintf): Adjust callers to not cache.
1417         * parser.c: Don't define const.
1419         * fstype.c [FSTYPE_STATFS] (fstype_to_string): #ifdef
1420         MOUNT_PC for 386bsd.
1422 Thu Mar 25 18:32:24 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1424         * parser.c (parse_regex): If ignore_case, set up a translate
1425         table for the regex.
1427         * defs.h: Include string.h or strings.h.
1428         * find.c fstype.c parser.c pred.c util.c: Don't.
1430         * nextelem.c [index]: Don't redefine.
1432 Wed Mar 24 17:47:10 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1434         * xargs.c (wait_for_proc): Exit with a nonrunnable command's exit
1435         status, not the wait status value.  From
1436         Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>.
1438         * parser.c (make_segment, insert_fprintf), pred.c
1439         (pred_fprintf): Add '%F' to print filesystem type.
1441         * parser.c (parse_fprintf): Check if second arg is missing.
1443 Tue Mar 23 13:18:08 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1445         * pred.c (pred_fprintf): For %P, don't move past an assumed
1446         slash if the ARGV element ends with one, because in that case
1447         we didn't add one.
1449         * parser.c (parse_printf): Check for missing arg.
1450         From smj@cats.com (Steve James).
1452         * parser.c: Add #ifdef around atol decl for Linux.
1454 Fri Dec 11 08:17:07 1992  Jim Meyering  (meyering@comco.com)
1456         * defs.h: Remove dcl of process_path.
1457         * find.c: Put dcl of process_path here.  Make a few functions
1458         and file-scope variables static.
1459         * parser.c, tree.c: Declare most functions static.
1461         * locate.c: Use `required_argument' macro in dcl of longopts.
1462         * bigram.c, code.c, locate.c, xargs.c: Make most functions and
1463         file-scope variables static.
1465         * parser.c, xargs.c: Guard ctype.h macros with isascii.
1467         * find.c: Add declarations for opt_expr and mark_stat.
1468         * tree.c (set_new_parent): Add empty default clause to enum swicth.
1469         * locate.c (main): Parenthesize for gcc -Wall.
1470         * xargs.c (push_arg): Parenthesize for gcc -Wall.
1472 Tue Nov 24 08:04:36 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1474         * find.c, fstype.c, parser.c, pred.c, util.c, listfile.c,
1475         nextelem.c, xargs.c, bigram.c, code.c, locate.c: Use
1476         HAVE_STRING_H, not USG.
1478         * pred.c: Use SYSDIR and NDIR instead of USG.
1479         Define direct as dirent, not vice-versa.
1481 Fri Oct  9 02:15:17 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1483         * xargs.c (main): Set orig_arg_max before possibly cutting
1484         down arg_max.
1486 Thu Sep 10 19:25:35 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1488         * parser.c: Always declare getgrent and getpwent.
1490 Mon Aug 24 12:54:16 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1492         * xargs.c: Include sys/types.h before unistd.h.  Use ARG_MAX
1493         if it's defined.
1494         * find.c, nextelem.c: Add missing decls.
1495         From bde@runx.oz.au (Bruce Evans).
1497 Thu Jul 23 15:06:07 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1499         * Version 3.7.
1501 Tue Jul 14 00:16:52 1992  David J. MacKenzie  (djm@apple-gunkies.gnu.ai.mit.edu)
1503         * pathmax.h: New file.
1504         * bigram.c, code.c, locate.c: Use it.  Use xmalloc instead of malloc.
1506 Sat Jul 11 22:31:46 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1508         * nextelem.c: New file.
1509         * locate.c (main): Use it to support a database path.
1511 Fri Jul  3 02:12:09 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1513         * listfile.c, pred.c: Change FOO_MISSING to HAVE_FOO.
1515         * parser.c [_POSIX_SOURCE]: Define endpwent and endgrent as empty.
1516         * listfile.c [!HAVE_ST_RDEV]: Print blanks.
1517         From Jeffrey Siegal (jbs@congruent.com).
1519         * locate.c (locate): Check for EOF at top of loop, not middle.
1520         * updatedb.sh: Remove duplication hack.
1521         From Jay Plett.
1523 Wed Jun 10 15:04:23 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1525         * pred.c (pred_amin, pred_atime, pred_cmin, pred_ctime,
1526         pred_mmin, pred_mtime, pred_used): Cast l_val to time_t before
1527         comparing it to a time_t.  From fpm@crash.cts.com (Frank Maclachlan).
1529         * locate.c (locate): Take the database path as an arg.
1530         (main): Take an option to specify the database path.
1531         (usage): New function.
1533         * updatedb.sh: Don't read from and write to the file-list file
1534         in the same statement.
1536 Thu Jun  4 15:27:07 1992  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
1538         * Version 3.6.
1540 Wed May 20 00:05:13 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
1542         * xargs.c: Include sys/param.h before limits.h, not after.
1544         * listfile.c: If we include a header file specifically to get
1545         major et al., assume we have them.
1547 Tue May 12 01:09:33 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
1549         * locate.c (locate): Don't give fnmatch FNM_PERIOD (it's useless).
1551         * parser.c (parse_path): New function.
1552         * pred.c (pred_path): New function.
1553         * tree.c (opt_expr): Move -path like -name.
1555         * updatedb.sh: Duplicate the last entry in the file list so it
1556         doesn't get ignored.
1558 Mon May 11 22:24:40 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
1560         * updatedb.sh: Allow many vars to be overridden in the environment.
1562         * locate.c, updatedb.sh: FCODES -> LOCATE_DB.
1564 Wed Apr 22 15:24:00 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
1566         * updatedb.sh: Use binprefix when calling find.
1568         * locate.c (locate): Use LOCATE_DB environ variable if set.
1570         * find.c (scan_directory): Allow for dirs having negative
1571         st_size (NFS mount points on VAX 4.3BSD+NFS).
1572         From metcalf@catfish.lcs.mit.edu (Chris Metcalf).
1574 Sat Apr 18 15:42:52 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1576         * fstype.c: Rename FS_* to FSTYPE_*.  Support Dynix's
1577         name for the mount table.
1579 Sun Mar  8 23:21:25 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1581         * listfile.c (list_file): Allow a slop factor for deciding what
1582         is in the future.
1584 Tue Feb 25 16:24:15 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1586         * Version 3.5.
1588 Sat Feb 22 08:43:01 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1590         * tree.c (set_new_parent): Initialize need_stat field.
1592         * defs.h (struct predicate): Define p_name unconditionally.
1594 Fri Feb 21 15:28:43 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1596         * tree.c (opt_expr): Preserve expression precedence when
1597         rearranging expression tree. 
1598         (set_new_parent): New function.
1599         (mark_stat): Set need_stat whether or not it's been set
1600         earlier in the expression.
1601         All from Tim Wood.
1603 Mon Feb 17 10:20:38 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1605         * updatedb.sh: Use current value of TMPDIR if already set.
1606         From Dana Jacobsen (jacobsd@cs.orst.edu).
1608         * pred.c: Include pwd.h and grp.h after unistd.h, not before.
1609         Apparently needed on ISC 2.2.  From Juha Takala <jta@piuha.sah.vtt.fi>.
1611 Thu Feb 13 10:52:31 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1613         * modetype.h: Don't define S_IFMT, because doing so breaks pred_type
1614         on plain POSIX.1 systems.
1616 Sat Feb  8 00:58:13 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1618         * Version 3.4.
1620 Fri Feb  7 21:35:58 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1622         * defs.h: Don't declare process_path.
1623         * find.c [DEBUG_STAT] (debug_stat): New function.
1624         (main) [DEBUG_STAT]: Call it.
1625         (process_path): Return a value.
1626         (scan_directory): Count number of subdirs seen so far.
1627         * parser.c (pred_and, pred_close, pred_comma, pred_negate,
1628         pred_open, pred_or): Don't need stat.
1629         * util.c (get_new_pred_chk_op): Implicit AND doesn't need stat.
1631 Fri Jan 17 21:51:18 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1633         * Version 3.3.
1635 Tue Dec 24 02:16:49 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1637         * wait.h, listfile.c, xargs.c, bigram.c, code.c, locate.c:
1638         Change POSIX ifdefs to HAVE_UNISTD_H and _POSIX_VERSION. 
1640 Wed Dec 18 16:37:17 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1642         * listfile.c: Use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS to
1643         find major and minor.
1645         * code.c, bigram.c, locate.c, xargs.c: Use LIMITS_H_MISSING
1646         instead of LIMITS_MISSING.
1648 Sat Dec  7 06:13:26 1991  David J. MacKenzie  (djm at frob.eng.umd.edu)
1650         * parser.c (parse_prune): No stat needed for prune.
1651         (insert_fprintf, make_segment): Possibly no stat needed,
1652         depending on which information is printed.
1654         * xargs.c (usage): Document long-named options as starting
1655         with -- instead of +.
1657         * parser.c [!POSIX]: Declare getgrent and getpwent.
1659         * fstype.c (filesystem_type): Only check MNTTYPE_IGNORE if
1660         it's defined.  From Rainer Orth.
1662         * Add leaf node optimization suggested by Matthew Farwell
1663         <dylan@ibmpcug.co.uk>.  Add -noleaf option to disable it.
1664         Adapt parts of Tim Wood's work to current sources.
1665         * find.c (scan_directory): New function, from code in process_path.
1666         (process_path): Take an arg indicating whether the pathname
1667         is a leaf non-directory, instead of a redundant current level.
1668         * parser.c (parse_noleaf): New function.
1669         (parse_print, parse_name, etc.): Set need_stat = false.
1671 Wed Nov  2 13:34:32 1990  Tim Wood at home      (tim at axolotl.UUCP)
1673         * pred.c: Call stat() if an AND, OR or NOT node tells you to.
1674         * find.c: Limit calls to stat().
1676 Wed Oct  3 17:30:39 1990  Tim Wood at home      (tim at axolotl.UUCP)
1678         * tree.c (opt_expr): New function to rearrange predicates within
1679         a conjunction/disjunction so that non-inode (-name, -regex) ones
1680         are executed first.  
1681         * pred.c: Make some supporting tree structure changes for opt_expr().
1683 Sat Dec  7 00:36:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1685         * xargs.c (do_exec): Simplify test for which exit
1686         status to use if exec fails.
1688 Fri Dec  6 18:24:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1690         * listfile.c (list_file): POSIX_ME_HARDER -> POSIXLY_CORRECT.
1692 Thu 24 Oct 1991 21:33:21  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
1694         * pred.c (pred_fprintf): Don't print "\n" unless it's in the
1695         format string.
1697 Mon Oct 21 22:30:35 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1699         * defs.h, parser.c, pred.c: Rename some types that conflict
1700         with reserved POSIX.1 namespace (ended in _t).
1702         
1703         
1704 Thu Oct 17 22:39:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1706         * xargs.c: Don't determine memory.h based on POSIX, which
1707         doesn't mention it.
1709 Sat Oct  5 16:11:05 1991  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
1711         * parser.c (parse_perm): Parse new `-perm +mode' notation.
1712         * pred.c (pred_perm): Interpret same.
1714 Fri Sep 13 14:58:27 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
1716         * xargs.c [POSIX]: Always use sysconf to get ARG_MAX.
1718 Thu Sep  5 23:57:06 1991  David J. MacKenzie  (djm at apple-gunkies)
1720         * bigram.c, code.c (main): Make path_max int, not unsigned.
1721         * locate.c (main): Check for pathconf failure.
1723 Thu Sep  5 11:54:44 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
1725         * parser.c (insert_fprintf): Add `\\' escape and fixed `%%'
1726         interpretation.
1727         * pred.c (pred_fprintf): fixed off-by-one indexing problem
1728         when handling [gGuU] printf formats.
1730 Wed Aug 28 20:53:57 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1732         * Version 3.2.
1734 Mon Aug 26 18:57:32 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
1736         * bigram.c, code.c: Fix handling of PATH_MAX.
1737         Check for anomalous input line lengths.
1738         From Bruce Evans.
1740 Fri Aug 23 11:00:18 1991  David J. MacKenzie  (djm at apple-gunkies)
1742         * pred.c (pred_fprintf): Round block number up to get K.
1744 Thu Aug 22 10:46:30 1991  David J. MacKenzie  (djm at apple-gunkies)
1746         * pred.c (pred_fprintf, pred_lname) [_AIX]: Allocate PATH_MAX
1747         byte for link object since st_size is wrong.
1749         * listfile.c (list_file): Don't convert blocks to kilobytes if
1750         env. var POSIX_ME_HARDER is defined.
1752         * fstype.c [FS_AIX_STATFS]: New case.
1754         * configure: Make sure the sys/mount.h is the 4.4BSD version
1755         with grep instead of just testing whether it exists.
1757         * listfile.c (list_file): Add 1 to number of 512-byte blocks
1758         before dividing to get 1K blocks (so we round up, not down).
1760 Wed Aug 21 13:02:46 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1762         * Version 3.1.
1764         * parser.c (parse_fprintf), pred.c (pred_fprintf): Add %k
1765         conversion to print 1K blocks.
1767         * listfile.c: Print counts of 1K blocks, for consistency with
1768         new fileutils release.  Bad timing, there.
1770         * Version 3.0.
1772         * pred.c [VOID_CLOSEDIR]: Fake a return value for closedir,
1773         which returns void on some systems, like Sequents.
1774         * configure: Check sys/dir.h for 'void closedir'.
1776 Thu Aug 15 16:07:46 1991  David J. MacKenzie  (djm at frob)
1778         * modetype.h: Define POSIX.1 stat stuff if missing.
1779         * pred.c, parser.c, find.c, fstype.c: Don't define it.
1780         * updatedb.sh: Use a variable substitution method like configure's.
1781         * Makefile.in: Add datadir variable to separate programs from
1782         data file.
1784         * parser.c, pred.c: Rename -fulldays to -daystart.
1786         * defs.h, find.c, parser.c, pred.c: Add many new predicates
1787         from Jay Plett (jay@princeton.edu).
1789 Wed Aug 14 14:37:06 1991  David J. MacKenzie  (djm at bleen)
1791         * parser.c (parse_size), pred.c (pred_size), defs.h (struct
1792         size_t): Allow `k' to follow number to measure size in Kbytes.
1793         * parser.c (parse_size, get_num, insert_num), defs.h (struct
1794         size_t): Use enum comparison_type instead of short.
1796 Fri Aug  9 00:49:32 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1798         * xargs.c (read_line): Use isblank, to support POSIX locales.
1800         * fstype [FS_STATVFS]: New code for SVR4, from slootman@dri.nl
1801         (Paul Slootman).
1802         * configure: Figure out when to use it.
1804         * configure: Check for st_blocks in struct stat.
1805         * listfile.c (ST_NBLOCKS): New macro.
1806         (list_file): Print file's block count.
1807         Use S_ISLNK instead of S_IFLNK.
1808         * fileblocks.c: New file, from fileutils.
1810 Thu Aug  8 17:20:19 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1812         * parser.c, pred.c [CACHE_IDS]: Optional code to turn uid and
1813         gid lookups into table lookups.
1815 Wed Aug  7 00:22:29 1991  David J. MacKenzie  (djm at wheat-chex)
1817         * configure, Makefile.in's: Support +srcdir option via VPATH.
1818         Clean up clean targets.
1820 Sat Jul 20 01:11:51 1991  David J. MacKenzie  (djm at apple-gunkies)
1822         * configure: Filter /etc and /usr/etc from path.
1824         * xargs.c (wait_for_proc): Fix handling of child exit status.
1825         (main): Exit with a nonzero status if any child did.
1827         * pred.c (launch): Flush stdout and stderr before forking.
1829         * fstype.c (filesystem_type) [FS_MNTENT]: Skip entries of
1830         type "ignore".
1832 Fri Jul 19 22:53:42 1991  David J. MacKenzie  (djm at bleen)
1834         * pred.c, locate.c: Use fnmatch instead of glob_match.
1835         * fnmatch.c, fnmatch.h: New files.
1837         * Many files: Use string.h if STDC_HEADERS, as well as if USG.
1839         * locate.c, code.c, bigram.c: Possibly use pathconf to get
1840         PATH_MAX.  Use malloc to allocate path arrays.
1842         * xargs.c: Possibly use sysconf to get ARG_MAX.
1843         (env_size): Make definition unconditional.
1844         (main): Do arg_max adjustment that can't be done with
1845         preprocessor now that ARG_MAX might be a function call.
1846         (do_exec): Exit with status 126 or 127 after failed exec, for
1847         POSIX.2 draft 11.1.
1849         * xargs.c, pred.c, listfile.c: Use POSIX, not UNISTD_MISSING.
1850         * wait.h: Use POSIX, not WAIT_MACROS_MISSING.
1852         * COPYING: Use version 2.  Update all files.
1854         * Replace Makefile and lib/Makefile with Makefile.in,
1855         lib/Makefile.in and configure.  Update README.
1857 Fri Apr  5 12:49:09 1991  David J. MacKenzie  (djm at apple-gunkies)
1859         * Version 2.2.
1861 Fri Mar 15 20:44:45 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
1863         * xargs.c (main): Always run the command if some args are left over.
1864         Rename some variables.
1866 Fri Jan 18 03:35:57 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
1868         * bigram.c, code.c, locate.c: Use LIMITS_MISSING, not
1869         _POSIX_SOURCE, to decide whether to include limits.h.
1871         * parser.c, pred.c, listfile.c: Use POSIX, not _POSIX_SOURCE,
1872         to decide whether to declare getpwuid and getgrgid.
1874         * xargs.c: Use POSIX, not _POSIX_SOURCE, to determine whether
1875         to include memory.h.
1877 Sat Jan 12 04:12:34 1991  David J. MacKenzie  (djm at wookumz.ai.mit.edu)
1879         * defs.h, find.c, parser.c, pred.c: Remove -permmask option.
1881 Thu Jan 10 04:32:52 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
1883         * wait.h: Include sys/types.h to get pid_t.
1885         * xargs.c [USG && !STDC_HEADERS]: Only include memory.h if not
1886         _POSIX_SOURCE.
1888 Tue Jan  1 23:53:32 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
1890         * Version 2.1.
1892 Wed Dec 26 03:25:51 1990  David J. MacKenzie  (djm at apple-gunkies)
1894         * locate.c, bigram.c, code.c: Attempt to get max. path length
1895         on more kinds of systems, incl. POSIX.
1897         * pred.c, listfile.c, xargs.c: Get some decls from unistd.h,
1898         if available. 
1900         * find.c, defs.h: Make `cur_day_start' a time_t, not long.
1902 Fri Dec 21 01:49:12 1990  David J. MacKenzie  (djm at egypt)
1904         * defs.h, parser.c: Remove unused field from `struct exec_t'.
1906         * xargs.c: Add +no-run-if-empty option to cause the command to
1907         not be run if the input is empty.
1909         * defs.h (struct exec_t): Change the array of offsets into an
1910         array of `struct path_arg'.
1911         * parser.c (insert_exec_ok): Fill in new fields, to allow "{}"
1912         to be substituted (multiple times) anywhere in an arg to -exec
1913         or -ok.
1914         * pred.c (pred_exec): Add code to substitute "{}" within args.
1915         (pred_ok): After prompting, just run pred_exec.
1917 Thu Dec 20 02:32:09 1990  David J. MacKenzie  (djm at egypt)
1919         * fstype.c (filesystem_type) [FS_MNTENT]: Allow for optional
1920         "0x" at front of "dev=" mount option, which amd puts there but
1921         Sun automounter doesn't.
1923 Sat Dec 15 19:01:12 1990  David J. MacKenzie  (djm at egypt)
1925         * find.c (main), util.c (usage): Make directory args optional,
1926         defaulting to ".".
1928 Sat Dec 15 18:36:29 1990  David J. MacKenzie  (djm at apple-gunkies)
1930         * listfile.c: Define major and minor if not defined (as in POSIX).
1932 Mon Dec  3 01:04:35 1990  David J. MacKenzie  (djm at alborz)
1934         * find.c, fstype.c, parser.c, pred.c, util.c: Flush stdout before
1935         writing to stderr, in case they have been redirected to the
1936         same file descriptor.
1938         * pred.c (launch): Use POSIX wait macros from wait.h.
1940         * xargs.c (print_xargs): Read from tty_stream, not stdin.
1942 Tue Nov 20 16:48:24 1990  David J. MacKenzie  (djm at apple-gunkies)
1944         * Version 2.0.
1946         * fstype.c [FS_USG_STATFS]: New code.
1947         [FS_STATFS]: For symlinks, statfs the directory the link is in
1948         instead of the link.
1949         * Various files: Conditionalize some declarations on
1950         STDC_HEADERS or _POSIX_SOURCE.
1952 Fri Nov 16 12:24:43 1990  David J. MacKenzie  (djm at egypt)
1954         * modetype.h: New file.
1955         parser.c, pred.c: Use it.
1957 Thu Nov 15 18:05:54 1990  David J. MacKenzie  (djm at apple-gunkies)
1959         * xmalloc.c: New file from fileutils.
1961         * fstype.c (fstype_to_string): Add case for MFS.
1962         (filesystem_type): Take a pathname as a second arg.
1963         [FS_STATFS] return "unknown" instead of exiting if statfs
1964         fails because of ENOENT.
1965         * pred.c (pred_fstype): Pass the pathname.  Set current_dev.
1966         * find.c (process_path): Make root_dev local again.
1968 Mon Nov 12 02:54:00 1990  David J. MacKenzie  (djm at apple-gunkies)
1970         * pred.c (pred_fstype): Free old fs type.
1972         * fstype.c, pred.c (pred_fstype), parser.c (parse_fstype): 
1973         Reread the file system type info. every time a filesystem
1974         mount point is crossed, to allow for automounting.
1976         * xstrdup.c: New file from fileutils.
1978         * find.c (process_path): Rename root_dev to current_dev and
1979         make it global, for -fstype.
1981         * wait.h: New file taken from xargs.c.
1983         * xargs.c: Make limits.h vs. sys/param.h conditional on
1984         LIMITS_MISSING instead of USG, to accomodate SVR2.
1986 Thu Nov  8 11:52:22 1990  David J. MacKenzie  (djm at apple-gunkies)
1988         * parser.c, pred.c, listfile.c: If not _POSIX_SOURCE, declare
1989         getpwuid and getgrgid.  Use them.
1991         * listfile.c: If not _POSIX_SOURCE, define S_ISDIR and
1992         S_ISBLK.  Use them. 
1994         * find.c: Use S_ISDIR instead of S_IFDIR, and define if not
1995         _POSIX_SOURCE. 
1997         * Makefile: Define AR and RANLIB and pass to child makes.
1998         lib/Makefile: Use them.
2000         * xargs.c (WIFSIGNALED): Redefine so it works.
2002 Mon Nov  5 00:02:01 1990  David J. MacKenzie  (djm at apple-gunkies)
2004         * find.c (process_path): For -xdev, process filesystem
2005         mountpoints (but don't descend them), instead of skipping them
2006         entirely. 
2008         * find.c, parser.c, defs.h: Add -follow predicate.
2010         * xargs.c: Change ifdefs to support STDC POSIX systems.
2012 Sat Nov  3 20:18:05 1990  David J. MacKenzie  (djm at apple-gunkies)
2014         * xargs.c (do_exec): Child process exits with status 255, not
2015         127, if command can't be run.
2017 Fri Nov  2 02:11:42 1990  David J. MacKenzie  (djm at apple-gunkies)
2019         * xargs.c: Exit with status 127 if running commmand fails, as
2020         required by POSIX.
2022         * fstype.c: Support -fstype for Ultrix (-DFS_GETMNT).
2023         Sun/BSD code is now -DFS_MNTENT.
2025 Thu Nov  1 13:06:01 1990  David J. MacKenzie  (djm at egypt)
2027         * Reorganize into subdirectories and add xargs.  Rewrite Makefiles.
2029         * find.c (process_path, main): Allow a maxdepth of 0, meaning
2030         only process command line args.
2032         * parser.c, pred.c: Add -print0 predicate.
2034         * xargs.c: Add -0 option and long options.  Move standard
2035         library functions into separate files.  Use error instead of
2036         fatal and fprintf/perror.  Use POSIX macros for examining exit
2037         status from wait.
2038         (read_string): New function.
2040 Fri Sep 21 10:21:09 1990  David J. MacKenzie  (djm at apple-gunkies)
2042         * find.c (process_path): Take DEPTH as an arg instead of ROOT,
2043         and change callers.
2045 Thu Sep 20 23:58:47 1990  David J. MacKenzie  (djm at apple-gunkies)
2047         * parser.c (parse_maxdepth): New function.
2048         * find.c (process_path): If -maxdepth was given, don't go
2049         more than that many levels deep.
2050         * defs.h: Declare maxdepth.
2052 Wed Sep 12 02:12:31 1990  David J. MacKenzie  (djm at apple-gunkies)
2054         * parser.c: Add -not as synonym for !.
2056 Sun Aug 26 06:16:08 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
2058         * Makefile (TAGS): New target.
2060 Sun Aug 12 00:32:01 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2062         * xargs.c (main): Tell getopt to not permute.
2064 Sat Aug  4 21:43:45 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
2066         * parser.c (parse_perm), pred.c (pred_perm): Always compare
2067         bits 07777.
2069         * locate.c, Makefile: Rename 'fastfind' program to 'locate',
2070         following comment in POSIX.2 draft 10 rationale for find.
2072 Wed Jul 25 18:45:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2074         * listfile.c (getuser, getgroup): Make uid and gid unsigned
2075         short, not int.
2077 Mon Jul 16 13:40:13 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2079         * defs.h: Don't declare fprintf and printf, in case they have
2080         prototypes in stdio.h (important for functions that use stdarg).
2082 Sun Jul 15 23:39:39 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2084         * parser.c (parse_and): New function, for compatibility.
2086 Wed Jul  4 00:17:57 1990  David J. MacKenzie  (djm at apple-gunkies)
2088         * find.c (main): Only enclose expressions that produce no side
2089         effects within `( ... )'.
2091 Tue Jul  3 01:59:39 1990  David J. MacKenzie  (djm at apple-gunkies)
2093         * parser.c (strspn): Stop when end of string reached.
2095         * Version 1.2.
2097         * Move version number from Makefile to new file version.c.
2098         * parser.c: Recognize new -version predicate.
2100         * find.c (main): If no predicates that produce output are
2101         given, default to -print if the entire expression is true, not
2102         just the last part of an alternation.
2103         * Print the names of predicates with invalid arguments.
2105 Mon Jul  2 23:48:17 1990  David J. MacKenzie  (djm at apple-gunkies)
2107         * pred.c: Don't check for invalid comparison types in numeric
2108         predicate functions.
2110 Thu Jun 28 00:34:57 1990  David J. MacKenzie  (djm at apple-gunkies)
2112         * parser.c (parse_regex): Set fastmap and translate before
2113         compiling regex.
2115 Mon Jun 25 18:08:59 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2117         * fastfind.c (fastfind): Initialize count to 0.
2119         * lib/updatedb.sh: Only do regex comparison on directories,
2120         for speed.
2122         * listfile.c (list_file): Truncate user and group name to 8 chars.
2124 Sun Jun 24 13:51:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2126         * Version 1.1.
2128         * Makefile [DISTFILES]: Add COPYING.
2130 Fri Jun 22 03:54:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2132         * Version 1.0.
2134 Tue Jun 19 03:55:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2136         * lib/updatedb.sh: Prune entries that match PRUNEREGEX.
2137         Split up finding files from computing bigrams.
2138         Use redirection instead of nonportable grep -s to detect sort
2139         failure.  Optionally search network filesystems as well as
2140         local ones.
2142         * pred.c (pred_regex): Match against full pathname instead of
2143         just last element.
2144         * util.c (basename): Return "/", not "", if given "/".
2146         * find.c (process_path): Fix error in handling "/" directory.
2148 Mon Jun 18 01:49:16 1990  David J. MacKenzie  (djm at apple-gunkies)
2150         * parser.c [STRSPN_MISSING] (strspn): New function.
2152 Sun Jun 17 13:54:09 1990  David J. MacKenzie  (djm at apple-gunkies)
2154         * listfile.c: New file.
2155         * parser.c (parse_ls): New function.
2156         * pred.c (pred_ls): New function.
2158         * find.c (main): Remove interface to fastfind, to prevent
2159         conflict with POSIX syntax.
2160         * util.c (usage): Remove fastfind syntax from message.
2161         * fastfind.c (main): New function.
2162         * Makefile: Make fastfind a separate program.
2164         * find.c (main): Print correct message if a predicate arg is
2165         missing. 
2167         * parser.c (insert_exec_ok): Make args that start with a ';' but
2168         contain other characters not terminate the command.
2170 Fri Jun 15 00:33:45 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2172         * fstype.c: If MOUNTED isn't defined but MNT_MNTTAB is, use it
2173         instead.  True for HP/UX, at least.
2175 Thu Jun 14 10:10:25 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2177         * savedir.c: New file; now find won't run out of file
2178         descriptors in deep trees.
2179         * find.c (process_path): Use savedir.
2181 Sat Jun  9 03:15:21 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2183         * parser.c (parse_permmask): Allow symbolic mode masks.
2184         (parse_perm): Free 'struct change' when done with it.
2185         (get_oct): Function removed.
2187         * find.c (process_path): Allow arbitrarily-long filenames.
2188         More efficient string copying.  Initialize perm_mask to 07777
2189         instead of -1.
2191 Thu Jun  7 04:22:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2193         * Makefile, find.c: Use DIRENT to control whether <dirent.h>
2194         is used.
2196 Thu May 31 04:46:11 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2198         * parser.c (parse_regex): New function.
2199         * pred.c (pred_regex): New function.
2201         * fstype.c (read_mtab): If mtab entry has a "dev=" option
2202         (like in SunOS 4.1), use it, so there is no need to stat the
2203         special file later on.
2204         (xatoi, strstr): New functions.
2206 Mon May 21 01:04:42 1990  David J. MacKenzie  (djm at abyss)
2208         * lib/updatedb.sh: Put BINDIR in PATH.
2210         * fstype.c: Do nothing if MNTENT_MISSING is defined.
2212         * fstype.c: New file.
2213         * parser.c (parse_fstype): New function.
2214         * pred.c (pred_fstype): New function.
2216         * parser.c (parse_newer): Failure to stat -newer file is a
2217         fatal error.
2219         * pred.c (pred_ok): Flush output before reading.  Use getchar
2220         instead of scanf.
2222         * pred.c (pred_prune): Return false if -depth given.
2223         * find.c: Apply the predicates to the dir when -depth and
2224         -prune are given.
2226 Sun May 20 19:55:30 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2228         * pred.c (pred_prune): Set new global var `stop_at_current_level'.
2229         * find.c (process_path): Test and reset it.
2231 Fri May 18 01:56:17 1990  David J. MacKenzie  (djm at abyss)
2233         * modechange.c, modechange.h: New files.
2234         * parser.c (parse_perm): Use mode_compile and mode_adjust to
2235         parse arg, to allow symbolic mode for POSIX.
2237 Thu May 17 02:07:44 1990  David J. MacKenzie  (djm at abyss)
2239         * parser.c (get_oct): Don't consider an empty string a valid number.
2241         * parser.c (parse_perm): If arg starts with '-', set flag bit
2242         for special comparison (POSIX).
2243         * pred.c (pred_perm): If flag bit set, compare s[ug]id &
2244         sticky bits as well, and return true if the given perms are
2245         set, ignoring other bits.
2247         * find.c: New global var `exit_status'.  Use it.  (POSIX)
2248         * parser.c: Set `exit_status' if lstat on -newer file fails.
2250         * fastfind.c: New file.
2251         * find.c (main): Call fastfind if given only 1 arg.
2252         * util.c (usage): Update message. 
2253         * lib/{Makefile,updatedb.sh,bigram.c,code.c}: New files.
2254         * Makefile: Add 'all' and 'install' targets.
2256 Wed May 16 23:23:35 1990  David J. MacKenzie  (djm at abyss)
2258         * parser.c (parse_nogroup, parse_nouser): Implement.
2259         * pred.c (pred_nogroup, pred_nouser): Implement.
2261 Mon May 14 00:09:35 1990  David J. MacKenzie  (djm at abyss)
2263         * find.c: Add variable `stay_on_filesystem' for -xdev.
2264         (process_path): Take an arg determining whether this call is
2265         the root of a tree.  Use lstat instead of stat.  If
2266         stay_on_filesystem, don't process a dir on a different
2267         filesystem. 
2269         * parser.c (parse_newer): Use lstat instead of stat.  Is this right?
2270         (parse_xdev): Set stay_on_filesystem.
2272         * parser.c: Add dummy parse_nogroup, parse_nouser,
2273         parse_prune, and parse_xdev; to be written later.
2274         * pred.c: Add dummy pred_nogroup, pred_nouser, pred_prune.
2276         * find.c: Support System V directory library/headers.
2278         * find.c (process_path): Don't continue with a file that stat
2279         fails on.
2281         * defs.h, parser.c, pred.c: Change 'u_long' and 'u_short' to
2282         'unsigned long' and 'unsigned short'.
2283         * find.c, defs.h: Remove 'convert_glob' variable.
2284         * parser.c (parse_fullregex): Function removed.
2285         (parse_name): Remove regular expression code.
2286         (parse_type): Recognize sockets.
2287         Add code to check for missing arguments to many parse_* functions.
2288         * pred.c (pred_name): Use glob_match instead of regex.
2290 Sun May 13 17:45:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2292         * Replace fprintf, simple_error, and mem_error with error and
2293         usage. 
2295         * Fix string header includes for USG.
2297 Tue Mar 27 12:40:29 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2299         * defs.h: Change some #defines to enums.
2301 Sun Mar 25 22:08:58 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2303         * find.c (main): Don't take basename of argv[0].
2305         * util.c (xmalloc): New function.
2306         * find.c, parser.c, utils.c: Use xmalloc instead of malloc.
2308         * pred.c: Remove emulation of regex for BSD and use GNU
2309         library version in regcmp.c instead.
2310         * parser.c: Remove emulation of regcmp for BSD and use GNU
2311         library version in regcmp.c instead.
2312         * Makefile: Link with regex.o and regcmp.o.
2313         Add a DISTFILES macro and dist target.
2315         * Indent source code.  Move RCS logs to this file.
2317 Wed Mar 21 09:30:18 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
2319         * xargs.c: Indent.  Comment and rename some global variables.
2320         (main): Use getopt to parse options.  Open new global var
2321         `tty_stream' to /dev/tty if querying requested.
2322         (print_args): Read response from tty_stream, not stdin.
2323         (xmalloc): New function.
2324         Global: Use xmalloc instead of malloc.
2325         (usage): Revise message.
2327 87/02/22  20:01:20  20:01:20  cire (Eric B. Decker)
2329         * pred.c: added guts to pred_size
2331 87/02/22  00:59:42  00:59:42  cire (Eric B. Decker)
2333         * pred.c: added guts to perm and permmask.
2335 87/02/21  23:02:21  23:02:21  cire (Eric B. Decker)
2337         * pred.c: made pred_name only look at the last component of
2338         the path.
2340 87/02/21  22:26:47  22:26:47  cire (Eric B. Decker)
2342         * pred.c: added guts to name.  useds regex and regcmp to do
2343         regular expression handling.
2345 87/02/21  00:17:21  00:17:21  cire (Eric B. Decker)
2347         * pred.c: added predicate newer
2349 87/02/20  11:40:07  11:40:07  cire (Eric B. Decker)
2351         * pred.c: added guts to pred_ok
2353 87/02/19  23:52:37  23:52:37  cire (Eric B. Decker)
2355         * pred.c: finished exec.
2357 87/02/22  20:01:09  20:01:09  cire (Eric B. Decker)
2359         * parser.c: added guts to parse_size
2361 87/02/22  00:59:16  00:59:16  cire (Eric B. Decker)
2363         * parser.c: added guts of perm and permmask.  added getoct
2364         routine for perm and permmask
2366 87/02/21  23:32:50  23:32:50  cire (Eric B. Decker)
2368         * parser.c: added -fre, -fullregex predicate to turn off
2369         globbing conversion
2371 87/02/21  23:01:01  23:01:01  cire (Eric B. Decker)
2373         * parser.c: reworked name so the regexpr pattern includes $ at
2374         the end to force globbing to work correctly.  End of the
2375         pattern refers to the end of the filename.
2377 87/02/21  22:25:34  22:25:34  cire (Eric B. Decker)
2379         * parser.c: added guts to name.  uses a conversion from
2380         globbing to regexp format.  uses regex and regcmp to actually
2381         to the comparison.
2383 87/02/21  00:17:11  00:17:11  cire (Eric B. Decker)
2385         * parser.c: added predicate newer
2387 87/02/20  11:39:35  11:39:35  cire (Eric B. Decker)
2389         * parser.c: added ok guts.  consolidated exec and ok to using
2390         insert_exec_ok
2392 87/02/19  00:20:54  00:20:54  cire (Eric B. Decker)
2394         * parser.c: minor bug in -fulldays predicate parser.  It
2395         should have set the flag full_days to true.
2397 87/02/22  00:58:32  00:58:32  cire (Eric B. Decker)
2399         * find.c: changed where we are setting perm_mask to -1.  need
2400         to make sure that this happens before every apply_predicate.
2402 87/02/21  23:32:11  23:32:11  cire (Eric B. Decker)
2404         * find.c: added error checking for no paths.  better error
2405         message if illegal ordering.
2407 87/02/21  22:19:58  22:19:58  cire (Eric B. Decker)
2409         * find.c: added global convert_glob
2411 87/02/22  20:00:12  20:00:12  cire (Eric B. Decker)
2413         * defs.h: added definition of BLKSIZE for size
2415 87/02/21  22:19:25  22:19:25  cire (Eric B. Decker)
2417         * defs.h: added global convert_glob for name