Indicate that this is the CVS version (once again) now that findutils
[findutils.git] / ChangeLog
blobc5c3eb3ad51a0a243ecbb508ccb5ec5bba6d841e
1 2004-10-02  jay  <jay@orbital>
3         * NEWS: brought up to date with recent changes
5         * locate/testsuite/config/unix.exp,
6         locate/testsuite/locate.gnu/ignore_case1.exp,
7         locate/testsuite/locate.gnu/ignore_case3.exp, locate/updatedb.sh:
8         Added new option --changecwd to updatedb so that the 'cd /' which
9         it does can be compatible with the requirements of the test suite.
10         Specifically, the test suite relies on being able to use relative
11         pathnames
13         * find/pred.c:
14         Fixed usage of human_readable() in '%k' format specifier to fix a bug
15         reported by Dmitry V. Levin (arguments to human_readable() were
16         specified in the wrong order, which resulted in a floating-point
17         error).
19 2004-08-08  jay  <jay@orbital>
21         * locate/updatedb.sh:
22         cd to / to avoid inability to examine the current directory if we're
23         invoked via cron (and hence in root's home directory for example).
25         * doc/find.texi, find/find.1:
26         Deprecate -path and -ipath in favour of -wholename and -iwholename
28         * find/parser.c:
29         As per RMS's suggestion, deprecate -path and -ipath in favour of
30         -wholename and -iwholename.
32         * locate/locate.c:
33         Fixed Savannah bug #9923, in which get_short() returns large positive
34         ints when it should be returning negative shorts.
36         * xargs/xargs.1:
37         Applied documentation improvements suggested by Dan Jacobson
38         <jidanni@jidanni.org>.
40         * xargs/xargs.c:
41         Don't check size_of_environment against arg_max since that causes the
42         test suite to fail.
44         * xargs/xargs.1, xargs/xargs.c: Better documentation for the -i option
46 2004-05-03  jay  <jay@orbital>
48         * find/find.1:
49         document the various suffixes for -size and also the new 
50         option -ignore_readdir_race
52         * locate/locate.c:
53         Fixes Savannah bug #8623 (failure to check consistency of data 
54         read from locate database)
56         * locate/updatedb.sh:
57         Resolves Savannah bug 4380, that updatedb generates an empty
58         database if one of the commands fails
60         * NEWS: Talk about -ignore_readdir_race
62         * doc/find.texi:
63         Documented -ignore_readdir_race and -noignore_readdir_race
65         * find/find.c:
66         -ignore_readdir_race should have no effect if the reason for the
67          failure of stat(2) was anything other than ENOENT.
69         * find/defs.h, find/find.c, find/parser.c:
70         Fixed Savannah bug 4391 (readdir race condition leading to 
71         spurious error messages)
73 2004-04-24  jay  <jay@orbital>
75         * README-CVS: Corrected the instructions for getting gnulib via CVS.
77 2004-04-13  jay  <jay@orbital>
79         * doc/find.texi:
80         Actioned Savannah bug #8558 (find complains when it tries to recurse
81         into directories that it had removed).
83 2004-03-13  jay  <jay@orbital>
85         * ChangeLog: Updated from checkin comments.
87         * find/find.c:
88         Oops, there is no access to the predicate name table if DEBUG is 
89         not #defined.
91         * find/parser.c:
92         Detect arithmetic overflow (poorly) in insert_time(), which diagnoses
93         the failure to handle large arguments to -mtime.  The existing code
94         does careful computation and then bungs the value into a time_t, which
95         ruins all our careful effort.  The new code is not a great
96         improvement.  We just check the result to detect overflow, rather than
97         actually avoiding the overflow.
99         * find/find.c:
100         Fixed Debian bug #185202 by checking for any trailing predicates after
101         the top-level invocation of get_expr() has done its work.
103         * locate/locate.1, xargs/xargs.1:
104         Fixed Debian bug 175372, inappropriate 'L' suffixes on manual 
105         page section indicators
107         * find/find.1:
108         Removed "L" suffixes from manual page section indicators, to fix
109         Debian bug 175372.
111         * debian/updatedb.conf:
112         Updated with list of filesystems from current Debian release.  This
113         includes devfs, for example.
115         * xargs/xargs.1:
116         Modified documentation of "-s" option to take into account the fix for
117         Debian bug #176201.
119         * xargs/xargs.c:
120         Fixed Debian bug #176201, "xargs enviroment size limited to 20k", by
121         reading a patch offered by Bob Prolux and implementing something
122         substantially similar myself.
124 2004-01-03  James Youngman  <jay@gnu.org>
126         * xargs/xargs.c:
127         Indicate that prep_child_for_exec() fixes Savannah bug #3992.
129         * xargs/xargs.c:
130         Attach the stdin of xargs' child process to /dev/null so that if it
131         tries to read from its stdin it doesn't consume any of the list of
132         files that xargs is trying to use.
134         * find/find.1:
135         Documented that the -regex option follows Gnulib's re_match() 
136         implementation.
138         * NEWS, locate/locate.c: Applied Savannah patch 2108
140         * xargs/xargs.c: Applied Savannah patch 1500
142         * find/find.1, doc/find.texi:
143         Improved the documentation for the %k and %b format specifiers to
144         -printf (Savannah bug #5034).  Also pointed out that this handling is
145         different to that used by the "b" and "k" suffixes with "-size".
147         * find/find.1: Improved the documentation for %k (Savannah bug #5034).
149         * find/find.1:
150         Improved the documentation for -print0 in the manpage, fixing Debian
151         bug 111143.
153         * README-CVS, find/pred.c, lib/listfile.c:
154         Brought up-to-date with change in gnulib's human.c - we no longer 
155         use human_readable_inexact(), because it is no longer provided.
157 2003-08-08  James Youngman  <jay@gnu.org>
159         * find/find.1:
160         Documented the fact that -printf also supports the '\0' escape code.
161         Added "STANDARDS CONFORMANCE" section.
163 2003-08-02  James Youngman  <jay@gnu.org>
165         * find/find.1:
166         Explain that braces are not special when performing filename matching
167         with -name.
169         * find/find.1:
170         added example of the use of -exec to the EXAMPLES section
172         * find/fstype.c, locate/locate.c:
173         Savannah bug #4295 - implicit declarations of ctype.h functions
175         * locate/locate.c:
176         Savannah bug #4279 - missing newline on locate help message
178         * find/find.1, xargs/xargs.1:
179         Improved discussion of the -print0 option of find and the -0 option of xargs
181 2003-06-26  James Youngman  <jay@gnu.org>
183         * import-gnulib.sh:
184         Remove reference to nonexistent module "basename" ("dirname" exists
185         and we already use that).
187 2003-06-21  James Youngman  <jay@gnu.org>
189         * doc/find.texi:
190         Indicate that xargs stops immediately if a command exits with status 255
192         * xargs/xargs.1:
193         Document the fact that xargs exits immediately with an error message
194         if the command it executes exits with a status of 255.
196 2003-06-18  James Youngman  <jay@gnu.org>
198         * find/find.1:
199         Indicate that -fls and friends always create their output file
201 2003-06-16  James Youngman  <jay@gnu.org>
203         * ChangeLog, find/find.1, locate/locate.1, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
204         Added BUGS section to manual pages.   This section includes information about known bugs and how to report new bugs.
206         * AUTHORS: Identify the current maintainer.
208         * TODO: Removed the TODO items which have now been done.
210         * THANKS: Added Bruno Haible and Bob Prolux.
212         * xargs/xargs.c: xargs/xargs.c (DO_MULTIBYTE): New macro.
213         (mbstrstr): New function.
214         (do_insert): Use it instead of strstr.
216         * config.guess, config.sub:
217         Use config.guess and config.sub from automake
219         * find/fstype.c:
220         Bruno Haible: (fstype_to_string) Don't define this function if
221         HAVE_F_FSTYPENAME_IN_STATFS is defined.
223         * configure.in:
224         Bruno Haible: Prefer the 4.4BSD API (if present) to the 4.3BSD API,
225         because some 4.4BSD systems have <mntent.h> but no /etc/mtab file.
227         * doc/find.texi, find/find.1:
228         Applied patch 1498 (documenting the backslash escape sequence)
230         * locate/updatedb.sh: Applied (my own version of) Savannah patch 1601.
232         * doc/find.texi:
233         Applied Savannah patch #1547 (document the fact that printf
234         field-width specifiers are supported).
236         * xargs/xargs.c:
237         Applied Savannah patch #1499 (adds final newline to usage message).
239 2003-06-14  James Youngman  <jay@gnu.org>
241         * NEWS, configure.in:
242         Updated version number to 4.2.0-CVS [not ready for release yet]
244         * 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:
245         Merged changes made for version 4.1.20 onto the trunk
247         * README-CVS, find/defs.h, find/find.c, find/pred.c, lib/listfile.c:
248         Update code to reflect gnulib's changes to the arguments of human_readable().   Drop support for "FIND_BLOCK_SIZE" environment variable
250 2003-05-26  James Youngman  <jay@gnu.org>
252         * lib/wait.h: re-added wiat.h.
254         * configure.in, lib/Makefile.am:
255         Corrections to allow compilation on MacOS X
257         * 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:
258         Changes to allow compilation on non-GNU systems (i.e. for the macros that gnulib decides to #define to be effective)
260 2003-05-24  James Youngman  <jay@gnu.org>
262         * 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:
263         also need stpcpy (e.g. for Solaris)
265         * intl/dcigettext.c:
266         plural_lookup: don't use a variable called "index", because we may
267         have done "#define strchr index", in which case using a variable
268         called index will prevent us calling strchr(p, ch) in the same scope.
270         * 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:
271         Updated copyright years and the address of the FSF
273         * aclocal.m4, config.h.in, configure:
274         Removed files that are generated from other files (e.g. configure)
276         * NEWS: Updated NEWS file for 4.1.20.
278         * 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:
279         Updates to the i18n files to ensure that 'make dist' succeeds
281         * lib/posix/.cvsignore, lib/posix/Makefile.am,
282         lib/posix/Makefile.in, lib/posix/regex.h, lib/strftime.c,
283         lib/strncasecmp.c, lib/strspn.c, lib/strstr.c, lib/strtol.c,
284         lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c, lib/wait.h,
285         lib/waitpid.c, lib/xalloc.h, lib/xgetcwd.c, lib/xmalloc.c,
286         lib/xstat.in, lib/xstrdup.c, lib/xstrtol.c, lib/xstrtol.h,
287         lib/xstrtoul.c, lib/xstrtoul.h, lib/xstrtoumax.c, lib/yesno.c,
288         locate/Makefile.am, locate/Makefile.in, locate/locate.c,
289         locate/testsuite/Makefile.in, m4/.cvsignore, m4/ChangeLog,
290         m4/Makefile.am, m4/Makefile.am.in, m4/Makefile.in, m4/README,
291         m4/afs.m4, m4/assert.m4, m4/c-bs-a.m4, m4/check-decl.m4,
292         m4/codeset.m4, m4/d-ino.m4, m4/d-type.m4, m4/error.m4,
293         m4/fnmatch.m4, m4/fnmatchcase.m4, m4/fstypename.m4, m4/getline.m4,
294         m4/gettext.m4, m4/glibc.m4, m4/glibc21.m4, m4/iconv.m4,
295         m4/inttypes_h.m4, m4/isc-posix.m4, m4/jm-glibc-io.m4,
296         m4/jm-macros.m4, m4/jm-mktime.m4, m4/lcmessage.m4, m4/libintl.m4,
297         m4/link-follow.m4, m4/ls-mntd-fs.m4, m4/lstat-slash.m4,
298         m4/lstat.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/memcmp.m4,
299         m4/prereq.m4, m4/progtest.m4, m4/readdir.m4, m4/realloc.m4,
300         m4/regex.m4, m4/st_dm_mode.m4, m4/st_mtim.m4, m4/stat.m4,
301         m4/strerror_r.m4, m4/strftime.m4, m4/timespec.m4, m4/uintmax_t.m4,
302         m4/ulonglong.m4, m4/xstrtoumax.m4, xargs/Makefile.am,
303         xargs/Makefile.in, xargs/testsuite/Makefile.in,
304         find/testsuite/Makefile.in, lib/.cvsignore, lib/Makefile.am,
305         lib/Makefile.in, lib/alloca.c, lib/ansi2knr.1, lib/ansi2knr.c,
306         lib/argmatch.c, lib/argmatch.h, lib/basename.c, lib/basename.h,
307         lib/dirname.c, lib/dirname.h, lib/error.c, lib/error.h,
308         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/fnmatch.c,
309         lib/fnmatch.h, lib/getline.c, lib/getline.h, lib/getopt.c,
310         lib/getopt.h, lib/getopt1.c, lib/human.c, lib/human.h,
311         lib/idcache.c, lib/malloc.c, lib/memcmp.c, lib/memcpy.c,
312         lib/memset.c, lib/mktime.c, lib/modechange.c, lib/modechange.h,
313         lib/pathmax.h, lib/quotearg.c, lib/quotearg.h, lib/realloc.c,
314         lib/regex.c, lib/regex.h, lib/rpmatch.c, lib/savedir.c,
315         lib/savedir.h, lib/stpcpy.c, lib/strcasecmp.c, lib/strdup.c,
316         find/Makefile.am, find/Makefile.in, find/find.c, find/pred.c:
317         Updated to work with current version of gnulib
319         * import-gnulib.sh: New file.
321         * config.h.in, configure, configure.in, doc/Makefile.in, import-gnulib.sh:
322         Updated to work with current version of gnulib
324         * README-CVS: New file.
326         * Makefile.am, Makefile.in, README-CVS, aclocal.m4:
327         Updated to work with current version of gnulib
329 2001-06-09  kevin  <kevin@excession.spiral-arm.org>
331         * intl/plural.c:
332         Changes the location of bison.simple after running bison on local
333         machine
335         * ChangeLog: *** empty log message ***
337         * Makefile.in, aclocal.m4, config.h.in, configure,
338         doc/Makefile.in, find/Makefile.in, find/testsuite/Makefile.in,
339         lib/Makefile.in, lib/posix/Makefile.in, locate/Makefile.in,
340         locate/testsuite/Makefile.in, m4/Makefile.in, xargs/Makefile.in,
341         xargs/testsuite/Makefile.in: Updates mostly from gettext-0.10.38
343         * ABOUT-NLS: * ABOUT-NLS: updated from gettext-0.10.38.
345         * configure.in: * configure.in: add tr to ALL_LINGUAS.
347         * intl/config.charset, intl/dcigettext.c, intl/dcngettext.c,
348         intl/dngettext.c, intl/libgnuintl.h, intl/localcharset.c,
349         intl/locale.alias, intl/ngettext.c, intl/plural.y,
350         intl/ref-add.sin, intl/ref-del.sin: updated from gettext-0.10.38
352         * intl/cat-compat.c, intl/linux-msg.sed, intl/po2tbl.sed.in,
353         intl/xopen-msg.sed, m4/ChangeLog: *** empty log message ***
355         * m4/jm-macros.m4:
356         * jm-macros.m4 (jm_MACROS): remove jm_ICONV, which is replaced by
357         AM_ICONV, which is imported from gettext-0.10.38.  removed
358         jm_GLIBC21, which is required in AM_GNU_GETTEXT, which is
359         imported from gettext-0.10.38.
361         * po/stamp-cat-id:      * stamp-cat-id: Remove file.
363         * po/Makefile.in.in:    * Makefile.in.in: Upgrade to gettext-0.10.38.
365         * po/ChangeLog:         * cat-id-tbl.c: Remove file.
367         * po/de.po, po/es.po, po/et.po, po/fr.po:
368         * fr.po, et.po, es.po, de.po: updated translations to
369         findutils-4.1.7.
371         * po/tr.po: * tr.po:  New Turkish translation.
373         * m4/ChangeLog: *** empty log message ***
375         * intl/dgettext.c, intl/explodename.c, intl/finddomain.c,
376         intl/gettext.c, intl/gettext.h, intl/gettextP.h,
377         intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
378         intl/libgettext.h, intl/loadinfo.h, intl/loadmsgcat.c,
379         intl/localealias.c, intl/plural.c, intl/textdomain.c,
380         intl/ChangeLog, intl/Makefile.in, intl/VERSION,
381         intl/bindtextdom.c, intl/dcgettext.c: Updated from gettext-0.10.38
383         * m4/Makefile.am:
384         reflects addition of codeset.m4 from gettext-0.10.38, automatically
385         generated.
387         * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4,
388                 m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4: *
389                 progtest.m4, lcmessage.m4, isc-posix.m4, iconv.m4,
390                 glibc21.m4, gettext.m4, codeset.m4: updated from
391                 gettext-0.10.38.
393         * ChangeLog: *** empty log message ***
395         * THANKS: added "Gerrit P. Haase" <gerrit.haase@t-online.de>
397         * m4/ChangeLog, locate/testsuite/.cvsignore,
398         xargs/testsuite/.cvsignore, config.h.in, configure, aclocal.m4,
399         doc/.cvsignore: *** empty log message ***
401         * m4/jm-macros.m4:      * jm-macros.m4 (jm_MACROS): add jm_FSTYPENAME
403         * doc/Makefile.in: *** empty log message ***
405         * doc/Makefile.am:
406         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
407         created by dvips.  This should be taken care of by automake, but
408         the code is commented out.
410 2001-06-09  Kevin Dalley  <kevin@seti.org>
412         * ABOUT-NLS: updated from gettext-0.10.38.
414         * configure.in: add tr to ALL_LINGUAS.
416         * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
417         created by dvips.  This should be taken care of by automake, but
418         the code is commented out.
420 2001-06-05  Kevin Dalley  <kevin@seti.org>
422         * locate/updatedb.sh: replace "whoami" with "id -u" when testing
423         for root.
425 2001-06-04  Kevin Dalley  <kevin@seti.org>
427         * locate/testsuite/Makefile.am (DIST_SUBDIRS): remove second
428         instance of DIST_SUBDIRS.
430         * locate/Makefile.am (install-data-hook): changed install target
431         to install-data-hook, which still installs other files.
433         * doc/Makefile.am (MOSTLYCLEANFILES): added find.cps, which should
434         probably be handled by automake.
436         * doc/mdate-sh: removed file in doc directory.  It now exists only
437         in top_srcdir, but this changed required a patch to automake.
439 2001-05-20  Kevin Dalley  <kevin@seti.org>
441         * Version 4.1.7
442         
443         * lib/Makefile.am (EXTRA_DIST): add strcasecmp.c
445         * find/testsuite/Makefile.am (EXTRA_DIST): new tests:
446         find.gnu/name-opt.exp find.gnu/perm.exp find.gnu/perm.xo
447         find.gnu/prune-default-print.exp find.gnu/prune-default-print.xo
449         * configure.in: update to 4.1.7
451         * config.sub, config.guess: upgraded to recent versions of
452         config.sub and config.guess.
454         * locate/updatedb.sh: Add space to "#! /bin/sh"
456         * configure.in: Add id to ALL_LINGUAS
458         * lib/Makefile.am (EXTRA_DIST):  getline.[ch] added
459         (libfind_a_SOURCES): getline.[ch] removed since getline.c is not
460         always needed.
462 2001-05-20  Lionel CONS <lionel.cons@cern.ch>
464         * find/find.c: Fixed security holes.  1.  There is a race
465         condition between the lstat() to detect a symbolic link and the
466         actual chdir().  2.  An attacker can move directories while find
467         is _inside_ so that chdir(..) goes out of the intended file tree.
469         * lib/modetype.h: support for Solaris door files is added.
471         * lib/filemode.c: S_ISDOOR is undef'ed if STAT_MACROS_BROKEN
473         * find/pred.c (pred_type): -D option (for Solaris door files) is
474         added.
476         * find/parser.c (insert_type):  -D option (for Solaris door files)
477         is added. 
479         * find/find.1: -D option (for Solaris door files) is documented
481         * doc/find.texi (Type): -D option (for Solaris door files) is
482         documented
484 2001-05-02  Kevin Dalley  <kevin@seti.org>
486         * configure.in: Change AC_CHECK_MEMBERS to conform to new
487         autoconf.  Add Danish.
489 2001-01-20  Kevin Dalley  <kevin@seti.org>
491         * doc/find.texi (Adding Tests): Place space in "#! /bin/sh".
493         * find/testsuite/find.gnu/prune-default-print.xo,
494         find/testsuite/find.gnu/prune-default-print.exp: test for "find
495         . -prune" which passes after changes.  Also see name-opt.exp.
497         * find/util.c (get_new_pred):
498         * find/tree.c (set_new_parent):
499         * find/parser.c (various parse functions):
500         * find/find.c (main): 
501         (default_prints): new function 
502         * find/defs.h (struct predicate): added no_default_print
503         side_effects are no separated from no_default_print.  predicates
504         which cause side effects should not be reordered (optimized).
505         predicates which cause printing should have printing turned off.
506         Printing statements also cause side effects.
508 2000-10-29  Bruno Haible <haible@ilog.fr>
510         * locate/code.c (main), doc/find.texi: improve handling of
511         non-ASCII characters used old format.
513 2000-10-21  Paul Eggert  <eggert@twinsun.com>
515         If open + fchdir fails, fall back on xgetcwd + chdir.
516         The old code tested for this at compile-time,
517         but SunOS 4.1.4 fchdir can fail at run-time.
519         * find/defs.h (fchdir): Define to -1 if not available.
520         * find/defs.h (starting_dir, starting_desc):
521         Always declare.  starting_dir now points to const.
522         * find/find.c (starting_dir, starting_desc): Likewise.
523         * find/find.c (starting_dir):
524         Now "." if starting_desc is nonnegative, for benefit of diagnostics.
525         (main, process_top_path, process_dir):
526         If open + fchdir fails, fall back on xgetcwd + chdir.
527         * find/pred.c (launch): Likewise.
529 2000-10-20  Kevin Dalley  <kevin@seti.org>
531         * xargs/xargs.c, locate/updatedb.sh, locate/locate.c (usage),
532         find/parser.c (parse_help): add bug reporting address to help
534 2000-10-13  Kevin Dalley  <kevin@seti.org>
536         * depcomp, lib/depcomp: depcomp moved from lib to .
538 2000-10-11  Kevin Dalley  <kevind@rahul.net>
540         * Version 4.1.6
541         
542         * locate/testsuite/config/unix.exp: set PRUNEFS to "" for the
543         testsuite. 
545 2000-10-10  Bruno Haible <haible@ilog.fr>
547         * lib/Makefile.am (libfind_a_SOURCES): added yesno.c
549         * lib/yesno.c, lib/rpmatch.c: new files.
551         * find/pred.c: use function yesno().
553 2000-10-10  Kevin Dalley  <kevind@rahul.net>
554         
555         * locate/testsuite/Makefile.am: Added missing \ at end of
556         EXTRA_DIST lines.
558         * locate/testsuite/locate.gnu/ignore_case3.xo,
559         locate/testsuite/locate.gnu/ignore_case3.exp,
560         locate/testsuite/locate.gnu/ignore_case2.exp,
561         locate/testsuite/locate.gnu/ignore_case1.xo,
562         locate/testsuite/locate.gnu/ignore_case1.exp: place locatedb
563         inside tmp directory, add subdir directory under tmp.
565         * locate/testsuite/config/unix.exp: clean up tmp after test is
566         finished. 
568 2000-10-10  Kevin Dalley  <kevind@rahul.net>
570         * locate/testsuite/config/unix.exp (Repository): 
572 2000-10-09  Kevin Dalley  <kevind@rahul.net>
574         * lib/fnmatch.c, lib/fnmatch.h: reverted to older version of
575         fnmatch which works with Solaris.
577         * locate/testsuite/config/unix.exp: dejagnu unix.exp
579         * xargs/testsuite/config/unix.exp: remove temporary file
581         * xargs/xargs.c: spelling correction
583         * m4/prereq.m4: updated and changed some macros
585         * m4/jm-macros.m4: replaced jm_FUNC_FNMATCH with
586         kd_FUNC_FNMATCH_CASE_REPL 
588         * m4/timespec.m4, m4/strerror_r.m4, m4/mbstate_t.m4,
589         m4/largefile.m4, m4/gettext.m4, m4/fnmatchcase.m4, m4/d-type.m4,
590         m4/d-ino.m4, m4/c-bs-a.m4: new m4 macros.
592         * m4/Makefile.am: add fnmatchcase.m4 and mbstate_t.m4
594         * locate/testsuite/locate.gnu/ignore_case3.xo,
595         locate/testsuite/locate.gnu/ignore_case3.exp,
596         locate/testsuite/locate.gnu/ignore_case2.xo,
597         locate/testsuite/locate.gnu/ignore_case2.exp,
598         locate/testsuite/locate.gnu/ignore_case1.xo,
599         locate/testsuite/locate.gnu/ignore_case1.exp,
600         locate/testsuite/config/unix.exp: tests related to "--ignore-case"
601         option.
603         * locate/testsuite/locate.gnu: testsuite directory
605         * locate/testsuite/Makefile.am (Repository): 
607         * locate/testsuite: add directory for locate testsuite
609         * po/findutils.pot: updated file
611         * po/sv.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po,
612         po/it.po, po/gl.po, po/fr.po, po/et.po, po/es.po, po/de.po:
613         updated various po files.
615         * locate/updatedb.sh: export TMPDIR, which is used by child
616         processes.
618         * locate/locate.1, locate/locate.c:  add "--ignore-case" option.
620         * locate/Makefile.am: add testsuite subdirectory
622         * find/testsuite/find.gnu/perm.xo,
623         find/testsuite/find.gnu/perm.exp,
624         find/testsuite/find.gnu/name-opt.xo,
625         find/testsuite/find.gnu/name-opt.exp: added test suites
627         * configure.in: add locate/testsuite/Makefile
629         * doc/find.info*: removed from repository
631         * doc/find.texi: add documentation for "-i" option.
633         * aclocal.m4: removed from repository, as it is generated.
635         * find/pred.c: fixes problem with "find -perm -0100".
637         * lib/lstat.c, lib/stat.c: removed from repository.  These files
638         are generated from lib/xstat.in.
640 2000-08-24  Kevin Dalley  <kevind@rahul.net>
642         * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s}.
644 2000-05-13  Kevin Dalley  <kevind@rahul.net>
646         * find/tree.c (opt_expr): move iname and ipath to the front of the
647         list of arguments.
649         * doc/find.texi (Directories): changed wording for "-prune".
651         * find/parser.c (parse_prune): set side_effects to true, to
652         prevent prune from being moved in opt_expr.
654 2000-04-12  Kevin Dalley  <kevind@rahul.net>
656         * doc/find.texi, doc/permi.texi: fix spellings, add LocalWords.
658         * lib/Makefile.am: put getline.c back into libfind_a_SOURCES,
659         since getstr is needed.
661         * Version 4.1.5
662         
663         * po/POTFILES.in: updated list of files, updated po files.
666 2000-04-02  Paul Eggert  <eggert@twinsun.com>
668         Add support for large files, and port to Solaris 8 and earlier
669         versions.
671         * lib/human.c (getenv): Depend on NEED_GETENV_DECL, not
672         HAVE_DECL_GETENV.
674         * lib/strftime.c (my_strftime): Make sure we call the system
675         strftime, not ourselves, when invoking the underlying strftime.
676         
677         * m4/check-decl.m4 (jm_CHECK_DECLS): Remove memchr, nanosleep.
679         * m4/jm-macros.m4 (jm_MACROS): Don't check for utime.h.  Do not
680         require jm_BISON, jm_CHECK_TYPE_STRUCT_UTIMBUF, jm_FUNC_LCHOWN,
681         jm_FUNC_CHOWN, jm_FUNC_NANOSLEEP, jm_FUNC_GROUP_MEMBER,
682         jm_FUNC_PUTENV, jm_FUNC_GETGROUPS, AM_FUNC_GETLOADAVG,
683         jm_SYS_PROC_UPTIME, jm_FUNC_FTRUNCATE, jm_FUNC_UTIME.  Do not
684         replace strcasecmp, dup2, gethostname, getusershell, stime,
685         strcspn, strpbrk, euidaccess, mkdir, rmdir, rpmatch, strndup,
686         strverscmp, memchr, memmove.  Do not check for declaration of
687         lchown.  Remove invocations of AM_FUNC_OBSTACK, AM_FUNC_STRTOD,
688         POW_LIBM, jm_LANGINFO_CODESET, jm_ICONV.  Remove df tests.
689         (jm_CHECK_ALL_TYPES): Include <sys/stat.h> when checking for
690         struct stat.st_blksize.
692         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set environment variable
693         in shell rather than using putenv, which isn't portable.
694         
695         * COPYING, lib/alloca.c, lib/dirname.c, lib/error.c,
696         lib/savedir.c, lib/strstr.c, m4/check-decl.m4, m4/d-ino.m4,
697         m4/d-type.m4, m4/getline.m4, m4/jm-glibc-io.m4, m4/jm-macros.m4,
698         m4/jm-mktime.m4, m4/ls-mntd-fs.m4, m4/memcmp.m4, m4/prereq.m4,
699         m4/readdir.m4, m4/regex.m4, m4/strftime.m4, m4/uintmax_t.m4: Sync
700         to latest version from sh-utils-2.0g.
702         * config.guess, config.sub, lib/argmatch.c, lib/argmatch.h,
703         lib/human.c, lib/human.h, lib/memcpy.c, lib/quotearg.c,
704         lib/quotearg.h, lib/strtoull.c, lib/strtoumax.c,
705         lib/xstrtoumax.c, m4/c-bs-a.m4, m4/gettext.m4,
706         m4/largefile.m4, m4/lcmessage.m4, m4/link-follow.m4,
707         m4/progtest.m4, m4/strerror_r.m4, m4/timespec.m4,
708         m4/xstrtoumax.m4: New files, taken from sh-utils-2.0g.
710         * lib/ansi2knr.1, lib/ansi2knr.c, lib/basename.c, lib/getopt.h,
711         lib/fnmatch.c, lib/fnmatch.h, lib/modechange.c: Sync to latest
712         unreleased version of GNU tar (between 1.13.17 and 1.13.18).
714         * lib/basename.h, lib/waitpid.c: New files, taken from same
715         version of GNU tar.
716         
717         * lib/regex.c, lib/regex.h: Sync to GNU grep 2.4.2.
719         * lib/posix/Makefile.am, lib/posix/regex.h: New files, taken from
720         GNU grep 2.4.2.
722         * lib/strftime.c: Sync to textutils 2.0e.
723         
724         * acconfig.h, depcomp, lib/strcasecmp.c, m4/check-type.m4,
725         m4/const.m4, m4/decl.m4, m4/lfs.m4, m4/mktime.m4, m4/perl.m4,
726         m4/putenv.m4, m4/uptime.m4, m4/utimbuf.m4, m4/utime.m4,
727         m4/utimes.m4: Remove these files; no longer needed.
729         * configure.in (AC_CANONICAL_HOST, AC_SYS_LARGEFILE,
730         jm_AC_TYPE_UINTMAX_T): Add.
731         (CACHE_IDS, FSTYPE_STATVFS, FSTYPE_USG_STATFS, FSTYPE_AIX_STATFS,
732         FSTYPE_MNTENT, FSTYPE_STATFS, FSTYPE_GETMNT): Add comment, so that
733         we don't need acconfig.h.
734         (AC_CHECK_TYPE): Add ssize_t.
735         (AC_REPLACE_FUNCS): Add waitpid.
736         (AC_CHECK_FUNCS): Remove basename.
737         (AC_FUNC_MKTIME): Remove.
738         (LIBOBJS): Add no-ops to work around automake 1.4 bug.
739         (AC_OUTPUT): Add lib/posix/Makefile.
741         * find/defs.h: Include <config.h>, <sys/types.h>, <sys/stat.h>,
742         <stdio.h>, <limits.h>, <inttypes.h>.  All includers changed to not
743         include these files, and to include "defs.h" first (since config.h
744         must be included first).
745         (CHAR_BIT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
746         S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, MOD_WXUSR,
747         MODE_R, MODE_RW, MODE_RWX, MODE_ALL): New macros.
748         (enum permissions_type): New enum.
749         (struct long_val.negative): New member.
750         (struct long_val.l_val): Now uintmax_t, not unsigned long.
751         (struct size_val.size): Likewise.
752         (struct perm_val): New type.
753         (struct predicate.perm): Now struct perm_val, not unsigned long.
754         (struct predicate.type): Now mode_t, not unsigned long.
755         (list_file): New parameters current_time, output_block_size.
756         All callers changed.
757         (savedir, basename): Remove decls.
758         (output_block_size, start_time): New extern vars.
760         * find/find.c: Include <human.h>, <savedir.h>.
761         (output_block_size, start_time): New vars.
762         (main): Initialize them.  No need to check for negative st_size,
763         since savedir now does it for us.
765         * find/fstype.c: Include "dirname.h".
766         (xatoi): Remove.
767         (filesystem_type_uncached): Use xstrtoumax instead of xatoi.
768         
769         * find/parser.c: Include "xstrtol.h".
770         (get_num_days, get_num, parse_amin, parse_cmin, parse_mmin,
771         parse_size, parse_used, insert_time, insert_num): Compute using
772         uintmax_t, not unsigned long.
773         (parse_amin, parse_cmin, parse_mmin, parse_used, insert_time):
774         Keep track of whether time was negative before converting it to an
775         unsigned type.
776         (parse_daystart): Don't assume that localtime succeeds; e.g. it
777         can fail with 64-bit time_t and 32-bit tm_year.
778         (parse_perm, insert_type): Compute using mode_t, not unsigned
779         long.
780         (insert_type): Use symbolic constants like MODE_ALL instead of
781         traditional ones like 07777.  Set new kind member to indicate
782         permissions type, instead of using unportable magic numbers.
783         (make_segment): We will use human_readable to convert most numeric
784         values, so simplify the cases.
785         (get_num_days): Write in terms of get_num, to avoid duplicated
786         code.
787         (insert_time, insert_num): When debugging, convert large values to
788         uintmax_t and output with %ju.
789         (get_num): Use xstrtoumax to do the real work.
791         * find/pred.c: Include "basename.h", "human.h".
792         (DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKSIZE): New macros, taken from
793         fileutils.
794         (ST_NBLOCKS): Replace with fileutils defn.
795         (MAX): New macro.
796         (ctime_format): New function.
797         (pred_fprintf, format_date): Use human_readable to output large
798         numbers portably.
799         (pred_fprintf): Use ctime_format to output ctime-style dates.  Use
800         base_name to compute the base name of a path.  With %m, output the
801         mode portably using traditional numbers, even if the host uses
802         some other numbering scheme.
803         (pred_iname, pred_name): basename -> base_name.
804         (pred_perm): Use new kind member to deduce permissions type,
805         instead of relying on magic numbers.
806         (pred_size): Compute using uintmax_t, not unsigned long.  Avoid
807         overflow if file size is near the maximum.
808         (pred_type): Compute using mode_t, not unsigned long.
809         (launch): Use waitpid, not wait.  Check for EINTR.
810         (format_date): Don't assume that localtime succeeds.
812         * find/util.c (basename): Remove; we now use base_name.
814         * lib/Makefile.am (SUBDIRS): New macro.
815         (libfind_a_SOURCES): Add argmatch.h, argmatch.c, basename.h,
816         basename.c, human.c, human.h, quotearg.c, quotearg.h, xstrtoumax.c.
817         Remove error.h, error.c, getline.c.
818         (EXTRA_DIST): Add mktime.c, regex.c.
820         * lib/listfile.c: Include "human.h".
821         (alloca): Declare, or include appropriate files to declare.
822         (DEV_BSIZE, ST_NBLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE): New macros.
823         (convert_blocks): Remove.
824         (list_file): New current_time and output_block_size args.
825         Revamp quite a bit, to handle large numbers correctly
826         and to match GNU ls behavior more closely.
828         * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4, gettext.m4,
829         largefile.m4, lcmessage.m4, link-follow.m4, progtest.m4,
830         strerror_r.m4, xstrtoumax.m4.  Remove check-type.m4, const.m4,
831         decl.m4, lfs.m4, mktime.m4, perl.m4, putenv.m4, timespec.m4,
832         uptime.m4, utimbuf.m4, utime.m4, utimes.m4.
834         * xargs/xargs.c (wait_for_proc): Retry wait if it fails with
835         errno == EINTR.
837 2000-04-05  Kevin Dalley  <kevind@rahul.net>
839         * xargs/Makefile.am:  add ansi2knr
841         * xargs/xargs.c: add macros PARAMS rather than P_.  Add
842         prototypes.
844         * po/POTFILES: new file listing all POFILES.
846         * m4/gl.po, m4/et.po: new files
848         * m4/Makefile.am.in:  updated file
850         * m4: update directory
852         * locate/Makefile.am: create updatedb from updatedb.sh
854         * locate/updatedb.sh, locate/updatedb.in: removed file.  Replaced
855         by updatedb.sh
857         * locate/frcode.c, locate/code.c, locate/bigram.c: add macros
858         PARAMS rather than P_.  Add prototypes.
860         * lib/xstat.in: new file
862         * lib/Makefile.am: update to latest versions of library files.
864         * find/testsuite/Makefile.am: add CLEANFILES
866         * find/util.c: remove definition of basename
867         
868         * find/util.c, find/tree.c, find/pred.c, find/parser.c,
869         find/fstype.c, find/find.c, find/defs.h: add macros PARAMS rather
870         than P_, for consistency, change to prototypes
872         * find/Makefile.am: Add prototypes and ansi2knr
874         * configure.in: add Galition and Estonian languages.
875         Miscellaneous other fixes.
876         
878 2000-03-11  Kevin Dalley  <kevind@rahul.net>
880         * lib/basename.c: Add file from libit.
881         * lib/Makefile.am (libfind_a_SOURCES): add basename.c since it is
882         no longer replaceable.
884         * find/util.c: Remove definition of basename, which is now in
885         lib/basename.c (as base_name).
886         * find/pred.c: Use base_name, not basename.
887         * find/defs.h: Likewise.
889         * configure.in : Don't replace basename.  Now we use only
890         base_name.
892 2000-02-26  Kevin Dalley  <kevind@rahul.net>
894         * Version 4.1.4
895         
896         * lib/strtoul.c: added to distribution
897         
898         * configure.in: added strtoul to AC_REPLACE_FUNCS
900         * configure.in: added jm_CHECK_ALL_TYPE
902 2000-02-23  Kevin Dalley  <kevind@rahul.net>
904         * po/ChangeLog: removed, merged with top-level ChangeLog.
905         
906         * po/de.po: new version of German file.
907         
908         * po/gl.po, po/et.po: new languages, Estonian and Galician.
910         * locate/updatedb.sh (PRUNEFS): enclose paths in quotes
912 2000-02-17  Kevin Dalley  <kevind@rahul.net>
914         * po/it.po: new version of Italian file.
915         
916         * locate/updatedb.sh (prunefs_exp): have sed statement use '*'
917         rather than the often unsupported '+'.
919 2000-02-13  Kevin Dalley  <kevind@rahul.net>
921         * configure.in: removed AC_ARG_PROGRAM, which is already in
922         AM_INIT_AUTOMAKE. 
924         * locate/Makefile.am (updatedb), locate/updatedb.sh: add
925         transforms of find, frcode, bigram, and code back into
926         updatedb.sh, which were accidentally removed.
928 2000-02-12  Kevin Dalley  <kevind@rahul.net>
930         * lib/wait.h: updated address.
932 2000-01-26  Kevin Dalley  <kevind@rahul.net>
934         * Version 4.1.3
936         * acconfig.h: added internationalization.
938         * intl/*: copied from tar-1.13.17.
940         * locate/Makefile.am, locate/locate.c, locate/code.c:
941         internationalized file.
943         * locate/frcode.c, locate/bigram.c: include headers from ../lib
944         directory.
946         * xargs/Makefile.am, xargs/xargs.c: internationalized directory.
948 2000-01-26  Kevin Dalley  <kevind@rahul.net>
950         * POTFILES.in: added list of files with translatable strings.
952         * de.po, es.po, fr.po, it.po, ko.po, nl.po, pl.po, pt_BR.po,
953         ru.po, sv.po: New, slightly out of date, files imported from the
954         Translation Project: http://www.iro.umontreal.ca/contrib/po/HTML/,
955         German, Spanish, French, Italian, Korean, Dutch, Polish, Brazilian
956         Portuguese.
959 2000-01-24  Kevin Dalley  <kevind@rahul.net>
961         * lib/xmalloc.c, lib/regex.c, lib/getopt.c: internationalization
962         works with current version of gettext.
964         * lib/getline.h : added declaration of getstr.
965         * lib/Makefile.am (libfind_a_SOURCES): added getline.[ch] to
966         standard compilation. Added internationalization.
967         * find/Makefile.am (INCLUDES): corrected -I options for building
968         in other directories.
969         (LDADD): changes for internationalization.
971         * configure.in (ALL_LINGUAS): added internationalization. 
972         getline.c is always compiled and linked, because of getstr.
973         AM_GNU_GETTEXT
975         * Makefile.am: 
976         (DISTCLEANFILES): added intl/libintl.h
977         (AUTOMAKE_OPTIONS): added gnits to AUTOMAKE_OPTIONS
978         (SUBDIRS): added intl and po
980         * acconfig.h: added internationalization values
982         * THANKS: added thanks file for gnits compatibility.
984 2000-01-22  Kevin Dalley  <kevind@rahul.net>
986         * added intl directory.
988         * Added internationalization, only with slightly out of date po
989         files for many locales.
991 2000-01-18  Kevin Dalley  <kevind@rahul.net>
993         * Version 4.1.2
994         
995         * locate/Makefile.am: remove creation of updatedb, since it is now
996         made by configure
998         * configure.in: updatedb is now created by configure.
1000         * xargs/Makefile.am: added testsuite to xargs directory
1002         * locate/updatedb.in: updatedb is now created by configure
1004         * locate/frcode.c, locate/code.c, locate/bigram.c: change return
1005         from main to int.  Replace getstr with getline, where possible.
1007         * locate/Makefile.am: place frcode, code, bigram in
1008         libexec_PROGRAMS
1010         * lib/xstrdup.c, lib/xmalloc.c, lib/xgetcwd.c, lib/xalloc.h,
1011         lib/strtol.c, lib/strstr.c, lib/strftime.c, lib/strdup.c,
1012         lib/stpcpy.c, lib/stat.c, lib/savedir.h, lib/savedir.c,
1013         lib/regex.h, lib/regex.c, lib/realloc.c, lib/pathmax.h,
1014         lib/modechange.h, lib/modechange.c, lib/mktime.c, lib/memset.c,
1015         lib/memcmp.c, lib/malloc.c, lib/lstat.c, lib/idcache.c,
1016         lib/getopt1.c, lib/getopt.c, lib/getopt.h, lib/getline.c,
1017         lib/getline.h, lib/fnmatch.c, lib/fnmatch.h, lib/filemode.c,
1018         lib/filemode.h, lib/fileblocks.c, lib/error.c, lib/error.h,
1019         lib/dirname.c, lib/alloca.c: updated to newer version of file from
1020         fileutils.
1022         * find/version.c: version number is now automatically generated by
1023         configure.
1025         * find/fstype.c (filesystem_type_uncached): fixes bug described as
1026         follows:  When 'find' looks for a fstype, it parses the /etc/mtab
1027         until it finds the good line. But, if there is, before the good
1028         line, a line whose mountpoint is unreachable, it fails.
1030         * doc/texinfo.tex: updated to newer version
1032         * doc/find.texi: added version.texi, fixed a few documentation bugs.
1034         * configure.in: new m4 features.
1036         * Makefile.am: moved testsuite to below corresponding directories
1037         find and xargs.
1039         * acconfig.h: updated to match new m4 files.
1041         * m4: added m4 directory, largely borrowed from Jim Meyering's
1042         fileutils.
1044 2000-01-17  Kevin Dalley  <kevind@rahul.net>
1046         * doc/find.texi (Multiple Files): placed missing xargs in examples
1048         * find/testsuite/find.gnu/depth.exp: added find tests to test
1049         "-depth" bug.
1051         * doc/find.texi: include version.texi for automatic determination
1052         of version number, update bug report email address to
1053         bug-findutils@gnu.org.
1054         (Combining Primaries With Operators): add indices for " ,", "()",
1055         "-a", "-o", etc.
1057 2000-01-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1059         * find/tree.c (opt_expr): Never rearrange the arguments of the
1060         comma operator, since it is not commutative.  Remove useless
1061         assignment.2
1062         
1063 2000-01-17  Jonathan R. Ferro <jferro@corwin.ece.cmu.edu>
1064         
1065         * find/find.c (process_path): fix problem with "-depth" which is
1066         tested in depth.exp test.
1068 1999-08-15  Kevin Dalley  <Kevin Dalley <kevin@seti.org>>
1070         * find/fstype.c (filesystem_type_uncached): a stat failure with
1071         EACCESS will ignore this file system keep on looking.  Patch
1072         suggested by Vincent Danjean <vdanjean@ens-lyon.fr>.
1074 1999-08-15  Mark Kettenis  <kettenis@gnu.org>
1076         * xargs/xargs.c (LONG_MAX): Define if necessary.
1077         (main): If ARG_MAX is -1 (that is sysconf
1078         (_SC_ARG_MAX) returns -1) the system does not impose a limit.  In
1079         that case, use LONG_MAX as the limit.
1080         
1081 1999-08-15  Kevin Dalley  <Kevin Dalley <kevind@rahul.net>
1083         * find/version.c: version string is now set by config.h
1085 1999-08-08  Kevin Dalley  <kevin@seti.org>
1087         * Version 4.1.1
1089         * README-alpha: added alpha README file
1091         * find/defs.h: move lstat declarations into defs.h
1093         * xargs/Makefile.am, testsuite/Makefile.am, locate/Makefile.am,
1094         lib/Makefile.am, find/Makefile.am, doc/Makefile.am, configure.in,
1095         Makefile.am: update for automake-1.4
1097 1999-08-02  Kevin Dalley  <kevind@rahul.net>
1099         * AUTHORS: added file listing AUTHORS
1101         * lib/Makefile.am: modified code for EXTRA sources
1102         
1103 1999-01-30  Kevin Dalley  <kevind@rahul.net>
1105         * added const to declaration of basename, which should satisfy
1106         Linux as well as Hurd (fixes bug #31325).
1107         
1108 1998-12-04  Kevin Dalley  <kevind@rahul.net>
1109         
1110         * lib/nextelem.c: removed declaration of strdup and free, which
1111         meets GNU coding standards and allows compilation on more
1112         platforms.
1113         
1114         * find.texi: corrected explanation of -amin option which described
1115         hours instead of minutes
1116         
1117 1998-09-26  Kevin Dalley  <kevind@rahul.net>
1118         
1119         * lib/getline.c: fix getstr so that it correctly handles long file
1120         paths
1121         
1122 1998-09-20  Kevin Dalley  <kevind@rahul.net>
1123         
1124         * removed more function declarations to meet GNU coding standards
1125         
1126 1998-08-30  Kevin Dalley  <kevind@rahul.net>
1127         
1128         * lib/nextelem.c: removed declaration of strdup and free, which
1129         meets GNU coding standards and allow compilation on sparc
1130         
1131         * corrected explanation of -amin option which described hours
1132         instead of minutes
1133         
1134 1998-02-27  Kevin Dalley  <kevind@rahul.net>
1135         
1136         * locate/locate.c: add --existing option to locate, which only
1137         prints the names of files which still exist
1138         
1139 1998-02-08  Kevin Dalley  <kevind@rahul.net>
1140         
1141         * locate/locate.c: corrected get_short so that it correctly
1142         returns negative numbers.
1143         
1144         * remove declarations of various string functions.  Removing the
1145         declarations almost matches the GNU Coding Standards.
1146         
1147 1997-03-03  Kevin Dalley  <kevind@rahul.net>
1148         
1149         * xargs/xargs.c: xargs fixed to prevent occasional core dumping.
1150         
1151 1997-01-11  Kevin Dalley  <kevind@rahul.net>
1152         
1153         * locate/updatedb.sh: add --localuser option to updatedb, which
1154         allows find to be run as nobody, while allowing database file to
1155         be created as root, change suggested by
1156         <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
1157         
1158 1996-12-28  Kevin Dalley  <kevind@rahul.net>
1159         * added PRUNEFS as variable in updatedb and --prunefs as option to
1160         updatedb
1162 1996-05-27  Kevin Dalley  <kevind@rahul.net>
1163         
1164         * updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
1165         is root
1166 1996-04-27  Kevin Dalley  <kevind@rahul.net>
1168         * lib/getline.c (getstr): verify that nchars_avail is *really*
1169         greater than 0; set *n to a large enough number, stops some core
1170         dumping
1172 Thu Nov  3 09:23:33 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
1174         * Version 4.1.
1176         * locate/Makefile.am: Move updatedb from LIBSCRIPTS to SCRIPTS.
1178         * Makefile.am (distname): Change distribution name from find to
1179           findutils.
1181         * testsuite/config/unix.exp: Don't abuse xfail; simulate it correctly.
1183         * locate/Makefile.am (CLEANFILES): Fix typo.
1185 Wed Nov  2 15:11:52 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
1187         * The big 4 0.
1189         * lib/listfile.c find/defs.h (list_file): Take a stream arg.
1190         * find/pred.c (pred_ls): pass it.
1191         * find/parser.c pred.c defs.h (parse_fls, pred_fls): New functions.
1193 Tue Oct 25 16:09:04 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
1195         * find/pred.c (pred_fprintf): Flush output after \c.  From Chapman
1196         Flack.
1198         * find/parser.c (insert_fprintf): Warn about unrecognized \ and %
1199         sequences.
1201 Tue Oct 18 00:03:10 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
1203         * find/defs.h parser.c pred.c tree.c util.c: Globally change
1204         "victim" to "primary".
1206         * find/parser.c (insert_fprintf): For 'c' format, don't lose the
1207         need_stat information.  From Chapman Flack.
1209         * doc/find.texi perm.texi: New files.
1210         * configure.in: Configure the doc directory.
1212         * find/pred.c (pred_regex): Check that the regex matched the whole
1213         file name.
1215 Wed Oct 12 17:13:47 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
1217         * find/find.c (main): Tell what the invalid arg is.
1218         From Kaveh Ghazi.
1220 Fri Oct  7 12:33:24 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1222         * find/parser.c: Add -mount as an alias for -xdev.
1223         From Klaus.Steinberger@physik.uni-muenchen.de (Klaus Steinberger).
1225         * lib/modechange.c: Make umask_value unsigned short.
1227         * xargs/xargs.c: Use symbolic constants in longopts.
1228         From Chapman Flack.
1230 Wed Oct  5 11:23:09 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1232         * xargs/xargs.c (main, read_line, read_string, do_exec): Pass 
1233           along the lengths of the args.
1234           (main): Calculate length of replace_pat.
1235           (push_arg, do_insert): Use those lengths instead of calculating
1236           them. 
1238 Tue Oct  4 10:02:05 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
1240         * locate/updatedb.sh Makefile.in: Add substitutions to get
1241           the transformed program names.
1243         * xargs/xargs.c: Put back the global variables for now.
1244         Rename some variables.  Increase default args_per_exec.
1245         Use boolean where applicable.
1246         (main): Reduce default arg_max by 2048 for POSIX.2.
1247         (read_string): Don't check EOF string.
1248         (read_line, read_string): Take initial args size into account.
1250 Sat Oct  1 17:43:13 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1252         * find/pred.c (launch): Use pid_t.
1254         * xargs/xargs.c (EOF_STR): Define and use.
1255         [__STDC__]: Declare xrealloc and xmalloc using void *.
1256         * find/defs.h: Likewise.
1258         * find/defs.h: Only declare stpcpy if !HAVE_STPCPY.
1260         * xargs/xargs.c: Replace most global variables with structure
1261           pointers passed as arguments.  Use pid_t.
1262         * lib/wait.h: Include sys/wait.h if HAVE_SYS_WAIT_H.
1263         * configure.in: Call AC_TYPE_MODE_T and AC_HEADER_SYS_WAIT.
1265         * xargs/xargs.c: Improve paging performance and memory
1266           fragmentation by building command arguments in a pre-allocated
1267           buffer and re-implementing the child pid list as an expandable
1268           array.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
1270 Thu Sep 29 11:38:07 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
1272         * xargs/xargs.c [__STDC__]: Prototype declarations.
1274 Wed Sep 28 11:25:53 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
1276         * find/fstype.c [AFS, __STDC__]: Fix definition of _VICEIOCTL.
1278 Tue Sep 27 08:14:27 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
1280         * find/fstype.c (fstype_to_string): Add more cases.  Use
1281           INITMOUNTNAMES if defined.
1282         * find/defs.h: Change boolean typedef from char to int.
1283         * configure.in: Check for mktime.
1285 Tue Sep 27 01:20:28 1994  Kaveh R. Ghazi  (ghazi@noc.rutgers.edu)
1287         * configure.in: Add AC_HEADER_STAT.
1288         * lib/listfile.c, lib/modetype.h: Add STAT_MACROS_BROKEN.
1290         * find/pred.c: Move the inclusion of defs.h ahead of the first
1291           test of _POSIX_VERSION.
1293         * lib/xgetcwd.c: Remove _POSIX_VERSION, rely only on HAVE_GETCWD.
1295 Mon Sep 26 16:43:01 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1297         * configure.in: Add AC_CONFIG_HEADER.
1298         * find/*.c locate/*.c xargs/*.c: Include config.h.
1299         * locate/updatedb.sh: Add --version; --old -> --old-format.
1301 Sun Sep 25 23:43:37 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1303         * find/* [__STDC__]: Prototype declarations.
1305         * locate/updatedb.sh: Account for renaming code and frcode.
1307         * find/find.c (process_path): Store dev and ino of directories in
1308           current branch to avoid symlink loops.  From DJ Delorie
1309           <dj@ctron.com>.
1310           (process_dir): If following symlinks, don't cd to ..; instead,
1311           cd to the starting directory and then to the parent directory.
1312           (main) [HAVE_FCHDIR]: Save the dev, ino of the starting directory.
1313           (process_top_path) [HAVE_FCHDIR]: Use it.
1314         * find/pred.c (launch) [HAVE_FCHDIR]: Likewise.
1315         * defs.h [HAVE_FCHDIR]: Declare starting_desc instead of starting_dir.
1316         * configure.in: Check for dev_t, ino_t, fchdir, fcntl.h.
1318 Fri Sep 23 11:55:38 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1320         * lib/listfile.c: Change #ifdef S_IFLNK to #ifdef S_ISLNK.
1321         From Andreas Luik <luik@isa.de>.
1323 Thu Sep 22 11:42:40 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1325         * locate/locate.c (last_literal_end): Dynamically allocate enough
1326           memory for the subpattern.
1328 Wed Sep 21 06:12:56 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1330         * locate/locate.c (locate): Warn if database is >8 days old.
1331         From Ian Lance Taylor.
1333         * xargs/xargs.c (do_exec), find/pred.c (launch): Set SIGCHLD to
1334           default.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
1335         * find/find.c pred.c util.c lib/listfile.c: Remove fflush(stdout)
1336           calls before error.  error does it, and doesn't trash errno.
1337           From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
1339         * find/fstype.c (filesystem_type_uncached): Don't trust mtab dev
1340           number on HPUX.  From Andreas Luik <luik@isa.de>.
1341           (filesystem_type_uncached): Don't cache unknown file system
1342           types.  From casper@fwi.uva.nl (Casper Dik).
1344         * locate/updatedb.sh: Collect results in temp file and rename it
1345           atomically.  From Andreas Luik <luik@isa.de>.
1347         * xargs/xargs.c (parse_num): Print a long using %ld.  From Jim
1348           Meyering.
1350         * find/defs.h find.c parser.c pred.c util.c, lib/nextelem.c:
1351           Emulate strchr and strrchr with index and rindex, not vice versa.
1353         Remove man directory; move man pages to the directories of the
1354         programs they document.
1356         * locate/frcode.c: Renamed from code.c.
1357         * locate/frcode.c (put_short): Renamed from puthalfword.
1358         * locate/locate.c (get_short): Renamed from gethalfword.
1359         (last_literal_end): Renamed from patprep.
1360         (locate): Recognize old-format databases too.
1361         * locate/locatedb.h: Add defines for old-format databases.
1362         * locate/bigram.c locate/code.c: Put back programs to create
1363         old-format databases.
1364         * locate/updatedb.sh: Take --old option to use them.
1366 Tue Sep 20 15:41:11 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
1368         * configure.in: Update for Autoconf v2.
1369         * find/pred.c lib/savedir.c: Use new symbols for dir header.
1370         * locate/updatedb.sh: Add --help option.
1372 Sun Feb 13 11:21:58 1994  Jim Meyering  (meyering@comco.com)
1374         * man/Makefile.in [man1ext, man5ext]: Set man5ext (not man1ext) to 5.
1376 Sun Aug  1 22:30:55 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1378         * bigram.c: File removed.
1379         * getline.c, memcmp.c, locatedb.h, updatedb.1, locatedb.5: New files.
1380         * updatedb.sh: Take command line options.
1381         Don't do bigram compression.
1382         * code.c, locate.c: Don't do bigram compression.
1383         Write and read counts in network byte order.
1384         Handle arbitrarily long paths.
1385         Use a magic number at the start of the databases.
1387 Thu Jul 29 20:44:53 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1389         * Makefile.in (config.status): Run config.status --recheck, not
1390         configure, to get the right args passed.
1392 Thu Jul 22 12:53:12 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1394         * listfile.c (list_file): Print inode as a long.
1396 Wed Jul 14 14:14:45 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1398         * fstype.c [STDC_HEADERS]: Include stdlib.h.
1400         * Move unistd.h include from parser.c and pred.c to defs.h.
1402 Wed Jun 30 14:14:47 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1404         * updatedb.sh: Construct PRUNEREGEX from PRUNEPATHS with sed.
1405         Prune /afs.  Change NFSUSER to NETUSER and NFSPATHS to NETPATHS.
1407 Tue Jun 29 12:19:58 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1409         * pred.c (pred_fprintf): Abort in switch if `c' is not A, C, or T.
1411 Mon Jun 28 00:18:52 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1413         * fstype.c (in_afs) [AFS]: New function, derived from code by
1414         Sanjay Ramamurthy <ramams@rpi.edu>.
1415         (filesystem_type_uncached) [AFS]: Call it if the fs type is
1416         otherwise unknown.
1418         * parser.c (parse_size): Recognize b and w suffixes for dd
1419         compatibility. 
1421         * code.c (puthalfword): New function.
1422         (main): Call it.
1423         * locate.c (gethalfword): New function.
1424         (locate): Call it.
1425         From ifado!wb@germany.eu.net (Wilhelm B. Kloke).
1427         * listfile.c: Include pathmax.h.
1428         (get_link_name): Always allocate PATH_MAX + 1 bytes for
1429         readlink buffers.
1430         * pred.c (pred_fprintf, insert_lname): Call get_link_name.
1432         * fstype.c (filesystem_type, filesystem_type_uncached),
1433         listfile.c (list_file): Take an arg for the path to access.
1434         * pred.c (pred_ls, pred_fstype, pred_fprintf): Pass it.
1436         * find.c (process_dir): Renamed from scan_directory.
1438         Changes from jrs@world.std.com (Rick Sladkey) to chdir into
1439         subdirectories instead of using string concatenation, for speed:
1440         * find.c (process_top_path): New function.
1441         (main): Call it, and xgetcwd.
1442         (process_path, scan_directory): Take new arg, the pathname
1443         relative to ".".  Use it and pass it on.
1444         * pred.c (pred_and, pred_comma, pred_negate, pred_or,
1445         pred_xtype, pred_fprintf, pred_empty, insert_lname):
1446         access rel_pathname instead of pathname.
1447         (launch): chdir to starting_dir.
1448         * defs.h: Declare rel_pathname and starting_dir.
1449         * find.c: Define them.
1451         * xgetcwd.c: New file.
1453         * updatedb.sh: Recognize -fstype NFS as well as nfs.
1454         * locate.c (patprep): Skip trailing character classes correctly.
1455         From luik@pharao.stgt.sub.org (Andreas Luik).
1457         * parser.c (parse_group): Make gid a gid_t, not short or int.
1458         (parse_nogroup): Cast gid to unsigned when using it as an array index.
1459         (parse_user, parse_nouser): Similar changes for uid.
1460         * defs.h: Use uid_t and gid_t.
1462         * parser.c (parse_help): New function.
1463         (parse_table):  Add --version, -help, and --help options.
1464         Rename struct parser_table_t to struct parser_table.
1465         (parse_version): Exit after printing message, on
1466         stdout not stderr.
1468         * xargs.c, locate.c (main, usage): Add --version and --help
1469         options.
1471 Wed Mar 31 22:39:57 1993  Jim Meyering  (meyering@comco.com)
1473         * parser.c: Define isascii macro to be 1 also if STDC_HEADERS.
1474         * xargs.c: Ditto.
1476 Wed Mar 31 16:04:07 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1478         * pred.c (pred_fprintf): If curdepth is 0, don't nuke
1479         segment->text; nuke cp.
1481 Mon Mar 29 15:57:20 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1483         * Version 3.8.
1485 Fri Mar 26 16:36:59 1993  David J. MacKenzie  (djm@hal.gnu.ai.mit.edu)
1487         * pred.c (pred_ilname, pred_iname, pred_ipath): New functions.
1488         (pred_table): Add them.
1489         (insert_lname): New function.
1490         (pred_lname): Call it.
1491         * parser.c (parse_ilname, parse_iname, parse_ipath,
1492         parse_iregex): New functions.
1493         (parse_table): Add them.
1494         (insert_regex): New function.
1495         (parse_regex): Call it.
1497         * fstype.c (filesystem_type): Cache previous result.
1498         (filesystem_type_uncached): New function.
1499         pred.c (pred_fstype, pred_fprintf): Adjust callers to not cache.
1501         * parser.c: Don't define const.
1503         * fstype.c [FSTYPE_STATFS] (fstype_to_string): #ifdef
1504         MOUNT_PC for 386bsd.
1506 Thu Mar 25 18:32:24 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1508         * parser.c (parse_regex): If ignore_case, set up a translate
1509         table for the regex.
1511         * defs.h: Include string.h or strings.h.
1512         * find.c fstype.c parser.c pred.c util.c: Don't.
1514         * nextelem.c [index]: Don't redefine.
1516 Wed Mar 24 17:47:10 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1518         * xargs.c (wait_for_proc): Exit with a nonrunnable command's exit
1519         status, not the wait status value.  From
1520         Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>.
1522         * parser.c (make_segment, insert_fprintf), pred.c
1523         (pred_fprintf): Add '%F' to print filesystem type.
1525         * parser.c (parse_fprintf): Check if second arg is missing.
1527 Tue Mar 23 13:18:08 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1529         * pred.c (pred_fprintf): For %P, don't move past an assumed
1530         slash if the ARGV element ends with one, because in that case
1531         we didn't add one.
1533         * parser.c (parse_printf): Check for missing arg.
1534         From smj@cats.com (Steve James).
1536         * parser.c: Add #ifdef around atol decl for Linux.
1538 Fri Dec 11 08:17:07 1992  Jim Meyering  (meyering@comco.com)
1540         * defs.h: Remove dcl of process_path.
1541         * find.c: Put dcl of process_path here.  Make a few functions
1542         and file-scope variables static.
1543         * parser.c, tree.c: Declare most functions static.
1545         * locate.c: Use `required_argument' macro in dcl of longopts.
1546         * bigram.c, code.c, locate.c, xargs.c: Make most functions and
1547         file-scope variables static.
1549         * parser.c, xargs.c: Guard ctype.h macros with isascii.
1551         * find.c: Add declarations for opt_expr and mark_stat.
1552         * tree.c (set_new_parent): Add empty default clause to enum swicth.
1553         * locate.c (main): Parenthesize for gcc -Wall.
1554         * xargs.c (push_arg): Parenthesize for gcc -Wall.
1556 Tue Nov 24 08:04:36 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1558         * find.c, fstype.c, parser.c, pred.c, util.c, listfile.c,
1559         nextelem.c, xargs.c, bigram.c, code.c, locate.c: Use
1560         HAVE_STRING_H, not USG.
1562         * pred.c: Use SYSDIR and NDIR instead of USG.
1563         Define direct as dirent, not vice-versa.
1565 Fri Oct  9 02:15:17 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1567         * xargs.c (main): Set orig_arg_max before possibly cutting
1568         down arg_max.
1570 Thu Sep 10 19:25:35 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1572         * parser.c: Always declare getgrent and getpwent.
1574 Mon Aug 24 12:54:16 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1576         * xargs.c: Include sys/types.h before unistd.h.  Use ARG_MAX
1577         if it's defined.
1578         * find.c, nextelem.c: Add missing decls.
1579         From bde@runx.oz.au (Bruce Evans).
1581 Thu Jul 23 15:06:07 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1583         * Version 3.7.
1585 Tue Jul 14 00:16:52 1992  David J. MacKenzie  (djm@apple-gunkies.gnu.ai.mit.edu)
1587         * pathmax.h: New file.
1588         * bigram.c, code.c, locate.c: Use it.  Use xmalloc instead of malloc.
1590 Sat Jul 11 22:31:46 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1592         * nextelem.c: New file.
1593         * locate.c (main): Use it to support a database path.
1595 Fri Jul  3 02:12:09 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1597         * listfile.c, pred.c: Change FOO_MISSING to HAVE_FOO.
1599         * parser.c [_POSIX_SOURCE]: Define endpwent and endgrent as empty.
1600         * listfile.c [!HAVE_ST_RDEV]: Print blanks.
1601         From Jeffrey Siegal (jbs@congruent.com).
1603         * locate.c (locate): Check for EOF at top of loop, not middle.
1604         * updatedb.sh: Remove duplication hack.
1605         From Jay Plett.
1607 Wed Jun 10 15:04:23 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1609         * pred.c (pred_amin, pred_atime, pred_cmin, pred_ctime,
1610         pred_mmin, pred_mtime, pred_used): Cast l_val to time_t before
1611         comparing it to a time_t.  From fpm@crash.cts.com (Frank Maclachlan).
1613         * locate.c (locate): Take the database path as an arg.
1614         (main): Take an option to specify the database path.
1615         (usage): New function.
1617         * updatedb.sh: Don't read from and write to the file-list file
1618         in the same statement.
1620 Thu Jun  4 15:27:07 1992  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
1622         * Version 3.6.
1624 Wed May 20 00:05:13 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
1626         * xargs.c: Include sys/param.h before limits.h, not after.
1628         * listfile.c: If we include a header file specifically to get
1629         major et al., assume we have them.
1631 Tue May 12 01:09:33 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
1633         * locate.c (locate): Don't give fnmatch FNM_PERIOD (it's useless).
1635         * parser.c (parse_path): New function.
1636         * pred.c (pred_path): New function.
1637         * tree.c (opt_expr): Move -path like -name.
1639         * updatedb.sh: Duplicate the last entry in the file list so it
1640         doesn't get ignored.
1642 Mon May 11 22:24:40 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
1644         * updatedb.sh: Allow many vars to be overridden in the environment.
1646         * locate.c, updatedb.sh: FCODES -> LOCATE_DB.
1648 Wed Apr 22 15:24:00 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
1650         * updatedb.sh: Use binprefix when calling find.
1652         * locate.c (locate): Use LOCATE_DB environ variable if set.
1654         * find.c (scan_directory): Allow for dirs having negative
1655         st_size (NFS mount points on VAX 4.3BSD+NFS).
1656         From metcalf@catfish.lcs.mit.edu (Chris Metcalf).
1658 Sat Apr 18 15:42:52 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1660         * fstype.c: Rename FS_* to FSTYPE_*.  Support Dynix's
1661         name for the mount table.
1663 Sun Mar  8 23:21:25 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1665         * listfile.c (list_file): Allow a slop factor for deciding what
1666         is in the future.
1668 Tue Feb 25 16:24:15 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1670         * Version 3.5.
1672 Sat Feb 22 08:43:01 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1674         * tree.c (set_new_parent): Initialize need_stat field.
1676         * defs.h (struct predicate): Define p_name unconditionally.
1678 Fri Feb 21 15:28:43 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1680         * tree.c (opt_expr): Preserve expression precedence when
1681         rearranging expression tree. 
1682         (set_new_parent): New function.
1683         (mark_stat): Set need_stat whether or not it's been set
1684         earlier in the expression.
1685         All from Tim Wood.
1687 Mon Feb 17 10:20:38 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1689         * updatedb.sh: Use current value of TMPDIR if already set.
1690         From Dana Jacobsen (jacobsd@cs.orst.edu).
1692         * pred.c: Include pwd.h and grp.h after unistd.h, not before.
1693         Apparently needed on ISC 2.2.  From Juha Takala <jta@piuha.sah.vtt.fi>.
1695 Thu Feb 13 10:52:31 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1697         * modetype.h: Don't define S_IFMT, because doing so breaks pred_type
1698         on plain POSIX.1 systems.
1700 Sat Feb  8 00:58:13 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1702         * Version 3.4.
1704 Fri Feb  7 21:35:58 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1706         * defs.h: Don't declare process_path.
1707         * find.c [DEBUG_STAT] (debug_stat): New function.
1708         (main) [DEBUG_STAT]: Call it.
1709         (process_path): Return a value.
1710         (scan_directory): Count number of subdirs seen so far.
1711         * parser.c (pred_and, pred_close, pred_comma, pred_negate,
1712         pred_open, pred_or): Don't need stat.
1713         * util.c (get_new_pred_chk_op): Implicit AND doesn't need stat.
1715 Fri Jan 17 21:51:18 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1717         * Version 3.3.
1719 Tue Dec 24 02:16:49 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1721         * wait.h, listfile.c, xargs.c, bigram.c, code.c, locate.c:
1722         Change POSIX ifdefs to HAVE_UNISTD_H and _POSIX_VERSION. 
1724 Wed Dec 18 16:37:17 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1726         * listfile.c: Use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS to
1727         find major and minor.
1729         * code.c, bigram.c, locate.c, xargs.c: Use LIMITS_H_MISSING
1730         instead of LIMITS_MISSING.
1732 Sat Dec  7 06:13:26 1991  David J. MacKenzie  (djm at frob.eng.umd.edu)
1734         * parser.c (parse_prune): No stat needed for prune.
1735         (insert_fprintf, make_segment): Possibly no stat needed,
1736         depending on which information is printed.
1738         * xargs.c (usage): Document long-named options as starting
1739         with -- instead of +.
1741         * parser.c [!POSIX]: Declare getgrent and getpwent.
1743         * fstype.c (filesystem_type): Only check MNTTYPE_IGNORE if
1744         it's defined.  From Rainer Orth.
1746         * Add leaf node optimization suggested by Matthew Farwell
1747         <dylan@ibmpcug.co.uk>.  Add -noleaf option to disable it.
1748         Adapt parts of Tim Wood's work to current sources.
1749         * find.c (scan_directory): New function, from code in process_path.
1750         (process_path): Take an arg indicating whether the pathname
1751         is a leaf non-directory, instead of a redundant current level.
1752         * parser.c (parse_noleaf): New function.
1753         (parse_print, parse_name, etc.): Set need_stat = false.
1755 Wed Nov  2 13:34:32 1990  Tim Wood at home      (tim at axolotl.UUCP)
1757         * pred.c: Call stat() if an AND, OR or NOT node tells you to.
1758         * find.c: Limit calls to stat().
1760 Wed Oct  3 17:30:39 1990  Tim Wood at home      (tim at axolotl.UUCP)
1762         * tree.c (opt_expr): New function to rearrange predicates within
1763         a conjunction/disjunction so that non-inode (-name, -regex) ones
1764         are executed first.  
1765         * pred.c: Make some supporting tree structure changes for opt_expr().
1767 Sat Dec  7 00:36:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1769         * xargs.c (do_exec): Simplify test for which exit
1770         status to use if exec fails.
1772 Fri Dec  6 18:24:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1774         * listfile.c (list_file): POSIX_ME_HARDER -> POSIXLY_CORRECT.
1776 Thu 24 Oct 1991 21:33:21  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
1778         * pred.c (pred_fprintf): Don't print "\n" unless it's in the
1779         format string.
1781 Mon Oct 21 22:30:35 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1783         * defs.h, parser.c, pred.c: Rename some types that conflict
1784         with reserved POSIX.1 namespace (ended in _t).
1786         
1787         
1788 Thu Oct 17 22:39:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1790         * xargs.c: Don't determine memory.h based on POSIX, which
1791         doesn't mention it.
1793 Sat Oct  5 16:11:05 1991  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
1795         * parser.c (parse_perm): Parse new `-perm +mode' notation.
1796         * pred.c (pred_perm): Interpret same.
1798 Fri Sep 13 14:58:27 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
1800         * xargs.c [POSIX]: Always use sysconf to get ARG_MAX.
1802 Thu Sep  5 23:57:06 1991  David J. MacKenzie  (djm at apple-gunkies)
1804         * bigram.c, code.c (main): Make path_max int, not unsigned.
1805         * locate.c (main): Check for pathconf failure.
1807 Thu Sep  5 11:54:44 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
1809         * parser.c (insert_fprintf): Add `\\' escape and fixed `%%'
1810         interpretation.
1811         * pred.c (pred_fprintf): fixed off-by-one indexing problem
1812         when handling [gGuU] printf formats.
1814 Wed Aug 28 20:53:57 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1816         * Version 3.2.
1818 Mon Aug 26 18:57:32 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
1820         * bigram.c, code.c: Fix handling of PATH_MAX.
1821         Check for anomalous input line lengths.
1822         From Bruce Evans.
1824 Fri Aug 23 11:00:18 1991  David J. MacKenzie  (djm at apple-gunkies)
1826         * pred.c (pred_fprintf): Round block number up to get K.
1828 Thu Aug 22 10:46:30 1991  David J. MacKenzie  (djm at apple-gunkies)
1830         * pred.c (pred_fprintf, pred_lname) [_AIX]: Allocate PATH_MAX
1831         byte for link object since st_size is wrong.
1833         * listfile.c (list_file): Don't convert blocks to kilobytes if
1834         env. var POSIX_ME_HARDER is defined.
1836         * fstype.c [FS_AIX_STATFS]: New case.
1838         * configure: Make sure the sys/mount.h is the 4.4BSD version
1839         with grep instead of just testing whether it exists.
1841         * listfile.c (list_file): Add 1 to number of 512-byte blocks
1842         before dividing to get 1K blocks (so we round up, not down).
1844 Wed Aug 21 13:02:46 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1846         * Version 3.1.
1848         * parser.c (parse_fprintf), pred.c (pred_fprintf): Add %k
1849         conversion to print 1K blocks.
1851         * listfile.c: Print counts of 1K blocks, for consistency with
1852         new fileutils release.  Bad timing, there.
1854         * Version 3.0.
1856         * pred.c [VOID_CLOSEDIR]: Fake a return value for closedir,
1857         which returns void on some systems, like Sequents.
1858         * configure: Check sys/dir.h for 'void closedir'.
1860 Thu Aug 15 16:07:46 1991  David J. MacKenzie  (djm at frob)
1862         * modetype.h: Define POSIX.1 stat stuff if missing.
1863         * pred.c, parser.c, find.c, fstype.c: Don't define it.
1864         * updatedb.sh: Use a variable substitution method like configure's.
1865         * Makefile.in: Add datadir variable to separate programs from
1866         data file.
1868         * parser.c, pred.c: Rename -fulldays to -daystart.
1870         * defs.h, find.c, parser.c, pred.c: Add many new predicates
1871         from Jay Plett (jay@princeton.edu).
1873 Wed Aug 14 14:37:06 1991  David J. MacKenzie  (djm at bleen)
1875         * parser.c (parse_size), pred.c (pred_size), defs.h (struct
1876         size_t): Allow `k' to follow number to measure size in Kbytes.
1877         * parser.c (parse_size, get_num, insert_num), defs.h (struct
1878         size_t): Use enum comparison_type instead of short.
1880 Fri Aug  9 00:49:32 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1882         * xargs.c (read_line): Use isblank, to support POSIX locales.
1884         * fstype [FS_STATVFS]: New code for SVR4, from slootman@dri.nl
1885         (Paul Slootman).
1886         * configure: Figure out when to use it.
1888         * configure: Check for st_blocks in struct stat.
1889         * listfile.c (ST_NBLOCKS): New macro.
1890         (list_file): Print file's block count.
1891         Use S_ISLNK instead of S_IFLNK.
1892         * fileblocks.c: New file, from fileutils.
1894 Thu Aug  8 17:20:19 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1896         * parser.c, pred.c [CACHE_IDS]: Optional code to turn uid and
1897         gid lookups into table lookups.
1899 Wed Aug  7 00:22:29 1991  David J. MacKenzie  (djm at wheat-chex)
1901         * configure, Makefile.in's: Support +srcdir option via VPATH.
1902         Clean up clean targets.
1904 Sat Jul 20 01:11:51 1991  David J. MacKenzie  (djm at apple-gunkies)
1906         * configure: Filter /etc and /usr/etc from path.
1908         * xargs.c (wait_for_proc): Fix handling of child exit status.
1909         (main): Exit with a nonzero status if any child did.
1911         * pred.c (launch): Flush stdout and stderr before forking.
1913         * fstype.c (filesystem_type) [FS_MNTENT]: Skip entries of
1914         type "ignore".
1916 Fri Jul 19 22:53:42 1991  David J. MacKenzie  (djm at bleen)
1918         * pred.c, locate.c: Use fnmatch instead of glob_match.
1919         * fnmatch.c, fnmatch.h: New files.
1921         * Many files: Use string.h if STDC_HEADERS, as well as if USG.
1923         * locate.c, code.c, bigram.c: Possibly use pathconf to get
1924         PATH_MAX.  Use malloc to allocate path arrays.
1926         * xargs.c: Possibly use sysconf to get ARG_MAX.
1927         (env_size): Make definition unconditional.
1928         (main): Do arg_max adjustment that can't be done with
1929         preprocessor now that ARG_MAX might be a function call.
1930         (do_exec): Exit with status 126 or 127 after failed exec, for
1931         POSIX.2 draft 11.1.
1933         * xargs.c, pred.c, listfile.c: Use POSIX, not UNISTD_MISSING.
1934         * wait.h: Use POSIX, not WAIT_MACROS_MISSING.
1936         * COPYING: Use version 2.  Update all files.
1938         * Replace Makefile and lib/Makefile with Makefile.in,
1939         lib/Makefile.in and configure.  Update README.
1941 Fri Apr  5 12:49:09 1991  David J. MacKenzie  (djm at apple-gunkies)
1943         * Version 2.2.
1945 Fri Mar 15 20:44:45 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
1947         * xargs.c (main): Always run the command if some args are left over.
1948         Rename some variables.
1950 Fri Jan 18 03:35:57 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
1952         * bigram.c, code.c, locate.c: Use LIMITS_MISSING, not
1953         _POSIX_SOURCE, to decide whether to include limits.h.
1955         * parser.c, pred.c, listfile.c: Use POSIX, not _POSIX_SOURCE,
1956         to decide whether to declare getpwuid and getgrgid.
1958         * xargs.c: Use POSIX, not _POSIX_SOURCE, to determine whether
1959         to include memory.h.
1961 Sat Jan 12 04:12:34 1991  David J. MacKenzie  (djm at wookumz.ai.mit.edu)
1963         * defs.h, find.c, parser.c, pred.c: Remove -permmask option.
1965 Thu Jan 10 04:32:52 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
1967         * wait.h: Include sys/types.h to get pid_t.
1969         * xargs.c [USG && !STDC_HEADERS]: Only include memory.h if not
1970         _POSIX_SOURCE.
1972 Tue Jan  1 23:53:32 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
1974         * Version 2.1.
1976 Wed Dec 26 03:25:51 1990  David J. MacKenzie  (djm at apple-gunkies)
1978         * locate.c, bigram.c, code.c: Attempt to get max. path length
1979         on more kinds of systems, incl. POSIX.
1981         * pred.c, listfile.c, xargs.c: Get some decls from unistd.h,
1982         if available. 
1984         * find.c, defs.h: Make `cur_day_start' a time_t, not long.
1986 Fri Dec 21 01:49:12 1990  David J. MacKenzie  (djm at egypt)
1988         * defs.h, parser.c: Remove unused field from `struct exec_t'.
1990         * xargs.c: Add +no-run-if-empty option to cause the command to
1991         not be run if the input is empty.
1993         * defs.h (struct exec_t): Change the array of offsets into an
1994         array of `struct path_arg'.
1995         * parser.c (insert_exec_ok): Fill in new fields, to allow "{}"
1996         to be substituted (multiple times) anywhere in an arg to -exec
1997         or -ok.
1998         * pred.c (pred_exec): Add code to substitute "{}" within args.
1999         (pred_ok): After prompting, just run pred_exec.
2001 Thu Dec 20 02:32:09 1990  David J. MacKenzie  (djm at egypt)
2003         * fstype.c (filesystem_type) [FS_MNTENT]: Allow for optional
2004         "0x" at front of "dev=" mount option, which amd puts there but
2005         Sun automounter doesn't.
2007 Sat Dec 15 19:01:12 1990  David J. MacKenzie  (djm at egypt)
2009         * find.c (main), util.c (usage): Make directory args optional,
2010         defaulting to ".".
2012 Sat Dec 15 18:36:29 1990  David J. MacKenzie  (djm at apple-gunkies)
2014         * listfile.c: Define major and minor if not defined (as in POSIX).
2016 Mon Dec  3 01:04:35 1990  David J. MacKenzie  (djm at alborz)
2018         * find.c, fstype.c, parser.c, pred.c, util.c: Flush stdout before
2019         writing to stderr, in case they have been redirected to the
2020         same file descriptor.
2022         * pred.c (launch): Use POSIX wait macros from wait.h.
2024         * xargs.c (print_xargs): Read from tty_stream, not stdin.
2026 Tue Nov 20 16:48:24 1990  David J. MacKenzie  (djm at apple-gunkies)
2028         * Version 2.0.
2030         * fstype.c [FS_USG_STATFS]: New code.
2031         [FS_STATFS]: For symlinks, statfs the directory the link is in
2032         instead of the link.
2033         * Various files: Conditionalize some declarations on
2034         STDC_HEADERS or _POSIX_SOURCE.
2036 Fri Nov 16 12:24:43 1990  David J. MacKenzie  (djm at egypt)
2038         * modetype.h: New file.
2039         parser.c, pred.c: Use it.
2041 Thu Nov 15 18:05:54 1990  David J. MacKenzie  (djm at apple-gunkies)
2043         * xmalloc.c: New file from fileutils.
2045         * fstype.c (fstype_to_string): Add case for MFS.
2046         (filesystem_type): Take a pathname as a second arg.
2047         [FS_STATFS] return "unknown" instead of exiting if statfs
2048         fails because of ENOENT.
2049         * pred.c (pred_fstype): Pass the pathname.  Set current_dev.
2050         * find.c (process_path): Make root_dev local again.
2052 Mon Nov 12 02:54:00 1990  David J. MacKenzie  (djm at apple-gunkies)
2054         * pred.c (pred_fstype): Free old fs type.
2056         * fstype.c, pred.c (pred_fstype), parser.c (parse_fstype): 
2057         Reread the file system type info. every time a filesystem
2058         mount point is crossed, to allow for automounting.
2060         * xstrdup.c: New file from fileutils.
2062         * find.c (process_path): Rename root_dev to current_dev and
2063         make it global, for -fstype.
2065         * wait.h: New file taken from xargs.c.
2067         * xargs.c: Make limits.h vs. sys/param.h conditional on
2068         LIMITS_MISSING instead of USG, to accomodate SVR2.
2070 Thu Nov  8 11:52:22 1990  David J. MacKenzie  (djm at apple-gunkies)
2072         * parser.c, pred.c, listfile.c: If not _POSIX_SOURCE, declare
2073         getpwuid and getgrgid.  Use them.
2075         * listfile.c: If not _POSIX_SOURCE, define S_ISDIR and
2076         S_ISBLK.  Use them. 
2078         * find.c: Use S_ISDIR instead of S_IFDIR, and define if not
2079         _POSIX_SOURCE. 
2081         * Makefile: Define AR and RANLIB and pass to child makes.
2082         lib/Makefile: Use them.
2084         * xargs.c (WIFSIGNALED): Redefine so it works.
2086 Mon Nov  5 00:02:01 1990  David J. MacKenzie  (djm at apple-gunkies)
2088         * find.c (process_path): For -xdev, process filesystem
2089         mountpoints (but don't descend them), instead of skipping them
2090         entirely. 
2092         * find.c, parser.c, defs.h: Add -follow predicate.
2094         * xargs.c: Change ifdefs to support STDC POSIX systems.
2096 Sat Nov  3 20:18:05 1990  David J. MacKenzie  (djm at apple-gunkies)
2098         * xargs.c (do_exec): Child process exits with status 255, not
2099         127, if command can't be run.
2101 Fri Nov  2 02:11:42 1990  David J. MacKenzie  (djm at apple-gunkies)
2103         * xargs.c: Exit with status 127 if running commmand fails, as
2104         required by POSIX.
2106         * fstype.c: Support -fstype for Ultrix (-DFS_GETMNT).
2107         Sun/BSD code is now -DFS_MNTENT.
2109 Thu Nov  1 13:06:01 1990  David J. MacKenzie  (djm at egypt)
2111         * Reorganize into subdirectories and add xargs.  Rewrite Makefiles.
2113         * find.c (process_path, main): Allow a maxdepth of 0, meaning
2114         only process command line args.
2116         * parser.c, pred.c: Add -print0 predicate.
2118         * xargs.c: Add -0 option and long options.  Move standard
2119         library functions into separate files.  Use error instead of
2120         fatal and fprintf/perror.  Use POSIX macros for examining exit
2121         status from wait.
2122         (read_string): New function.
2124 Fri Sep 21 10:21:09 1990  David J. MacKenzie  (djm at apple-gunkies)
2126         * find.c (process_path): Take DEPTH as an arg instead of ROOT,
2127         and change callers.
2129 Thu Sep 20 23:58:47 1990  David J. MacKenzie  (djm at apple-gunkies)
2131         * parser.c (parse_maxdepth): New function.
2132         * find.c (process_path): If -maxdepth was given, don't go
2133         more than that many levels deep.
2134         * defs.h: Declare maxdepth.
2136 Wed Sep 12 02:12:31 1990  David J. MacKenzie  (djm at apple-gunkies)
2138         * parser.c: Add -not as synonym for !.
2140 Sun Aug 26 06:16:08 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
2142         * Makefile (TAGS): New target.
2144 Sun Aug 12 00:32:01 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2146         * xargs.c (main): Tell getopt to not permute.
2148 Sat Aug  4 21:43:45 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
2150         * parser.c (parse_perm), pred.c (pred_perm): Always compare
2151         bits 07777.
2153         * locate.c, Makefile: Rename 'fastfind' program to 'locate',
2154         following comment in POSIX.2 draft 10 rationale for find.
2156 Wed Jul 25 18:45:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2158         * listfile.c (getuser, getgroup): Make uid and gid unsigned
2159         short, not int.
2161 Mon Jul 16 13:40:13 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2163         * defs.h: Don't declare fprintf and printf, in case they have
2164         prototypes in stdio.h (important for functions that use stdarg).
2166 Sun Jul 15 23:39:39 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2168         * parser.c (parse_and): New function, for compatibility.
2170 Wed Jul  4 00:17:57 1990  David J. MacKenzie  (djm at apple-gunkies)
2172         * find.c (main): Only enclose expressions that produce no side
2173         effects within `( ... )'.
2175 Tue Jul  3 01:59:39 1990  David J. MacKenzie  (djm at apple-gunkies)
2177         * parser.c (strspn): Stop when end of string reached.
2179         * Version 1.2.
2181         * Move version number from Makefile to new file version.c.
2182         * parser.c: Recognize new -version predicate.
2184         * find.c (main): If no predicates that produce output are
2185         given, default to -print if the entire expression is true, not
2186         just the last part of an alternation.
2187         * Print the names of predicates with invalid arguments.
2189 Mon Jul  2 23:48:17 1990  David J. MacKenzie  (djm at apple-gunkies)
2191         * pred.c: Don't check for invalid comparison types in numeric
2192         predicate functions.
2194 Thu Jun 28 00:34:57 1990  David J. MacKenzie  (djm at apple-gunkies)
2196         * parser.c (parse_regex): Set fastmap and translate before
2197         compiling regex.
2199 Mon Jun 25 18:08:59 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2201         * fastfind.c (fastfind): Initialize count to 0.
2203         * lib/updatedb.sh: Only do regex comparison on directories,
2204         for speed.
2206         * listfile.c (list_file): Truncate user and group name to 8 chars.
2208 Sun Jun 24 13:51:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2210         * Version 1.1.
2212         * Makefile [DISTFILES]: Add COPYING.
2214 Fri Jun 22 03:54:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2216         * Version 1.0.
2218 Tue Jun 19 03:55:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2220         * lib/updatedb.sh: Prune entries that match PRUNEREGEX.
2221         Split up finding files from computing bigrams.
2222         Use redirection instead of nonportable grep -s to detect sort
2223         failure.  Optionally search network filesystems as well as
2224         local ones.
2226         * pred.c (pred_regex): Match against full pathname instead of
2227         just last element.
2228         * util.c (basename): Return "/", not "", if given "/".
2230         * find.c (process_path): Fix error in handling "/" directory.
2232 Mon Jun 18 01:49:16 1990  David J. MacKenzie  (djm at apple-gunkies)
2234         * parser.c [STRSPN_MISSING] (strspn): New function.
2236 Sun Jun 17 13:54:09 1990  David J. MacKenzie  (djm at apple-gunkies)
2238         * listfile.c: New file.
2239         * parser.c (parse_ls): New function.
2240         * pred.c (pred_ls): New function.
2242         * find.c (main): Remove interface to fastfind, to prevent
2243         conflict with POSIX syntax.
2244         * util.c (usage): Remove fastfind syntax from message.
2245         * fastfind.c (main): New function.
2246         * Makefile: Make fastfind a separate program.
2248         * find.c (main): Print correct message if a predicate arg is
2249         missing. 
2251         * parser.c (insert_exec_ok): Make args that start with a ';' but
2252         contain other characters not terminate the command.
2254 Fri Jun 15 00:33:45 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2256         * fstype.c: If MOUNTED isn't defined but MNT_MNTTAB is, use it
2257         instead.  True for HP/UX, at least.
2259 Thu Jun 14 10:10:25 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2261         * savedir.c: New file; now find won't run out of file
2262         descriptors in deep trees.
2263         * find.c (process_path): Use savedir.
2265 Sat Jun  9 03:15:21 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2267         * parser.c (parse_permmask): Allow symbolic mode masks.
2268         (parse_perm): Free 'struct change' when done with it.
2269         (get_oct): Function removed.
2271         * find.c (process_path): Allow arbitrarily-long filenames.
2272         More efficient string copying.  Initialize perm_mask to 07777
2273         instead of -1.
2275 Thu Jun  7 04:22:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2277         * Makefile, find.c: Use DIRENT to control whether <dirent.h>
2278         is used.
2280 Thu May 31 04:46:11 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2282         * parser.c (parse_regex): New function.
2283         * pred.c (pred_regex): New function.
2285         * fstype.c (read_mtab): If mtab entry has a "dev=" option
2286         (like in SunOS 4.1), use it, so there is no need to stat the
2287         special file later on.
2288         (xatoi, strstr): New functions.
2290 Mon May 21 01:04:42 1990  David J. MacKenzie  (djm at abyss)
2292         * lib/updatedb.sh: Put BINDIR in PATH.
2294         * fstype.c: Do nothing if MNTENT_MISSING is defined.
2296         * fstype.c: New file.
2297         * parser.c (parse_fstype): New function.
2298         * pred.c (pred_fstype): New function.
2300         * parser.c (parse_newer): Failure to stat -newer file is a
2301         fatal error.
2303         * pred.c (pred_ok): Flush output before reading.  Use getchar
2304         instead of scanf.
2306         * pred.c (pred_prune): Return false if -depth given.
2307         * find.c: Apply the predicates to the dir when -depth and
2308         -prune are given.
2310 Sun May 20 19:55:30 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2312         * pred.c (pred_prune): Set new global var `stop_at_current_level'.
2313         * find.c (process_path): Test and reset it.
2315 Fri May 18 01:56:17 1990  David J. MacKenzie  (djm at abyss)
2317         * modechange.c, modechange.h: New files.
2318         * parser.c (parse_perm): Use mode_compile and mode_adjust to
2319         parse arg, to allow symbolic mode for POSIX.
2321 Thu May 17 02:07:44 1990  David J. MacKenzie  (djm at abyss)
2323         * parser.c (get_oct): Don't consider an empty string a valid number.
2325         * parser.c (parse_perm): If arg starts with '-', set flag bit
2326         for special comparison (POSIX).
2327         * pred.c (pred_perm): If flag bit set, compare s[ug]id &
2328         sticky bits as well, and return true if the given perms are
2329         set, ignoring other bits.
2331         * find.c: New global var `exit_status'.  Use it.  (POSIX)
2332         * parser.c: Set `exit_status' if lstat on -newer file fails.
2334         * fastfind.c: New file.
2335         * find.c (main): Call fastfind if given only 1 arg.
2336         * util.c (usage): Update message. 
2337         * lib/{Makefile,updatedb.sh,bigram.c,code.c}: New files.
2338         * Makefile: Add 'all' and 'install' targets.
2340 Wed May 16 23:23:35 1990  David J. MacKenzie  (djm at abyss)
2342         * parser.c (parse_nogroup, parse_nouser): Implement.
2343         * pred.c (pred_nogroup, pred_nouser): Implement.
2345 Mon May 14 00:09:35 1990  David J. MacKenzie  (djm at abyss)
2347         * find.c: Add variable `stay_on_filesystem' for -xdev.
2348         (process_path): Take an arg determining whether this call is
2349         the root of a tree.  Use lstat instead of stat.  If
2350         stay_on_filesystem, don't process a dir on a different
2351         filesystem. 
2353         * parser.c (parse_newer): Use lstat instead of stat.  Is this right?
2354         (parse_xdev): Set stay_on_filesystem.
2356         * parser.c: Add dummy parse_nogroup, parse_nouser,
2357         parse_prune, and parse_xdev; to be written later.
2358         * pred.c: Add dummy pred_nogroup, pred_nouser, pred_prune.
2360         * find.c: Support System V directory library/headers.
2362         * find.c (process_path): Don't continue with a file that stat
2363         fails on.
2365         * defs.h, parser.c, pred.c: Change 'u_long' and 'u_short' to
2366         'unsigned long' and 'unsigned short'.
2367         * find.c, defs.h: Remove 'convert_glob' variable.
2368         * parser.c (parse_fullregex): Function removed.
2369         (parse_name): Remove regular expression code.
2370         (parse_type): Recognize sockets.
2371         Add code to check for missing arguments to many parse_* functions.
2372         * pred.c (pred_name): Use glob_match instead of regex.
2374 Sun May 13 17:45:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2376         * Replace fprintf, simple_error, and mem_error with error and
2377         usage. 
2379         * Fix string header includes for USG.
2381 Tue Mar 27 12:40:29 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2383         * defs.h: Change some #defines to enums.
2385 Sun Mar 25 22:08:58 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
2387         * find.c (main): Don't take basename of argv[0].
2389         * util.c (xmalloc): New function.
2390         * find.c, parser.c, utils.c: Use xmalloc instead of malloc.
2392         * pred.c: Remove emulation of regex for BSD and use GNU
2393         library version in regcmp.c instead.
2394         * parser.c: Remove emulation of regcmp for BSD and use GNU
2395         library version in regcmp.c instead.
2396         * Makefile: Link with regex.o and regcmp.o.
2397         Add a DISTFILES macro and dist target.
2399         * Indent source code.  Move RCS logs to this file.
2401 Wed Mar 21 09:30:18 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
2403         * xargs.c: Indent.  Comment and rename some global variables.
2404         (main): Use getopt to parse options.  Open new global var
2405         `tty_stream' to /dev/tty if querying requested.
2406         (print_args): Read response from tty_stream, not stdin.
2407         (xmalloc): New function.
2408         Global: Use xmalloc instead of malloc.
2409         (usage): Revise message.
2411 87/02/22  20:01:20  20:01:20  cire (Eric B. Decker)
2413         * pred.c: added guts to pred_size
2415 87/02/22  00:59:42  00:59:42  cire (Eric B. Decker)
2417         * pred.c: added guts to perm and permmask.
2419 87/02/21  23:02:21  23:02:21  cire (Eric B. Decker)
2421         * pred.c: made pred_name only look at the last component of
2422         the path.
2424 87/02/21  22:26:47  22:26:47  cire (Eric B. Decker)
2426         * pred.c: added guts to name.  useds regex and regcmp to do
2427         regular expression handling.
2429 87/02/21  00:17:21  00:17:21  cire (Eric B. Decker)
2431         * pred.c: added predicate newer
2433 87/02/20  11:40:07  11:40:07  cire (Eric B. Decker)
2435         * pred.c: added guts to pred_ok
2437 87/02/19  23:52:37  23:52:37  cire (Eric B. Decker)
2439         * pred.c: finished exec.
2441 87/02/22  20:01:09  20:01:09  cire (Eric B. Decker)
2443         * parser.c: added guts to parse_size
2445 87/02/22  00:59:16  00:59:16  cire (Eric B. Decker)
2447         * parser.c: added guts of perm and permmask.  added getoct
2448         routine for perm and permmask
2450 87/02/21  23:32:50  23:32:50  cire (Eric B. Decker)
2452         * parser.c: added -fre, -fullregex predicate to turn off
2453         globbing conversion
2455 87/02/21  23:01:01  23:01:01  cire (Eric B. Decker)
2457         * parser.c: reworked name so the regexpr pattern includes $ at
2458         the end to force globbing to work correctly.  End of the
2459         pattern refers to the end of the filename.
2461 87/02/21  22:25:34  22:25:34  cire (Eric B. Decker)
2463         * parser.c: added guts to name.  uses a conversion from
2464         globbing to regexp format.  uses regex and regcmp to actually
2465         to the comparison.
2467 87/02/21  00:17:11  00:17:11  cire (Eric B. Decker)
2469         * parser.c: added predicate newer
2471 87/02/20  11:39:35  11:39:35  cire (Eric B. Decker)
2473         * parser.c: added ok guts.  consolidated exec and ok to using
2474         insert_exec_ok
2476 87/02/19  00:20:54  00:20:54  cire (Eric B. Decker)
2478         * parser.c: minor bug in -fulldays predicate parser.  It
2479         should have set the flag full_days to true.
2481 87/02/22  00:58:32  00:58:32  cire (Eric B. Decker)
2483         * find.c: changed where we are setting perm_mask to -1.  need
2484         to make sure that this happens before every apply_predicate.
2486 87/02/21  23:32:11  23:32:11  cire (Eric B. Decker)
2488         * find.c: added error checking for no paths.  better error
2489         message if illegal ordering.
2491 87/02/21  22:19:58  22:19:58  cire (Eric B. Decker)
2493         * find.c: added global convert_glob
2495 87/02/22  20:00:12  20:00:12  cire (Eric B. Decker)
2497         * defs.h: added definition of BLKSIZE for size
2499 87/02/21  22:19:25  22:19:25  cire (Eric B. Decker)
2501         * defs.h: added global convert_glob for name