* configure.in: update to 4.1.7
[findutils.git] / ChangeLog
blob1c83f382b309fd9b9f6909165d9074109dcc93c1
1 2001-05-20  Kevin Dalley  <kevin@seti.org>
3         * Version 4.1.7
4         
5         * configure.in: update to 4.1.7
7         * config.sub, config.guess: upgraded to recent versions of
8         config.sub and config.guess.
10         * locate/updatedb.sh: Add space to "#! /bin/sh"
12         * configure.in: Add id to ALL_LINGUAS
14         * lib/Makefile.am (EXTRA_DIST):  getline.[ch] added
15         (libfind_a_SOURCES): getline.[ch] removed since getline.c is not
16         always needed.
18 2001-05-20  Lionel CONS <lionel.cons@cern.ch>
20         * find/find.c: Fixed security holes.  1.  There is a race
21         condition between the lstat() to detect a symbolic link and the
22         actual chdir().  2.  An attacker can move directories while find
23         is _inside_ so that chdir(..) goes out of the intended file tree.
25         * lib/modetype.h: support for Solaris door files is added.
27         * lib/filemode.c: S_ISDOOR is undef'ed if STAT_MACROS_BROKEN
29         * find/pred.c (pred_type): -D option (for Solaris door files) is
30         added.
32         * find/parser.c (insert_type):  -D option (for Solaris door files)
33         is added. 
35         * find/find.1: -D option (for Solaris door files) is documented
37         * doc/find.texi (Type): -D option (for Solaris door files) is
38         documented
40 2001-05-02  Kevin Dalley  <kevin@seti.org>
42         * configure.in: Change AC_CHECK_MEMBERS to conform to new
43         autoconf.  Add Danish.
45 2001-01-20  Kevin Dalley  <kevin@seti.org>
47         * doc/find.texi (Adding Tests): Place space in "#! /bin/sh".
49         * find/testsuite/find.gnu/prune-default-print.xo,
50         find/testsuite/find.gnu/prune-default-print.exp: test for "find
51         . -prune" which passes after changes.  Also see name-opt.exp.
53         * find/util.c (get_new_pred):
54         * find/tree.c (set_new_parent):
55         * find/parser.c (various parse functions):
56         * find/find.c (main): 
57         (default_prints): new function 
58         * find/defs.h (struct predicate): added no_default_print
59         side_effects are no separated from no_default_print.  predicates
60         which cause side effects should not be reordered (optimized).
61         predicates which cause printing should have printing turned off.
62         Printing statements also cause side effects.
64 2000-10-29  Bruno Haible <haible@ilog.fr>
66         * locate/code.c (main), doc/find.texi: improve handling of
67         non-ASCII characters used old format.
69 2000-10-21  Paul Eggert  <eggert@twinsun.com>
71         If open + fchdir fails, fall back on xgetcwd + chdir.
72         The old code tested for this at compile-time,
73         but SunOS 4.1.4 fchdir can fail at run-time.
75         * find/defs.h (fchdir): Define to -1 if not available.
76         * find/defs.h (starting_dir, starting_desc):
77         Always declare.  starting_dir now points to const.
78         * find/find.c (starting_dir, starting_desc): Likewise.
79         * find/find.c (starting_dir):
80         Now "." if starting_desc is nonnegative, for benefit of diagnostics.
81         (main, process_top_path, process_dir):
82         If open + fchdir fails, fall back on xgetcwd + chdir.
83         * find/pred.c (launch): Likewise.
85 2000-10-20  Kevin Dalley  <kevin@seti.org>
87         * xargs/xargs.c, locate/updatedb.sh, locate/locate.c (usage),
88         find/parser.c (parse_help): add bug reporting address to help
90 2000-10-13  Kevin Dalley  <kevin@seti.org>
92         * depcomp, lib/depcomp: depcomp moved from lib to .
94 2000-10-11  Kevin Dalley  <kevind@rahul.net>
96         * Version 4.1.6
97         
98         * locate/testsuite/config/unix.exp: set PRUNEFS to "" for the
99         testsuite. 
101 2000-10-10  Bruno Haible <haible@ilog.fr>
103         * lib/Makefile.am (libfind_a_SOURCES): added yesno.c
105         * lib/yesno.c, lib/rpmatch.c: new files.
107         * find/pred.c: use function yesno().
109 2000-10-10  Kevin Dalley  <kevind@rahul.net>
110         
111         * locate/testsuite/Makefile.am: Added missing \ at end of
112         EXTRA_DIST lines.
114         * locate/testsuite/locate.gnu/ignore_case3.xo,
115         locate/testsuite/locate.gnu/ignore_case3.exp,
116         locate/testsuite/locate.gnu/ignore_case2.exp,
117         locate/testsuite/locate.gnu/ignore_case1.xo,
118         locate/testsuite/locate.gnu/ignore_case1.exp: place locatedb
119         inside tmp directory, add subdir directory under tmp.
121         * locate/testsuite/config/unix.exp: clean up tmp after test is
122         finished. 
124 2000-10-10  Kevin Dalley  <kevind@rahul.net>
126         * locate/testsuite/config/unix.exp (Repository): 
128 2000-10-09  Kevin Dalley  <kevind@rahul.net>
130         * lib/fnmatch.c, lib/fnmatch.h: reverted to older version of
131         fnmatch which works with Solaris.
133         * locate/testsuite/config/unix.exp: dejagnu unix.exp
135         * xargs/testsuite/config/unix.exp: remove temporary file
137         * xargs/xargs.c: spelling correction
139         * m4/prereq.m4: updated and changed some macros
141         * m4/jm-macros.m4: replaced jm_FUNC_FNMATCH with
142         kd_FUNC_FNMATCH_CASE_REPL 
144         * m4/timespec.m4, m4/strerror_r.m4, m4/mbstate_t.m4,
145         m4/largefile.m4, m4/gettext.m4, m4/fnmatchcase.m4, m4/d-type.m4,
146         m4/d-ino.m4, m4/c-bs-a.m4: new m4 macros.
148         * m4/Makefile.am: add fnmatchcase.m4 and mbstate_t.m4
150         * locate/testsuite/locate.gnu/ignore_case3.xo,
151         locate/testsuite/locate.gnu/ignore_case3.exp,
152         locate/testsuite/locate.gnu/ignore_case2.xo,
153         locate/testsuite/locate.gnu/ignore_case2.exp,
154         locate/testsuite/locate.gnu/ignore_case1.xo,
155         locate/testsuite/locate.gnu/ignore_case1.exp,
156         locate/testsuite/config/unix.exp: tests related to "--ignore-case"
157         option.
159         * locate/testsuite/locate.gnu: testsuite directory
161         * locate/testsuite/Makefile.am (Repository): 
163         * locate/testsuite: add directory for locate testsuite
165         * po/findutils.pot: updated file
167         * po/sv.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po,
168         po/it.po, po/gl.po, po/fr.po, po/et.po, po/es.po, po/de.po:
169         updated various po files.
171         * locate/updatedb.sh: export TMPDIR, which is used by child
172         processes.
174         * locate/locate.1, locate/locate.c:  add "--ignore-case" option.
176         * locate/Makefile.am: add testsuite subdirectory
178         * find/testsuite/find.gnu/perm.xo,
179         find/testsuite/find.gnu/perm.exp,
180         find/testsuite/find.gnu/name-opt.xo,
181         find/testsuite/find.gnu/name-opt.exp: added test suites
183         * configure.in: add locate/testsuite/Makefile
185         * doc/find.info*: removed from repository
187         * doc/find.texi: add documentation for "-i" option.
189         * aclocal.m4: removed from repository, as it is generated.
191         * find/pred.c: fixes problem with "find -perm -0100".
193         * lib/lstat.c, lib/stat.c: removed from repository.  These files
194         are generated from lib/xstat.in.
196 2000-08-24  Kevin Dalley  <kevind@rahul.net>
198         * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s}.
200 2000-05-13  Kevin Dalley  <kevind@rahul.net>
202         * find/tree.c (opt_expr): move iname and ipath to the front of the
203         list of arguments.
205         * doc/find.texi (Directories): changed wording for "-prune".
207         * find/parser.c (parse_prune): set side_effects to true, to
208         prevent prune from being moved in opt_expr.
210 2000-04-12  Kevin Dalley  <kevind@rahul.net>
212         * doc/find.texi, doc/permi.texi: fix spellings, add LocalWords.
214         * lib/Makefile.am: put getline.c back into libfind_a_SOURCES,
215         since getstr is needed.
217         * Version 4.1.5
218         
219         * po/POTFILES.in: updated list of files, updated po files.
222 2000-04-02  Paul Eggert  <eggert@twinsun.com>
224         Add support for large files, and port to Solaris 8 and earlier
225         versions.
227         * lib/human.c (getenv): Depend on NEED_GETENV_DECL, not
228         HAVE_DECL_GETENV.
230         * lib/strftime.c (my_strftime): Make sure we call the system
231         strftime, not ourselves, when invoking the underlying strftime.
232         
233         * m4/check-decl.m4 (jm_CHECK_DECLS): Remove memchr, nanosleep.
235         * m4/jm-macros.m4 (jm_MACROS): Don't check for utime.h.  Do not
236         require jm_BISON, jm_CHECK_TYPE_STRUCT_UTIMBUF, jm_FUNC_LCHOWN,
237         jm_FUNC_CHOWN, jm_FUNC_NANOSLEEP, jm_FUNC_GROUP_MEMBER,
238         jm_FUNC_PUTENV, jm_FUNC_GETGROUPS, AM_FUNC_GETLOADAVG,
239         jm_SYS_PROC_UPTIME, jm_FUNC_FTRUNCATE, jm_FUNC_UTIME.  Do not
240         replace strcasecmp, dup2, gethostname, getusershell, stime,
241         strcspn, strpbrk, euidaccess, mkdir, rmdir, rpmatch, strndup,
242         strverscmp, memchr, memmove.  Do not check for declaration of
243         lchown.  Remove invocations of AM_FUNC_OBSTACK, AM_FUNC_STRTOD,
244         POW_LIBM, jm_LANGINFO_CODESET, jm_ICONV.  Remove df tests.
245         (jm_CHECK_ALL_TYPES): Include <sys/stat.h> when checking for
246         struct stat.st_blksize.
248         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set environment variable
249         in shell rather than using putenv, which isn't portable.
250         
251         * COPYING, lib/alloca.c, lib/dirname.c, lib/error.c,
252         lib/savedir.c, lib/strstr.c, m4/check-decl.m4, m4/d-ino.m4,
253         m4/d-type.m4, m4/getline.m4, m4/jm-glibc-io.m4, m4/jm-macros.m4,
254         m4/jm-mktime.m4, m4/ls-mntd-fs.m4, m4/memcmp.m4, m4/prereq.m4,
255         m4/readdir.m4, m4/regex.m4, m4/strftime.m4, m4/uintmax_t.m4: Sync
256         to latest version from sh-utils-2.0g.
258         * config.guess, config.sub, lib/argmatch.c, lib/argmatch.h,
259         lib/human.c, lib/human.h, lib/memcpy.c, lib/quotearg.c,
260         lib/quotearg.h, lib/strtoull.c, lib/strtoumax.c,
261         lib/xstrtoumax.c, m4/c-bs-a.m4, m4/gettext.m4,
262         m4/largefile.m4, m4/lcmessage.m4, m4/link-follow.m4,
263         m4/progtest.m4, m4/strerror_r.m4, m4/timespec.m4,
264         m4/xstrtoumax.m4: New files, taken from sh-utils-2.0g.
266         * lib/ansi2knr.1, lib/ansi2knr.c, lib/basename.c, lib/getopt.h,
267         lib/fnmatch.c, lib/fnmatch.h, lib/modechange.c: Sync to latest
268         unreleased version of GNU tar (between 1.13.17 and 1.13.18).
270         * lib/basename.h, lib/waitpid.c: New files, taken from same
271         version of GNU tar.
272         
273         * lib/regex.c, lib/regex.h: Sync to GNU grep 2.4.2.
275         * lib/posix/Makefile.am, lib/posix/regex.h: New files, taken from
276         GNU grep 2.4.2.
278         * lib/strftime.c: Sync to textutils 2.0e.
279         
280         * acconfig.h, depcomp, lib/strcasecmp.c, m4/check-type.m4,
281         m4/const.m4, m4/decl.m4, m4/lfs.m4, m4/mktime.m4, m4/perl.m4,
282         m4/putenv.m4, m4/uptime.m4, m4/utimbuf.m4, m4/utime.m4,
283         m4/utimes.m4: Remove these files; no longer needed.
285         * configure.in (AC_CANONICAL_HOST, AC_SYS_LARGEFILE,
286         jm_AC_TYPE_UINTMAX_T): Add.
287         (CACHE_IDS, FSTYPE_STATVFS, FSTYPE_USG_STATFS, FSTYPE_AIX_STATFS,
288         FSTYPE_MNTENT, FSTYPE_STATFS, FSTYPE_GETMNT): Add comment, so that
289         we don't need acconfig.h.
290         (AC_CHECK_TYPE): Add ssize_t.
291         (AC_REPLACE_FUNCS): Add waitpid.
292         (AC_CHECK_FUNCS): Remove basename.
293         (AC_FUNC_MKTIME): Remove.
294         (LIBOBJS): Add no-ops to work around automake 1.4 bug.
295         (AC_OUTPUT): Add lib/posix/Makefile.
297         * find/defs.h: Include <config.h>, <sys/types.h>, <sys/stat.h>,
298         <stdio.h>, <limits.h>, <inttypes.h>.  All includers changed to not
299         include these files, and to include "defs.h" first (since config.h
300         must be included first).
301         (CHAR_BIT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
302         S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, MOD_WXUSR,
303         MODE_R, MODE_RW, MODE_RWX, MODE_ALL): New macros.
304         (enum permissions_type): New enum.
305         (struct long_val.negative): New member.
306         (struct long_val.l_val): Now uintmax_t, not unsigned long.
307         (struct size_val.size): Likewise.
308         (struct perm_val): New type.
309         (struct predicate.perm): Now struct perm_val, not unsigned long.
310         (struct predicate.type): Now mode_t, not unsigned long.
311         (list_file): New parameters current_time, output_block_size.
312         All callers changed.
313         (savedir, basename): Remove decls.
314         (output_block_size, start_time): New extern vars.
316         * find/find.c: Include <human.h>, <savedir.h>.
317         (output_block_size, start_time): New vars.
318         (main): Initialize them.  No need to check for negative st_size,
319         since savedir now does it for us.
321         * find/fstype.c: Include "dirname.h".
322         (xatoi): Remove.
323         (filesystem_type_uncached): Use xstrtoumax instead of xatoi.
324         
325         * find/parser.c: Include "xstrtol.h".
326         (get_num_days, get_num, parse_amin, parse_cmin, parse_mmin,
327         parse_size, parse_used, insert_time, insert_num): Compute using
328         uintmax_t, not unsigned long.
329         (parse_amin, parse_cmin, parse_mmin, parse_used, insert_time):
330         Keep track of whether time was negative before converting it to an
331         unsigned type.
332         (parse_daystart): Don't assume that localtime succeeds; e.g. it
333         can fail with 64-bit time_t and 32-bit tm_year.
334         (parse_perm, insert_type): Compute using mode_t, not unsigned
335         long.
336         (insert_type): Use symbolic constants like MODE_ALL instead of
337         traditional ones like 07777.  Set new kind member to indicate
338         permissions type, instead of using unportable magic numbers.
339         (make_segment): We will use human_readable to convert most numeric
340         values, so simplify the cases.
341         (get_num_days): Write in terms of get_num, to avoid duplicated
342         code.
343         (insert_time, insert_num): When debugging, convert large values to
344         uintmax_t and output with %ju.
345         (get_num): Use xstrtoumax to do the real work.
347         * find/pred.c: Include "basename.h", "human.h".
348         (DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKSIZE): New macros, taken from
349         fileutils.
350         (ST_NBLOCKS): Replace with fileutils defn.
351         (MAX): New macro.
352         (ctime_format): New function.
353         (pred_fprintf, format_date): Use human_readable to output large
354         numbers portably.
355         (pred_fprintf): Use ctime_format to output ctime-style dates.  Use
356         base_name to compute the base name of a path.  With %m, output the
357         mode portably using traditional numbers, even if the host uses
358         some other numbering scheme.
359         (pred_iname, pred_name): basename -> base_name.
360         (pred_perm): Use new kind member to deduce permissions type,
361         instead of relying on magic numbers.
362         (pred_size): Compute using uintmax_t, not unsigned long.  Avoid
363         overflow if file size is near the maximum.
364         (pred_type): Compute using mode_t, not unsigned long.
365         (launch): Use waitpid, not wait.  Check for EINTR.
366         (format_date): Don't assume that localtime succeeds.
368         * find/util.c (basename): Remove; we now use base_name.
370         * lib/Makefile.am (SUBDIRS): New macro.
371         (libfind_a_SOURCES): Add argmatch.h, argmatch.c, basename.h,
372         basename.c, human.c, human.h, quotearg.c, quotearg.h, xstrtoumax.c.
373         Remove error.h, error.c, getline.c.
374         (EXTRA_DIST): Add mktime.c, regex.c.
376         * lib/listfile.c: Include "human.h".
377         (alloca): Declare, or include appropriate files to declare.
378         (DEV_BSIZE, ST_NBLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE): New macros.
379         (convert_blocks): Remove.
380         (list_file): New current_time and output_block_size args.
381         Revamp quite a bit, to handle large numbers correctly
382         and to match GNU ls behavior more closely.
384         * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4, gettext.m4,
385         largefile.m4, lcmessage.m4, link-follow.m4, progtest.m4,
386         strerror_r.m4, xstrtoumax.m4.  Remove check-type.m4, const.m4,
387         decl.m4, lfs.m4, mktime.m4, perl.m4, putenv.m4, timespec.m4,
388         uptime.m4, utimbuf.m4, utime.m4, utimes.m4.
390         * xargs/xargs.c (wait_for_proc): Retry wait if it fails with
391         errno == EINTR.
393 2000-04-05  Kevin Dalley  <kevind@rahul.net>
395         * xargs/Makefile.am:  add ansi2knr
397         * xargs/xargs.c: add macros PARAMS rather than P_.  Add
398         prototypes.
400         * po/POTFILES: new file listing all POFILES.
402         * m4/gl.po, m4/et.po: new files
404         * m4/Makefile.am.in:  updated file
406         * m4: update directory
408         * locate/Makefile.am: create updatedb from updatedb.sh
410         * locate/updatedb.sh, locate/updatedb.in: removed file.  Replaced
411         by updatedb.sh
413         * locate/frcode.c, locate/code.c, locate/bigram.c: add macros
414         PARAMS rather than P_.  Add prototypes.
416         * lib/xstat.in: new file
418         * lib/Makefile.am: update to latest versions of library files.
420         * find/testsuite/Makefile.am: add CLEANFILES
422         * find/util.c: remove definition of basename
423         
424         * find/util.c, find/tree.c, find/pred.c, find/parser.c,
425         find/fstype.c, find/find.c, find/defs.h: add macros PARAMS rather
426         than P_, for consistency, change to prototypes
428         * find/Makefile.am: Add prototypes and ansi2knr
430         * configure.in: add Galition and Estonian languages.
431         Miscellaneous other fixes.
432         
434 2000-03-11  Kevin Dalley  <kevind@rahul.net>
436         * lib/basename.c: Add file from libit.
437         * lib/Makefile.am (libfind_a_SOURCES): add basename.c since it is
438         no longer replaceable.
440         * find/util.c: Remove definition of basename, which is now in
441         lib/basename.c (as base_name).
442         * find/pred.c: Use base_name, not basename.
443         * find/defs.h: Likewise.
445         * configure.in : Don't replace basename.  Now we use only
446         base_name.
448 2000-02-26  Kevin Dalley  <kevind@rahul.net>
450         * Version 4.1.4
451         
452         * lib/strtoul.c: added to distribution
453         
454         * configure.in: added strtoul to AC_REPLACE_FUNCS
456         * configure.in: added jm_CHECK_ALL_TYPE
458 2000-02-23  Kevin Dalley  <kevind@rahul.net>
460         * po/ChangeLog: removed, merged with top-level ChangeLog.
461         
462         * po/de.po: new version of German file.
463         
464         * po/gl.po, po/et.po: new languages, Estonian and Galician.
466         * locate/updatedb.sh (PRUNEFS): enclose paths in quotes
468 2000-02-17  Kevin Dalley  <kevind@rahul.net>
470         * po/it.po: new version of Italian file.
471         
472         * locate/updatedb.sh (prunefs_exp): have sed statement use '*'
473         rather than the often unsupported '+'.
475 2000-02-13  Kevin Dalley  <kevind@rahul.net>
477         * configure.in: removed AC_ARG_PROGRAM, which is already in
478         AM_INIT_AUTOMAKE. 
480         * locate/Makefile.am (updatedb), locate/updatedb.sh: add
481         transforms of find, frcode, bigram, and code back into
482         updatedb.sh, which were accidentally removed.
484 2000-02-12  Kevin Dalley  <kevind@rahul.net>
486         * lib/wait.h: updated address.
488 2000-01-26  Kevin Dalley  <kevind@rahul.net>
490         * Version 4.1.3
492         * acconfig.h: added internationalization.
494         * intl/*: copied from tar-1.13.17.
496         * locate/Makefile.am, locate/locate.c, locate/code.c:
497         internationalized file.
499         * locate/frcode.c, locate/bigram.c: include headers from ../lib
500         directory.
502         * xargs/Makefile.am, xargs/xargs.c: internationalized directory.
504 2000-01-26  Kevin Dalley  <kevind@rahul.net>
506         * POTFILES.in: added list of files with translatable strings.
508         * de.po, es.po, fr.po, it.po, ko.po, nl.po, pl.po, pt_BR.po,
509         ru.po, sv.po: New, slightly out of date, files imported from the
510         Translation Project: http://www.iro.umontreal.ca/contrib/po/HTML/,
511         German, Spanish, French, Italian, Korean, Dutch, Polish, Brazilian
512         Portuguese.
515 2000-01-24  Kevin Dalley  <kevind@rahul.net>
517         * lib/xmalloc.c, lib/regex.c, lib/getopt.c: internationalization
518         works with current version of gettext.
520         * lib/getline.h : added declaration of getstr.
521         * lib/Makefile.am (libfind_a_SOURCES): added getline.[ch] to
522         standard compilation. Added internationalization.
523         * find/Makefile.am (INCLUDES): corrected -I options for building
524         in other directories.
525         (LDADD): changes for internationalization.
527         * configure.in (ALL_LINGUAS): added internationalization. 
528         getline.c is always compiled and linked, because of getstr.
529         AM_GNU_GETTEXT
531         * Makefile.am: 
532         (DISTCLEANFILES): added intl/libintl.h
533         (AUTOMAKE_OPTIONS): added gnits to AUTOMAKE_OPTIONS
534         (SUBDIRS): added intl and po
536         * acconfig.h: added internationalization values
538         * THANKS: added thanks file for gnits compatibility.
540 2000-01-22  Kevin Dalley  <kevind@rahul.net>
542         * added intl directory.
544         * Added internationalization, only with slightly out of date po
545         files for many locales.
547 2000-01-18  Kevin Dalley  <kevind@rahul.net>
549         * Version 4.1.2
550         
551         * locate/Makefile.am: remove creation of updatedb, since it is now
552         made by configure
554         * configure.in: updatedb is now created by configure.
556         * xargs/Makefile.am: added testsuite to xargs directory
558         * locate/updatedb.in: updatedb is now created by configure
560         * locate/frcode.c, locate/code.c, locate/bigram.c: change return
561         from main to int.  Replace getstr with getline, where possible.
563         * locate/Makefile.am: place frcode, code, bigram in
564         libexec_PROGRAMS
566         * lib/xstrdup.c, lib/xmalloc.c, lib/xgetcwd.c, lib/xalloc.h,
567         lib/strtol.c, lib/strstr.c, lib/strftime.c, lib/strdup.c,
568         lib/stpcpy.c, lib/stat.c, lib/savedir.h, lib/savedir.c,
569         lib/regex.h, lib/regex.c, lib/realloc.c, lib/pathmax.h,
570         lib/modechange.h, lib/modechange.c, lib/mktime.c, lib/memset.c,
571         lib/memcmp.c, lib/malloc.c, lib/lstat.c, lib/idcache.c,
572         lib/getopt1.c, lib/getopt.c, lib/getopt.h, lib/getline.c,
573         lib/getline.h, lib/fnmatch.c, lib/fnmatch.h, lib/filemode.c,
574         lib/filemode.h, lib/fileblocks.c, lib/error.c, lib/error.h,
575         lib/dirname.c, lib/alloca.c: updated to newer version of file from
576         fileutils.
578         * find/version.c: version number is now automatically generated by
579         configure.
581         * find/fstype.c (filesystem_type_uncached): fixes bug described as
582         follows:  When 'find' looks for a fstype, it parses the /etc/mtab
583         until it finds the good line. But, if there is, before the good
584         line, a line whose mountpoint is unreachable, it fails.
586         * doc/texinfo.tex: updated to newer version
588         * doc/find.texi: added version.texi, fixed a few documentation bugs.
590         * configure.in: new m4 features.
592         * Makefile.am: moved testsuite to below corresponding directories
593         find and xargs.
595         * acconfig.h: updated to match new m4 files.
597         * m4: added m4 directory, largely borrowed from Jim Meyering's
598         fileutils.
600 2000-01-17  Kevin Dalley  <kevind@rahul.net>
602         * doc/find.texi (Multiple Files): placed missing xargs in examples
604         * find/testsuite/find.gnu/depth.exp: added find tests to test
605         "-depth" bug.
607         * doc/find.texi: include version.texi for automatic determination
608         of version number, update bug report email address to
609         bug-findutils@gnu.org.
610         (Combining Primaries With Operators): add indices for " ,", "()",
611         "-a", "-o", etc.
613 2000-01-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
615         * find/tree.c (opt_expr): Never rearrange the arguments of the
616         comma operator, since it is not commutative.  Remove useless
617         assignment.2
618         
619 2000-01-17  Jonathan R. Ferro <jferro@corwin.ece.cmu.edu>
620         
621         * find/find.c (process_path): fix problem with "-depth" which is
622         tested in depth.exp test.
624 1999-08-15  Kevin Dalley  <Kevin Dalley <kevin@seti.org>>
626         * find/fstype.c (filesystem_type_uncached): a stat failure with
627         EACCESS will ignore this file system keep on looking.  Patch
628         suggested by Vincent Danjean <vdanjean@ens-lyon.fr>.
630 1999-08-15  Mark Kettenis  <kettenis@gnu.org>
632         * xargs/xargs.c (LONG_MAX): Define if necessary.
633         (main): If ARG_MAX is -1 (that is sysconf
634         (_SC_ARG_MAX) returns -1) the system does not impose a limit.  In
635         that case, use LONG_MAX as the limit.
636         
637 1999-08-15  Kevin Dalley  <Kevin Dalley <kevind@rahul.net>
639         * find/version.c: version string is now set by config.h
641 1999-08-08  Kevin Dalley  <kevin@seti.org>
643         * Version 4.1.1
645         * README-alpha: added alpha README file
647         * find/defs.h: move lstat declarations into defs.h
649         * xargs/Makefile.am, testsuite/Makefile.am, locate/Makefile.am,
650         lib/Makefile.am, find/Makefile.am, doc/Makefile.am, configure.in,
651         Makefile.am: update for automake-1.4
653 1999-08-02  Kevin Dalley  <kevind@rahul.net>
655         * AUTHORS: added file listing AUTHORS
657         * lib/Makefile.am: modified code for EXTRA sources
658         
659 1999-01-30  Kevin Dalley  <kevind@rahul.net>
661         * added const to declaration of basename, which should satisfy
662         Linux as well as Hurd (fixes bug #31325).
663         
664 1998-12-04  Kevin Dalley  <kevind@rahul.net>
665         
666         * lib/nextelem.c: removed declaration of strdup and free, which
667         meets GNU coding standards and allows compilation on more
668         platforms.
669         
670         * find.texi: corrected explanation of -amin option which described
671         hours instead of minutes
672         
673 1998-09-26  Kevin Dalley  <kevind@rahul.net>
674         
675         * lib/getline.c: fix getstr so that it correctly handles long file
676         paths
677         
678 1998-09-20  Kevin Dalley  <kevind@rahul.net>
679         
680         * removed more function declarations to meet GNU coding standards
681         
682 1998-08-30  Kevin Dalley  <kevind@rahul.net>
683         
684         * lib/nextelem.c: removed declaration of strdup and free, which
685         meets GNU coding standards and allow compilation on sparc
686         
687         * corrected explanation of -amin option which described hours
688         instead of minutes
689         
690 1998-02-27  Kevin Dalley  <kevind@rahul.net>
691         
692         * locate/locate.c: add --existing option to locate, which only
693         prints the names of files which still exist
694         
695 1998-02-08  Kevin Dalley  <kevind@rahul.net>
696         
697         * locate/locate.c: corrected get_short so that it correctly
698         returns negative numbers.
699         
700         * remove declarations of various string functions.  Removing the
701         declarations almost matches the GNU Coding Standards.
702         
703 1997-03-03  Kevin Dalley  <kevind@rahul.net>
704         
705         * xargs/xargs.c: xargs fixed to prevent occasional core dumping.
706         
707 1997-01-11  Kevin Dalley  <kevind@rahul.net>
708         
709         * locate/updatedb.sh: add --localuser option to updatedb, which
710         allows find to be run as nobody, while allowing database file to
711         be created as root, change suggested by
712         <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
713         
714 1996-12-28  Kevin Dalley  <kevind@rahul.net>
715         * added PRUNEFS as variable in updatedb and --prunefs as option to
716         updatedb
718 1996-05-27  Kevin Dalley  <kevind@rahul.net>
719         
720         * updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
721         is root
722 1996-04-27  Kevin Dalley  <kevind@rahul.net>
724         * lib/getline.c (getstr): verify that nchars_avail is *really*
725         greater than 0; set *n to a large enough number, stops some core
726         dumping
728 Thu Nov  3 09:23:33 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
730         * Version 4.1.
732         * locate/Makefile.am: Move updatedb from LIBSCRIPTS to SCRIPTS.
734         * Makefile.am (distname): Change distribution name from find to
735           findutils.
737         * testsuite/config/unix.exp: Don't abuse xfail; simulate it correctly.
739         * locate/Makefile.am (CLEANFILES): Fix typo.
741 Wed Nov  2 15:11:52 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
743         * The big 4 0.
745         * lib/listfile.c find/defs.h (list_file): Take a stream arg.
746         * find/pred.c (pred_ls): pass it.
747         * find/parser.c pred.c defs.h (parse_fls, pred_fls): New functions.
749 Tue Oct 25 16:09:04 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
751         * find/pred.c (pred_fprintf): Flush output after \c.  From Chapman
752         Flack.
754         * find/parser.c (insert_fprintf): Warn about unrecognized \ and %
755         sequences.
757 Tue Oct 18 00:03:10 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
759         * find/defs.h parser.c pred.c tree.c util.c: Globally change
760         "victim" to "primary".
762         * find/parser.c (insert_fprintf): For 'c' format, don't lose the
763         need_stat information.  From Chapman Flack.
765         * doc/find.texi perm.texi: New files.
766         * configure.in: Configure the doc directory.
768         * find/pred.c (pred_regex): Check that the regex matched the whole
769         file name.
771 Wed Oct 12 17:13:47 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
773         * find/find.c (main): Tell what the invalid arg is.
774         From Kaveh Ghazi.
776 Fri Oct  7 12:33:24 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
778         * find/parser.c: Add -mount as an alias for -xdev.
779         From Klaus.Steinberger@physik.uni-muenchen.de (Klaus Steinberger).
781         * lib/modechange.c: Make umask_value unsigned short.
783         * xargs/xargs.c: Use symbolic constants in longopts.
784         From Chapman Flack.
786 Wed Oct  5 11:23:09 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
788         * xargs/xargs.c (main, read_line, read_string, do_exec): Pass 
789           along the lengths of the args.
790           (main): Calculate length of replace_pat.
791           (push_arg, do_insert): Use those lengths instead of calculating
792           them. 
794 Tue Oct  4 10:02:05 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
796         * locate/updatedb.sh Makefile.in: Add substitutions to get
797           the transformed program names.
799         * xargs/xargs.c: Put back the global variables for now.
800         Rename some variables.  Increase default args_per_exec.
801         Use boolean where applicable.
802         (main): Reduce default arg_max by 2048 for POSIX.2.
803         (read_string): Don't check EOF string.
804         (read_line, read_string): Take initial args size into account.
806 Sat Oct  1 17:43:13 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
808         * find/pred.c (launch): Use pid_t.
810         * xargs/xargs.c (EOF_STR): Define and use.
811         [__STDC__]: Declare xrealloc and xmalloc using void *.
812         * find/defs.h: Likewise.
814         * find/defs.h: Only declare stpcpy if !HAVE_STPCPY.
816         * xargs/xargs.c: Replace most global variables with structure
817           pointers passed as arguments.  Use pid_t.
818         * lib/wait.h: Include sys/wait.h if HAVE_SYS_WAIT_H.
819         * configure.in: Call AC_TYPE_MODE_T and AC_HEADER_SYS_WAIT.
821         * xargs/xargs.c: Improve paging performance and memory
822           fragmentation by building command arguments in a pre-allocated
823           buffer and re-implementing the child pid list as an expandable
824           array.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
826 Thu Sep 29 11:38:07 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
828         * xargs/xargs.c [__STDC__]: Prototype declarations.
830 Wed Sep 28 11:25:53 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
832         * find/fstype.c [AFS, __STDC__]: Fix definition of _VICEIOCTL.
834 Tue Sep 27 08:14:27 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
836         * find/fstype.c (fstype_to_string): Add more cases.  Use
837           INITMOUNTNAMES if defined.
838         * find/defs.h: Change boolean typedef from char to int.
839         * configure.in: Check for mktime.
841 Tue Sep 27 01:20:28 1994  Kaveh R. Ghazi  (ghazi@noc.rutgers.edu)
843         * configure.in: Add AC_HEADER_STAT.
844         * lib/listfile.c, lib/modetype.h: Add STAT_MACROS_BROKEN.
846         * find/pred.c: Move the inclusion of defs.h ahead of the first
847           test of _POSIX_VERSION.
849         * lib/xgetcwd.c: Remove _POSIX_VERSION, rely only on HAVE_GETCWD.
851 Mon Sep 26 16:43:01 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
853         * configure.in: Add AC_CONFIG_HEADER.
854         * find/*.c locate/*.c xargs/*.c: Include config.h.
855         * locate/updatedb.sh: Add --version; --old -> --old-format.
857 Sun Sep 25 23:43:37 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
859         * find/* [__STDC__]: Prototype declarations.
861         * locate/updatedb.sh: Account for renaming code and frcode.
863         * find/find.c (process_path): Store dev and ino of directories in
864           current branch to avoid symlink loops.  From DJ Delorie
865           <dj@ctron.com>.
866           (process_dir): If following symlinks, don't cd to ..; instead,
867           cd to the starting directory and then to the parent directory.
868           (main) [HAVE_FCHDIR]: Save the dev, ino of the starting directory.
869           (process_top_path) [HAVE_FCHDIR]: Use it.
870         * find/pred.c (launch) [HAVE_FCHDIR]: Likewise.
871         * defs.h [HAVE_FCHDIR]: Declare starting_desc instead of starting_dir.
872         * configure.in: Check for dev_t, ino_t, fchdir, fcntl.h.
874 Fri Sep 23 11:55:38 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
876         * lib/listfile.c: Change #ifdef S_IFLNK to #ifdef S_ISLNK.
877         From Andreas Luik <luik@isa.de>.
879 Thu Sep 22 11:42:40 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
881         * locate/locate.c (last_literal_end): Dynamically allocate enough
882           memory for the subpattern.
884 Wed Sep 21 06:12:56 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
886         * locate/locate.c (locate): Warn if database is >8 days old.
887         From Ian Lance Taylor.
889         * xargs/xargs.c (do_exec), find/pred.c (launch): Set SIGCHLD to
890           default.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
891         * find/find.c pred.c util.c lib/listfile.c: Remove fflush(stdout)
892           calls before error.  error does it, and doesn't trash errno.
893           From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
895         * find/fstype.c (filesystem_type_uncached): Don't trust mtab dev
896           number on HPUX.  From Andreas Luik <luik@isa.de>.
897           (filesystem_type_uncached): Don't cache unknown file system
898           types.  From casper@fwi.uva.nl (Casper Dik).
900         * locate/updatedb.sh: Collect results in temp file and rename it
901           atomically.  From Andreas Luik <luik@isa.de>.
903         * xargs/xargs.c (parse_num): Print a long using %ld.  From Jim
904           Meyering.
906         * find/defs.h find.c parser.c pred.c util.c, lib/nextelem.c:
907           Emulate strchr and strrchr with index and rindex, not vice versa.
909         Remove man directory; move man pages to the directories of the
910         programs they document.
912         * locate/frcode.c: Renamed from code.c.
913         * locate/frcode.c (put_short): Renamed from puthalfword.
914         * locate/locate.c (get_short): Renamed from gethalfword.
915         (last_literal_end): Renamed from patprep.
916         (locate): Recognize old-format databases too.
917         * locate/locatedb.h: Add defines for old-format databases.
918         * locate/bigram.c locate/code.c: Put back programs to create
919         old-format databases.
920         * locate/updatedb.sh: Take --old option to use them.
922 Tue Sep 20 15:41:11 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
924         * configure.in: Update for Autoconf v2.
925         * find/pred.c lib/savedir.c: Use new symbols for dir header.
926         * locate/updatedb.sh: Add --help option.
928 Sun Feb 13 11:21:58 1994  Jim Meyering  (meyering@comco.com)
930         * man/Makefile.in [man1ext, man5ext]: Set man5ext (not man1ext) to 5.
932 Sun Aug  1 22:30:55 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
934         * bigram.c: File removed.
935         * getline.c, memcmp.c, locatedb.h, updatedb.1, locatedb.5: New files.
936         * updatedb.sh: Take command line options.
937         Don't do bigram compression.
938         * code.c, locate.c: Don't do bigram compression.
939         Write and read counts in network byte order.
940         Handle arbitrarily long paths.
941         Use a magic number at the start of the databases.
943 Thu Jul 29 20:44:53 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
945         * Makefile.in (config.status): Run config.status --recheck, not
946         configure, to get the right args passed.
948 Thu Jul 22 12:53:12 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
950         * listfile.c (list_file): Print inode as a long.
952 Wed Jul 14 14:14:45 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
954         * fstype.c [STDC_HEADERS]: Include stdlib.h.
956         * Move unistd.h include from parser.c and pred.c to defs.h.
958 Wed Jun 30 14:14:47 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
960         * updatedb.sh: Construct PRUNEREGEX from PRUNEPATHS with sed.
961         Prune /afs.  Change NFSUSER to NETUSER and NFSPATHS to NETPATHS.
963 Tue Jun 29 12:19:58 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
965         * pred.c (pred_fprintf): Abort in switch if `c' is not A, C, or T.
967 Mon Jun 28 00:18:52 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
969         * fstype.c (in_afs) [AFS]: New function, derived from code by
970         Sanjay Ramamurthy <ramams@rpi.edu>.
971         (filesystem_type_uncached) [AFS]: Call it if the fs type is
972         otherwise unknown.
974         * parser.c (parse_size): Recognize b and w suffixes for dd
975         compatibility. 
977         * code.c (puthalfword): New function.
978         (main): Call it.
979         * locate.c (gethalfword): New function.
980         (locate): Call it.
981         From ifado!wb@germany.eu.net (Wilhelm B. Kloke).
983         * listfile.c: Include pathmax.h.
984         (get_link_name): Always allocate PATH_MAX + 1 bytes for
985         readlink buffers.
986         * pred.c (pred_fprintf, insert_lname): Call get_link_name.
988         * fstype.c (filesystem_type, filesystem_type_uncached),
989         listfile.c (list_file): Take an arg for the path to access.
990         * pred.c (pred_ls, pred_fstype, pred_fprintf): Pass it.
992         * find.c (process_dir): Renamed from scan_directory.
994         Changes from jrs@world.std.com (Rick Sladkey) to chdir into
995         subdirectories instead of using string concatenation, for speed:
996         * find.c (process_top_path): New function.
997         (main): Call it, and xgetcwd.
998         (process_path, scan_directory): Take new arg, the pathname
999         relative to ".".  Use it and pass it on.
1000         * pred.c (pred_and, pred_comma, pred_negate, pred_or,
1001         pred_xtype, pred_fprintf, pred_empty, insert_lname):
1002         access rel_pathname instead of pathname.
1003         (launch): chdir to starting_dir.
1004         * defs.h: Declare rel_pathname and starting_dir.
1005         * find.c: Define them.
1007         * xgetcwd.c: New file.
1009         * updatedb.sh: Recognize -fstype NFS as well as nfs.
1010         * locate.c (patprep): Skip trailing character classes correctly.
1011         From luik@pharao.stgt.sub.org (Andreas Luik).
1013         * parser.c (parse_group): Make gid a gid_t, not short or int.
1014         (parse_nogroup): Cast gid to unsigned when using it as an array index.
1015         (parse_user, parse_nouser): Similar changes for uid.
1016         * defs.h: Use uid_t and gid_t.
1018         * parser.c (parse_help): New function.
1019         (parse_table):  Add --version, -help, and --help options.
1020         Rename struct parser_table_t to struct parser_table.
1021         (parse_version): Exit after printing message, on
1022         stdout not stderr.
1024         * xargs.c, locate.c (main, usage): Add --version and --help
1025         options.
1027 Wed Mar 31 22:39:57 1993  Jim Meyering  (meyering@comco.com)
1029         * parser.c: Define isascii macro to be 1 also if STDC_HEADERS.
1030         * xargs.c: Ditto.
1032 Wed Mar 31 16:04:07 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1034         * pred.c (pred_fprintf): If curdepth is 0, don't nuke
1035         segment->text; nuke cp.
1037 Mon Mar 29 15:57:20 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1039         * Version 3.8.
1041 Fri Mar 26 16:36:59 1993  David J. MacKenzie  (djm@hal.gnu.ai.mit.edu)
1043         * pred.c (pred_ilname, pred_iname, pred_ipath): New functions.
1044         (pred_table): Add them.
1045         (insert_lname): New function.
1046         (pred_lname): Call it.
1047         * parser.c (parse_ilname, parse_iname, parse_ipath,
1048         parse_iregex): New functions.
1049         (parse_table): Add them.
1050         (insert_regex): New function.
1051         (parse_regex): Call it.
1053         * fstype.c (filesystem_type): Cache previous result.
1054         (filesystem_type_uncached): New function.
1055         pred.c (pred_fstype, pred_fprintf): Adjust callers to not cache.
1057         * parser.c: Don't define const.
1059         * fstype.c [FSTYPE_STATFS] (fstype_to_string): #ifdef
1060         MOUNT_PC for 386bsd.
1062 Thu Mar 25 18:32:24 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1064         * parser.c (parse_regex): If ignore_case, set up a translate
1065         table for the regex.
1067         * defs.h: Include string.h or strings.h.
1068         * find.c fstype.c parser.c pred.c util.c: Don't.
1070         * nextelem.c [index]: Don't redefine.
1072 Wed Mar 24 17:47:10 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1074         * xargs.c (wait_for_proc): Exit with a nonrunnable command's exit
1075         status, not the wait status value.  From
1076         Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>.
1078         * parser.c (make_segment, insert_fprintf), pred.c
1079         (pred_fprintf): Add '%F' to print filesystem type.
1081         * parser.c (parse_fprintf): Check if second arg is missing.
1083 Tue Mar 23 13:18:08 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1085         * pred.c (pred_fprintf): For %P, don't move past an assumed
1086         slash if the ARGV element ends with one, because in that case
1087         we didn't add one.
1089         * parser.c (parse_printf): Check for missing arg.
1090         From smj@cats.com (Steve James).
1092         * parser.c: Add #ifdef around atol decl for Linux.
1094 Fri Dec 11 08:17:07 1992  Jim Meyering  (meyering@comco.com)
1096         * defs.h: Remove dcl of process_path.
1097         * find.c: Put dcl of process_path here.  Make a few functions
1098         and file-scope variables static.
1099         * parser.c, tree.c: Declare most functions static.
1101         * locate.c: Use `required_argument' macro in dcl of longopts.
1102         * bigram.c, code.c, locate.c, xargs.c: Make most functions and
1103         file-scope variables static.
1105         * parser.c, xargs.c: Guard ctype.h macros with isascii.
1107         * find.c: Add declarations for opt_expr and mark_stat.
1108         * tree.c (set_new_parent): Add empty default clause to enum swicth.
1109         * locate.c (main): Parenthesize for gcc -Wall.
1110         * xargs.c (push_arg): Parenthesize for gcc -Wall.
1112 Tue Nov 24 08:04:36 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1114         * find.c, fstype.c, parser.c, pred.c, util.c, listfile.c,
1115         nextelem.c, xargs.c, bigram.c, code.c, locate.c: Use
1116         HAVE_STRING_H, not USG.
1118         * pred.c: Use SYSDIR and NDIR instead of USG.
1119         Define direct as dirent, not vice-versa.
1121 Fri Oct  9 02:15:17 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1123         * xargs.c (main): Set orig_arg_max before possibly cutting
1124         down arg_max.
1126 Thu Sep 10 19:25:35 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1128         * parser.c: Always declare getgrent and getpwent.
1130 Mon Aug 24 12:54:16 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1132         * xargs.c: Include sys/types.h before unistd.h.  Use ARG_MAX
1133         if it's defined.
1134         * find.c, nextelem.c: Add missing decls.
1135         From bde@runx.oz.au (Bruce Evans).
1137 Thu Jul 23 15:06:07 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1139         * Version 3.7.
1141 Tue Jul 14 00:16:52 1992  David J. MacKenzie  (djm@apple-gunkies.gnu.ai.mit.edu)
1143         * pathmax.h: New file.
1144         * bigram.c, code.c, locate.c: Use it.  Use xmalloc instead of malloc.
1146 Sat Jul 11 22:31:46 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1148         * nextelem.c: New file.
1149         * locate.c (main): Use it to support a database path.
1151 Fri Jul  3 02:12:09 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1153         * listfile.c, pred.c: Change FOO_MISSING to HAVE_FOO.
1155         * parser.c [_POSIX_SOURCE]: Define endpwent and endgrent as empty.
1156         * listfile.c [!HAVE_ST_RDEV]: Print blanks.
1157         From Jeffrey Siegal (jbs@congruent.com).
1159         * locate.c (locate): Check for EOF at top of loop, not middle.
1160         * updatedb.sh: Remove duplication hack.
1161         From Jay Plett.
1163 Wed Jun 10 15:04:23 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1165         * pred.c (pred_amin, pred_atime, pred_cmin, pred_ctime,
1166         pred_mmin, pred_mtime, pred_used): Cast l_val to time_t before
1167         comparing it to a time_t.  From fpm@crash.cts.com (Frank Maclachlan).
1169         * locate.c (locate): Take the database path as an arg.
1170         (main): Take an option to specify the database path.
1171         (usage): New function.
1173         * updatedb.sh: Don't read from and write to the file-list file
1174         in the same statement.
1176 Thu Jun  4 15:27:07 1992  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
1178         * Version 3.6.
1180 Wed May 20 00:05:13 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
1182         * xargs.c: Include sys/param.h before limits.h, not after.
1184         * listfile.c: If we include a header file specifically to get
1185         major et al., assume we have them.
1187 Tue May 12 01:09:33 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
1189         * locate.c (locate): Don't give fnmatch FNM_PERIOD (it's useless).
1191         * parser.c (parse_path): New function.
1192         * pred.c (pred_path): New function.
1193         * tree.c (opt_expr): Move -path like -name.
1195         * updatedb.sh: Duplicate the last entry in the file list so it
1196         doesn't get ignored.
1198 Mon May 11 22:24:40 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
1200         * updatedb.sh: Allow many vars to be overridden in the environment.
1202         * locate.c, updatedb.sh: FCODES -> LOCATE_DB.
1204 Wed Apr 22 15:24:00 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
1206         * updatedb.sh: Use binprefix when calling find.
1208         * locate.c (locate): Use LOCATE_DB environ variable if set.
1210         * find.c (scan_directory): Allow for dirs having negative
1211         st_size (NFS mount points on VAX 4.3BSD+NFS).
1212         From metcalf@catfish.lcs.mit.edu (Chris Metcalf).
1214 Sat Apr 18 15:42:52 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1216         * fstype.c: Rename FS_* to FSTYPE_*.  Support Dynix's
1217         name for the mount table.
1219 Sun Mar  8 23:21:25 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1221         * listfile.c (list_file): Allow a slop factor for deciding what
1222         is in the future.
1224 Tue Feb 25 16:24:15 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1226         * Version 3.5.
1228 Sat Feb 22 08:43:01 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1230         * tree.c (set_new_parent): Initialize need_stat field.
1232         * defs.h (struct predicate): Define p_name unconditionally.
1234 Fri Feb 21 15:28:43 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1236         * tree.c (opt_expr): Preserve expression precedence when
1237         rearranging expression tree. 
1238         (set_new_parent): New function.
1239         (mark_stat): Set need_stat whether or not it's been set
1240         earlier in the expression.
1241         All from Tim Wood.
1243 Mon Feb 17 10:20:38 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1245         * updatedb.sh: Use current value of TMPDIR if already set.
1246         From Dana Jacobsen (jacobsd@cs.orst.edu).
1248         * pred.c: Include pwd.h and grp.h after unistd.h, not before.
1249         Apparently needed on ISC 2.2.  From Juha Takala <jta@piuha.sah.vtt.fi>.
1251 Thu Feb 13 10:52:31 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1253         * modetype.h: Don't define S_IFMT, because doing so breaks pred_type
1254         on plain POSIX.1 systems.
1256 Sat Feb  8 00:58:13 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1258         * Version 3.4.
1260 Fri Feb  7 21:35:58 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1262         * defs.h: Don't declare process_path.
1263         * find.c [DEBUG_STAT] (debug_stat): New function.
1264         (main) [DEBUG_STAT]: Call it.
1265         (process_path): Return a value.
1266         (scan_directory): Count number of subdirs seen so far.
1267         * parser.c (pred_and, pred_close, pred_comma, pred_negate,
1268         pred_open, pred_or): Don't need stat.
1269         * util.c (get_new_pred_chk_op): Implicit AND doesn't need stat.
1271 Fri Jan 17 21:51:18 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1273         * Version 3.3.
1275 Tue Dec 24 02:16:49 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1277         * wait.h, listfile.c, xargs.c, bigram.c, code.c, locate.c:
1278         Change POSIX ifdefs to HAVE_UNISTD_H and _POSIX_VERSION. 
1280 Wed Dec 18 16:37:17 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1282         * listfile.c: Use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS to
1283         find major and minor.
1285         * code.c, bigram.c, locate.c, xargs.c: Use LIMITS_H_MISSING
1286         instead of LIMITS_MISSING.
1288 Sat Dec  7 06:13:26 1991  David J. MacKenzie  (djm at frob.eng.umd.edu)
1290         * parser.c (parse_prune): No stat needed for prune.
1291         (insert_fprintf, make_segment): Possibly no stat needed,
1292         depending on which information is printed.
1294         * xargs.c (usage): Document long-named options as starting
1295         with -- instead of +.
1297         * parser.c [!POSIX]: Declare getgrent and getpwent.
1299         * fstype.c (filesystem_type): Only check MNTTYPE_IGNORE if
1300         it's defined.  From Rainer Orth.
1302         * Add leaf node optimization suggested by Matthew Farwell
1303         <dylan@ibmpcug.co.uk>.  Add -noleaf option to disable it.
1304         Adapt parts of Tim Wood's work to current sources.
1305         * find.c (scan_directory): New function, from code in process_path.
1306         (process_path): Take an arg indicating whether the pathname
1307         is a leaf non-directory, instead of a redundant current level.
1308         * parser.c (parse_noleaf): New function.
1309         (parse_print, parse_name, etc.): Set need_stat = false.
1311 Wed Nov  2 13:34:32 1990  Tim Wood at home      (tim at axolotl.UUCP)
1313         * pred.c: Call stat() if an AND, OR or NOT node tells you to.
1314         * find.c: Limit calls to stat().
1316 Wed Oct  3 17:30:39 1990  Tim Wood at home      (tim at axolotl.UUCP)
1318         * tree.c (opt_expr): New function to rearrange predicates within
1319         a conjunction/disjunction so that non-inode (-name, -regex) ones
1320         are executed first.  
1321         * pred.c: Make some supporting tree structure changes for opt_expr().
1323 Sat Dec  7 00:36:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1325         * xargs.c (do_exec): Simplify test for which exit
1326         status to use if exec fails.
1328 Fri Dec  6 18:24:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1330         * listfile.c (list_file): POSIX_ME_HARDER -> POSIXLY_CORRECT.
1332 Thu 24 Oct 1991 21:33:21  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
1334         * pred.c (pred_fprintf): Don't print "\n" unless it's in the
1335         format string.
1337 Mon Oct 21 22:30:35 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1339         * defs.h, parser.c, pred.c: Rename some types that conflict
1340         with reserved POSIX.1 namespace (ended in _t).
1342         
1343         
1344 Thu Oct 17 22:39:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1346         * xargs.c: Don't determine memory.h based on POSIX, which
1347         doesn't mention it.
1349 Sat Oct  5 16:11:05 1991  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
1351         * parser.c (parse_perm): Parse new `-perm +mode' notation.
1352         * pred.c (pred_perm): Interpret same.
1354 Fri Sep 13 14:58:27 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
1356         * xargs.c [POSIX]: Always use sysconf to get ARG_MAX.
1358 Thu Sep  5 23:57:06 1991  David J. MacKenzie  (djm at apple-gunkies)
1360         * bigram.c, code.c (main): Make path_max int, not unsigned.
1361         * locate.c (main): Check for pathconf failure.
1363 Thu Sep  5 11:54:44 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
1365         * parser.c (insert_fprintf): Add `\\' escape and fixed `%%'
1366         interpretation.
1367         * pred.c (pred_fprintf): fixed off-by-one indexing problem
1368         when handling [gGuU] printf formats.
1370 Wed Aug 28 20:53:57 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1372         * Version 3.2.
1374 Mon Aug 26 18:57:32 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
1376         * bigram.c, code.c: Fix handling of PATH_MAX.
1377         Check for anomalous input line lengths.
1378         From Bruce Evans.
1380 Fri Aug 23 11:00:18 1991  David J. MacKenzie  (djm at apple-gunkies)
1382         * pred.c (pred_fprintf): Round block number up to get K.
1384 Thu Aug 22 10:46:30 1991  David J. MacKenzie  (djm at apple-gunkies)
1386         * pred.c (pred_fprintf, pred_lname) [_AIX]: Allocate PATH_MAX
1387         byte for link object since st_size is wrong.
1389         * listfile.c (list_file): Don't convert blocks to kilobytes if
1390         env. var POSIX_ME_HARDER is defined.
1392         * fstype.c [FS_AIX_STATFS]: New case.
1394         * configure: Make sure the sys/mount.h is the 4.4BSD version
1395         with grep instead of just testing whether it exists.
1397         * listfile.c (list_file): Add 1 to number of 512-byte blocks
1398         before dividing to get 1K blocks (so we round up, not down).
1400 Wed Aug 21 13:02:46 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1402         * Version 3.1.
1404         * parser.c (parse_fprintf), pred.c (pred_fprintf): Add %k
1405         conversion to print 1K blocks.
1407         * listfile.c: Print counts of 1K blocks, for consistency with
1408         new fileutils release.  Bad timing, there.
1410         * Version 3.0.
1412         * pred.c [VOID_CLOSEDIR]: Fake a return value for closedir,
1413         which returns void on some systems, like Sequents.
1414         * configure: Check sys/dir.h for 'void closedir'.
1416 Thu Aug 15 16:07:46 1991  David J. MacKenzie  (djm at frob)
1418         * modetype.h: Define POSIX.1 stat stuff if missing.
1419         * pred.c, parser.c, find.c, fstype.c: Don't define it.
1420         * updatedb.sh: Use a variable substitution method like configure's.
1421         * Makefile.in: Add datadir variable to separate programs from
1422         data file.
1424         * parser.c, pred.c: Rename -fulldays to -daystart.
1426         * defs.h, find.c, parser.c, pred.c: Add many new predicates
1427         from Jay Plett (jay@princeton.edu).
1429 Wed Aug 14 14:37:06 1991  David J. MacKenzie  (djm at bleen)
1431         * parser.c (parse_size), pred.c (pred_size), defs.h (struct
1432         size_t): Allow `k' to follow number to measure size in Kbytes.
1433         * parser.c (parse_size, get_num, insert_num), defs.h (struct
1434         size_t): Use enum comparison_type instead of short.
1436 Fri Aug  9 00:49:32 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1438         * xargs.c (read_line): Use isblank, to support POSIX locales.
1440         * fstype [FS_STATVFS]: New code for SVR4, from slootman@dri.nl
1441         (Paul Slootman).
1442         * configure: Figure out when to use it.
1444         * configure: Check for st_blocks in struct stat.
1445         * listfile.c (ST_NBLOCKS): New macro.
1446         (list_file): Print file's block count.
1447         Use S_ISLNK instead of S_IFLNK.
1448         * fileblocks.c: New file, from fileutils.
1450 Thu Aug  8 17:20:19 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1452         * parser.c, pred.c [CACHE_IDS]: Optional code to turn uid and
1453         gid lookups into table lookups.
1455 Wed Aug  7 00:22:29 1991  David J. MacKenzie  (djm at wheat-chex)
1457         * configure, Makefile.in's: Support +srcdir option via VPATH.
1458         Clean up clean targets.
1460 Sat Jul 20 01:11:51 1991  David J. MacKenzie  (djm at apple-gunkies)
1462         * configure: Filter /etc and /usr/etc from path.
1464         * xargs.c (wait_for_proc): Fix handling of child exit status.
1465         (main): Exit with a nonzero status if any child did.
1467         * pred.c (launch): Flush stdout and stderr before forking.
1469         * fstype.c (filesystem_type) [FS_MNTENT]: Skip entries of
1470         type "ignore".
1472 Fri Jul 19 22:53:42 1991  David J. MacKenzie  (djm at bleen)
1474         * pred.c, locate.c: Use fnmatch instead of glob_match.
1475         * fnmatch.c, fnmatch.h: New files.
1477         * Many files: Use string.h if STDC_HEADERS, as well as if USG.
1479         * locate.c, code.c, bigram.c: Possibly use pathconf to get
1480         PATH_MAX.  Use malloc to allocate path arrays.
1482         * xargs.c: Possibly use sysconf to get ARG_MAX.
1483         (env_size): Make definition unconditional.
1484         (main): Do arg_max adjustment that can't be done with
1485         preprocessor now that ARG_MAX might be a function call.
1486         (do_exec): Exit with status 126 or 127 after failed exec, for
1487         POSIX.2 draft 11.1.
1489         * xargs.c, pred.c, listfile.c: Use POSIX, not UNISTD_MISSING.
1490         * wait.h: Use POSIX, not WAIT_MACROS_MISSING.
1492         * COPYING: Use version 2.  Update all files.
1494         * Replace Makefile and lib/Makefile with Makefile.in,
1495         lib/Makefile.in and configure.  Update README.
1497 Fri Apr  5 12:49:09 1991  David J. MacKenzie  (djm at apple-gunkies)
1499         * Version 2.2.
1501 Fri Mar 15 20:44:45 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
1503         * xargs.c (main): Always run the command if some args are left over.
1504         Rename some variables.
1506 Fri Jan 18 03:35:57 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
1508         * bigram.c, code.c, locate.c: Use LIMITS_MISSING, not
1509         _POSIX_SOURCE, to decide whether to include limits.h.
1511         * parser.c, pred.c, listfile.c: Use POSIX, not _POSIX_SOURCE,
1512         to decide whether to declare getpwuid and getgrgid.
1514         * xargs.c: Use POSIX, not _POSIX_SOURCE, to determine whether
1515         to include memory.h.
1517 Sat Jan 12 04:12:34 1991  David J. MacKenzie  (djm at wookumz.ai.mit.edu)
1519         * defs.h, find.c, parser.c, pred.c: Remove -permmask option.
1521 Thu Jan 10 04:32:52 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
1523         * wait.h: Include sys/types.h to get pid_t.
1525         * xargs.c [USG && !STDC_HEADERS]: Only include memory.h if not
1526         _POSIX_SOURCE.
1528 Tue Jan  1 23:53:32 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
1530         * Version 2.1.
1532 Wed Dec 26 03:25:51 1990  David J. MacKenzie  (djm at apple-gunkies)
1534         * locate.c, bigram.c, code.c: Attempt to get max. path length
1535         on more kinds of systems, incl. POSIX.
1537         * pred.c, listfile.c, xargs.c: Get some decls from unistd.h,
1538         if available. 
1540         * find.c, defs.h: Make `cur_day_start' a time_t, not long.
1542 Fri Dec 21 01:49:12 1990  David J. MacKenzie  (djm at egypt)
1544         * defs.h, parser.c: Remove unused field from `struct exec_t'.
1546         * xargs.c: Add +no-run-if-empty option to cause the command to
1547         not be run if the input is empty.
1549         * defs.h (struct exec_t): Change the array of offsets into an
1550         array of `struct path_arg'.
1551         * parser.c (insert_exec_ok): Fill in new fields, to allow "{}"
1552         to be substituted (multiple times) anywhere in an arg to -exec
1553         or -ok.
1554         * pred.c (pred_exec): Add code to substitute "{}" within args.
1555         (pred_ok): After prompting, just run pred_exec.
1557 Thu Dec 20 02:32:09 1990  David J. MacKenzie  (djm at egypt)
1559         * fstype.c (filesystem_type) [FS_MNTENT]: Allow for optional
1560         "0x" at front of "dev=" mount option, which amd puts there but
1561         Sun automounter doesn't.
1563 Sat Dec 15 19:01:12 1990  David J. MacKenzie  (djm at egypt)
1565         * find.c (main), util.c (usage): Make directory args optional,
1566         defaulting to ".".
1568 Sat Dec 15 18:36:29 1990  David J. MacKenzie  (djm at apple-gunkies)
1570         * listfile.c: Define major and minor if not defined (as in POSIX).
1572 Mon Dec  3 01:04:35 1990  David J. MacKenzie  (djm at alborz)
1574         * find.c, fstype.c, parser.c, pred.c, util.c: Flush stdout before
1575         writing to stderr, in case they have been redirected to the
1576         same file descriptor.
1578         * pred.c (launch): Use POSIX wait macros from wait.h.
1580         * xargs.c (print_xargs): Read from tty_stream, not stdin.
1582 Tue Nov 20 16:48:24 1990  David J. MacKenzie  (djm at apple-gunkies)
1584         * Version 2.0.
1586         * fstype.c [FS_USG_STATFS]: New code.
1587         [FS_STATFS]: For symlinks, statfs the directory the link is in
1588         instead of the link.
1589         * Various files: Conditionalize some declarations on
1590         STDC_HEADERS or _POSIX_SOURCE.
1592 Fri Nov 16 12:24:43 1990  David J. MacKenzie  (djm at egypt)
1594         * modetype.h: New file.
1595         parser.c, pred.c: Use it.
1597 Thu Nov 15 18:05:54 1990  David J. MacKenzie  (djm at apple-gunkies)
1599         * xmalloc.c: New file from fileutils.
1601         * fstype.c (fstype_to_string): Add case for MFS.
1602         (filesystem_type): Take a pathname as a second arg.
1603         [FS_STATFS] return "unknown" instead of exiting if statfs
1604         fails because of ENOENT.
1605         * pred.c (pred_fstype): Pass the pathname.  Set current_dev.
1606         * find.c (process_path): Make root_dev local again.
1608 Mon Nov 12 02:54:00 1990  David J. MacKenzie  (djm at apple-gunkies)
1610         * pred.c (pred_fstype): Free old fs type.
1612         * fstype.c, pred.c (pred_fstype), parser.c (parse_fstype): 
1613         Reread the file system type info. every time a filesystem
1614         mount point is crossed, to allow for automounting.
1616         * xstrdup.c: New file from fileutils.
1618         * find.c (process_path): Rename root_dev to current_dev and
1619         make it global, for -fstype.
1621         * wait.h: New file taken from xargs.c.
1623         * xargs.c: Make limits.h vs. sys/param.h conditional on
1624         LIMITS_MISSING instead of USG, to accomodate SVR2.
1626 Thu Nov  8 11:52:22 1990  David J. MacKenzie  (djm at apple-gunkies)
1628         * parser.c, pred.c, listfile.c: If not _POSIX_SOURCE, declare
1629         getpwuid and getgrgid.  Use them.
1631         * listfile.c: If not _POSIX_SOURCE, define S_ISDIR and
1632         S_ISBLK.  Use them. 
1634         * find.c: Use S_ISDIR instead of S_IFDIR, and define if not
1635         _POSIX_SOURCE. 
1637         * Makefile: Define AR and RANLIB and pass to child makes.
1638         lib/Makefile: Use them.
1640         * xargs.c (WIFSIGNALED): Redefine so it works.
1642 Mon Nov  5 00:02:01 1990  David J. MacKenzie  (djm at apple-gunkies)
1644         * find.c (process_path): For -xdev, process filesystem
1645         mountpoints (but don't descend them), instead of skipping them
1646         entirely. 
1648         * find.c, parser.c, defs.h: Add -follow predicate.
1650         * xargs.c: Change ifdefs to support STDC POSIX systems.
1652 Sat Nov  3 20:18:05 1990  David J. MacKenzie  (djm at apple-gunkies)
1654         * xargs.c (do_exec): Child process exits with status 255, not
1655         127, if command can't be run.
1657 Fri Nov  2 02:11:42 1990  David J. MacKenzie  (djm at apple-gunkies)
1659         * xargs.c: Exit with status 127 if running commmand fails, as
1660         required by POSIX.
1662         * fstype.c: Support -fstype for Ultrix (-DFS_GETMNT).
1663         Sun/BSD code is now -DFS_MNTENT.
1665 Thu Nov  1 13:06:01 1990  David J. MacKenzie  (djm at egypt)
1667         * Reorganize into subdirectories and add xargs.  Rewrite Makefiles.
1669         * find.c (process_path, main): Allow a maxdepth of 0, meaning
1670         only process command line args.
1672         * parser.c, pred.c: Add -print0 predicate.
1674         * xargs.c: Add -0 option and long options.  Move standard
1675         library functions into separate files.  Use error instead of
1676         fatal and fprintf/perror.  Use POSIX macros for examining exit
1677         status from wait.
1678         (read_string): New function.
1680 Fri Sep 21 10:21:09 1990  David J. MacKenzie  (djm at apple-gunkies)
1682         * find.c (process_path): Take DEPTH as an arg instead of ROOT,
1683         and change callers.
1685 Thu Sep 20 23:58:47 1990  David J. MacKenzie  (djm at apple-gunkies)
1687         * parser.c (parse_maxdepth): New function.
1688         * find.c (process_path): If -maxdepth was given, don't go
1689         more than that many levels deep.
1690         * defs.h: Declare maxdepth.
1692 Wed Sep 12 02:12:31 1990  David J. MacKenzie  (djm at apple-gunkies)
1694         * parser.c: Add -not as synonym for !.
1696 Sun Aug 26 06:16:08 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
1698         * Makefile (TAGS): New target.
1700 Sun Aug 12 00:32:01 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1702         * xargs.c (main): Tell getopt to not permute.
1704 Sat Aug  4 21:43:45 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
1706         * parser.c (parse_perm), pred.c (pred_perm): Always compare
1707         bits 07777.
1709         * locate.c, Makefile: Rename 'fastfind' program to 'locate',
1710         following comment in POSIX.2 draft 10 rationale for find.
1712 Wed Jul 25 18:45:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1714         * listfile.c (getuser, getgroup): Make uid and gid unsigned
1715         short, not int.
1717 Mon Jul 16 13:40:13 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1719         * defs.h: Don't declare fprintf and printf, in case they have
1720         prototypes in stdio.h (important for functions that use stdarg).
1722 Sun Jul 15 23:39:39 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1724         * parser.c (parse_and): New function, for compatibility.
1726 Wed Jul  4 00:17:57 1990  David J. MacKenzie  (djm at apple-gunkies)
1728         * find.c (main): Only enclose expressions that produce no side
1729         effects within `( ... )'.
1731 Tue Jul  3 01:59:39 1990  David J. MacKenzie  (djm at apple-gunkies)
1733         * parser.c (strspn): Stop when end of string reached.
1735         * Version 1.2.
1737         * Move version number from Makefile to new file version.c.
1738         * parser.c: Recognize new -version predicate.
1740         * find.c (main): If no predicates that produce output are
1741         given, default to -print if the entire expression is true, not
1742         just the last part of an alternation.
1743         * Print the names of predicates with invalid arguments.
1745 Mon Jul  2 23:48:17 1990  David J. MacKenzie  (djm at apple-gunkies)
1747         * pred.c: Don't check for invalid comparison types in numeric
1748         predicate functions.
1750 Thu Jun 28 00:34:57 1990  David J. MacKenzie  (djm at apple-gunkies)
1752         * parser.c (parse_regex): Set fastmap and translate before
1753         compiling regex.
1755 Mon Jun 25 18:08:59 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1757         * fastfind.c (fastfind): Initialize count to 0.
1759         * lib/updatedb.sh: Only do regex comparison on directories,
1760         for speed.
1762         * listfile.c (list_file): Truncate user and group name to 8 chars.
1764 Sun Jun 24 13:51:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1766         * Version 1.1.
1768         * Makefile [DISTFILES]: Add COPYING.
1770 Fri Jun 22 03:54:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1772         * Version 1.0.
1774 Tue Jun 19 03:55:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1776         * lib/updatedb.sh: Prune entries that match PRUNEREGEX.
1777         Split up finding files from computing bigrams.
1778         Use redirection instead of nonportable grep -s to detect sort
1779         failure.  Optionally search network filesystems as well as
1780         local ones.
1782         * pred.c (pred_regex): Match against full pathname instead of
1783         just last element.
1784         * util.c (basename): Return "/", not "", if given "/".
1786         * find.c (process_path): Fix error in handling "/" directory.
1788 Mon Jun 18 01:49:16 1990  David J. MacKenzie  (djm at apple-gunkies)
1790         * parser.c [STRSPN_MISSING] (strspn): New function.
1792 Sun Jun 17 13:54:09 1990  David J. MacKenzie  (djm at apple-gunkies)
1794         * listfile.c: New file.
1795         * parser.c (parse_ls): New function.
1796         * pred.c (pred_ls): New function.
1798         * find.c (main): Remove interface to fastfind, to prevent
1799         conflict with POSIX syntax.
1800         * util.c (usage): Remove fastfind syntax from message.
1801         * fastfind.c (main): New function.
1802         * Makefile: Make fastfind a separate program.
1804         * find.c (main): Print correct message if a predicate arg is
1805         missing. 
1807         * parser.c (insert_exec_ok): Make args that start with a ';' but
1808         contain other characters not terminate the command.
1810 Fri Jun 15 00:33:45 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1812         * fstype.c: If MOUNTED isn't defined but MNT_MNTTAB is, use it
1813         instead.  True for HP/UX, at least.
1815 Thu Jun 14 10:10:25 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1817         * savedir.c: New file; now find won't run out of file
1818         descriptors in deep trees.
1819         * find.c (process_path): Use savedir.
1821 Sat Jun  9 03:15:21 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1823         * parser.c (parse_permmask): Allow symbolic mode masks.
1824         (parse_perm): Free 'struct change' when done with it.
1825         (get_oct): Function removed.
1827         * find.c (process_path): Allow arbitrarily-long filenames.
1828         More efficient string copying.  Initialize perm_mask to 07777
1829         instead of -1.
1831 Thu Jun  7 04:22:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1833         * Makefile, find.c: Use DIRENT to control whether <dirent.h>
1834         is used.
1836 Thu May 31 04:46:11 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1838         * parser.c (parse_regex): New function.
1839         * pred.c (pred_regex): New function.
1841         * fstype.c (read_mtab): If mtab entry has a "dev=" option
1842         (like in SunOS 4.1), use it, so there is no need to stat the
1843         special file later on.
1844         (xatoi, strstr): New functions.
1846 Mon May 21 01:04:42 1990  David J. MacKenzie  (djm at abyss)
1848         * lib/updatedb.sh: Put BINDIR in PATH.
1850         * fstype.c: Do nothing if MNTENT_MISSING is defined.
1852         * fstype.c: New file.
1853         * parser.c (parse_fstype): New function.
1854         * pred.c (pred_fstype): New function.
1856         * parser.c (parse_newer): Failure to stat -newer file is a
1857         fatal error.
1859         * pred.c (pred_ok): Flush output before reading.  Use getchar
1860         instead of scanf.
1862         * pred.c (pred_prune): Return false if -depth given.
1863         * find.c: Apply the predicates to the dir when -depth and
1864         -prune are given.
1866 Sun May 20 19:55:30 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1868         * pred.c (pred_prune): Set new global var `stop_at_current_level'.
1869         * find.c (process_path): Test and reset it.
1871 Fri May 18 01:56:17 1990  David J. MacKenzie  (djm at abyss)
1873         * modechange.c, modechange.h: New files.
1874         * parser.c (parse_perm): Use mode_compile and mode_adjust to
1875         parse arg, to allow symbolic mode for POSIX.
1877 Thu May 17 02:07:44 1990  David J. MacKenzie  (djm at abyss)
1879         * parser.c (get_oct): Don't consider an empty string a valid number.
1881         * parser.c (parse_perm): If arg starts with '-', set flag bit
1882         for special comparison (POSIX).
1883         * pred.c (pred_perm): If flag bit set, compare s[ug]id &
1884         sticky bits as well, and return true if the given perms are
1885         set, ignoring other bits.
1887         * find.c: New global var `exit_status'.  Use it.  (POSIX)
1888         * parser.c: Set `exit_status' if lstat on -newer file fails.
1890         * fastfind.c: New file.
1891         * find.c (main): Call fastfind if given only 1 arg.
1892         * util.c (usage): Update message. 
1893         * lib/{Makefile,updatedb.sh,bigram.c,code.c}: New files.
1894         * Makefile: Add 'all' and 'install' targets.
1896 Wed May 16 23:23:35 1990  David J. MacKenzie  (djm at abyss)
1898         * parser.c (parse_nogroup, parse_nouser): Implement.
1899         * pred.c (pred_nogroup, pred_nouser): Implement.
1901 Mon May 14 00:09:35 1990  David J. MacKenzie  (djm at abyss)
1903         * find.c: Add variable `stay_on_filesystem' for -xdev.
1904         (process_path): Take an arg determining whether this call is
1905         the root of a tree.  Use lstat instead of stat.  If
1906         stay_on_filesystem, don't process a dir on a different
1907         filesystem. 
1909         * parser.c (parse_newer): Use lstat instead of stat.  Is this right?
1910         (parse_xdev): Set stay_on_filesystem.
1912         * parser.c: Add dummy parse_nogroup, parse_nouser,
1913         parse_prune, and parse_xdev; to be written later.
1914         * pred.c: Add dummy pred_nogroup, pred_nouser, pred_prune.
1916         * find.c: Support System V directory library/headers.
1918         * find.c (process_path): Don't continue with a file that stat
1919         fails on.
1921         * defs.h, parser.c, pred.c: Change 'u_long' and 'u_short' to
1922         'unsigned long' and 'unsigned short'.
1923         * find.c, defs.h: Remove 'convert_glob' variable.
1924         * parser.c (parse_fullregex): Function removed.
1925         (parse_name): Remove regular expression code.
1926         (parse_type): Recognize sockets.
1927         Add code to check for missing arguments to many parse_* functions.
1928         * pred.c (pred_name): Use glob_match instead of regex.
1930 Sun May 13 17:45:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1932         * Replace fprintf, simple_error, and mem_error with error and
1933         usage. 
1935         * Fix string header includes for USG.
1937 Tue Mar 27 12:40:29 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1939         * defs.h: Change some #defines to enums.
1941 Sun Mar 25 22:08:58 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1943         * find.c (main): Don't take basename of argv[0].
1945         * util.c (xmalloc): New function.
1946         * find.c, parser.c, utils.c: Use xmalloc instead of malloc.
1948         * pred.c: Remove emulation of regex for BSD and use GNU
1949         library version in regcmp.c instead.
1950         * parser.c: Remove emulation of regcmp for BSD and use GNU
1951         library version in regcmp.c instead.
1952         * Makefile: Link with regex.o and regcmp.o.
1953         Add a DISTFILES macro and dist target.
1955         * Indent source code.  Move RCS logs to this file.
1957 Wed Mar 21 09:30:18 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
1959         * xargs.c: Indent.  Comment and rename some global variables.
1960         (main): Use getopt to parse options.  Open new global var
1961         `tty_stream' to /dev/tty if querying requested.
1962         (print_args): Read response from tty_stream, not stdin.
1963         (xmalloc): New function.
1964         Global: Use xmalloc instead of malloc.
1965         (usage): Revise message.
1967 87/02/22  20:01:20  20:01:20  cire (Eric B. Decker)
1969         * pred.c: added guts to pred_size
1971 87/02/22  00:59:42  00:59:42  cire (Eric B. Decker)
1973         * pred.c: added guts to perm and permmask.
1975 87/02/21  23:02:21  23:02:21  cire (Eric B. Decker)
1977         * pred.c: made pred_name only look at the last component of
1978         the path.
1980 87/02/21  22:26:47  22:26:47  cire (Eric B. Decker)
1982         * pred.c: added guts to name.  useds regex and regcmp to do
1983         regular expression handling.
1985 87/02/21  00:17:21  00:17:21  cire (Eric B. Decker)
1987         * pred.c: added predicate newer
1989 87/02/20  11:40:07  11:40:07  cire (Eric B. Decker)
1991         * pred.c: added guts to pred_ok
1993 87/02/19  23:52:37  23:52:37  cire (Eric B. Decker)
1995         * pred.c: finished exec.
1997 87/02/22  20:01:09  20:01:09  cire (Eric B. Decker)
1999         * parser.c: added guts to parse_size
2001 87/02/22  00:59:16  00:59:16  cire (Eric B. Decker)
2003         * parser.c: added guts of perm and permmask.  added getoct
2004         routine for perm and permmask
2006 87/02/21  23:32:50  23:32:50  cire (Eric B. Decker)
2008         * parser.c: added -fre, -fullregex predicate to turn off
2009         globbing conversion
2011 87/02/21  23:01:01  23:01:01  cire (Eric B. Decker)
2013         * parser.c: reworked name so the regexpr pattern includes $ at
2014         the end to force globbing to work correctly.  End of the
2015         pattern refers to the end of the filename.
2017 87/02/21  22:25:34  22:25:34  cire (Eric B. Decker)
2019         * parser.c: added guts to name.  uses a conversion from
2020         globbing to regexp format.  uses regex and regcmp to actually
2021         to the comparison.
2023 87/02/21  00:17:11  00:17:11  cire (Eric B. Decker)
2025         * parser.c: added predicate newer
2027 87/02/20  11:39:35  11:39:35  cire (Eric B. Decker)
2029         * parser.c: added ok guts.  consolidated exec and ok to using
2030         insert_exec_ok
2032 87/02/19  00:20:54  00:20:54  cire (Eric B. Decker)
2034         * parser.c: minor bug in -fulldays predicate parser.  It
2035         should have set the flag full_days to true.
2037 87/02/22  00:58:32  00:58:32  cire (Eric B. Decker)
2039         * find.c: changed where we are setting perm_mask to -1.  need
2040         to make sure that this happens before every apply_predicate.
2042 87/02/21  23:32:11  23:32:11  cire (Eric B. Decker)
2044         * find.c: added error checking for no paths.  better error
2045         message if illegal ordering.
2047 87/02/21  22:19:58  22:19:58  cire (Eric B. Decker)
2049         * find.c: added global convert_glob
2051 87/02/22  20:00:12  20:00:12  cire (Eric B. Decker)
2053         * defs.h: added definition of BLKSIZE for size
2055 87/02/21  22:19:25  22:19:25  cire (Eric B. Decker)
2057         * defs.h: added global convert_glob for name