*** empty log message ***
[findutils.git] / ChangeLog
blobb2c654dc486bd151f8efff6200e7827ffe80a3d0
1 2000-10-29  Bruno Haible <haible@ilog.fr>
3         * locate/code.c (main), doc/find.texi: improve handling of
4         non-ASCII characters used old format.
6 2000-10-21  Paul Eggert  <eggert@twinsun.com>
8         If open + fchdir fails, fall back on xgetcwd + chdir.
9         The old code tested for this at compile-time,
10         but SunOS 4.1.4 fchdir can fail at run-time.
12         * find/defs.h (fchdir): Define to -1 if not available.
13         * find/defs.h (starting_dir, starting_desc):
14         Always declare.  starting_dir now points to const.
15         * find/find.c (starting_dir, starting_desc): Likewise.
16         * find/find.c (starting_dir):
17         Now "." if starting_desc is nonnegative, for benefit of diagnostics.
18         (main, process_top_path, process_dir):
19         If open + fchdir fails, fall back on xgetcwd + chdir.
20         * find/pred.c (launch): Likewise.
22 2000-10-20  Kevin Dalley  <kevin@seti.org>
24         * xargs/xargs.c, locate/updatedb.sh, locate/locate.c (usage),
25         find/parser.c (parse_help): add bug reporting address to help
27 2000-10-13  Kevin Dalley  <kevin@seti.org>
29         * depcomp, lib/depcomp: depcomp moved from lib to .
31 2000-10-11  Kevin Dalley  <kevind@rahul.net>
33         * Version 4.1.6
34         
35         * locate/testsuite/config/unix.exp: set PRUNEFS to "" for the
36         testsuite. 
38 2000-10-10  Bruno Haible <haible@ilog.fr>
40         * lib/Makefile.am (libfind_a_SOURCES): added yesno.c
42         * lib/yesno.c, lib/rpmatch.c: new files.
44         * find/pred.c: use function yesno().
46 2000-10-10  Kevin Dalley  <kevind@rahul.net>
47         
48         * locate/testsuite/Makefile.am: Added missing \ at end of
49         EXTRA_DIST lines.
51         * locate/testsuite/locate.gnu/ignore_case3.xo,
52         locate/testsuite/locate.gnu/ignore_case3.exp,
53         locate/testsuite/locate.gnu/ignore_case2.exp,
54         locate/testsuite/locate.gnu/ignore_case1.xo,
55         locate/testsuite/locate.gnu/ignore_case1.exp: place locatedb
56         inside tmp directory, add subdir directory under tmp.
58         * locate/testsuite/config/unix.exp: clean up tmp after test is
59         finished. 
61 2000-10-10  Kevin Dalley  <kevind@rahul.net>
63         * locate/testsuite/config/unix.exp (Repository): 
65 2000-10-09  Kevin Dalley  <kevind@rahul.net>
67         * lib/fnmatch.c, lib/fnmatch.h: reverted to older version of
68         fnmatch which works with Solaris.
70         * locate/testsuite/config/unix.exp: dejagnu unix.exp
72         * xargs/testsuite/config/unix.exp: remove temporary file
74         * xargs/xargs.c: spelling correction
76         * m4/prereq.m4: updated and changed some macros
78         * m4/jm-macros.m4: replaced jm_FUNC_FNMATCH with
79         kd_FUNC_FNMATCH_CASE_REPL 
81         * m4/timespec.m4, m4/strerror_r.m4, m4/mbstate_t.m4,
82         m4/largefile.m4, m4/gettext.m4, m4/fnmatchcase.m4, m4/d-type.m4,
83         m4/d-ino.m4, m4/c-bs-a.m4: new m4 macros.
85         * m4/Makefile.am: add fnmatchcase.m4 and mbstate_t.m4
87         * locate/testsuite/locate.gnu/ignore_case3.xo,
88         locate/testsuite/locate.gnu/ignore_case3.exp,
89         locate/testsuite/locate.gnu/ignore_case2.xo,
90         locate/testsuite/locate.gnu/ignore_case2.exp,
91         locate/testsuite/locate.gnu/ignore_case1.xo,
92         locate/testsuite/locate.gnu/ignore_case1.exp,
93         locate/testsuite/config/unix.exp: tests related to "--ignore-case"
94         option.
96         * locate/testsuite/locate.gnu: testsuite directory
98         * locate/testsuite/Makefile.am (Repository): 
100         * locate/testsuite: add directory for locate testsuite
102         * po/findutils.pot: updated file
104         * po/sv.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po,
105         po/it.po, po/gl.po, po/fr.po, po/et.po, po/es.po, po/de.po:
106         updated various po files.
108         * locate/updatedb.sh: export TMPDIR, which is used by child
109         processes.
111         * locate/locate.1, locate/locate.c:  add "--ignore-case" option.
113         * locate/Makefile.am: add testsuite subdirectory
115         * find/testsuite/find.gnu/perm.xo,
116         find/testsuite/find.gnu/perm.exp,
117         find/testsuite/find.gnu/name-opt.xo,
118         find/testsuite/find.gnu/name-opt.exp: added test suites
120         * configure.in: add locate/testsuite/Makefile
122         * doc/find.info*: removed from repository
124         * doc/find.texi: add documentation for "-i" option.
126         * aclocal.m4: removed from repository, as it is generated.
128         * find/pred.c: fixes problem with "find -perm -0100".
130         * lib/lstat.c, lib/stat.c: removed from repository.  These files
131         are generated from lib/xstat.in.
133 2000-08-24  Kevin Dalley  <kevind@rahul.net>
135         * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s}.
137 2000-05-13  Kevin Dalley  <kevind@rahul.net>
139         * find/tree.c (opt_expr): move iname and ipath to the front of the
140         list of arguments.
142         * doc/find.texi (Directories): changed wording for "-prune".
144         * find/parser.c (parse_prune): set side_effects to true, to
145         prevent prune from being moved in opt_expr.
147 2000-04-12  Kevin Dalley  <kevind@rahul.net>
149         * doc/find.texi, doc/permi.texi: fix spellings, add LocalWords.
151         * lib/Makefile.am: put getline.c back into libfind_a_SOURCES,
152         since getstr is needed.
154         * Version 4.1.5
155         
156         * po/POTFILES.in: updated list of files, updated po files.
159 2000-04-02  Paul Eggert  <eggert@twinsun.com>
161         Add support for large files, and port to Solaris 8 and earlier
162         versions.
164         * lib/human.c (getenv): Depend on NEED_GETENV_DECL, not
165         HAVE_DECL_GETENV.
167         * lib/strftime.c (my_strftime): Make sure we call the system
168         strftime, not ourselves, when invoking the underlying strftime.
169         
170         * m4/check-decl.m4 (jm_CHECK_DECLS): Remove memchr, nanosleep.
172         * m4/jm-macros.m4 (jm_MACROS): Don't check for utime.h.  Do not
173         require jm_BISON, jm_CHECK_TYPE_STRUCT_UTIMBUF, jm_FUNC_LCHOWN,
174         jm_FUNC_CHOWN, jm_FUNC_NANOSLEEP, jm_FUNC_GROUP_MEMBER,
175         jm_FUNC_PUTENV, jm_FUNC_GETGROUPS, AM_FUNC_GETLOADAVG,
176         jm_SYS_PROC_UPTIME, jm_FUNC_FTRUNCATE, jm_FUNC_UTIME.  Do not
177         replace strcasecmp, dup2, gethostname, getusershell, stime,
178         strcspn, strpbrk, euidaccess, mkdir, rmdir, rpmatch, strndup,
179         strverscmp, memchr, memmove.  Do not check for declaration of
180         lchown.  Remove invocations of AM_FUNC_OBSTACK, AM_FUNC_STRTOD,
181         POW_LIBM, jm_LANGINFO_CODESET, jm_ICONV.  Remove df tests.
182         (jm_CHECK_ALL_TYPES): Include <sys/stat.h> when checking for
183         struct stat.st_blksize.
185         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set environment variable
186         in shell rather than using putenv, which isn't portable.
187         
188         * COPYING, lib/alloca.c, lib/dirname.c, lib/error.c,
189         lib/savedir.c, lib/strstr.c, m4/check-decl.m4, m4/d-ino.m4,
190         m4/d-type.m4, m4/getline.m4, m4/jm-glibc-io.m4, m4/jm-macros.m4,
191         m4/jm-mktime.m4, m4/ls-mntd-fs.m4, m4/memcmp.m4, m4/prereq.m4,
192         m4/readdir.m4, m4/regex.m4, m4/strftime.m4, m4/uintmax_t.m4: Sync
193         to latest version from sh-utils-2.0g.
195         * config.guess, config.sub, lib/argmatch.c, lib/argmatch.h,
196         lib/human.c, lib/human.h, lib/memcpy.c, lib/quotearg.c,
197         lib/quotearg.h, lib/strtoull.c, lib/strtoumax.c,
198         lib/xstrtoumax.c, m4/c-bs-a.m4, m4/gettext.m4,
199         m4/largefile.m4, m4/lcmessage.m4, m4/link-follow.m4,
200         m4/progtest.m4, m4/strerror_r.m4, m4/timespec.m4,
201         m4/xstrtoumax.m4: New files, taken from sh-utils-2.0g.
203         * lib/ansi2knr.1, lib/ansi2knr.c, lib/basename.c, lib/getopt.h,
204         lib/fnmatch.c, lib/fnmatch.h, lib/modechange.c: Sync to latest
205         unreleased version of GNU tar (between 1.13.17 and 1.13.18).
207         * lib/basename.h, lib/waitpid.c: New files, taken from same
208         version of GNU tar.
209         
210         * lib/regex.c, lib/regex.h: Sync to GNU grep 2.4.2.
212         * lib/posix/Makefile.am, lib/posix/regex.h: New files, taken from
213         GNU grep 2.4.2.
215         * lib/strftime.c: Sync to textutils 2.0e.
216         
217         * acconfig.h, depcomp, lib/strcasecmp.c, m4/check-type.m4,
218         m4/const.m4, m4/decl.m4, m4/lfs.m4, m4/mktime.m4, m4/perl.m4,
219         m4/putenv.m4, m4/uptime.m4, m4/utimbuf.m4, m4/utime.m4,
220         m4/utimes.m4: Remove these files; no longer needed.
222         * configure.in (AC_CANONICAL_HOST, AC_SYS_LARGEFILE,
223         jm_AC_TYPE_UINTMAX_T): Add.
224         (CACHE_IDS, FSTYPE_STATVFS, FSTYPE_USG_STATFS, FSTYPE_AIX_STATFS,
225         FSTYPE_MNTENT, FSTYPE_STATFS, FSTYPE_GETMNT): Add comment, so that
226         we don't need acconfig.h.
227         (AC_CHECK_TYPE): Add ssize_t.
228         (AC_REPLACE_FUNCS): Add waitpid.
229         (AC_CHECK_FUNCS): Remove basename.
230         (AC_FUNC_MKTIME): Remove.
231         (LIBOBJS): Add no-ops to work around automake 1.4 bug.
232         (AC_OUTPUT): Add lib/posix/Makefile.
234         * find/defs.h: Include <config.h>, <sys/types.h>, <sys/stat.h>,
235         <stdio.h>, <limits.h>, <inttypes.h>.  All includers changed to not
236         include these files, and to include "defs.h" first (since config.h
237         must be included first).
238         (CHAR_BIT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
239         S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, MOD_WXUSR,
240         MODE_R, MODE_RW, MODE_RWX, MODE_ALL): New macros.
241         (enum permissions_type): New enum.
242         (struct long_val.negative): New member.
243         (struct long_val.l_val): Now uintmax_t, not unsigned long.
244         (struct size_val.size): Likewise.
245         (struct perm_val): New type.
246         (struct predicate.perm): Now struct perm_val, not unsigned long.
247         (struct predicate.type): Now mode_t, not unsigned long.
248         (list_file): New parameters current_time, output_block_size.
249         All callers changed.
250         (savedir, basename): Remove decls.
251         (output_block_size, start_time): New extern vars.
253         * find/find.c: Include <human.h>, <savedir.h>.
254         (output_block_size, start_time): New vars.
255         (main): Initialize them.  No need to check for negative st_size,
256         since savedir now does it for us.
258         * find/fstype.c: Include "dirname.h".
259         (xatoi): Remove.
260         (filesystem_type_uncached): Use xstrtoumax instead of xatoi.
261         
262         * find/parser.c: Include "xstrtol.h".
263         (get_num_days, get_num, parse_amin, parse_cmin, parse_mmin,
264         parse_size, parse_used, insert_time, insert_num): Compute using
265         uintmax_t, not unsigned long.
266         (parse_amin, parse_cmin, parse_mmin, parse_used, insert_time):
267         Keep track of whether time was negative before converting it to an
268         unsigned type.
269         (parse_daystart): Don't assume that localtime succeeds; e.g. it
270         can fail with 64-bit time_t and 32-bit tm_year.
271         (parse_perm, insert_type): Compute using mode_t, not unsigned
272         long.
273         (insert_type): Use symbolic constants like MODE_ALL instead of
274         traditional ones like 07777.  Set new kind member to indicate
275         permissions type, instead of using unportable magic numbers.
276         (make_segment): We will use human_readable to convert most numeric
277         values, so simplify the cases.
278         (get_num_days): Write in terms of get_num, to avoid duplicated
279         code.
280         (insert_time, insert_num): When debugging, convert large values to
281         uintmax_t and output with %ju.
282         (get_num): Use xstrtoumax to do the real work.
284         * find/pred.c: Include "basename.h", "human.h".
285         (DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKSIZE): New macros, taken from
286         fileutils.
287         (ST_NBLOCKS): Replace with fileutils defn.
288         (MAX): New macro.
289         (ctime_format): New function.
290         (pred_fprintf, format_date): Use human_readable to output large
291         numbers portably.
292         (pred_fprintf): Use ctime_format to output ctime-style dates.  Use
293         base_name to compute the base name of a path.  With %m, output the
294         mode portably using traditional numbers, even if the host uses
295         some other numbering scheme.
296         (pred_iname, pred_name): basename -> base_name.
297         (pred_perm): Use new kind member to deduce permissions type,
298         instead of relying on magic numbers.
299         (pred_size): Compute using uintmax_t, not unsigned long.  Avoid
300         overflow if file size is near the maximum.
301         (pred_type): Compute using mode_t, not unsigned long.
302         (launch): Use waitpid, not wait.  Check for EINTR.
303         (format_date): Don't assume that localtime succeeds.
305         * find/util.c (basename): Remove; we now use base_name.
307         * lib/Makefile.am (SUBDIRS): New macro.
308         (libfind_a_SOURCES): Add argmatch.h, argmatch.c, basename.h,
309         basename.c, human.c, human.h, quotearg.c, quotearg.h, xstrtoumax.c.
310         Remove error.h, error.c, getline.c.
311         (EXTRA_DIST): Add mktime.c, regex.c.
313         * lib/listfile.c: Include "human.h".
314         (alloca): Declare, or include appropriate files to declare.
315         (DEV_BSIZE, ST_NBLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE): New macros.
316         (convert_blocks): Remove.
317         (list_file): New current_time and output_block_size args.
318         Revamp quite a bit, to handle large numbers correctly
319         and to match GNU ls behavior more closely.
321         * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4, gettext.m4,
322         largefile.m4, lcmessage.m4, link-follow.m4, progtest.m4,
323         strerror_r.m4, xstrtoumax.m4.  Remove check-type.m4, const.m4,
324         decl.m4, lfs.m4, mktime.m4, perl.m4, putenv.m4, timespec.m4,
325         uptime.m4, utimbuf.m4, utime.m4, utimes.m4.
327         * xargs/xargs.c (wait_for_proc): Retry wait if it fails with
328         errno == EINTR.
330 2000-04-05  Kevin Dalley  <kevind@rahul.net>
332         * xargs/Makefile.am:  add ansi2knr
334         * xargs/xargs.c: add macros PARAMS rather than P_.  Add
335         prototypes.
337         * po/POTFILES: new file listing all POFILES.
339         * m4/gl.po, m4/et.po: new files
341         * m4/Makefile.am.in:  updated file
343         * m4: update directory
345         * locate/Makefile.am: create updatedb from updatedb.sh
347         * locate/updatedb.sh, locate/updatedb.in: removed file.  Replaced
348         by updatedb.sh
350         * locate/frcode.c, locate/code.c, locate/bigram.c: add macros
351         PARAMS rather than P_.  Add prototypes.
353         * lib/xstat.in: new file
355         * lib/Makefile.am: update to latest versions of library files.
357         * find/testsuite/Makefile.am: add CLEANFILES
359         * find/util.c: remove definition of basename
360         
361         * find/util.c, find/tree.c, find/pred.c, find/parser.c,
362         find/fstype.c, find/find.c, find/defs.h: add macros PARAMS rather
363         than P_, for consistency, change to prototypes
365         * find/Makefile.am: Add prototypes and ansi2knr
367         * configure.in: add Galition and Estonian languages.
368         Miscellaneous other fixes.
369         
371 2000-03-11  Kevin Dalley  <kevind@rahul.net>
373         * lib/basename.c: Add file from libit.
374         * lib/Makefile.am (libfind_a_SOURCES): add basename.c since it is
375         no longer replaceable.
377         * find/util.c: Remove definition of basename, which is now in
378         lib/basename.c (as base_name).
379         * find/pred.c: Use base_name, not basename.
380         * find/defs.h: Likewise.
382         * configure.in : Don't replace basename.  Now we use only
383         base_name.
385 2000-02-26  Kevin Dalley  <kevind@rahul.net>
387         * Version 4.1.4
388         
389         * lib/strtoul.c: added to distribution
390         
391         * configure.in: added strtoul to AC_REPLACE_FUNCS
393         * configure.in: added jm_CHECK_ALL_TYPE
395 2000-02-23  Kevin Dalley  <kevind@rahul.net>
397         * po/ChangeLog: removed, merged with top-level ChangeLog.
398         
399         * po/de.po: new version of German file.
400         
401         * po/gl.po, po/et.po: new languages, Estonian and Galician.
403         * locate/updatedb.sh (PRUNEFS): enclose paths in quotes
405 2000-02-17  Kevin Dalley  <kevind@rahul.net>
407         * po/it.po: new version of Italian file.
408         
409         * locate/updatedb.sh (prunefs_exp): have sed statement use '*'
410         rather than the often unsupported '+'.
412 2000-02-13  Kevin Dalley  <kevind@rahul.net>
414         * configure.in: removed AC_ARG_PROGRAM, which is already in
415         AM_INIT_AUTOMAKE. 
417         * locate/Makefile.am (updatedb), locate/updatedb.sh: add
418         transforms of find, frcode, bigram, and code back into
419         updatedb.sh, which were accidentally removed.
421 2000-02-12  Kevin Dalley  <kevind@rahul.net>
423         * lib/wait.h: updated address.
425 2000-01-26  Kevin Dalley  <kevind@rahul.net>
427         * Version 4.1.3
429         * acconfig.h: added internationalization.
431         * intl/*: copied from tar-1.13.17.
433         * locate/Makefile.am, locate/locate.c, locate/code.c:
434         internationalized file.
436         * locate/frcode.c, locate/bigram.c: include headers from ../lib
437         directory.
439         * xargs/Makefile.am, xargs/xargs.c: internationalized directory.
441 2000-01-26  Kevin Dalley  <kevind@rahul.net>
443         * POTFILES.in: added list of files with translatable strings.
445         * de.po, es.po, fr.po, it.po, ko.po, nl.po, pl.po, pt_BR.po,
446         ru.po, sv.po: New, slightly out of date, files imported from the
447         Translation Project: http://www.iro.umontreal.ca/contrib/po/HTML/,
448         German, Spanish, French, Italian, Korean, Dutch, Polish, Brazilian
449         Portuguese.
452 2000-01-24  Kevin Dalley  <kevind@rahul.net>
454         * lib/xmalloc.c, lib/regex.c, lib/getopt.c: internationalization
455         works with current version of gettext.
457         * lib/getline.h : added declaration of getstr.
458         * lib/Makefile.am (libfind_a_SOURCES): added getline.[ch] to
459         standard compilation. Added internationalization.
460         * find/Makefile.am (INCLUDES): corrected -I options for building
461         in other directories.
462         (LDADD): changes for internationalization.
464         * configure.in (ALL_LINGUAS): added internationalization. 
465         getline.c is always compiled and linked, because of getstr.
466         AM_GNU_GETTEXT
468         * Makefile.am: 
469         (DISTCLEANFILES): added intl/libintl.h
470         (AUTOMAKE_OPTIONS): added gnits to AUTOMAKE_OPTIONS
471         (SUBDIRS): added intl and po
473         * acconfig.h: added internationalization values
475         * THANKS: added thanks file for gnits compatibility.
477 2000-01-22  Kevin Dalley  <kevind@rahul.net>
479         * added intl directory.
481         * Added internationalization, only with slightly out of date po
482         files for many locales.
484 2000-01-18  Kevin Dalley  <kevind@rahul.net>
486         * Version 4.1.2
487         
488         * locate/Makefile.am: remove creation of updatedb, since it is now
489         made by configure
491         * configure.in: updatedb is now created by configure.
493         * xargs/Makefile.am: added testsuite to xargs directory
495         * locate/updatedb.in: updatedb is now created by configure
497         * locate/frcode.c, locate/code.c, locate/bigram.c: change return
498         from main to int.  Replace getstr with getline, where possible.
500         * locate/Makefile.am: place frcode, code, bigram in
501         libexec_PROGRAMS
503         * lib/xstrdup.c, lib/xmalloc.c, lib/xgetcwd.c, lib/xalloc.h,
504         lib/strtol.c, lib/strstr.c, lib/strftime.c, lib/strdup.c,
505         lib/stpcpy.c, lib/stat.c, lib/savedir.h, lib/savedir.c,
506         lib/regex.h, lib/regex.c, lib/realloc.c, lib/pathmax.h,
507         lib/modechange.h, lib/modechange.c, lib/mktime.c, lib/memset.c,
508         lib/memcmp.c, lib/malloc.c, lib/lstat.c, lib/idcache.c,
509         lib/getopt1.c, lib/getopt.c, lib/getopt.h, lib/getline.c,
510         lib/getline.h, lib/fnmatch.c, lib/fnmatch.h, lib/filemode.c,
511         lib/filemode.h, lib/fileblocks.c, lib/error.c, lib/error.h,
512         lib/dirname.c, lib/alloca.c: updated to newer version of file from
513         fileutils.
515         * find/version.c: version number is now automatically generated by
516         configure.
518         * find/fstype.c (filesystem_type_uncached): fixes bug described as
519         follows:  When 'find' looks for a fstype, it parses the /etc/mtab
520         until it finds the good line. But, if there is, before the good
521         line, a line whose mountpoint is unreachable, it fails.
523         * doc/texinfo.tex: updated to newer version
525         * doc/find.texi: added version.texi, fixed a few documentation bugs.
527         * configure.in: new m4 features.
529         * Makefile.am: moved testsuite to below corresponding directories
530         find and xargs.
532         * acconfig.h: updated to match new m4 files.
534         * m4: added m4 directory, largely borrowed from Jim Meyering's
535         fileutils.
537 2000-01-17  Kevin Dalley  <kevind@rahul.net>
539         * doc/find.texi (Multiple Files): placed missing xargs in examples
541         * find/testsuite/find.gnu/depth.exp: added find tests to test
542         "-depth" bug.
544         * doc/find.texi: include version.texi for automatic determination
545         of version number, update bug report email address to
546         bug-findutils@gnu.org.
547         (Combining Primaries With Operators): add indices for " ,", "()",
548         "-a", "-o", etc.
550 2000-01-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
552         * find/tree.c (opt_expr): Never rearrange the arguments of the
553         comma operator, since it is not commutative.  Remove useless
554         assignment.2
555         
556 000-01-17  Jonathan R. Ferro <jferro@corwin.ece.cmu.edu>
557         
558         * find/find.c (process_path): fix problem with "-depth" which is
559         tested in depth.exp test.
561 1999-08-15  Kevin Dalley  <Kevin Dalley <kevin@seti.org>>
563         * find/fstype.c (filesystem_type_uncached): a stat failure with
564         EACCESS will ignore this file system keep on looking.  Patch
565         suggested by Vincent Danjean <vdanjean@ens-lyon.fr>.
567 1999-08-15  Mark Kettenis  <kettenis@gnu.org>
569         * xargs/xargs.c (LONG_MAX): Define if necessary.
570         (main): If ARG_MAX is -1 (that is sysconf
571         (_SC_ARG_MAX) returns -1) the system does not impose a limit.  In
572         that case, use LONG_MAX as the limit.
573         
574 1999-08-15  Kevin Dalley  <Kevin Dalley <kevind@rahul.net>
576         * find/version.c: version string is now set by config.h
578 1999-08-08  Kevin Dalley  <kevin@seti.org>
580         * Version 4.1.1
582         * README-alpha: added alpha README file
584         * find/defs.h: move lstat declarations into defs.h
586         * xargs/Makefile.am, testsuite/Makefile.am, locate/Makefile.am,
587         lib/Makefile.am, find/Makefile.am, doc/Makefile.am, configure.in,
588         Makefile.am: update for automake-1.4
590 1999-08-02  Kevin Dalley  <kevind@rahul.net>
592         * AUTHORS: added file listing AUTHORS
594         * lib/Makefile.am: modified code for EXTRA sources
595         
596 1999-01-30  Kevin Dalley  <kevind@rahul.net>
598         * added const to declaration of basename, which should satisfy
599         Linux as well as Hurd (fixes bug #31325).
600         
601 1998-12-04  Kevin Dalley  <kevind@rahul.net>
602         
603         * lib/nextelem.c: removed declaration of strdup and free, which
604         meets GNU coding standards and allows compilation on more
605         platforms.
606         
607         * find.texi: corrected explanation of -amin option which described
608         hours instead of minutes
609         
610 1998-09-26  Kevin Dalley  <kevind@rahul.net>
611         
612         * lib/getline.c: fix getstr so that it correctly handles long file
613         paths
614         
615 1998-09-20  Kevin Dalley  <kevind@rahul.net>
616         
617         * removed more function declarations to meet GNU coding standards
618         
619 1998-08-30  Kevin Dalley  <kevind@rahul.net>
620         
621         * lib/nextelem.c: removed declaration of strdup and free, which
622         meets GNU coding standards and allow compilation on sparc
623         
624         * corrected explanation of -amin option which described hours
625         instead of minutes
626         
627 1998-02-27  Kevin Dalley  <kevind@rahul.net>
628         
629         * locate/locate.c: add --existing option to locate, which only
630         prints the names of files which still exist
631         
632 1998-02-08  Kevin Dalley  <kevind@rahul.net>
633         
634         * locate/locate.c: corrected get_short so that it correctly
635         returns negative numbers.
636         
637         * remove declarations of various string functions.  Removing the
638         declarations almost matches the GNU Coding Standards.
639         
640 1997-03-03  Kevin Dalley  <kevind@rahul.net>
641         
642         * xargs/xargs.c: xargs fixed to prevent occasional core dumping.
643         
644 1997-01-11  Kevin Dalley  <kevind@rahul.net>
645         
646         * locate/updatedb.sh: add --localuser option to updatedb, which
647         allows find to be run as nobody, while allowing database file to
648         be created as root, change suggested by
649         <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
650         
651 1996-12-28  Kevin Dalley  <kevind@rahul.net>
652         * added PRUNEFS as variable in updatedb and --prunefs as option to
653         updatedb
655 1996-05-27  Kevin Dalley  <kevind@rahul.net>
656         
657         * updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
658         is root
659 1996-04-27  Kevin Dalley  <kevind@rahul.net>
661         * lib/getline.c (getstr): verify that nchars_avail is *really*
662         greater than 0; set *n to a large enough number, stops some core
663         dumping
665 Thu Nov  3 09:23:33 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
667         * Version 4.1.
669         * locate/Makefile.am: Move updatedb from LIBSCRIPTS to SCRIPTS.
671         * Makefile.am (distname): Change distribution name from find to
672           findutils.
674         * testsuite/config/unix.exp: Don't abuse xfail; simulate it correctly.
676         * locate/Makefile.am (CLEANFILES): Fix typo.
678 Wed Nov  2 15:11:52 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
680         * The big 4 0.
682         * lib/listfile.c find/defs.h (list_file): Take a stream arg.
683         * find/pred.c (pred_ls): pass it.
684         * find/parser.c pred.c defs.h (parse_fls, pred_fls): New functions.
686 Tue Oct 25 16:09:04 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
688         * find/pred.c (pred_fprintf): Flush output after \c.  From Chapman
689         Flack.
691         * find/parser.c (insert_fprintf): Warn about unrecognized \ and %
692         sequences.
694 Tue Oct 18 00:03:10 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
696         * find/defs.h parser.c pred.c tree.c util.c: Globally change
697         "victim" to "primary".
699         * find/parser.c (insert_fprintf): For 'c' format, don't lose the
700         need_stat information.  From Chapman Flack.
702         * doc/find.texi perm.texi: New files.
703         * configure.in: Configure the doc directory.
705         * find/pred.c (pred_regex): Check that the regex matched the whole
706         file name.
708 Wed Oct 12 17:13:47 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
710         * find/find.c (main): Tell what the invalid arg is.
711         From Kaveh Ghazi.
713 Fri Oct  7 12:33:24 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
715         * find/parser.c: Add -mount as an alias for -xdev.
716         From Klaus.Steinberger@physik.uni-muenchen.de (Klaus Steinberger).
718         * lib/modechange.c: Make umask_value unsigned short.
720         * xargs/xargs.c: Use symbolic constants in longopts.
721         From Chapman Flack.
723 Wed Oct  5 11:23:09 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
725         * xargs/xargs.c (main, read_line, read_string, do_exec): Pass 
726           along the lengths of the args.
727           (main): Calculate length of replace_pat.
728           (push_arg, do_insert): Use those lengths instead of calculating
729           them. 
731 Tue Oct  4 10:02:05 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
733         * locate/updatedb.sh Makefile.in: Add substitutions to get
734           the transformed program names.
736         * xargs/xargs.c: Put back the global variables for now.
737         Rename some variables.  Increase default args_per_exec.
738         Use boolean where applicable.
739         (main): Reduce default arg_max by 2048 for POSIX.2.
740         (read_string): Don't check EOF string.
741         (read_line, read_string): Take initial args size into account.
743 Sat Oct  1 17:43:13 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
745         * find/pred.c (launch): Use pid_t.
747         * xargs/xargs.c (EOF_STR): Define and use.
748         [__STDC__]: Declare xrealloc and xmalloc using void *.
749         * find/defs.h: Likewise.
751         * find/defs.h: Only declare stpcpy if !HAVE_STPCPY.
753         * xargs/xargs.c: Replace most global variables with structure
754           pointers passed as arguments.  Use pid_t.
755         * lib/wait.h: Include sys/wait.h if HAVE_SYS_WAIT_H.
756         * configure.in: Call AC_TYPE_MODE_T and AC_HEADER_SYS_WAIT.
758         * xargs/xargs.c: Improve paging performance and memory
759           fragmentation by building command arguments in a pre-allocated
760           buffer and re-implementing the child pid list as an expandable
761           array.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
763 Thu Sep 29 11:38:07 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
765         * xargs/xargs.c [__STDC__]: Prototype declarations.
767 Wed Sep 28 11:25:53 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
769         * find/fstype.c [AFS, __STDC__]: Fix definition of _VICEIOCTL.
771 Tue Sep 27 08:14:27 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
773         * find/fstype.c (fstype_to_string): Add more cases.  Use
774           INITMOUNTNAMES if defined.
775         * find/defs.h: Change boolean typedef from char to int.
776         * configure.in: Check for mktime.
778 Tue Sep 27 01:20:28 1994  Kaveh R. Ghazi  (ghazi@noc.rutgers.edu)
780         * configure.in: Add AC_HEADER_STAT.
781         * lib/listfile.c, lib/modetype.h: Add STAT_MACROS_BROKEN.
783         * find/pred.c: Move the inclusion of defs.h ahead of the first
784           test of _POSIX_VERSION.
786         * lib/xgetcwd.c: Remove _POSIX_VERSION, rely only on HAVE_GETCWD.
788 Mon Sep 26 16:43:01 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
790         * configure.in: Add AC_CONFIG_HEADER.
791         * find/*.c locate/*.c xargs/*.c: Include config.h.
792         * locate/updatedb.sh: Add --version; --old -> --old-format.
794 Sun Sep 25 23:43:37 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
796         * find/* [__STDC__]: Prototype declarations.
798         * locate/updatedb.sh: Account for renaming code and frcode.
800         * find/find.c (process_path): Store dev and ino of directories in
801           current branch to avoid symlink loops.  From DJ Delorie
802           <dj@ctron.com>.
803           (process_dir): If following symlinks, don't cd to ..; instead,
804           cd to the starting directory and then to the parent directory.
805           (main) [HAVE_FCHDIR]: Save the dev, ino of the starting directory.
806           (process_top_path) [HAVE_FCHDIR]: Use it.
807         * find/pred.c (launch) [HAVE_FCHDIR]: Likewise.
808         * defs.h [HAVE_FCHDIR]: Declare starting_desc instead of starting_dir.
809         * configure.in: Check for dev_t, ino_t, fchdir, fcntl.h.
811 Fri Sep 23 11:55:38 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
813         * lib/listfile.c: Change #ifdef S_IFLNK to #ifdef S_ISLNK.
814         From Andreas Luik <luik@isa.de>.
816 Thu Sep 22 11:42:40 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
818         * locate/locate.c (last_literal_end): Dynamically allocate enough
819           memory for the subpattern.
821 Wed Sep 21 06:12:56 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
823         * locate/locate.c (locate): Warn if database is >8 days old.
824         From Ian Lance Taylor.
826         * xargs/xargs.c (do_exec), find/pred.c (launch): Set SIGCHLD to
827           default.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
828         * find/find.c pred.c util.c lib/listfile.c: Remove fflush(stdout)
829           calls before error.  error does it, and doesn't trash errno.
830           From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
832         * find/fstype.c (filesystem_type_uncached): Don't trust mtab dev
833           number on HPUX.  From Andreas Luik <luik@isa.de>.
834           (filesystem_type_uncached): Don't cache unknown file system
835           types.  From casper@fwi.uva.nl (Casper Dik).
837         * locate/updatedb.sh: Collect results in temp file and rename it
838           atomically.  From Andreas Luik <luik@isa.de>.
840         * xargs/xargs.c (parse_num): Print a long using %ld.  From Jim
841           Meyering.
843         * find/defs.h find.c parser.c pred.c util.c, lib/nextelem.c:
844           Emulate strchr and strrchr with index and rindex, not vice versa.
846         Remove man directory; move man pages to the directories of the
847         programs they document.
849         * locate/frcode.c: Renamed from code.c.
850         * locate/frcode.c (put_short): Renamed from puthalfword.
851         * locate/locate.c (get_short): Renamed from gethalfword.
852         (last_literal_end): Renamed from patprep.
853         (locate): Recognize old-format databases too.
854         * locate/locatedb.h: Add defines for old-format databases.
855         * locate/bigram.c locate/code.c: Put back programs to create
856         old-format databases.
857         * locate/updatedb.sh: Take --old option to use them.
859 Tue Sep 20 15:41:11 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
861         * configure.in: Update for Autoconf v2.
862         * find/pred.c lib/savedir.c: Use new symbols for dir header.
863         * locate/updatedb.sh: Add --help option.
865 Sun Feb 13 11:21:58 1994  Jim Meyering  (meyering@comco.com)
867         * man/Makefile.in [man1ext, man5ext]: Set man5ext (not man1ext) to 5.
869 Sun Aug  1 22:30:55 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
871         * bigram.c: File removed.
872         * getline.c, memcmp.c, locatedb.h, updatedb.1, locatedb.5: New files.
873         * updatedb.sh: Take command line options.
874         Don't do bigram compression.
875         * code.c, locate.c: Don't do bigram compression.
876         Write and read counts in network byte order.
877         Handle arbitrarily long paths.
878         Use a magic number at the start of the databases.
880 Thu Jul 29 20:44:53 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
882         * Makefile.in (config.status): Run config.status --recheck, not
883         configure, to get the right args passed.
885 Thu Jul 22 12:53:12 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
887         * listfile.c (list_file): Print inode as a long.
889 Wed Jul 14 14:14:45 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
891         * fstype.c [STDC_HEADERS]: Include stdlib.h.
893         * Move unistd.h include from parser.c and pred.c to defs.h.
895 Wed Jun 30 14:14:47 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
897         * updatedb.sh: Construct PRUNEREGEX from PRUNEPATHS with sed.
898         Prune /afs.  Change NFSUSER to NETUSER and NFSPATHS to NETPATHS.
900 Tue Jun 29 12:19:58 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
902         * pred.c (pred_fprintf): Abort in switch if `c' is not A, C, or T.
904 Mon Jun 28 00:18:52 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
906         * fstype.c (in_afs) [AFS]: New function, derived from code by
907         Sanjay Ramamurthy <ramams@rpi.edu>.
908         (filesystem_type_uncached) [AFS]: Call it if the fs type is
909         otherwise unknown.
911         * parser.c (parse_size): Recognize b and w suffixes for dd
912         compatibility. 
914         * code.c (puthalfword): New function.
915         (main): Call it.
916         * locate.c (gethalfword): New function.
917         (locate): Call it.
918         From ifado!wb@germany.eu.net (Wilhelm B. Kloke).
920         * listfile.c: Include pathmax.h.
921         (get_link_name): Always allocate PATH_MAX + 1 bytes for
922         readlink buffers.
923         * pred.c (pred_fprintf, insert_lname): Call get_link_name.
925         * fstype.c (filesystem_type, filesystem_type_uncached),
926         listfile.c (list_file): Take an arg for the path to access.
927         * pred.c (pred_ls, pred_fstype, pred_fprintf): Pass it.
929         * find.c (process_dir): Renamed from scan_directory.
931         Changes from jrs@world.std.com (Rick Sladkey) to chdir into
932         subdirectories instead of using string concatenation, for speed:
933         * find.c (process_top_path): New function.
934         (main): Call it, and xgetcwd.
935         (process_path, scan_directory): Take new arg, the pathname
936         relative to ".".  Use it and pass it on.
937         * pred.c (pred_and, pred_comma, pred_negate, pred_or,
938         pred_xtype, pred_fprintf, pred_empty, insert_lname):
939         access rel_pathname instead of pathname.
940         (launch): chdir to starting_dir.
941         * defs.h: Declare rel_pathname and starting_dir.
942         * find.c: Define them.
944         * xgetcwd.c: New file.
946         * updatedb.sh: Recognize -fstype NFS as well as nfs.
947         * locate.c (patprep): Skip trailing character classes correctly.
948         From luik@pharao.stgt.sub.org (Andreas Luik).
950         * parser.c (parse_group): Make gid a gid_t, not short or int.
951         (parse_nogroup): Cast gid to unsigned when using it as an array index.
952         (parse_user, parse_nouser): Similar changes for uid.
953         * defs.h: Use uid_t and gid_t.
955         * parser.c (parse_help): New function.
956         (parse_table):  Add --version, -help, and --help options.
957         Rename struct parser_table_t to struct parser_table.
958         (parse_version): Exit after printing message, on
959         stdout not stderr.
961         * xargs.c, locate.c (main, usage): Add --version and --help
962         options.
964 Wed Mar 31 22:39:57 1993  Jim Meyering  (meyering@comco.com)
966         * parser.c: Define isascii macro to be 1 also if STDC_HEADERS.
967         * xargs.c: Ditto.
969 Wed Mar 31 16:04:07 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
971         * pred.c (pred_fprintf): If curdepth is 0, don't nuke
972         segment->text; nuke cp.
974 Mon Mar 29 15:57:20 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
976         * Version 3.8.
978 Fri Mar 26 16:36:59 1993  David J. MacKenzie  (djm@hal.gnu.ai.mit.edu)
980         * pred.c (pred_ilname, pred_iname, pred_ipath): New functions.
981         (pred_table): Add them.
982         (insert_lname): New function.
983         (pred_lname): Call it.
984         * parser.c (parse_ilname, parse_iname, parse_ipath,
985         parse_iregex): New functions.
986         (parse_table): Add them.
987         (insert_regex): New function.
988         (parse_regex): Call it.
990         * fstype.c (filesystem_type): Cache previous result.
991         (filesystem_type_uncached): New function.
992         pred.c (pred_fstype, pred_fprintf): Adjust callers to not cache.
994         * parser.c: Don't define const.
996         * fstype.c [FSTYPE_STATFS] (fstype_to_string): #ifdef
997         MOUNT_PC for 386bsd.
999 Thu Mar 25 18:32:24 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1001         * parser.c (parse_regex): If ignore_case, set up a translate
1002         table for the regex.
1004         * defs.h: Include string.h or strings.h.
1005         * find.c fstype.c parser.c pred.c util.c: Don't.
1007         * nextelem.c [index]: Don't redefine.
1009 Wed Mar 24 17:47:10 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1011         * xargs.c (wait_for_proc): Exit with a nonrunnable command's exit
1012         status, not the wait status value.  From
1013         Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>.
1015         * parser.c (make_segment, insert_fprintf), pred.c
1016         (pred_fprintf): Add '%F' to print filesystem type.
1018         * parser.c (parse_fprintf): Check if second arg is missing.
1020 Tue Mar 23 13:18:08 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1022         * pred.c (pred_fprintf): For %P, don't move past an assumed
1023         slash if the ARGV element ends with one, because in that case
1024         we didn't add one.
1026         * parser.c (parse_printf): Check for missing arg.
1027         From smj@cats.com (Steve James).
1029         * parser.c: Add #ifdef around atol decl for Linux.
1031 Fri Dec 11 08:17:07 1992  Jim Meyering  (meyering@comco.com)
1033         * defs.h: Remove dcl of process_path.
1034         * find.c: Put dcl of process_path here.  Make a few functions
1035         and file-scope variables static.
1036         * parser.c, tree.c: Declare most functions static.
1038         * locate.c: Use `required_argument' macro in dcl of longopts.
1039         * bigram.c, code.c, locate.c, xargs.c: Make most functions and
1040         file-scope variables static.
1042         * parser.c, xargs.c: Guard ctype.h macros with isascii.
1044         * find.c: Add declarations for opt_expr and mark_stat.
1045         * tree.c (set_new_parent): Add empty default clause to enum swicth.
1046         * locate.c (main): Parenthesize for gcc -Wall.
1047         * xargs.c (push_arg): Parenthesize for gcc -Wall.
1049 Tue Nov 24 08:04:36 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
1051         * find.c, fstype.c, parser.c, pred.c, util.c, listfile.c,
1052         nextelem.c, xargs.c, bigram.c, code.c, locate.c: Use
1053         HAVE_STRING_H, not USG.
1055         * pred.c: Use SYSDIR and NDIR instead of USG.
1056         Define direct as dirent, not vice-versa.
1058 Fri Oct  9 02:15:17 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
1060         * xargs.c (main): Set orig_arg_max before possibly cutting
1061         down arg_max.
1063 Thu Sep 10 19:25:35 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1065         * parser.c: Always declare getgrent and getpwent.
1067 Mon Aug 24 12:54:16 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1069         * xargs.c: Include sys/types.h before unistd.h.  Use ARG_MAX
1070         if it's defined.
1071         * find.c, nextelem.c: Add missing decls.
1072         From bde@runx.oz.au (Bruce Evans).
1074 Thu Jul 23 15:06:07 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1076         * Version 3.7.
1078 Tue Jul 14 00:16:52 1992  David J. MacKenzie  (djm@apple-gunkies.gnu.ai.mit.edu)
1080         * pathmax.h: New file.
1081         * bigram.c, code.c, locate.c: Use it.  Use xmalloc instead of malloc.
1083 Sat Jul 11 22:31:46 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1085         * nextelem.c: New file.
1086         * locate.c (main): Use it to support a database path.
1088 Fri Jul  3 02:12:09 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1090         * listfile.c, pred.c: Change FOO_MISSING to HAVE_FOO.
1092         * parser.c [_POSIX_SOURCE]: Define endpwent and endgrent as empty.
1093         * listfile.c [!HAVE_ST_RDEV]: Print blanks.
1094         From Jeffrey Siegal (jbs@congruent.com).
1096         * locate.c (locate): Check for EOF at top of loop, not middle.
1097         * updatedb.sh: Remove duplication hack.
1098         From Jay Plett.
1100 Wed Jun 10 15:04:23 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1102         * pred.c (pred_amin, pred_atime, pred_cmin, pred_ctime,
1103         pred_mmin, pred_mtime, pred_used): Cast l_val to time_t before
1104         comparing it to a time_t.  From fpm@crash.cts.com (Frank Maclachlan).
1106         * locate.c (locate): Take the database path as an arg.
1107         (main): Take an option to specify the database path.
1108         (usage): New function.
1110         * updatedb.sh: Don't read from and write to the file-list file
1111         in the same statement.
1113 Thu Jun  4 15:27:07 1992  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
1115         * Version 3.6.
1117 Wed May 20 00:05:13 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
1119         * xargs.c: Include sys/param.h before limits.h, not after.
1121         * listfile.c: If we include a header file specifically to get
1122         major et al., assume we have them.
1124 Tue May 12 01:09:33 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
1126         * locate.c (locate): Don't give fnmatch FNM_PERIOD (it's useless).
1128         * parser.c (parse_path): New function.
1129         * pred.c (pred_path): New function.
1130         * tree.c (opt_expr): Move -path like -name.
1132         * updatedb.sh: Duplicate the last entry in the file list so it
1133         doesn't get ignored.
1135 Mon May 11 22:24:40 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
1137         * updatedb.sh: Allow many vars to be overridden in the environment.
1139         * locate.c, updatedb.sh: FCODES -> LOCATE_DB.
1141 Wed Apr 22 15:24:00 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
1143         * updatedb.sh: Use binprefix when calling find.
1145         * locate.c (locate): Use LOCATE_DB environ variable if set.
1147         * find.c (scan_directory): Allow for dirs having negative
1148         st_size (NFS mount points on VAX 4.3BSD+NFS).
1149         From metcalf@catfish.lcs.mit.edu (Chris Metcalf).
1151 Sat Apr 18 15:42:52 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1153         * fstype.c: Rename FS_* to FSTYPE_*.  Support Dynix's
1154         name for the mount table.
1156 Sun Mar  8 23:21:25 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
1158         * listfile.c (list_file): Allow a slop factor for deciding what
1159         is in the future.
1161 Tue Feb 25 16:24:15 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1163         * Version 3.5.
1165 Sat Feb 22 08:43:01 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1167         * tree.c (set_new_parent): Initialize need_stat field.
1169         * defs.h (struct predicate): Define p_name unconditionally.
1171 Fri Feb 21 15:28:43 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
1173         * tree.c (opt_expr): Preserve expression precedence when
1174         rearranging expression tree. 
1175         (set_new_parent): New function.
1176         (mark_stat): Set need_stat whether or not it's been set
1177         earlier in the expression.
1178         All from Tim Wood.
1180 Mon Feb 17 10:20:38 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1182         * updatedb.sh: Use current value of TMPDIR if already set.
1183         From Dana Jacobsen (jacobsd@cs.orst.edu).
1185         * pred.c: Include pwd.h and grp.h after unistd.h, not before.
1186         Apparently needed on ISC 2.2.  From Juha Takala <jta@piuha.sah.vtt.fi>.
1188 Thu Feb 13 10:52:31 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1190         * modetype.h: Don't define S_IFMT, because doing so breaks pred_type
1191         on plain POSIX.1 systems.
1193 Sat Feb  8 00:58:13 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1195         * Version 3.4.
1197 Fri Feb  7 21:35:58 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1199         * defs.h: Don't declare process_path.
1200         * find.c [DEBUG_STAT] (debug_stat): New function.
1201         (main) [DEBUG_STAT]: Call it.
1202         (process_path): Return a value.
1203         (scan_directory): Count number of subdirs seen so far.
1204         * parser.c (pred_and, pred_close, pred_comma, pred_negate,
1205         pred_open, pred_or): Don't need stat.
1206         * util.c (get_new_pred_chk_op): Implicit AND doesn't need stat.
1208 Fri Jan 17 21:51:18 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1210         * Version 3.3.
1212 Tue Dec 24 02:16:49 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1214         * wait.h, listfile.c, xargs.c, bigram.c, code.c, locate.c:
1215         Change POSIX ifdefs to HAVE_UNISTD_H and _POSIX_VERSION. 
1217 Wed Dec 18 16:37:17 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1219         * listfile.c: Use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS to
1220         find major and minor.
1222         * code.c, bigram.c, locate.c, xargs.c: Use LIMITS_H_MISSING
1223         instead of LIMITS_MISSING.
1225 Sat Dec  7 06:13:26 1991  David J. MacKenzie  (djm at frob.eng.umd.edu)
1227         * parser.c (parse_prune): No stat needed for prune.
1228         (insert_fprintf, make_segment): Possibly no stat needed,
1229         depending on which information is printed.
1231         * xargs.c (usage): Document long-named options as starting
1232         with -- instead of +.
1234         * parser.c [!POSIX]: Declare getgrent and getpwent.
1236         * fstype.c (filesystem_type): Only check MNTTYPE_IGNORE if
1237         it's defined.  From Rainer Orth.
1239         * Add leaf node optimization suggested by Matthew Farwell
1240         <dylan@ibmpcug.co.uk>.  Add -noleaf option to disable it.
1241         Adapt parts of Tim Wood's work to current sources.
1242         * find.c (scan_directory): New function, from code in process_path.
1243         (process_path): Take an arg indicating whether the pathname
1244         is a leaf non-directory, instead of a redundant current level.
1245         * parser.c (parse_noleaf): New function.
1246         (parse_print, parse_name, etc.): Set need_stat = false.
1248 Wed Nov  2 13:34:32 1990  Tim Wood at home      (tim at axolotl.UUCP)
1250         * pred.c: Call stat() if an AND, OR or NOT node tells you to.
1251         * find.c: Limit calls to stat().
1253 Wed Oct  3 17:30:39 1990  Tim Wood at home      (tim at axolotl.UUCP)
1255         * tree.c (opt_expr): New function to rearrange predicates within
1256         a conjunction/disjunction so that non-inode (-name, -regex) ones
1257         are executed first.  
1258         * pred.c: Make some supporting tree structure changes for opt_expr().
1260 Sat Dec  7 00:36:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1262         * xargs.c (do_exec): Simplify test for which exit
1263         status to use if exec fails.
1265 Fri Dec  6 18:24:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1267         * listfile.c (list_file): POSIX_ME_HARDER -> POSIXLY_CORRECT.
1269 Thu 24 Oct 1991 21:33:21  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
1271         * pred.c (pred_fprintf): Don't print "\n" unless it's in the
1272         format string.
1274 Mon Oct 21 22:30:35 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1276         * defs.h, parser.c, pred.c: Rename some types that conflict
1277         with reserved POSIX.1 namespace (ended in _t).
1279         
1280         
1281 Thu Oct 17 22:39:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1283         * xargs.c: Don't determine memory.h based on POSIX, which
1284         doesn't mention it.
1286 Sat Oct  5 16:11:05 1991  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
1288         * parser.c (parse_perm): Parse new `-perm +mode' notation.
1289         * pred.c (pred_perm): Interpret same.
1291 Fri Sep 13 14:58:27 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
1293         * xargs.c [POSIX]: Always use sysconf to get ARG_MAX.
1295 Thu Sep  5 23:57:06 1991  David J. MacKenzie  (djm at apple-gunkies)
1297         * bigram.c, code.c (main): Make path_max int, not unsigned.
1298         * locate.c (main): Check for pathconf failure.
1300 Thu Sep  5 11:54:44 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
1302         * parser.c (insert_fprintf): Add `\\' escape and fixed `%%'
1303         interpretation.
1304         * pred.c (pred_fprintf): fixed off-by-one indexing problem
1305         when handling [gGuU] printf formats.
1307 Wed Aug 28 20:53:57 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1309         * Version 3.2.
1311 Mon Aug 26 18:57:32 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
1313         * bigram.c, code.c: Fix handling of PATH_MAX.
1314         Check for anomalous input line lengths.
1315         From Bruce Evans.
1317 Fri Aug 23 11:00:18 1991  David J. MacKenzie  (djm at apple-gunkies)
1319         * pred.c (pred_fprintf): Round block number up to get K.
1321 Thu Aug 22 10:46:30 1991  David J. MacKenzie  (djm at apple-gunkies)
1323         * pred.c (pred_fprintf, pred_lname) [_AIX]: Allocate PATH_MAX
1324         byte for link object since st_size is wrong.
1326         * listfile.c (list_file): Don't convert blocks to kilobytes if
1327         env. var POSIX_ME_HARDER is defined.
1329         * fstype.c [FS_AIX_STATFS]: New case.
1331         * configure: Make sure the sys/mount.h is the 4.4BSD version
1332         with grep instead of just testing whether it exists.
1334         * listfile.c (list_file): Add 1 to number of 512-byte blocks
1335         before dividing to get 1K blocks (so we round up, not down).
1337 Wed Aug 21 13:02:46 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1339         * Version 3.1.
1341         * parser.c (parse_fprintf), pred.c (pred_fprintf): Add %k
1342         conversion to print 1K blocks.
1344         * listfile.c: Print counts of 1K blocks, for consistency with
1345         new fileutils release.  Bad timing, there.
1347         * Version 3.0.
1349         * pred.c [VOID_CLOSEDIR]: Fake a return value for closedir,
1350         which returns void on some systems, like Sequents.
1351         * configure: Check sys/dir.h for 'void closedir'.
1353 Thu Aug 15 16:07:46 1991  David J. MacKenzie  (djm at frob)
1355         * modetype.h: Define POSIX.1 stat stuff if missing.
1356         * pred.c, parser.c, find.c, fstype.c: Don't define it.
1357         * updatedb.sh: Use a variable substitution method like configure's.
1358         * Makefile.in: Add datadir variable to separate programs from
1359         data file.
1361         * parser.c, pred.c: Rename -fulldays to -daystart.
1363         * defs.h, find.c, parser.c, pred.c: Add many new predicates
1364         from Jay Plett (jay@princeton.edu).
1366 Wed Aug 14 14:37:06 1991  David J. MacKenzie  (djm at bleen)
1368         * parser.c (parse_size), pred.c (pred_size), defs.h (struct
1369         size_t): Allow `k' to follow number to measure size in Kbytes.
1370         * parser.c (parse_size, get_num, insert_num), defs.h (struct
1371         size_t): Use enum comparison_type instead of short.
1373 Fri Aug  9 00:49:32 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1375         * xargs.c (read_line): Use isblank, to support POSIX locales.
1377         * fstype [FS_STATVFS]: New code for SVR4, from slootman@dri.nl
1378         (Paul Slootman).
1379         * configure: Figure out when to use it.
1381         * configure: Check for st_blocks in struct stat.
1382         * listfile.c (ST_NBLOCKS): New macro.
1383         (list_file): Print file's block count.
1384         Use S_ISLNK instead of S_IFLNK.
1385         * fileblocks.c: New file, from fileutils.
1387 Thu Aug  8 17:20:19 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
1389         * parser.c, pred.c [CACHE_IDS]: Optional code to turn uid and
1390         gid lookups into table lookups.
1392 Wed Aug  7 00:22:29 1991  David J. MacKenzie  (djm at wheat-chex)
1394         * configure, Makefile.in's: Support +srcdir option via VPATH.
1395         Clean up clean targets.
1397 Sat Jul 20 01:11:51 1991  David J. MacKenzie  (djm at apple-gunkies)
1399         * configure: Filter /etc and /usr/etc from path.
1401         * xargs.c (wait_for_proc): Fix handling of child exit status.
1402         (main): Exit with a nonzero status if any child did.
1404         * pred.c (launch): Flush stdout and stderr before forking.
1406         * fstype.c (filesystem_type) [FS_MNTENT]: Skip entries of
1407         type "ignore".
1409 Fri Jul 19 22:53:42 1991  David J. MacKenzie  (djm at bleen)
1411         * pred.c, locate.c: Use fnmatch instead of glob_match.
1412         * fnmatch.c, fnmatch.h: New files.
1414         * Many files: Use string.h if STDC_HEADERS, as well as if USG.
1416         * locate.c, code.c, bigram.c: Possibly use pathconf to get
1417         PATH_MAX.  Use malloc to allocate path arrays.
1419         * xargs.c: Possibly use sysconf to get ARG_MAX.
1420         (env_size): Make definition unconditional.
1421         (main): Do arg_max adjustment that can't be done with
1422         preprocessor now that ARG_MAX might be a function call.
1423         (do_exec): Exit with status 126 or 127 after failed exec, for
1424         POSIX.2 draft 11.1.
1426         * xargs.c, pred.c, listfile.c: Use POSIX, not UNISTD_MISSING.
1427         * wait.h: Use POSIX, not WAIT_MACROS_MISSING.
1429         * COPYING: Use version 2.  Update all files.
1431         * Replace Makefile and lib/Makefile with Makefile.in,
1432         lib/Makefile.in and configure.  Update README.
1434 Fri Apr  5 12:49:09 1991  David J. MacKenzie  (djm at apple-gunkies)
1436         * Version 2.2.
1438 Fri Mar 15 20:44:45 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
1440         * xargs.c (main): Always run the command if some args are left over.
1441         Rename some variables.
1443 Fri Jan 18 03:35:57 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
1445         * bigram.c, code.c, locate.c: Use LIMITS_MISSING, not
1446         _POSIX_SOURCE, to decide whether to include limits.h.
1448         * parser.c, pred.c, listfile.c: Use POSIX, not _POSIX_SOURCE,
1449         to decide whether to declare getpwuid and getgrgid.
1451         * xargs.c: Use POSIX, not _POSIX_SOURCE, to determine whether
1452         to include memory.h.
1454 Sat Jan 12 04:12:34 1991  David J. MacKenzie  (djm at wookumz.ai.mit.edu)
1456         * defs.h, find.c, parser.c, pred.c: Remove -permmask option.
1458 Thu Jan 10 04:32:52 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
1460         * wait.h: Include sys/types.h to get pid_t.
1462         * xargs.c [USG && !STDC_HEADERS]: Only include memory.h if not
1463         _POSIX_SOURCE.
1465 Tue Jan  1 23:53:32 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
1467         * Version 2.1.
1469 Wed Dec 26 03:25:51 1990  David J. MacKenzie  (djm at apple-gunkies)
1471         * locate.c, bigram.c, code.c: Attempt to get max. path length
1472         on more kinds of systems, incl. POSIX.
1474         * pred.c, listfile.c, xargs.c: Get some decls from unistd.h,
1475         if available. 
1477         * find.c, defs.h: Make `cur_day_start' a time_t, not long.
1479 Fri Dec 21 01:49:12 1990  David J. MacKenzie  (djm at egypt)
1481         * defs.h, parser.c: Remove unused field from `struct exec_t'.
1483         * xargs.c: Add +no-run-if-empty option to cause the command to
1484         not be run if the input is empty.
1486         * defs.h (struct exec_t): Change the array of offsets into an
1487         array of `struct path_arg'.
1488         * parser.c (insert_exec_ok): Fill in new fields, to allow "{}"
1489         to be substituted (multiple times) anywhere in an arg to -exec
1490         or -ok.
1491         * pred.c (pred_exec): Add code to substitute "{}" within args.
1492         (pred_ok): After prompting, just run pred_exec.
1494 Thu Dec 20 02:32:09 1990  David J. MacKenzie  (djm at egypt)
1496         * fstype.c (filesystem_type) [FS_MNTENT]: Allow for optional
1497         "0x" at front of "dev=" mount option, which amd puts there but
1498         Sun automounter doesn't.
1500 Sat Dec 15 19:01:12 1990  David J. MacKenzie  (djm at egypt)
1502         * find.c (main), util.c (usage): Make directory args optional,
1503         defaulting to ".".
1505 Sat Dec 15 18:36:29 1990  David J. MacKenzie  (djm at apple-gunkies)
1507         * listfile.c: Define major and minor if not defined (as in POSIX).
1509 Mon Dec  3 01:04:35 1990  David J. MacKenzie  (djm at alborz)
1511         * find.c, fstype.c, parser.c, pred.c, util.c: Flush stdout before
1512         writing to stderr, in case they have been redirected to the
1513         same file descriptor.
1515         * pred.c (launch): Use POSIX wait macros from wait.h.
1517         * xargs.c (print_xargs): Read from tty_stream, not stdin.
1519 Tue Nov 20 16:48:24 1990  David J. MacKenzie  (djm at apple-gunkies)
1521         * Version 2.0.
1523         * fstype.c [FS_USG_STATFS]: New code.
1524         [FS_STATFS]: For symlinks, statfs the directory the link is in
1525         instead of the link.
1526         * Various files: Conditionalize some declarations on
1527         STDC_HEADERS or _POSIX_SOURCE.
1529 Fri Nov 16 12:24:43 1990  David J. MacKenzie  (djm at egypt)
1531         * modetype.h: New file.
1532         parser.c, pred.c: Use it.
1534 Thu Nov 15 18:05:54 1990  David J. MacKenzie  (djm at apple-gunkies)
1536         * xmalloc.c: New file from fileutils.
1538         * fstype.c (fstype_to_string): Add case for MFS.
1539         (filesystem_type): Take a pathname as a second arg.
1540         [FS_STATFS] return "unknown" instead of exiting if statfs
1541         fails because of ENOENT.
1542         * pred.c (pred_fstype): Pass the pathname.  Set current_dev.
1543         * find.c (process_path): Make root_dev local again.
1545 Mon Nov 12 02:54:00 1990  David J. MacKenzie  (djm at apple-gunkies)
1547         * pred.c (pred_fstype): Free old fs type.
1549         * fstype.c, pred.c (pred_fstype), parser.c (parse_fstype): 
1550         Reread the file system type info. every time a filesystem
1551         mount point is crossed, to allow for automounting.
1553         * xstrdup.c: New file from fileutils.
1555         * find.c (process_path): Rename root_dev to current_dev and
1556         make it global, for -fstype.
1558         * wait.h: New file taken from xargs.c.
1560         * xargs.c: Make limits.h vs. sys/param.h conditional on
1561         LIMITS_MISSING instead of USG, to accomodate SVR2.
1563 Thu Nov  8 11:52:22 1990  David J. MacKenzie  (djm at apple-gunkies)
1565         * parser.c, pred.c, listfile.c: If not _POSIX_SOURCE, declare
1566         getpwuid and getgrgid.  Use them.
1568         * listfile.c: If not _POSIX_SOURCE, define S_ISDIR and
1569         S_ISBLK.  Use them. 
1571         * find.c: Use S_ISDIR instead of S_IFDIR, and define if not
1572         _POSIX_SOURCE. 
1574         * Makefile: Define AR and RANLIB and pass to child makes.
1575         lib/Makefile: Use them.
1577         * xargs.c (WIFSIGNALED): Redefine so it works.
1579 Mon Nov  5 00:02:01 1990  David J. MacKenzie  (djm at apple-gunkies)
1581         * find.c (process_path): For -xdev, process filesystem
1582         mountpoints (but don't descend them), instead of skipping them
1583         entirely. 
1585         * find.c, parser.c, defs.h: Add -follow predicate.
1587         * xargs.c: Change ifdefs to support STDC POSIX systems.
1589 Sat Nov  3 20:18:05 1990  David J. MacKenzie  (djm at apple-gunkies)
1591         * xargs.c (do_exec): Child process exits with status 255, not
1592         127, if command can't be run.
1594 Fri Nov  2 02:11:42 1990  David J. MacKenzie  (djm at apple-gunkies)
1596         * xargs.c: Exit with status 127 if running commmand fails, as
1597         required by POSIX.
1599         * fstype.c: Support -fstype for Ultrix (-DFS_GETMNT).
1600         Sun/BSD code is now -DFS_MNTENT.
1602 Thu Nov  1 13:06:01 1990  David J. MacKenzie  (djm at egypt)
1604         * Reorganize into subdirectories and add xargs.  Rewrite Makefiles.
1606         * find.c (process_path, main): Allow a maxdepth of 0, meaning
1607         only process command line args.
1609         * parser.c, pred.c: Add -print0 predicate.
1611         * xargs.c: Add -0 option and long options.  Move standard
1612         library functions into separate files.  Use error instead of
1613         fatal and fprintf/perror.  Use POSIX macros for examining exit
1614         status from wait.
1615         (read_string): New function.
1617 Fri Sep 21 10:21:09 1990  David J. MacKenzie  (djm at apple-gunkies)
1619         * find.c (process_path): Take DEPTH as an arg instead of ROOT,
1620         and change callers.
1622 Thu Sep 20 23:58:47 1990  David J. MacKenzie  (djm at apple-gunkies)
1624         * parser.c (parse_maxdepth): New function.
1625         * find.c (process_path): If -maxdepth was given, don't go
1626         more than that many levels deep.
1627         * defs.h: Declare maxdepth.
1629 Wed Sep 12 02:12:31 1990  David J. MacKenzie  (djm at apple-gunkies)
1631         * parser.c: Add -not as synonym for !.
1633 Sun Aug 26 06:16:08 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
1635         * Makefile (TAGS): New target.
1637 Sun Aug 12 00:32:01 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1639         * xargs.c (main): Tell getopt to not permute.
1641 Sat Aug  4 21:43:45 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
1643         * parser.c (parse_perm), pred.c (pred_perm): Always compare
1644         bits 07777.
1646         * locate.c, Makefile: Rename 'fastfind' program to 'locate',
1647         following comment in POSIX.2 draft 10 rationale for find.
1649 Wed Jul 25 18:45:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1651         * listfile.c (getuser, getgroup): Make uid and gid unsigned
1652         short, not int.
1654 Mon Jul 16 13:40:13 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1656         * defs.h: Don't declare fprintf and printf, in case they have
1657         prototypes in stdio.h (important for functions that use stdarg).
1659 Sun Jul 15 23:39:39 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1661         * parser.c (parse_and): New function, for compatibility.
1663 Wed Jul  4 00:17:57 1990  David J. MacKenzie  (djm at apple-gunkies)
1665         * find.c (main): Only enclose expressions that produce no side
1666         effects within `( ... )'.
1668 Tue Jul  3 01:59:39 1990  David J. MacKenzie  (djm at apple-gunkies)
1670         * parser.c (strspn): Stop when end of string reached.
1672         * Version 1.2.
1674         * Move version number from Makefile to new file version.c.
1675         * parser.c: Recognize new -version predicate.
1677         * find.c (main): If no predicates that produce output are
1678         given, default to -print if the entire expression is true, not
1679         just the last part of an alternation.
1680         * Print the names of predicates with invalid arguments.
1682 Mon Jul  2 23:48:17 1990  David J. MacKenzie  (djm at apple-gunkies)
1684         * pred.c: Don't check for invalid comparison types in numeric
1685         predicate functions.
1687 Thu Jun 28 00:34:57 1990  David J. MacKenzie  (djm at apple-gunkies)
1689         * parser.c (parse_regex): Set fastmap and translate before
1690         compiling regex.
1692 Mon Jun 25 18:08:59 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1694         * fastfind.c (fastfind): Initialize count to 0.
1696         * lib/updatedb.sh: Only do regex comparison on directories,
1697         for speed.
1699         * listfile.c (list_file): Truncate user and group name to 8 chars.
1701 Sun Jun 24 13:51:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1703         * Version 1.1.
1705         * Makefile [DISTFILES]: Add COPYING.
1707 Fri Jun 22 03:54:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1709         * Version 1.0.
1711 Tue Jun 19 03:55:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1713         * lib/updatedb.sh: Prune entries that match PRUNEREGEX.
1714         Split up finding files from computing bigrams.
1715         Use redirection instead of nonportable grep -s to detect sort
1716         failure.  Optionally search network filesystems as well as
1717         local ones.
1719         * pred.c (pred_regex): Match against full pathname instead of
1720         just last element.
1721         * util.c (basename): Return "/", not "", if given "/".
1723         * find.c (process_path): Fix error in handling "/" directory.
1725 Mon Jun 18 01:49:16 1990  David J. MacKenzie  (djm at apple-gunkies)
1727         * parser.c [STRSPN_MISSING] (strspn): New function.
1729 Sun Jun 17 13:54:09 1990  David J. MacKenzie  (djm at apple-gunkies)
1731         * listfile.c: New file.
1732         * parser.c (parse_ls): New function.
1733         * pred.c (pred_ls): New function.
1735         * find.c (main): Remove interface to fastfind, to prevent
1736         conflict with POSIX syntax.
1737         * util.c (usage): Remove fastfind syntax from message.
1738         * fastfind.c (main): New function.
1739         * Makefile: Make fastfind a separate program.
1741         * find.c (main): Print correct message if a predicate arg is
1742         missing. 
1744         * parser.c (insert_exec_ok): Make args that start with a ';' but
1745         contain other characters not terminate the command.
1747 Fri Jun 15 00:33:45 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1749         * fstype.c: If MOUNTED isn't defined but MNT_MNTTAB is, use it
1750         instead.  True for HP/UX, at least.
1752 Thu Jun 14 10:10:25 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1754         * savedir.c: New file; now find won't run out of file
1755         descriptors in deep trees.
1756         * find.c (process_path): Use savedir.
1758 Sat Jun  9 03:15:21 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1760         * parser.c (parse_permmask): Allow symbolic mode masks.
1761         (parse_perm): Free 'struct change' when done with it.
1762         (get_oct): Function removed.
1764         * find.c (process_path): Allow arbitrarily-long filenames.
1765         More efficient string copying.  Initialize perm_mask to 07777
1766         instead of -1.
1768 Thu Jun  7 04:22:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1770         * Makefile, find.c: Use DIRENT to control whether <dirent.h>
1771         is used.
1773 Thu May 31 04:46:11 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1775         * parser.c (parse_regex): New function.
1776         * pred.c (pred_regex): New function.
1778         * fstype.c (read_mtab): If mtab entry has a "dev=" option
1779         (like in SunOS 4.1), use it, so there is no need to stat the
1780         special file later on.
1781         (xatoi, strstr): New functions.
1783 Mon May 21 01:04:42 1990  David J. MacKenzie  (djm at abyss)
1785         * lib/updatedb.sh: Put BINDIR in PATH.
1787         * fstype.c: Do nothing if MNTENT_MISSING is defined.
1789         * fstype.c: New file.
1790         * parser.c (parse_fstype): New function.
1791         * pred.c (pred_fstype): New function.
1793         * parser.c (parse_newer): Failure to stat -newer file is a
1794         fatal error.
1796         * pred.c (pred_ok): Flush output before reading.  Use getchar
1797         instead of scanf.
1799         * pred.c (pred_prune): Return false if -depth given.
1800         * find.c: Apply the predicates to the dir when -depth and
1801         -prune are given.
1803 Sun May 20 19:55:30 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1805         * pred.c (pred_prune): Set new global var `stop_at_current_level'.
1806         * find.c (process_path): Test and reset it.
1808 Fri May 18 01:56:17 1990  David J. MacKenzie  (djm at abyss)
1810         * modechange.c, modechange.h: New files.
1811         * parser.c (parse_perm): Use mode_compile and mode_adjust to
1812         parse arg, to allow symbolic mode for POSIX.
1814 Thu May 17 02:07:44 1990  David J. MacKenzie  (djm at abyss)
1816         * parser.c (get_oct): Don't consider an empty string a valid number.
1818         * parser.c (parse_perm): If arg starts with '-', set flag bit
1819         for special comparison (POSIX).
1820         * pred.c (pred_perm): If flag bit set, compare s[ug]id &
1821         sticky bits as well, and return true if the given perms are
1822         set, ignoring other bits.
1824         * find.c: New global var `exit_status'.  Use it.  (POSIX)
1825         * parser.c: Set `exit_status' if lstat on -newer file fails.
1827         * fastfind.c: New file.
1828         * find.c (main): Call fastfind if given only 1 arg.
1829         * util.c (usage): Update message. 
1830         * lib/{Makefile,updatedb.sh,bigram.c,code.c}: New files.
1831         * Makefile: Add 'all' and 'install' targets.
1833 Wed May 16 23:23:35 1990  David J. MacKenzie  (djm at abyss)
1835         * parser.c (parse_nogroup, parse_nouser): Implement.
1836         * pred.c (pred_nogroup, pred_nouser): Implement.
1838 Mon May 14 00:09:35 1990  David J. MacKenzie  (djm at abyss)
1840         * find.c: Add variable `stay_on_filesystem' for -xdev.
1841         (process_path): Take an arg determining whether this call is
1842         the root of a tree.  Use lstat instead of stat.  If
1843         stay_on_filesystem, don't process a dir on a different
1844         filesystem. 
1846         * parser.c (parse_newer): Use lstat instead of stat.  Is this right?
1847         (parse_xdev): Set stay_on_filesystem.
1849         * parser.c: Add dummy parse_nogroup, parse_nouser,
1850         parse_prune, and parse_xdev; to be written later.
1851         * pred.c: Add dummy pred_nogroup, pred_nouser, pred_prune.
1853         * find.c: Support System V directory library/headers.
1855         * find.c (process_path): Don't continue with a file that stat
1856         fails on.
1858         * defs.h, parser.c, pred.c: Change 'u_long' and 'u_short' to
1859         'unsigned long' and 'unsigned short'.
1860         * find.c, defs.h: Remove 'convert_glob' variable.
1861         * parser.c (parse_fullregex): Function removed.
1862         (parse_name): Remove regular expression code.
1863         (parse_type): Recognize sockets.
1864         Add code to check for missing arguments to many parse_* functions.
1865         * pred.c (pred_name): Use glob_match instead of regex.
1867 Sun May 13 17:45:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1869         * Replace fprintf, simple_error, and mem_error with error and
1870         usage. 
1872         * Fix string header includes for USG.
1874 Tue Mar 27 12:40:29 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1876         * defs.h: Change some #defines to enums.
1878 Sun Mar 25 22:08:58 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1880         * find.c (main): Don't take basename of argv[0].
1882         * util.c (xmalloc): New function.
1883         * find.c, parser.c, utils.c: Use xmalloc instead of malloc.
1885         * pred.c: Remove emulation of regex for BSD and use GNU
1886         library version in regcmp.c instead.
1887         * parser.c: Remove emulation of regcmp for BSD and use GNU
1888         library version in regcmp.c instead.
1889         * Makefile: Link with regex.o and regcmp.o.
1890         Add a DISTFILES macro and dist target.
1892         * Indent source code.  Move RCS logs to this file.
1894 Wed Mar 21 09:30:18 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
1896         * xargs.c: Indent.  Comment and rename some global variables.
1897         (main): Use getopt to parse options.  Open new global var
1898         `tty_stream' to /dev/tty if querying requested.
1899         (print_args): Read response from tty_stream, not stdin.
1900         (xmalloc): New function.
1901         Global: Use xmalloc instead of malloc.
1902         (usage): Revise message.
1904 87/02/22  20:01:20  20:01:20  cire (Eric B. Decker)
1906         * pred.c: added guts to pred_size
1908 87/02/22  00:59:42  00:59:42  cire (Eric B. Decker)
1910         * pred.c: added guts to perm and permmask.
1912 87/02/21  23:02:21  23:02:21  cire (Eric B. Decker)
1914         * pred.c: made pred_name only look at the last component of
1915         the path.
1917 87/02/21  22:26:47  22:26:47  cire (Eric B. Decker)
1919         * pred.c: added guts to name.  useds regex and regcmp to do
1920         regular expression handling.
1922 87/02/21  00:17:21  00:17:21  cire (Eric B. Decker)
1924         * pred.c: added predicate newer
1926 87/02/20  11:40:07  11:40:07  cire (Eric B. Decker)
1928         * pred.c: added guts to pred_ok
1930 87/02/19  23:52:37  23:52:37  cire (Eric B. Decker)
1932         * pred.c: finished exec.
1934 87/02/22  20:01:09  20:01:09  cire (Eric B. Decker)
1936         * parser.c: added guts to parse_size
1938 87/02/22  00:59:16  00:59:16  cire (Eric B. Decker)
1940         * parser.c: added guts of perm and permmask.  added getoct
1941         routine for perm and permmask
1943 87/02/21  23:32:50  23:32:50  cire (Eric B. Decker)
1945         * parser.c: added -fre, -fullregex predicate to turn off
1946         globbing conversion
1948 87/02/21  23:01:01  23:01:01  cire (Eric B. Decker)
1950         * parser.c: reworked name so the regexpr pattern includes $ at
1951         the end to force globbing to work correctly.  End of the
1952         pattern refers to the end of the filename.
1954 87/02/21  22:25:34  22:25:34  cire (Eric B. Decker)
1956         * parser.c: added guts to name.  uses a conversion from
1957         globbing to regexp format.  uses regex and regcmp to actually
1958         to the comparison.
1960 87/02/21  00:17:11  00:17:11  cire (Eric B. Decker)
1962         * parser.c: added predicate newer
1964 87/02/20  11:39:35  11:39:35  cire (Eric B. Decker)
1966         * parser.c: added ok guts.  consolidated exec and ok to using
1967         insert_exec_ok
1969 87/02/19  00:20:54  00:20:54  cire (Eric B. Decker)
1971         * parser.c: minor bug in -fulldays predicate parser.  It
1972         should have set the flag full_days to true.
1974 87/02/22  00:58:32  00:58:32  cire (Eric B. Decker)
1976         * find.c: changed where we are setting perm_mask to -1.  need
1977         to make sure that this happens before every apply_predicate.
1979 87/02/21  23:32:11  23:32:11  cire (Eric B. Decker)
1981         * find.c: added error checking for no paths.  better error
1982         message if illegal ordering.
1984 87/02/21  22:19:58  22:19:58  cire (Eric B. Decker)
1986         * find.c: added global convert_glob
1988 87/02/22  20:00:12  20:00:12  cire (Eric B. Decker)
1990         * defs.h: added definition of BLKSIZE for size
1992 87/02/21  22:19:25  22:19:25  cire (Eric B. Decker)
1994         * defs.h: added global convert_glob for name