* Makefile.am: recreated Makefile.am from Makefile.am.in
[findutils.git] / ChangeLog
blobc2a2e9a490faca150b455ee50a6b2d2829425616
1 2000-01-18  Kevin Dalley  <kevind@rahul.net>
3         * locate/Makefile.am: remove creation of updatedb, since it is now
4         made by configure
6         * Version 4.1.2
7         
8         * configure.in: updatedb is now created by configure.
10         * xargs/Makefile.am: added testsuite to xargs directory
12         * locate/updatedb.in: updatedb is now created by configure
14         * locate/frcode.c, locate/code.c, locate/bigram.c: change return
15         from main to int.  Replace getstr with getline, where possible.
17         * locate/Makefile.am: place frcode, code, bigram in
18         libexec_PROGRAMS
20         * lib/xstrdup.c, lib/xmalloc.c, lib/xgetcwd.c, lib/xalloc.h,
21         lib/strtol.c, lib/strstr.c, lib/strftime.c, lib/strdup.c,
22         lib/stpcpy.c, lib/stat.c, lib/savedir.h, lib/savedir.c,
23         lib/regex.h, lib/regex.c, lib/realloc.c, lib/pathmax.h,
24         lib/modechange.h, lib/modechange.c, lib/mktime.c, lib/memset.c,
25         lib/memcmp.c, lib/malloc.c, lib/lstat.c, lib/idcache.c,
26         lib/getopt1.c, lib/getopt.c, lib/getopt.h, lib/getline.c,
27         lib/getline.h, lib/fnmatch.c, lib/fnmatch.h, lib/filemode.c,
28         lib/filemode.h, lib/fileblocks.c, lib/error.c, lib/error.h,
29         lib/dirname.c, lib/alloca.c: updated to newer version of file from
30         fileutils.
32         * find/version.c: version number is now automatically generated by
33         configure.
35         * find/fstype.c (filesystem_type_uncached): fixes bug described as
36         follows:  When 'find' looks for a fstype, it parses the /etc/mtab
37         until it finds the good line. But, if there is, before the good
38         line, a line whose the mountpoint is unreachable, it fails.
40         * doc/texinfo.tex: updated to newer version
42         * doc/find.texi: added version.texi, fixed a few documentation bugs.
44         * configure.in: new m4 features.
46         * Makefile.am: moved testsuite to below corresponding directories
47         find and xargs.
49         * acconfig.h: updated to match new m4 files.
51         * m4: added m4 directory, largely borrowed from Jim Meyering's
52         fileutils.
54 2000-01-17  Kevin Dalley  <kevind@rahul.net>
56         * doc/find.texi (Multiple Files): placed missing xargs in examples
58         * find/testsuite/find.gnu/depth.exp: added find tests to test
59         "-depth" bug.
61         * doc/find.texi: include version.texi for automatic determination
62         of version number, update bug report email address to
63         bug-findutils@gnu.org.
64         (Combining Primaries With Operators): add indices for " ,", "()",
65         "-a", "-o", etc.
67 2000-01-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
69         * find/tree.c (opt_expr): Never rearrange the arguments of the
70         comma operator, since it is not commutative.  Remove useless
71         assignment.2
72         
73 000-01-17  Jonathan R. Ferro <jferro@corwin.ece.cmu.edu>
74         
75         * find/find.c (process_path): fix problem with "-depth" which is
76         tested in depth.exp test.
78 1999-08-15  Kevin Dalley  <Kevin Dalley <kevin@seti.org>>
80         * find/fstype.c (filesystem_type_uncached): a stat failure with
81         EACCESS will ignore this file system keep on looking.  Patch
82         suggested by Vincent Danjean <vdanjean@ens-lyon.fr>.
84 1999-08-15  Mark Kettenis  <kettenis@gnu.org>
86         * xargs/xargs.c (LONG_MAX): Define if necessary.
87         (main): If ARG_MAX is -1 (that is sysconf
88         (_SC_ARG_MAX) returns -1) the system does not impose a limit.  In
89         that case, use LONG_MAX as the limit.
90         
91 1999-08-15  Kevin Dalley  <Kevin Dalley <kevind@rahul.net>
93         * find/version.c: version string is now set by config.h
95 1999-08-08  Kevin Dalley  <kevin@seti.org>
97         * Version 4.1.1
99         * README-alpha: added alpha README file
101         * find/defs.h: move lstat declarations into defs.h
103         * xargs/Makefile.am, testsuite/Makefile.am, locate/Makefile.am,
104         lib/Makefile.am, find/Makefile.am, doc/Makefile.am, configure.in,
105         Makefile.am: update for automake-1.4
107 1999-08-02  Kevin Dalley  <kevind@rahul.net>
109         * AUTHORS: added file listing AUTHORS
111         * lib/Makefile.am: modified code for EXTRA sources
112         
113 1999-01-30  Kevin Dalley  <kevind@rahul.net>
115         * added const to declaration of basename, which should satisfy
116         Linux as well as Hurd (fixes bug #31325).
117         
118 1998-12-04  Kevin Dalley  <kevind@rahul.net>
119         
120         * lib/nextelem.c: removed declaration of strdup and free, which
121         meets GNU coding standards and allows compilation on more
122         platforms.
123         
124         * find.texi: corrected explanation of -amin option which described
125         hours instead of minutes
126         
127 1998-09-26  Kevin Dalley  <kevind@rahul.net>
128         
129         * lib/getline.c: fix getstr so that it correctly handles long file
130         paths
131         
132 1998-09-20  Kevin Dalley  <kevind@rahul.net>
133         
134         * removed more function declarations to meet GNU coding standards
135         
136 1998-08-30  Kevin Dalley  <kevind@rahul.net>
137         
138         * lib/nextelem.c: removed declaration of strdup and free, which
139         meets GNU coding standards and allow compilation on sparc
140         
141         * corrected explanation of -amin option which described hours
142         instead of minutes
143         
144 1998-02-27  Kevin Dalley  <kevind@rahul.net>
145         
146         * locate/locate.c: add --existing option to locate, which only
147         prints the names of files which still exist
148         
149 1998-02-08  Kevin Dalley  <kevind@rahul.net>
150         
151         * locate/locate.c: corrected get_short so that it correctly
152         returns negative numbers.
153         
154         * remove declarations of various string functions.  Removing the
155         declarations almost matches the GNU Coding Standards.
156         
157 1997-03-03  Kevin Dalley  <kevind@rahul.net>
158         
159         * xargs/xargs.c: xargs fixed to prevent occasional core dumping.
160         
161 1997-01-11  Kevin Dalley  <kevind@rahul.net>
162         
163         * locate/updatedb.sh: add --localuser option to updatedb, which
164         allows find to be run as nobody, while allowing database file to
165         be created as root, change suggested by
166         <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
167         
168 1996-12-28  Kevin Dalley  <kevind@rahul.net>
169         * added PRUNEFS as variable in updatedb and --prunefs as option to
170         updatedb
172 1996-05-27  Kevin Dalley  <kevind@rahul.net>
173         
174         * updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
175         is root
176         
177 1996-04-27  Kevin Dalley  <kevind@rahul.net>
179         * lib/getline.c (getstr): verify that nchars_avail is *really*
180         greater than 0; set *n to a large enough number, stops some core
181         dumping
183 Thu Nov  3 09:23:33 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
185         * Version 4.1.
187         * locate/Makefile.am: Move updatedb from LIBSCRIPTS to SCRIPTS.
189         * Makefile.am (distname): Change distribution name from find to
190           findutils.
192         * testsuite/config/unix.exp: Don't abuse xfail; simulate it correctly.
194         * locate/Makefile.am (CLEANFILES): Fix typo.
196 Wed Nov  2 15:11:52 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
198         * The big 4 0.
200         * lib/listfile.c find/defs.h (list_file): Take a stream arg.
201         * find/pred.c (pred_ls): pass it.
202         * find/parser.c pred.c defs.h (parse_fls, pred_fls): New functions.
204 Tue Oct 25 16:09:04 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
206         * find/pred.c (pred_fprintf): Flush output after \c.  From Chapman
207         Flack.
209         * find/parser.c (insert_fprintf): Warn about unrecognized \ and %
210         sequences.
212 Tue Oct 18 00:03:10 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
214         * find/defs.h parser.c pred.c tree.c util.c: Globally change
215         "victim" to "primary".
217         * find/parser.c (insert_fprintf): For 'c' format, don't lose the
218         need_stat information.  From Chapman Flack.
220         * doc/find.texi perm.texi: New files.
221         * configure.in: Configure the doc directory.
223         * find/pred.c (pred_regex): Check that the regex matched the whole
224         file name.
226 Wed Oct 12 17:13:47 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
228         * find/find.c (main): Tell what the invalid arg is.
229         From Kaveh Ghazi.
231 Fri Oct  7 12:33:24 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
233         * find/parser.c: Add -mount as an alias for -xdev.
234         From Klaus.Steinberger@physik.uni-muenchen.de (Klaus Steinberger).
236         * lib/modechange.c: Make umask_value unsigned short.
238         * xargs/xargs.c: Use symbolic constants in longopts.
239         From Chapman Flack.
241 Wed Oct  5 11:23:09 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
243         * xargs/xargs.c (main, read_line, read_string, do_exec): Pass 
244           along the lengths of the args.
245           (main): Calculate length of replace_pat.
246           (push_arg, do_insert): Use those lengths instead of calculating
247           them. 
249 Tue Oct  4 10:02:05 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
251         * locate/updatedb.sh Makefile.in: Add substitutions to get
252           the transformed program names.
254         * xargs/xargs.c: Put back the global variables for now.
255         Rename some variables.  Increase default args_per_exec.
256         Use boolean where applicable.
257         (main): Reduce default arg_max by 2048 for POSIX.2.
258         (read_string): Don't check EOF string.
259         (read_line, read_string): Take initial args size into account.
261 Sat Oct  1 17:43:13 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
263         * find/pred.c (launch): Use pid_t.
265         * xargs/xargs.c (EOF_STR): Define and use.
266         [__STDC__]: Delcare xrealloc and xmalloc using void *.
267         * find/defs.h: Likewise.
269         * find/defs.h: Only declare stpcpy if !HAVE_STPCPY.
271         * xargs/xargs.c: Replace most global variables with structure
272           pointers passed as arguments.  Use pid_t.
273         * lib/wait.h: Include sys/wait.h if HAVE_SYS_WAIT_H.
274         * configure.in: Call AC_TYPE_MODE_T and AC_HEADER_SYS_WAIT.
276         * xargs/xargs.c: Improve paging performance and memory
277           fragmentation by building command arguments in a pre-allocated
278           buffer and re-implementing the child pid list as an expandable
279           array.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
281 Thu Sep 29 11:38:07 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
283         * xargs/xargs.c [__STDC__]: Prototype declarations.
285 Wed Sep 28 11:25:53 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
287         * find/fstype.c [AFS, __STDC__]: Fix definition of _VICEIOCTL.
289 Tue Sep 27 08:14:27 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
291         * find/fstype.c (fstype_to_string): Add more cases.  Use
292           INITMOUNTNAMES if defined.
293         * find/defs.h: Change boolean typedef from char to int.
294         * configure.in: Check for mktime.
296 Tue Sep 27 01:20:28 1994  Kaveh R. Ghazi  (ghazi@noc.rutgers.edu)
298         * configure.in: Add AC_HEADER_STAT.
299         * lib/listfile.c, lib/modetype.h: Add STAT_MACROS_BROKEN.
301         * find/pred.c: Move the inclusion of defs.h ahead of the first
302           test of _POSIX_VERSION.
304         * lib/xgetcwd.c: Remove _POSIX_VERSION, rely only on HAVE_GETCWD.
306 Mon Sep 26 16:43:01 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
308         * configure.in: Add AC_CONFIG_HEADER.
309         * find/*.c locate/*.c xargs/*.c: Include config.h.
310         * locate/updatedb.sh: Add --version; --old -> --old-format.
312 Sun Sep 25 23:43:37 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
314         * find/* [__STDC__]: Prototype declarations.
316         * locate/updatedb.sh: Account for renaming code and frcode.
318         * find/find.c (process_path): Store dev and ino of directories in
319           current branch to avoid symlink loops.  From DJ Delorie
320           <dj@ctron.com>.
321           (process_dir): If following symlinks, don't cd to ..; instead,
322           cd to the starting directory and then to the parent directory.
323           (main) [HAVE_FCHDIR]: Save the dev, ino of the starting directory.
324           (process_top_path) [HAVE_FCHDIR]: Use it.
325         * find/pred.c (launch) [HAVE_FCHDIR]: Likewise.
326         * defs.h [HAVE_FCHDIR]: Declare starting_desc instead of starting_dir.
327         * configure.in: Check for dev_t, ino_t, fchdir, fcntl.h.
329 Fri Sep 23 11:55:38 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
331         * lib/listfile.c: Change #ifdef S_IFLNK to #ifdef S_ISLNK.
332         From Andreas Luik <luik@isa.de>.
334 Thu Sep 22 11:42:40 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
336         * locate/locate.c (last_literal_end): Dynamically allocate enough
337           memory for the subpattern.
339 Wed Sep 21 06:12:56 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
341         * locate/locate.c (locate): Warn if database is >8 days old.
342         From Ian Lance Taylor.
344         * xargs/xargs.c (do_exec), find/pred.c (launch): Set SIGCHLD to
345           default.  From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
346         * find/find.c pred.c util.c lib/listfile.c: Remove fflush(stdout)
347           calls before error.  error does it, and doesn't trash errno.
348           From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
350         * find/fstype.c (filesystem_type_uncached): Don't trust mtab dev
351           number on HPUX.  From Andreas Luik <luik@isa.de>.
352           (filesystem_type_uncached): Don't cache unknown file system
353           types.  From casper@fwi.uva.nl (Casper Dik).
355         * locate/updatedb.sh: Collect results in temp file and rename it
356           atomically.  From Andreas Luik <luik@isa.de>.
358         * xargs/xargs.c (parse_num): Print a long using %ld.  From Jim
359           Meyering.
361         * find/defs.h find.c parser.c pred.c util.c, lib/nextelem.c:
362           Emulate strchr and strrchr with index and rindex, not vice versa.
364         Remove man directory; move man pages to the directories of the
365         programs they document.
367         * locate/frcode.c: Renamed from code.c.
368         * locate/frcode.c (put_short): Renamed from puthalfword.
369         * locate/locate.c (get_short): Renamed from gethalfword.
370         (last_literal_end): Renamed from patprep.
371         (locate): Recognize old-format databases too.
372         * locate/locatedb.h: Add defines for old-format databases.
373         * locate/bigram.c locate/code.c: Put back programs to create
374         old-format databases.
375         * locate/updatedb.sh: Take --old option to use them.
377 Tue Sep 20 15:41:11 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
379         * configure.in: Update for Autoconf v2.
380         * find/pred.c lib/savedir.c: Use new symbols for dir header.
381         * locate/updatedb.sh: Add --help option.
383 Sun Feb 13 11:21:58 1994  Jim Meyering  (meyering@comco.com)
385         * man/Makefile.in [man1ext, man5ext]: Set man5ext (not man1ext) to 5.
387 Sun Aug  1 22:30:55 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
389         * bigram.c: File removed.
390         * getline.c, memcmp.c, locatedb.h, updatedb.1, locatedb.5: New files.
391         * updatedb.sh: Take command line options.
392         Don't do bigram compression.
393         * code.c, locate.c: Don't do bigram compression.
394         Write and read counts in network byte order.
395         Handle arbitrarily long paths.
396         Use a magic number at the start of the databases.
398 Thu Jul 29 20:44:53 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
400         * Makefile.in (config.status): Run config.status --recheck, not
401         configure, to get the right args passed.
403 Thu Jul 22 12:53:12 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
405         * listfile.c (list_file): Print inode as a long.
407 Wed Jul 14 14:14:45 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
409         * fstype.c [STDC_HEADERS]: Include stdlib.h.
411         * Move unistd.h include from parser.c and pred.c to defs.h.
413 Wed Jun 30 14:14:47 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
415         * updatedb.sh: Construct PRUNEREGEX from PRUNEPATHS with sed.
416         Prune /afs.  Change NFSUSER to NETUSER and NFSPATHS to NETPATHS.
418 Tue Jun 29 12:19:58 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
420         * pred.c (pred_fprintf): Abort in switch if `c' is not A, C, or T.
422 Mon Jun 28 00:18:52 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
424         * fstype.c (in_afs) [AFS]: New function, derived from code by
425         Sanjay Ramamurthy <ramams@rpi.edu>.
426         (filesystem_type_uncached) [AFS]: Call it if the fs type is
427         otherwise unknown.
429         * parser.c (parse_size): Recognize b and w suffixes for dd
430         compatibility. 
432         * code.c (puthalfword): New function.
433         (main): Call it.
434         * locate.c (gethalfword): New function.
435         (locate): Call it.
436         From ifado!wb@germany.eu.net (Wilhelm B. Kloke).
438         * listfile.c: Include pathmax.h.
439         (get_link_name): Always allocate PATH_MAX + 1 bytes for
440         readlink buffers.
441         * pred.c (pred_fprintf, insert_lname): Call get_link_name.
443         * fstype.c (filesystem_type, filesystem_type_uncached),
444         listfile.c (list_file): Take an arg for the path to access.
445         * pred.c (pred_ls, pred_fstype, pred_fprintf): Pass it.
447         * find.c (process_dir): Renamed from scan_directory.
449         Changes from jrs@world.std.com (Rick Sladkey) to chdir into
450         subdirectories instead of using string concatenation, for speed:
451         * find.c (process_top_path): New function.
452         (main): Call it, and xgetcwd.
453         (process_path, scan_directory): Take new arg, the pathname
454         relative to ".".  Use it and pass it on.
455         * pred.c (pred_and, pred_comma, pred_negate, pred_or,
456         pred_xtype, pred_fprintf, pred_empty, insert_lname):
457         access rel_pathname instead of pathname.
458         (launch): chdir to starting_dir.
459         * defs.h: Declare rel_pathname and starting_dir.
460         * find.c: Define them.
462         * xgetcwd.c: New file.
464         * updatedb.sh: Recognize -fstype NFS as well as nfs.
465         * locate.c (patprep): Skip trailing character classes correctly.
466         From luik@pharao.stgt.sub.org (Andreas Luik).
468         * parser.c (parse_group): Make gid a gid_t, not short or int.
469         (parse_nogroup): Cast gid to unsigned when using it as an array index.
470         (parse_user, parse_nouser): Similar changes for uid.
471         * defs.h: Use uid_t and gid_t.
473         * parser.c (parse_help): New function.
474         (parse_table):  Add --version, -help, and --help options.
475         Rename struct parser_table_t to struct parser_table.
476         (parse_version): Exit after printing message, on
477         stdout not stderr.
479         * xargs.c, locate.c (main, usage): Add --version and --help
480         options.
482 Wed Mar 31 22:39:57 1993  Jim Meyering  (meyering@comco.com)
484         * parser.c: Define isascii macro to be 1 also if STDC_HEADERS.
485         * xargs.c: Ditto.
487 Wed Mar 31 16:04:07 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
489         * pred.c (pred_fprintf): If curdepth is 0, don't nuke
490         segment->text; nuke cp.
492 Mon Mar 29 15:57:20 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
494         * Version 3.8.
496 Fri Mar 26 16:36:59 1993  David J. MacKenzie  (djm@hal.gnu.ai.mit.edu)
498         * pred.c (pred_ilname, pred_iname, pred_ipath): New functions.
499         (pred_table): Add them.
500         (insert_lname): New function.
501         (pred_lname): Call it.
502         * parser.c (parse_ilname, parse_iname, parse_ipath,
503         parse_iregex): New functions.
504         (parse_table): Add them.
505         (insert_regex): New function.
506         (parse_regex): Call it.
508         * fstype.c (filesystem_type): Cache previous result.
509         (filesystem_type_uncached): New function.
510         pred.c (pred_fstype, pred_fprintf): Adjust callers to not cache.
512         * parser.c: Don't define const.
514         * fstype.c [FSTYPE_STATFS] (fstype_to_string): #ifdef
515         MOUNT_PC for 386bsd.
517 Thu Mar 25 18:32:24 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
519         * parser.c (parse_regex): If ignore_case, set up a translate
520         table for the regex.
522         * defs.h: Include string.h or strings.h.
523         * find.c fstype.c parser.c pred.c util.c: Don't.
525         * nextelem.c [index]: Don't redefine.
527 Wed Mar 24 17:47:10 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
529         * xargs.c (wait_for_proc): Exit with a nonrunnable command's exit
530         status, not the wait status value.  From
531         Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>.
533         * parser.c (make_segment, insert_fprintf), pred.c
534         (pred_fprintf): Add '%F' to print filesystem type.
536         * parser.c (parse_fprintf): Check if second arg is missing.
538 Tue Mar 23 13:18:08 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
540         * pred.c (pred_fprintf): For %P, don't move past an assumed
541         slash if the ARGV element ends with one, because in that case
542         we didn't add one.
544         * parser.c (parse_printf): Check for missing arg.
545         From smj@cats.com (Steve James).
547         * parser.c: Add #ifdef around atol decl for Linux.
549 Fri Dec 11 08:17:07 1992  Jim Meyering  (meyering@comco.com)
551         * defs.h: Remove dcl of process_path.
552         * find.c: Put dcl of process_path here.  Make a few functions
553         and file-scope variables static.
554         * parser.c, tree.c: Declare most functions static.
556         * locate.c: Use `required_argument' macro in dcl of longopts.
557         * bigram.c, code.c, locate.c, xargs.c: Make most functions and
558         file-scope variables static.
560         * parser.c, xargs.c: Guard ctype.h macros with isascii.
562         * find.c: Add declarations for opt_expr and mark_stat.
563         * tree.c (set_new_parent): Add empty default clause to enum swicth.
564         * locate.c (main): Parenthesize for gcc -Wall.
565         * xargs.c (push_arg): Parenthesize for gcc -Wall.
567 Tue Nov 24 08:04:36 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
569         * find.c, fstype.c, parser.c, pred.c, util.c, listfile.c,
570         nextelem.c, xargs.c, bigram.c, code.c, locate.c: Use
571         HAVE_STRING_H, not USG.
573         * pred.c: Use SYSDIR and NDIR instead of USG.
574         Define direct as dirent, not vice-versa.
576 Fri Oct  9 02:15:17 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
578         * xargs.c (main): Set orig_arg_max before possibly cutting
579         down arg_max.
581 Thu Sep 10 19:25:35 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
583         * parser.c: Always declare getgrent and getpwent.
585 Mon Aug 24 12:54:16 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
587         * xargs.c: Include sys/types.h before unistd.h.  Use ARG_MAX
588         if it's defined.
589         * find.c, nextelem.c: Add missing decls.
590         From bde@runx.oz.au (Bruce Evans).
592 Thu Jul 23 15:06:07 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
594         * Version 3.7.
596 Tue Jul 14 00:16:52 1992  David J. MacKenzie  (djm@apple-gunkies.gnu.ai.mit.edu)
598         * pathmax.h: New file.
599         * bigram.c, code.c, locate.c: Use it.  Use xmalloc instead of malloc.
601 Sat Jul 11 22:31:46 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
603         * nextelem.c: New file.
604         * locate.c (main): Use it to support a database path.
606 Fri Jul  3 02:12:09 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
608         * listfile.c, pred.c: Change FOO_MISSING to HAVE_FOO.
610         * parser.c [_POSIX_SOURCE]: Define endpwent and endgrent as empty.
611         * listfile.c [!HAVE_ST_RDEV]: Print blanks.
612         From Jeffrey Siegal (jbs@congruent.com).
614         * locate.c (locate): Check for EOF at top of loop, not middle.
615         * updatedb.sh: Remove duplication hack.
616         From Jay Plett.
618 Wed Jun 10 15:04:23 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
620         * pred.c (pred_amin, pred_atime, pred_cmin, pred_ctime,
621         pred_mmin, pred_mtime, pred_used): Cast l_val to time_t before
622         comparing it to a time_t.  From fpm@crash.cts.com (Frank Maclachlan).
624         * locate.c (locate): Take the database path as an arg.
625         (main): Take an option to specify the database path.
626         (usage): New function.
628         * updatedb.sh: Don't read from and write to the file-list file
629         in the same statement.
631 Thu Jun  4 15:27:07 1992  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
633         * Version 3.6.
635 Wed May 20 00:05:13 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
637         * xargs.c: Include sys/param.h before limits.h, not after.
639         * listfile.c: If we include a header file specifically to get
640         major et al., assume we have them.
642 Tue May 12 01:09:33 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
644         * locate.c (locate): Don't give fnmatch FNM_PERIOD (it's useless).
646         * parser.c (parse_path): New function.
647         * pred.c (pred_path): New function.
648         * tree.c (opt_expr): Move -path like -name.
650         * updatedb.sh: Duplicate the last entry in the file list so it
651         doesn't get ignored.
653 Mon May 11 22:24:40 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
655         * updatedb.sh: Allow many vars to be overridden in the environment.
657         * locate.c, updatedb.sh: FCODES -> LOCATE_DB.
659 Wed Apr 22 15:24:00 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
661         * updatedb.sh: Use binprefix when calling find.
663         * locate.c (locate): Use LOCATE_DB environ variable if set.
665         * find.c (scan_directory): Allow for dirs having negative
666         st_size (NFS mount points on VAX 4.3BSD+NFS).
667         From metcalf@catfish.lcs.mit.edu (Chris Metcalf).
669 Sat Apr 18 15:42:52 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
671         * fstype.c: Rename FS_* to FSTYPE_*.  Support Dynix's
672         name for the mount table.
674 Sun Mar  8 23:21:25 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
676         * listfile.c (list_file): Allow a slop factor for deciding what
677         is in the future.
679 Tue Feb 25 16:24:15 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
681         * Version 3.5.
683 Sat Feb 22 08:43:01 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
685         * tree.c (set_new_parent): Initialize need_stat field.
687         * defs.h (struct predicate): Define p_name unconditionally.
689 Fri Feb 21 15:28:43 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
691         * tree.c (opt_expr): Preserve expression precedence when
692         rearranging expression tree. 
693         (set_new_parent): New function.
694         (mark_stat): Set need_stat whether or not it's been set
695         earlier in the expression.
696         All from Tim Wood.
698 Mon Feb 17 10:20:38 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
700         * updatedb.sh: Use current value of TMPDIR if already set.
701         From Dana Jacobsen (jacobsd@cs.orst.edu).
703         * pred.c: Include pwd.h and grp.h after unistd.h, not before.
704         Apparently needed on ISC 2.2.  From Juha Takala <jta@piuha.sah.vtt.fi>.
706 Thu Feb 13 10:52:31 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
708         * modetype.h: Don't define S_IFMT, because doing so breaks pred_type
709         on plain POSIX.1 systems.
711 Sat Feb  8 00:58:13 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
713         * Version 3.4.
715 Fri Feb  7 21:35:58 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
717         * defs.h: Don't declare process_path.
718         * find.c [DEBUG_STAT] (debug_stat): New function.
719         (main) [DEBUG_STAT]: Call it.
720         (process_path): Return a value.
721         (scan_directory): Count number of subdirs seen so far.
722         * parser.c (pred_and, pred_close, pred_comma, pred_negate,
723         pred_open, pred_or): Don't need stat.
724         * util.c (get_new_pred_chk_op): Implicit AND doesn't need stat.
726 Fri Jan 17 21:51:18 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
728         * Version 3.3.
730 Tue Dec 24 02:16:49 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
732         * wait.h, listfile.c, xargs.c, bigram.c, code.c, locate.c:
733         Change POSIX ifdefs to HAVE_UNISTD_H and _POSIX_VERSION. 
735 Wed Dec 18 16:37:17 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
737         * listfile.c: Use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS to
738         find major and minor.
740         * code.c, bigram.c, locate.c, xargs.c: Use LIMITS_H_MISSING
741         instead of LIMITS_MISSING.
743 Sat Dec  7 06:13:26 1991  David J. MacKenzie  (djm at frob.eng.umd.edu)
745         * parser.c (parse_prune): No stat needed for prune.
746         (insert_fprintf, make_segment): Possibly no stat needed,
747         depending on which information is printed.
749         * xargs.c (usage): Document long-named options as starting
750         with -- instead of +.
752         * parser.c [!POSIX]: Declare getgrent and getpwent.
754         * fstype.c (filesystem_type): Only check MNTTYPE_IGNORE if
755         it's defined.  From Rainer Orth.
757         * Add leaf node optimization suggested by Matthew Farwell
758         <dylan@ibmpcug.co.uk>.  Add -noleaf option to disable it.
759         Adapt parts of Tim Wood's work to current sources.
760         * find.c (scan_directory): New function, from code in process_path.
761         (process_path): Take an arg indicating whether the pathname
762         is a leaf non-directory, instead of a redundant current level.
763         * parser.c (parse_noleaf): New function.
764         (parse_print, parse_name, etc.): Set need_stat = false.
766 Wed Nov  2 13:34:32 1990  Tim Wood at home      (tim at axolotl.UUCP)
768         * pred.c: Call stat() if an AND, OR or NOT node tells you to.
769         * find.c: Limit calls to stat().
771 Wed Oct  3 17:30:39 1990  Tim Wood at home      (tim at axolotl.UUCP)
773         * tree.c (opt_expr): New function to rearrange predicates within
774         a conjunction/disjunction so that non-inode (-name, -regex) ones
775         are executed first.  
776         * pred.c: Make some supporting tree structure changes for opt_expr().
778 Sat Dec  7 00:36:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
780         * xargs.c (do_exec): Simplify test for which exit
781         status to use if exec fails.
783 Fri Dec  6 18:24:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
785         * listfile.c (list_file): POSIX_ME_HARDER -> POSIXLY_CORRECT.
787 Thu 24 Oct 1991 21:33:21  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
789         * pred.c (pred_fprintf): Don't print "\n" unless it's in the
790         format string.
792 Mon Oct 21 22:30:35 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
794         * defs.h, parser.c, pred.c: Rename some types that conflict
795         with reserved POSIX.1 namespace (ended in _t).
797         
798         
799 Thu Oct 17 22:39:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
801         * xargs.c: Don't determine memory.h based on POSIX, which
802         doesn't mention it.
804 Sat Oct  5 16:11:05 1991  Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
806         * parser.c (parse_perm): Parse new `-perm +mode' notation.
807         * pred.c (pred_perm): Interpret same.
809 Fri Sep 13 14:58:27 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
811         * xargs.c [POSIX]: Always use sysconf to get ARG_MAX.
813 Thu Sep  5 23:57:06 1991  David J. MacKenzie  (djm at apple-gunkies)
815         * bigram.c, code.c (main): Make path_max int, not unsigned.
816         * locate.c (main): Check for pathconf failure.
818 Thu Sep  5 11:54:44 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
820         * parser.c (insert_fprintf): Add `\\' escape and fixed `%%'
821         interpretation.
822         * pred.c (pred_fprintf): fixed off-by-one indexing problem
823         when handling [gGuU] printf formats.
825 Wed Aug 28 20:53:57 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
827         * Version 3.2.
829 Mon Aug 26 18:57:32 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
831         * bigram.c, code.c: Fix handling of PATH_MAX.
832         Check for anomalous input line lengths.
833         From Bruce Evans.
835 Fri Aug 23 11:00:18 1991  David J. MacKenzie  (djm at apple-gunkies)
837         * pred.c (pred_fprintf): Round block number up to get K.
839 Thu Aug 22 10:46:30 1991  David J. MacKenzie  (djm at apple-gunkies)
841         * pred.c (pred_fprintf, pred_lname) [_AIX]: Allocate PATH_MAX
842         byte for link object since st_size is wrong.
844         * listfile.c (list_file): Don't convert blocks to kilobytes if
845         env. var POSIX_ME_HARDER is defined.
847         * fstype.c [FS_AIX_STATFS]: New case.
849         * configure: Make sure the sys/mount.h is the 4.4BSD version
850         with grep instead of just testing whether it exists.
852         * listfile.c (list_file): Add 1 to number of 512-byte blocks
853         before dividing to get 1K blocks (so we round up, not down).
855 Wed Aug 21 13:02:46 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
857         * Version 3.1.
859         * parser.c (parse_fprintf), pred.c (pred_fprintf): Add %k
860         conversion to print 1K blocks.
862         * listfile.c: Print counts of 1K blocks, for consistency with
863         new fileutils release.  Bad timing, there.
865         * Version 3.0.
867         * pred.c [VOID_CLOSEDIR]: Fake a return value for closedir,
868         which returns void on some systems, like Sequents.
869         * configure: Check sys/dir.h for 'void closedir'.
871 Thu Aug 15 16:07:46 1991  David J. MacKenzie  (djm at frob)
873         * modetype.h: Define POSIX.1 stat stuff if missing.
874         * pred.c, parser.c, find.c, fstype.c: Don't define it.
875         * updatedb.sh: Use a variable substitution method like configure's.
876         * Makefile.in: Add datadir variable to separate programs from
877         data file.
879         * parser.c, pred.c: Rename -fulldays to -daystart.
881         * defs.h, find.c, parser.c, pred.c: Add many new predicates
882         from Jay Plett (jay@princeton.edu).
884 Wed Aug 14 14:37:06 1991  David J. MacKenzie  (djm at bleen)
886         * parser.c (parse_size), pred.c (pred_size), defs.h (struct
887         size_t): Allow `k' to follow number to measure size in Kbytes.
888         * parser.c (parse_size, get_num, insert_num), defs.h (struct
889         size_t): Use enum comparison_type instead of short.
891 Fri Aug  9 00:49:32 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
893         * xargs.c (read_line): Use isblank, to support POSIX locales.
895         * fstype [FS_STATVFS]: New code for SVR4, from slootman@dri.nl
896         (Paul Slootman).
897         * configure: Figure out when to use it.
899         * configure: Check for st_blocks in struct stat.
900         * listfile.c (ST_NBLOCKS): New macro.
901         (list_file): Print file's block count.
902         Use S_ISLNK instead of S_IFLNK.
903         * fileblocks.c: New file, from fileutils.
905 Thu Aug  8 17:20:19 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
907         * parser.c, pred.c [CACHE_IDS]: Optional code to turn uid and
908         gid lookups into table lookups.
910 Wed Aug  7 00:22:29 1991  David J. MacKenzie  (djm at wheat-chex)
912         * configure, Makefile.in's: Support +srcdir option via VPATH.
913         Clean up clean targets.
915 Sat Jul 20 01:11:51 1991  David J. MacKenzie  (djm at apple-gunkies)
917         * configure: Filter /etc and /usr/etc from path.
919         * xargs.c (wait_for_proc): Fix handling of child exit status.
920         (main): Exit with a nonzero status if any child did.
922         * pred.c (launch): Flush stdout and stderr before forking.
924         * fstype.c (filesystem_type) [FS_MNTENT]: Skip entries of
925         type "ignore".
927 Fri Jul 19 22:53:42 1991  David J. MacKenzie  (djm at bleen)
929         * pred.c, locate.c: Use fnmatch instead of glob_match.
930         * fnmatch.c, fnmatch.h: New files.
932         * Many files: Use string.h if STDC_HEADERS, as well as if USG.
934         * locate.c, code.c, bigram.c: Possibly use pathconf to get
935         PATH_MAX.  Use malloc to allocate path arrays.
937         * xargs.c: Possibly use sysconf to get ARG_MAX.
938         (env_size): Make definition unconditional.
939         (main): Do arg_max adjustment that can't be done with
940         preprocessor now that ARG_MAX might be a function call.
941         (do_exec): Exit with status 126 or 127 after failed exec, for
942         POSIX.2 draft 11.1.
944         * xargs.c, pred.c, listfile.c: Use POSIX, not UNISTD_MISSING.
945         * wait.h: Use POSIX, not WAIT_MACROS_MISSING.
947         * COPYING: Use version 2.  Update all files.
949         * Replace Makefile and lib/Makefile with Makefile.in,
950         lib/Makefile.in and configure.  Update README.
952 Fri Apr  5 12:49:09 1991  David J. MacKenzie  (djm at apple-gunkies)
954         * Version 2.2.
956 Fri Mar 15 20:44:45 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
958         * xargs.c (main): Always run the command if some args are left over.
959         Rename some variables.
961 Fri Jan 18 03:35:57 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
963         * bigram.c, code.c, locate.c: Use LIMITS_MISSING, not
964         _POSIX_SOURCE, to decide whether to include limits.h.
966         * parser.c, pred.c, listfile.c: Use POSIX, not _POSIX_SOURCE,
967         to decide whether to declare getpwuid and getgrgid.
969         * xargs.c: Use POSIX, not _POSIX_SOURCE, to determine whether
970         to include memory.h.
972 Sat Jan 12 04:12:34 1991  David J. MacKenzie  (djm at wookumz.ai.mit.edu)
974         * defs.h, find.c, parser.c, pred.c: Remove -permmask option.
976 Thu Jan 10 04:32:52 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
978         * wait.h: Include sys/types.h to get pid_t.
980         * xargs.c [USG && !STDC_HEADERS]: Only include memory.h if not
981         _POSIX_SOURCE.
983 Tue Jan  1 23:53:32 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
985         * Version 2.1.
987 Wed Dec 26 03:25:51 1990  David J. MacKenzie  (djm at apple-gunkies)
989         * locate.c, bigram.c, code.c: Attempt to get max. path length
990         on more kinds of systems, incl. POSIX.
992         * pred.c, listfile.c, xargs.c: Get some decls from unistd.h,
993         if available. 
995         * find.c, defs.h: Make `cur_day_start' a time_t, not long.
997 Fri Dec 21 01:49:12 1990  David J. MacKenzie  (djm at egypt)
999         * defs.h, parser.c: Remove unused field from `struct exec_t'.
1001         * xargs.c: Add +no-run-if-empty option to cause the command to
1002         not be run if the input is empty.
1004         * defs.h (struct exec_t): Change the array of offsets into an
1005         array of `struct path_arg'.
1006         * parser.c (insert_exec_ok): Fill in new fields, to allow "{}"
1007         to be substituted (multiple times) anywhere in an arg to -exec
1008         or -ok.
1009         * pred.c (pred_exec): Add code to substitute "{}" within args.
1010         (pred_ok): After prompting, just run pred_exec.
1012 Thu Dec 20 02:32:09 1990  David J. MacKenzie  (djm at egypt)
1014         * fstype.c (filesystem_type) [FS_MNTENT]: Allow for optional
1015         "0x" at front of "dev=" mount option, which amd puts there but
1016         Sun automounter doesn't.
1018 Sat Dec 15 19:01:12 1990  David J. MacKenzie  (djm at egypt)
1020         * find.c (main), util.c (usage): Make directory args optional,
1021         defaulting to ".".
1023 Sat Dec 15 18:36:29 1990  David J. MacKenzie  (djm at apple-gunkies)
1025         * listfile.c: Define major and minor if not defined (as in POSIX).
1027 Mon Dec  3 01:04:35 1990  David J. MacKenzie  (djm at alborz)
1029         * find.c, fstype.c, parser.c, pred.c, util.c: Flush stdout before
1030         writing to stderr, in case they have been redirected to the
1031         same file descriptor.
1033         * pred.c (launch): Use POSIX wait macros from wait.h.
1035         * xargs.c (print_xargs): Read from tty_stream, not stdin.
1037 Tue Nov 20 16:48:24 1990  David J. MacKenzie  (djm at apple-gunkies)
1039         * Version 2.0.
1041         * fstype.c [FS_USG_STATFS]: New code.
1042         [FS_STATFS]: For symlinks, statfs the directory the link is in
1043         instead of the link.
1044         * Various files: Conditionalize some declarations on
1045         STDC_HEADERS or _POSIX_SOURCE.
1047 Fri Nov 16 12:24:43 1990  David J. MacKenzie  (djm at egypt)
1049         * modetype.h: New file.
1050         parser.c, pred.c: Use it.
1052 Thu Nov 15 18:05:54 1990  David J. MacKenzie  (djm at apple-gunkies)
1054         * xmalloc.c: New file from fileutils.
1056         * fstype.c (fstype_to_string): Add case for MFS.
1057         (filesystem_type): Take a pathname as a second arg.
1058         [FS_STATFS] return "unknown" instead of exiting if statfs
1059         fails because of ENOENT.
1060         * pred.c (pred_fstype): Pass the pathname.  Set current_dev.
1061         * find.c (process_path): Make root_dev local again.
1063 Mon Nov 12 02:54:00 1990  David J. MacKenzie  (djm at apple-gunkies)
1065         * pred.c (pred_fstype): Free old fs type.
1067         * fstype.c, pred.c (pred_fstype), parser.c (parse_fstype): 
1068         Reread the file system type info. every time a filesystem
1069         mount point is crossed, to allow for automounting.
1071         * xstrdup.c: New file from fileutils.
1073         * find.c (process_path): Rename root_dev to current_dev and
1074         make it global, for -fstype.
1076         * wait.h: New file taken from xargs.c.
1078         * xargs.c: Make limits.h vs. sys/param.h conditional on
1079         LIMITS_MISSING instead of USG, to accomodate SVR2.
1081 Thu Nov  8 11:52:22 1990  David J. MacKenzie  (djm at apple-gunkies)
1083         * parser.c, pred.c, listfile.c: If not _POSIX_SOURCE, declare
1084         getpwuid and getgrgid.  Use them.
1086         * listfile.c: If not _POSIX_SOURCE, define S_ISDIR and
1087         S_ISBLK.  Use them. 
1089         * find.c: Use S_ISDIR instead of S_IFDIR, and define if not
1090         _POSIX_SOURCE. 
1092         * Makefile: Define AR and RANLIB and pass to child makes.
1093         lib/Makefile: Use them.
1095         * xargs.c (WIFSIGNALED): Redefine so it works.
1097 Mon Nov  5 00:02:01 1990  David J. MacKenzie  (djm at apple-gunkies)
1099         * find.c (process_path): For -xdev, process filesystem
1100         mountpoints (but don't descend them), instead of skipping them
1101         entirely. 
1103         * find.c, parser.c, defs.h: Add -follow predicate.
1105         * xargs.c: Change ifdefs to support STDC POSIX systems.
1107 Sat Nov  3 20:18:05 1990  David J. MacKenzie  (djm at apple-gunkies)
1109         * xargs.c (do_exec): Child process exits with status 255, not
1110         127, if command can't be run.
1112 Fri Nov  2 02:11:42 1990  David J. MacKenzie  (djm at apple-gunkies)
1114         * xargs.c: Exit with status 127 if running commmand fails, as
1115         required by POSIX.
1117         * fstype.c: Support -fstype for Ultrix (-DFS_GETMNT).
1118         Sun/BSD code is now -DFS_MNTENT.
1120 Thu Nov  1 13:06:01 1990  David J. MacKenzie  (djm at egypt)
1122         * Reorganize into subdirectories and add xargs.  Rewrite Makefiles.
1124         * find.c (process_path, main): Allow a maxdepth of 0, meaning
1125         only process command line args.
1127         * parser.c, pred.c: Add -print0 predicate.
1129         * xargs.c: Add -0 option and long options.  Move standard
1130         library functions into separate files.  Use error instead of
1131         fatal and fprintf/perror.  Use POSIX macros for examining exit
1132         status from wait.
1133         (read_string): New function.
1135 Fri Sep 21 10:21:09 1990  David J. MacKenzie  (djm at apple-gunkies)
1137         * find.c (process_path): Take DEPTH as an arg instead of ROOT,
1138         and change callers.
1140 Thu Sep 20 23:58:47 1990  David J. MacKenzie  (djm at apple-gunkies)
1142         * parser.c (parse_maxdepth): New function.
1143         * find.c (process_path): If -maxdepth was given, don't go
1144         more than that many levels deep.
1145         * defs.h: Declare maxdepth.
1147 Wed Sep 12 02:12:31 1990  David J. MacKenzie  (djm at apple-gunkies)
1149         * parser.c: Add -not as synonym for !.
1151 Sun Aug 26 06:16:08 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
1153         * Makefile (TAGS): New target.
1155 Sun Aug 12 00:32:01 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1157         * xargs.c (main): Tell getopt to not permute.
1159 Sat Aug  4 21:43:45 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
1161         * parser.c (parse_perm), pred.c (pred_perm): Always compare
1162         bits 07777.
1164         * locate.c, Makefile: Rename 'fastfind' program to 'locate',
1165         following comment in POSIX.2 draft 10 rationale for find.
1167 Wed Jul 25 18:45:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1169         * listfile.c (getuser, getgroup): Make uid and gid unsigned
1170         short, not int.
1172 Mon Jul 16 13:40:13 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1174         * defs.h: Don't declare fprintf and printf, in case they have
1175         prototypes in stdio.h (important for functions that use stdarg).
1177 Sun Jul 15 23:39:39 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1179         * parser.c (parse_and): New function, for compatibility.
1181 Wed Jul  4 00:17:57 1990  David J. MacKenzie  (djm at apple-gunkies)
1183         * find.c (main): Only enclose expressions that produce no side
1184         effects within `( ... )'.
1186 Tue Jul  3 01:59:39 1990  David J. MacKenzie  (djm at apple-gunkies)
1188         * parser.c (strspn): Stop when end of string reached.
1190         * Version 1.2.
1192         * Move version number from Makefile to new file version.c.
1193         * parser.c: Recognize new -version predicate.
1195         * find.c (main): If no predicates that produce output are
1196         given, default to -print if the entire expression is true, not
1197         just the last part of an alternation.
1198         * Print the names of predicates with invalid arguments.
1200 Mon Jul  2 23:48:17 1990  David J. MacKenzie  (djm at apple-gunkies)
1202         * pred.c: Don't check for invalid comparison types in numeric
1203         predicate functions.
1205 Thu Jun 28 00:34:57 1990  David J. MacKenzie  (djm at apple-gunkies)
1207         * parser.c (parse_regex): Set fastmap and translate before
1208         compiling regex.
1210 Mon Jun 25 18:08:59 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1212         * fastfind.c (fastfind): Initialize count to 0.
1214         * lib/updatedb.sh: Only do regex comparison on directories,
1215         for speed.
1217         * listfile.c (list_file): Truncate user and group name to 8 chars.
1219 Sun Jun 24 13:51:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1221         * Version 1.1.
1223         * Makefile [DISTFILES]: Add COPYING.
1225 Fri Jun 22 03:54:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1227         * Version 1.0.
1229 Tue Jun 19 03:55:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1231         * lib/updatedb.sh: Prune entries that match PRUNEREGEX.
1232         Split up finding files from computing bigrams.
1233         Use redirection instead of nonportable grep -s to detect sort
1234         failure.  Optionally search network filesystems as well as
1235         local ones.
1237         * pred.c (pred_regex): Match against full pathname instead of
1238         just last element.
1239         * util.c (basename): Return "/", not "", if given "/".
1241         * find.c (process_path): Fix error in handling "/" directory.
1243 Mon Jun 18 01:49:16 1990  David J. MacKenzie  (djm at apple-gunkies)
1245         * parser.c [STRSPN_MISSING] (strspn): New function.
1247 Sun Jun 17 13:54:09 1990  David J. MacKenzie  (djm at apple-gunkies)
1249         * listfile.c: New file.
1250         * parser.c (parse_ls): New function.
1251         * pred.c (pred_ls): New function.
1253         * find.c (main): Remove interface to fastfind, to prevent
1254         conflict with POSIX syntax.
1255         * util.c (usage): Remove fastfind syntax from message.
1256         * fastfind.c (main): New function.
1257         * Makefile: Make fastfind a separate program.
1259         * find.c (main): Print correct message if a predicate arg is
1260         missing. 
1262         * parser.c (insert_exec_ok): Make args that start with a ';' but
1263         contain other characters not terminate the command.
1265 Fri Jun 15 00:33:45 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1267         * fstype.c: If MOUNTED isn't defined but MNT_MNTTAB is, use it
1268         instead.  True for HP/UX, at least.
1270 Thu Jun 14 10:10:25 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1272         * savedir.c: New file; now find won't run out of file
1273         descriptors in deep trees.
1274         * find.c (process_path): Use savedir.
1276 Sat Jun  9 03:15:21 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1278         * parser.c (parse_permmask): Allow symbolic mode masks.
1279         (parse_perm): Free 'struct change' when done with it.
1280         (get_oct): Function removed.
1282         * find.c (process_path): Allow arbitrarily-long filenames.
1283         More efficient string copying.  Initialize perm_mask to 07777
1284         instead of -1.
1286 Thu Jun  7 04:22:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1288         * Makefile, find.c: Use DIRENT to control whether <dirent.h>
1289         is used.
1291 Thu May 31 04:46:11 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1293         * parser.c (parse_regex): New function.
1294         * pred.c (pred_regex): New function.
1296         * fstype.c (read_mtab): If mtab entry has a "dev=" option
1297         (like in SunOS 4.1), use it, so there is no need to stat the
1298         special file later on.
1299         (xatoi, strstr): New functions.
1301 Mon May 21 01:04:42 1990  David J. MacKenzie  (djm at abyss)
1303         * lib/updatedb.sh: Put BINDIR in PATH.
1305         * fstype.c: Do nothing if MNTENT_MISSING is defined.
1307         * fstype.c: New file.
1308         * parser.c (parse_fstype): New function.
1309         * pred.c (pred_fstype): New function.
1311         * parser.c (parse_newer): Failure to stat -newer file is a
1312         fatal error.
1314         * pred.c (pred_ok): Flush output before reading.  Use getchar
1315         instead of scanf.
1317         * pred.c (pred_prune): Return false if -depth given.
1318         * find.c: Apply the predicates to the dir when -depth and
1319         -prune are given.
1321 Sun May 20 19:55:30 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1323         * pred.c (pred_prune): Set new global var `stop_at_current_level'.
1324         * find.c (process_path): Test and reset it.
1326 Fri May 18 01:56:17 1990  David J. MacKenzie  (djm at abyss)
1328         * modechange.c, modechange.h: New files.
1329         * parser.c (parse_perm): Use mode_compile and mode_adjust to
1330         parse arg, to allow symbolic mode for POSIX.
1332 Thu May 17 02:07:44 1990  David J. MacKenzie  (djm at abyss)
1334         * parser.c (get_oct): Don't consider an empty string a valid number.
1336         * parser.c (parse_perm): If arg starts with '-', set flag bit
1337         for special comparison (POSIX).
1338         * pred.c (pred_perm): If flag bit set, compare s[ug]id &
1339         sticky bits as well, and return true if the given perms are
1340         set, ignoring other bits.
1342         * find.c: New global var `exit_status'.  Use it.  (POSIX)
1343         * parser.c: Set `exit_status' if lstat on -newer file fails.
1345         * fastfind.c: New file.
1346         * find.c (main): Call fastfind if given only 1 arg.
1347         * util.c (usage): Update message. 
1348         * lib/{Makefile,updatedb.sh,bigram.c,code.c}: New files.
1349         * Makefile: Add 'all' and 'install' targets.
1351 Wed May 16 23:23:35 1990  David J. MacKenzie  (djm at abyss)
1353         * parser.c (parse_nogroup, parse_nouser): Implement.
1354         * pred.c (pred_nogroup, pred_nouser): Implement.
1356 Mon May 14 00:09:35 1990  David J. MacKenzie  (djm at abyss)
1358         * find.c: Add variable `stay_on_filesystem' for -xdev.
1359         (process_path): Take an arg determining whether this call is
1360         the root of a tree.  Use lstat instead of stat.  If
1361         stay_on_filesystem, don't process a dir on a different
1362         filesystem. 
1364         * parser.c (parse_newer): Use lstat instead of stat.  Is this right?
1365         (parse_xdev): Set stay_on_filesystem.
1367         * parser.c: Add dummy parse_nogroup, parse_nouser,
1368         parse_prune, and parse_xdev; to be written later.
1369         * pred.c: Add dummy pred_nogroup, pred_nouser, pred_prune.
1371         * find.c: Support System V directory library/headers.
1373         * find.c (process_path): Don't continue with a file that stat
1374         fails on.
1376         * defs.h, parser.c, pred.c: Change 'u_long' and 'u_short' to
1377         'unsigned long' and 'unsigned short'.
1378         * find.c, defs.h: Remove 'convert_glob' variable.
1379         * parser.c (parse_fullregex): Function removed.
1380         (parse_name): Remove regular expression code.
1381         (parse_type): Recognize sockets.
1382         Add code to check for missing arguments to many parse_* functions.
1383         * pred.c (pred_name): Use glob_match instead of regex.
1385 Sun May 13 17:45:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1387         * Replace fprintf, simple_error, and mem_error with error and
1388         usage. 
1390         * Fix string header includes for USG.
1392 Tue Mar 27 12:40:29 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1394         * defs.h: Change some #defines to enums.
1396 Sun Mar 25 22:08:58 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
1398         * find.c (main): Don't take basename of argv[0].
1400         * util.c (xmalloc): New function.
1401         * find.c, parser.c, utils.c: Use xmalloc instead of malloc.
1403         * pred.c: Remove emulation of regex for BSD and use GNU
1404         library version in regcmp.c instead.
1405         * parser.c: Remove emulation of regcmp for BSD and use GNU
1406         library version in regcmp.c instead.
1407         * Makefile: Link with regex.o and regcmp.o.
1408         Add a DISTFILES macro and dist target.
1410         * Indent source code.  Move RCS logs to this file.
1412 Wed Mar 21 09:30:18 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
1414         * xargs.c: Indent.  Comment and rename some global variables.
1415         (main): Use getopt to parse options.  Open new global var
1416         `tty_stream' to /dev/tty if querying requested.
1417         (print_args): Read response from tty_stream, not stdin.
1418         (xmalloc): New function.
1419         Global: Use xmalloc instead of malloc.
1420         (usage): Revise message.
1422 87/02/22  20:01:20  20:01:20  cire (Eric B. Decker)
1424         * pred.c: added guts to pred_size
1426 87/02/22  00:59:42  00:59:42  cire (Eric B. Decker)
1428         * pred.c: added guts to perm and permmask.
1430 87/02/21  23:02:21  23:02:21  cire (Eric B. Decker)
1432         * pred.c: made pred_name only look at the last component of
1433         the path.
1435 87/02/21  22:26:47  22:26:47  cire (Eric B. Decker)
1437         * pred.c: added guts to name.  useds regex and regcmp to do
1438         regular expression handling.
1440 87/02/21  00:17:21  00:17:21  cire (Eric B. Decker)
1442         * pred.c: added predicate newer
1444 87/02/20  11:40:07  11:40:07  cire (Eric B. Decker)
1446         * pred.c: added guts to pred_ok
1448 87/02/19  23:52:37  23:52:37  cire (Eric B. Decker)
1450         * pred.c: finished exec.
1452 87/02/22  20:01:09  20:01:09  cire (Eric B. Decker)
1454         * parser.c: added guts to parse_size
1456 87/02/22  00:59:16  00:59:16  cire (Eric B. Decker)
1458         * parser.c: added guts of perm and permmask.  added getoct
1459         routine for perm and permmask
1461 87/02/21  23:32:50  23:32:50  cire (Eric B. Decker)
1463         * parser.c: added -fre, -fullregex predicate to turn off
1464         globbing conversion
1466 87/02/21  23:01:01  23:01:01  cire (Eric B. Decker)
1468         * parser.c: reworked name so the regexpr pattern includes $ at
1469         the end to force globbing to work correctly.  End of the
1470         pattern refers to the end of the filename.
1472 87/02/21  22:25:34  22:25:34  cire (Eric B. Decker)
1474         * parser.c: added guts to name.  uses a conversion from
1475         globbing to regexp format.  uses regex and regcmp to actually
1476         to the comparison.
1478 87/02/21  00:17:11  00:17:11  cire (Eric B. Decker)
1480         * parser.c: added predicate newer
1482 87/02/20  11:39:35  11:39:35  cire (Eric B. Decker)
1484         * parser.c: added ok guts.  consolidated exec and ok to using
1485         insert_exec_ok
1487 87/02/19  00:20:54  00:20:54  cire (Eric B. Decker)
1489         * parser.c: minor bug in -fulldays predicate parser.  It
1490         should have set the flag full_days to true.
1492 87/02/22  00:58:32  00:58:32  cire (Eric B. Decker)
1494         * find.c: changed where we are setting perm_mask to -1.  need
1495         to make sure that this happens before every apply_predicate.
1497 87/02/21  23:32:11  23:32:11  cire (Eric B. Decker)
1499         * find.c: added error checking for no paths.  better error
1500         message if illegal ordering.
1502 87/02/21  22:19:58  22:19:58  cire (Eric B. Decker)
1504         * find.c: added global convert_glob
1506 87/02/22  20:00:12  20:00:12  cire (Eric B. Decker)
1508         * defs.h: added definition of BLKSIZE for size
1510 87/02/21  22:19:25  22:19:25  cire (Eric B. Decker)
1512         * defs.h: added global convert_glob for name