1 2005-07-29 James Youngman <jay@gnu.org>
3 * NEWS, find/find.1, doc/find.texi:
4 Indicate that -ok and -okdir redirect stdin from /dev/null.
6 * NEWS: Explain the directory link count change more throroughly.
8 * NEWS: Fixed bug #13973.
10 * find/pred.c: Fix Savannah bug #13973: Modify the handling of
11 -printf %Y so that it no longer modifies stat_buf
13 * find/testsuite/find.gnu/printf-symlink.exp,
14 find/testsuite/find.gnu/printf-symlink.xo: Detect Savannah bug
15 #13973: pollution of stat_buf by the %Y directive (trivial change
18 * INSTALL, depcomp, doc/texinfo.tex, install-sh, missing,
19 mkinstalldirs: Updated auxilliary files from the automake-1.9
22 * configure.in: Introduce new Automake conditional,
23 CROSS_COMPILING, true when we are corss compiling
25 * find/find.c: If we decline to follow a symbolic link due to the
26 safety check, issue a more self-explanatory warning message
28 * lib/Makefile.am: Don't build regexprops if we are cross compiling
30 * doc/Makefile.am: Depend on the regex.h file rather than the
31 'regexprops' binary, because the header file will always exist
32 even if we are doing "make dist". Otherwise "make distcheck"
33 fails because it tries to rebuild find.info while the
34 source-directory is read-only.
36 2005-07-28 James Youngman <jay@gnu.org>
39 Say "other users" rather than "rest of the world" when talking about
40 Unix permissions. Fixes Savannah bug #4246.
42 2005-07-27 James Youngman <jay@gnu.org>
44 * xargs/testsuite/Makefile.am: Added new test case 'childfail.exp'.
47 Updated the description of the safe-dir-change operation to reflect
48 what find now does on systems that lack O_NOFOLLOW.
50 * NEWS, find/parser.c: Indicate in the output of find --version if
51 the leaf optimisation is enabled or not
53 * find/find.c: Fixed typo.
55 * find/find.c: If the link count of a directory starts off less
56 than two, disable the leaf optimisation for this directory.
58 2005-07-26 James Youngman <jay@gnu.org>
60 * lib/regexprops.c: Further small corrections from Karl.
63 Reordered the sections in the manual to put the "Common Tasks" and
64 "Worked Examples" chapters together.
66 * configure.in, find/find.c: Allow the leaf optimisation to be
67 disabled by default with the configure option
68 --disable-leaf-optimisation
70 * find/find.c: Removed old code for antuqie version of savedir().
72 * lib/regextype.c: Put the syntaxes in alphabetical order.
74 * lib/regexprops.c: Karl made some more readability suggestions.
76 2005-07-24 James Youngman <jay@gnu.org>
78 * doc/Makefile.am: If the regexprops program has changed we should
79 re-run it, since it will probably now produce different output
82 Allow the caller to detect if one regex type is identical to another.
85 Define the preprocessor macro FINDUTILS for that code int he lib/
86 directory can be slightly more reusable.
89 Allow the caller to detect if one regex type is identical to another.
92 Made Texinfo style corrections suggested by Karl Berry.
94 2005-07-22 James Youngman <jay@gnu.org>
96 * xargs/testsuite/xargs.posix/childfail.exp, xargs/xargs.c: Fix
97 Savannah bug #13878, in which xargs deals incorrectly with child
98 failure, returning 0 when it should return 123
100 2005-07-17 James Youngman <jay@gnu.org>
102 * find/find.1: (tiny change) Corrections by Greg Wooledge
104 2005-07-16 James Youngman <jay@gnu.org>
106 * doc/find.texi: Updates following comments by Dave Gilbert.
108 * NEWS: Corrected a typo.
111 Added in the example about updating an aggregate timestamp file.
113 2005-07-15 James Youngman <jay@gnu.org>
115 * po/da.po: Updated Danish translation from translation project
117 2005-07-14 James Youngman <jay@gnu.org>
119 * NEWS, doc/Makefile.am, doc/find.texi, lib/Makefile.am,
120 lib/regexprops.c, lib/regextype.c, lib/regextype.h: Added
121 --regextype and -regextype options to locate and find
122 respectively, and documented these
124 * doc/find.texi: We use GNU Emacs regexps by default now.
127 We require GNU sort in order for locate to handle newlines correctly,
130 2005-07-10 James Youngman <jay@gnu.org>
133 Applied several documentation improvement patches from Aaron Hawley
135 * ChangeLog, NEWS: Updated with recent changes.
137 * NEWS: Recent gnulib changed have fixed -iregex
139 * doc/find.texi, xargs/xargs.1:
140 Tiny patch from Andreas Metzler: xargs -I is like xargs -i, but the latter is deprecated
142 2005-07-06 James Youngman <jay@gnu.org>
144 * find/defs.h, find/find.c, find/parser.c, find/pred.c:
145 Fixed Savannah bug #13650; programs run by -exec cannot read stdin
147 2005-07-04 James Youngman <jay@gnu.org>
149 * NEWS: *** empty log message ***
152 Added a "Worked Examples" section. It currently only contains a
153 (long) example about deleting files.
155 * .cvsignore: Some extra stuff to ignore.
157 2005-07-03 James Youngman <jay@gnu.org>
159 * find/Makefile.am: Don't need regexprops.c really...
161 * lib/regextype.c, lib/regextype.h:
162 New files for selecting regex type based on a keyword
164 * locate/locate.1: Documented the fact that we now use Emacs-style
165 regexps, not POSIX EREs, for compatibility with find -regex.
167 * lib/Makefile.am, locate/locate.c, doc/find.texi,
168 find/Makefile.am, find/defs.h, find/find.1, find/find.c,
169 find/parser.c: Fixed Savannah bug #13495: find now uses
170 Emacs-style regexps by default
172 2005-07-02 James Youngman <jay@gnu.org>
174 * configure.in, find/defs.h, find/fstype.c, find/parser.c,
175 intl/dcigettext.c, lib/buildcmd.c, lib/listfile.c,
176 lib/savedirinfo.c, locate/locate.c, xargs/xargs.c: Assume unistd.h
177 is present - avoid using HAVE_UNISTD_H
179 2005-07-01 Jim Meyering <jim@meyering.net>
181 With `-fprint F' or `-fprintf F', don't write diagnostics
182 to F when stderr is closed.
184 * find/parser.c: Include "stdio-safer.h".
185 (open_output_file): Use fopen_safer, not fopen.
186 * import-gnulib.sh (findutils_modules): Add stdio-safer.
188 2005-07-01 James Youngman <jay@gnu.org>
191 Aaron pointed out a potentially-confusing sentence. I fixed it.
193 * find/defs.h, find/find.1, find/find.c, find/parser.c,
194 find/pred.c, find/util.c: Allow consistency-checking of the
195 predicates, checking for example that actions all have side
198 2005-06-29 James Youngman <jay@gnu.org>
200 * doc/find.texi: Applied patch from Aaron Hawley (Savannah patch
201 #3751: Typos and small suggestions to find.texi)
203 2005-06-27 James Youngman <jay@gnu.org>
205 * ChangeLog, locate/locate.c: Applied patch from Bas Van Gompel to
206 move match counting into a (new) visitor function
208 * NEWS, configure.in: No longer 4.2.23, as we're moving on now
210 2005-06-24 Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>
212 * locate/locate.c (visit_count, visit_limit): New functions.
213 (locate): Use visit_limit or visit_count. Simplify main loop.
214 (main) Bail out early when limit is reached.
216 2005-06-20 James Youngman <jay@gnu.org>
219 Removed some code which had already been disabled via the preprocessor.
221 2005-06-19 Dmitry V. Levin <ldv@altlinux.org>
223 * lib/savedirinfo.c: Fix two compilation warnings (which would
224 prevent compilation if "-Wall -Werror" is in effect).
226 2005-06-19 James Youngman <jay@gnu.org>
228 * ChangeLog: Indicate that we made (are making) a release.
230 * ChangeLog, NEWS, configure.in: Preparing to release 4.2.23
232 * doc/find.texi: Fixed Texinfo syntax error in previous change
234 * doc/find.texi, xargs/xargs.1:
235 Document the fact that the -i and -L options are currently
236 incompatible (Savannah bug 13041).
238 * locate/updatedb.1, locate/updatedb.sh: Fix Savannah bug 13411 -
239 reject trailing slashes in updatedb's --prunepaths, bacsue these
240 will never be matched
242 * NEWS: Released findutils-4.2.23.
244 * doc/find.texi, xargs/xargs.1:
245 Document the fact that the -i and -L options are currently
246 incompatible (Savannah bug 13041).
248 * locate/updatedb.1, locate/updatedb.sh: Fix Savannah bug 13411 -
249 reject trailing slashes in updatedb's --prunepaths, because these
250 will never be matched.
252 2005-06-18 Martin Buchholz (trivial patch applied by James Youngman)
254 * find/defs.h, find/find.c, find/parser.c, doc/find.texi: Fix
255 typos/spelling errors (mostly in source code comments).
257 2005-06-18 Dmitry V. Levin <ldv@altlinux.org>
259 Additional documentation tweaks for -execdir/-okdir actions.
260 * find/parser.c (parse_help): Mention -execdir and -ordir options.
261 * doc/find.texi, find/find.1: Additionally document new options.
263 2005-06-12 Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>
265 * locate/locate.c: Implement --all (-A).
267 * NEWS, doc/find.texi, locate/locate.1: Document locate --all (-A)
269 2005-06-12 James Youngman <jay@gnu.org>
272 Savannah bug #13381 (Debian bug 313081): if we have O_NOFOLLOW,
273 safely_chdir() does not need to call stat(). However, process_dir()
274 used to rely on using that stat information. To work around this
275 problem, there is now an output parameter in safely_chdir() which
276 indicates if the stat buffer is valid.
277 This bug has possible security implications.
279 * find/find.1, doc/find.texi:
280 Applied patch from Andreas Metzler, improving the wording for the
281 documentation of the %k and %b format directives. This patch does
282 not require a copyright assignment as it consists of several
283 copies of the same small wording change.
285 2005-06-11 James Youngman <jay@gnu.org>
287 * find/find.1: Corrected spelling error 'writeable' to 'writable'.
289 * find/find.1, locate/locate.1:
290 Fixed Savannah bug #13363, typos in manpages (trivial change)
292 2005-06-10 James Youngman <jay@gnu.org>
294 * find/find.c, lib/savedirinfo.c, lib/savedirinfo.h: Switch to a
295 new scheme for saving directory entry data which is extensible to
296 allow additional data to be saved.
298 2005-06-09 James Youngman <jay@gnu.org>
300 * locate/testsuite/config/unix.exp:
301 Use the new normalize_dir procedure throughout.
303 * locate/testsuite/config/unix.exp: Move the normalisation into a
304 procedure. Don't rely on the "file normalize" command being
305 available (it's new in Tcl 8.4).
307 2005-06-08 James Youngman <jay@gnu.org>
309 * ChangeLog, NEWS, configure.in: Updated for recent changes
312 Explain that you should put the argument of -name in quotes.
315 Added a new "NON-BUGS" section pointing out things that look like bugs
316 but are caused by mistakes or misunderstandings.
318 * doc/find.texi, locate/locate.1: Applied Bas van Gompel's patch
319 which allows the database to be read from stdin.
322 Read the database in by using the "visitor" pattern. Modified file
323 header comment to indicate that we no longer use the efficient
324 algorith described in ;login:. Emit an error message if the
325 LOCATE_PATH variable implies that we should read stdin twice.
326 Most of this code is from Bas van Gompel.
328 * AUTHORS: Credit Bas van Gompel for his work on locate.
330 * lib/printquoted.h: Appled patch from Bas - fixing compiler warning.
332 2005-06-07 James Youngman <jay@gnu.org>
334 * ChangeLog, NEWS, configure.in: Updates prior to release
336 * config.rpath: Added file required for 'make dist'
338 * po/be.po, po/ca.po, po/da.po, po/de.po, po/el.po, po/eo.po,
339 po/es.po, po/et.po, po/fi.po, po/findutils.pot, po/fr.po,
340 po/ga.po, po/gl.po, po/hr.po, po/hu.po, po/id.po, po/it.po,
341 po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po, po/pl.po,
342 po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/rw.po, po/sk.po,
343 po/sl.po, po/sr.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po:
344 updated the po files for release
346 * xargs/testsuite/Makefile.am:
347 Added in all the test files from Dmitry V. Levin.
349 2005-06-08 Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>
351 * NEWS, locate/locate.1, doc/find.texi: Document usage of `-'
352 to refer to stdin in database-path for locate.
353 * locate/locate.c: Change prototype for visitors and processors
354 throughout. Move reading the database and generating base_name
355 into visitors. Allow `-' to refer to stdin in database-path.
357 * lib/printquoted.h: Include stdio.h.
359 2005-06-07 James Youngman <jay@gnu.org>
361 * COPYING, debian/copyright, depcomp, doc/texinfo.tex,
362 find/defs.h, find/find.c, find/fstype.c, find/parser.c,
363 find/pred.c, find/testsuite/config/unix.exp, find/tree.c,
364 find/util.c, import-gnulib.sh, intl/Makefile.in,
365 intl/bindtextdom.c, intl/config.charset, intl/dcgettext.c,
366 intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c,
367 intl/dngettext.c, intl/explodename.c, intl/finddomain.c,
368 intl/gettext.c, intl/gettext.h, intl/gettextP.h,
369 intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
370 intl/libgettext.h, intl/libgnuintl.h, intl/loadinfo.h,
371 intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias,
372 intl/localealias.c, intl/ngettext.c, intl/plural.c, intl/plural.y,
373 intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c,
374 lib/buildcmd.c, lib/buildcmd.h, lib/extendbuf.c, lib/extendbuf.h,
375 lib/forcefindlib.c, lib/listfile.c, lib/listfile.h,
376 lib/modetype.h, lib/nextelem.c, lib/nextelem.h, lib/printquoted.c,
377 lib/printquoted.h, lib/qmark.c, lib/savedirinfo.c,
378 lib/savedirinfo.h, lib/strspn.c, lib/wait.h, lib/waitpid.c,
379 locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c,
380 locate/locatedb.h, locate/testsuite/config/unix.exp,
381 locate/updatedb.sh, missing, po/fetch-po-files,
382 xargs/testsuite/config/unix.exp, xargs/xargs.c:
383 Updated the FSF's postal address
385 * ChangeLog: Corrected Bas's email address.
387 * locate/locate.c: Updated copyright years.
389 2005-06-07 Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>
391 * locate/locate.c: Fold case once, only when needed.
393 2005-06-07 James Youngman <jay@gnu.org>
395 * NEWS: Updated with recent changes.
397 * mdate-sh: Use the mdate-sh from automake
399 * find/parser.c, find/pred.c, find/tree.c, find/util.c,
400 lib/Makefile.am, lib/forcefindlib.c, lib/listfile.c,
401 lib/listfile.h, locate/code.c, locate/locate.c, find/defs.h,
402 find/find.c: Fix Savannah bug #13324: Fix compiler warnings for
406 Fixed Savannah bug #13325: Quoting of output filenames in locate
410 Fixed Savannah bug #13319: C9X-ism in parser.c (declaration after
413 * find/pred.c, lib/Makefile.am, lib/listfile.c, lib/nextelem.c,
414 lib/printquoted.c, lib/printquoted.h, lib/qmark.c, NEWS,
415 doc/find.texi, find/defs.h, find/find.1, find/parser.c: Fixed
416 Savannah bug #13303, find should filter out non-printable
417 characters if outputting to tty
419 2005-05-30 James Youngman <jay@gnu.org>
421 * locate/locate.c: rename new_locate() to locate() since
422 old_locate() has gone the way of the dodo.
424 2005-05-29 Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>
426 Add a ``--print'' (``-p'') option. (to cancel side-effects of -c/-S)
427 Allow ``--statistics'' in combination with non-options.
428 * doc/find.texi: Add documentation for locate --print (-p), and the
429 use of non-options with --statistics.
430 * locate/locate.1: ditto.
431 * locate/locate.c: Read each database only once.
433 2005-05-23 Paul Eggert <eggert@cs.ucla.edu>
435 Adjust to recent gnulib changes.
436 * import-gnulib.sh: Get config.rpath from gnulib/build-aux,
438 * find/parser.c (parse_perm): Ignore umask when parsing
439 symbolic permissions. Adjust to new modechange API.
441 2005-05-16 James Youngman <jay@gnu.org>
443 * find/find.c, find/parser.c, find/pred.c, find/tree.c:
444 Trivial change: don't use i18n support for debug-only messages
446 * ChangeLog: Added ChangeLog entry crediting Dmitry
448 2005-05-09 James Youngman <jay@gnu.org>
451 The previous change fixed Savannah bug #12999. This change doesn't do
452 anything, it's only intended to be a place to record the Savannah bug
456 Oops. Initialise the variable which indicates which regex syntax to
457 use. We use POSIX basic regular expressions.
460 Suggestion by Ed Avis: point out that "-name foo/bar" will almost
461 always evaluate to false. Suggest to the user what alternatives they
464 2005-05-02 James Youngman <jay@gnu.org>
467 Added Dimitry (his new test suite contribution required a copyright
470 2005-05-03 Dmitry V. Levin
472 * Added xargs test suite tests by Dmitry V. Levin, together with
473 bugfixes which ensure that the tests pass.
475 2005-04-18 James Youngman <jay@gnu.org>
477 * Added test suite tests for Bas van Gompel's changes.
479 2005-04-18 Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>
481 * doc/find.texi: Document locate --non-existing (-E).
482 * locate/locate.1: Ditto.
483 * locate/locate.c: Implement --non-existing (-E).
485 2005-04-04 James Youngman <jay@gnu.org>
487 * configure.in, import-gnulib.sh:
488 We no longer need gnulib/m4/Makefile.am
490 * po/vi.po: Updated Vietnamese translation
492 * locate/updatedb.sh:
493 Savannah bug #12491: Only use the "-s" option to "su" if it is
496 2005-04-01 James Youngman <jay@gnu.org>
498 * locate/locate.1, locate/updatedb.1, xargs/xargs.1: Trivial
499 change from A Costa <agcosta@gis.net>, fixing typos in manual
500 pages for xargs, locate and updatedb; fixes Savannah bug #12500,
503 2005-03-22 James Youngman <jay@gnu.org>
505 * import-gnulib.sh: Include the new gnulib module stat-macros
508 CVS code is (will shortly be) no longer identical to the 4.2.20 release
510 2005-03-17 James Youngman <jay@gnu.org>
512 * configure.in: Preprare for release of 4.2.20.
514 * NEWS: Updated prior to release of 4.2.20.
516 * ChangeLog: Updated with recent changes.
518 * THANKS: Thank Bas van Gompel, but only once.
520 * THANKS: Thank Bas van Gompel and Aaron S. Hawley.
522 * po/vi.po: Updated Vietnamese PO file
524 2005-03-10 James Youngman <jay@gnu.org>
526 * po/nl.po: Updated Dutch PO file
528 2005-03-08 Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>
530 * import-gnulib.sh: Re-enable creation of gnulib/m4/Makefile.am.
532 2005-03-07 James Youngman <jay@gnu.org>
534 * Released findutils-4.2.19.
536 * find/testsuite/find.posix/sizes.exp:
537 Use 2>/dev/null instead of 2>&1, because Tcl understands the former
540 * find/testsuite/Makefile.am: Also distribute sv-bug-12181.xo.
542 * find/testsuite/Makefile.am: Distribute sv-bug-12181.
544 * find/testsuite/Makefile.am: Distribute sv-bug-12230.
546 * NEWS: Updated with new news.
548 * ChangeLog: Brought up to date.
550 * lib/buildcmd.c, find/testsuite/find.gnu/sv-bug-12230.exp: Fixed
551 Savannah bug #12230, in which '-exec echo == {} +' is always run,
552 even if there were no matched files.
554 2005-03-06 James Youngman <jay@gnu.org>
556 * ChangeLog: Added latest changes.
558 * po/pt.po, configure.in: Added Portuguese translation
560 2005-03-04 James Youngman <jay@gnu.org>
562 * configure.in: Modernized the way we call AC_INIT and
565 * locate/locate.c, find/pred.c, find/find.c:
566 Eliminated some compiler warnings
568 * find/pred.c: Clarified the meaning of a comment.
570 * find/testsuite/Makefile.am: Added sizes.exp, sizes.xo.
572 * find/testsuite/find.posix/sizes.xo,
573 find/testsuite/find.posix/sizes.exp: Added tests for -size
576 2005-03-03 James Youngman <jay@gnu.org>
579 safely_chdir_lstat(): if we didn't end up in the right place, and then
580 fchdir() fails, we can't return to the directory we started in.
581 Therefore, issue a fatal error message and exit.
583 2005-03-01 James Youngman <jay@gnu.org>
585 * find/find.c, find/testsuite/find.posix/sv-bug-12181.exp,
586 find/testsuite/find.posix/sv-bug-12181.xo: Fixed SourceForge bug
587 12181 (find -H symlink-to-dir reports 'Too many Symbolic links')
588 and bug 12044 (find still hangs on dead NFS filesystems on
591 2005-02-28 James Youngman <jay@gnu.org>
593 * doc/find.texi: Typo: O_NOFOLLOW, not O_FOLLOW
596 Suggestion from Martin Buchholz; unset CDPATH to prevent "cd" echoing
599 2005-02-27 James Youngman <jay@gnu.org>
601 * README: Indicate how the reader can verify the release.
603 2005-02-26 James Youngman <jay@gnu.org>
605 * po/sk.po, po/sl.po, po/sr.po, po/sv.po, po/tr.po, po/vi.po,
606 po/zh_CN.po, po/be.po, po/ca.po, po/da.po, po/de.po, po/el.po,
607 po/eo.po, po/es.po, po/et.po, po/fi.po, po/findutils.pot,
608 po/fr.po, po/gl.po, po/hr.po, po/hu.po, po/id.po, po/it.po,
609 po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po, po/pl.po,
610 po/pt_BR.po, po/ro.po, po/ru.po: Added new Vietnamese translation
612 * configure.in: Added new Vietnamese translation.
614 2005-02-25 James Youngman <jay@gnu.org>
616 * po/ga.po: Updated Irish po file
618 2005-02-23 James Youngman <jay@gnu.org>
620 * Makefile.am: Fix Savannah bug #12064 - 'make distclean' deletes
621 regex.c but should not.
623 * find/testsuite/Makefile.am,
624 find/testsuite/find.gnu/printf-h.exp,
625 find/testsuite/find.gnu/printf-h.xo: Added test case for Savannah
626 bug #12085 (-printf %h).
628 * NEWS, doc/find.texi, find/find.1, find/pred.c:
629 %h now expands to '.' instead of nothing.
631 2005-02-22 James Youngman <jay@gnu.org>
634 Fixed Savannah bug #12099 (misinterpretation of system versions
635 leading to possible incorrect disabling of O_NOFOLLOW). Reported by
639 For the %h format, don't bail out early as the format might contain
642 2005-02-21 James Youngman <jay@gnu.org>
644 * find/find.c: Fixed accidental C99 dependency.
646 2005-02-20 James Youngman <jay@gnu.org>
648 * po/be.po, po/ca.po, po/da.po, po/de.po, po/el.po, po/eo.po,
649 po/es.po, po/et.po, po/fi.po, po/findutils.pot, po/fr.po,
650 po/ga.po, po/gl.po, po/hr.po, po/hu.po, po/id.po, po/it.po,
651 po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po, po/pl.po,
652 po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sr.po,
653 po/sv.po, po/tr.po, po/zh_CN.po: Updated italian translation
655 * doc/find.texi: Corrected a typo.
658 Read the mounted device list afer parsing the command line, so that
659 for example "find --version" still works (in response to Savannah bug
662 * configure.in: We've moved on from findutils-4.2.18.
664 2005-02-19 James Youngman <jay@gnu.org>
666 * NEWS: Corrected the summary of the "find -depth" bug.
668 2005-02-16 James Youngman <jay@gnu.org>
670 * NEWS, configure.in: Prepared for release of 4.2.18.
672 * ChangeLog: Updated prior to release of 4.2.18.
674 * find/testsuite/Makefile.am:
675 Distribute the test cases for the recent "find -depth" bug.
677 * find/testsuite/find.posix/depth1.exp, find/testsuite/find.posix/depth1.xo:
678 Added test case for find -depth bug reported by Joseph S. Myers
681 If -depth is in effect, processing of the subdirectories invalidates
682 the information in 'state'. Therefore once we get around to
683 processing the predicates, restore the information that we keep in
684 'state' and in 'stat_buf'.
686 2005-02-15 James Youngman <jay@gnu.org>
688 * ChangeLog: Updated with recent changes
691 Emphasise that -L causes find to recurse into subdirectories pointed
692 to by symbolic links.
695 Patch to find.1 from Aaron Hawley <Aaron.Hawley@uvm.edu>:
697 * Notes about -H actually apply to -L.
698 * Said paragraph is duplicated two paragraphs later.
699 * Typos: nno, ibmue, surrpounding
701 2005-02-15 Aaron Hawley <Aaron.Hawley@uvm.edu>
703 * find/find.1: Notes about -H actually apply to -L. Said
704 paragraph is duplicated two paragraphs later. Also typos: nno,
707 2005-02-13 James Youngman <jay@gnu.org>
709 * find/find.1: Miscellaneous small clarifications and improvements.
711 * doc/find.texi: Added Info nodes and menus under "Changing the
712 Current Working Directory" so that it doesn't generate such a huge
715 * find/find.c: Parenthesise #if defined(...).
717 2005-02-13 Dmitry V. Levin <ldv@altlinux.org>
719 * find/find.c: remove test code snippet (time(NULL) was used to
720 place a marker for spotting with strace(), but was not actually
723 * find/find.c (safely_chdir_nofollow): must not fall back on
724 safely_chdir_lstat() because that will expose it to race condition
725 exploits, making it pointless.
727 * find/find.c (safely_chdir_lstat): Move
728 complete_pending_execdirs() up into safely_chdir(), because we
729 need to do that in either case.
731 2005-02-12 James Youngman <jay@gnu.org>
733 * configure.in, doc/find.texi, find/defs.h, find/find.c,
734 find/parser.c: Fix for Savannah bug #11879, that
735 init_mounted_dev_list() causes find to hang on systems which are
736 clients to dead NFS servers
738 2005-02-10 James Youngman <jay@gnu.org>
740 * doc/find.texi: Talk about the problem where find will not work
741 if you have a filesystem mounted from an unresponsive NFS server.
743 2005-02-09 James Youngman <jay@gnu.org>
745 * find/find.1: Indicate that $TZ affects from printf-format
746 results, and add extra cross-references in the SEE ALSO section.
748 2005-02-08 James Youngman <jay@gnu.org>
750 * xargs/testsuite/Makefile.am: Distribute the .xe files also.
752 * Makefile.am: Check that we have the right number of .xe files in
753 the distribution also.
755 * ChangeLog, NEWS, configure.in
756 Preparing to release findutils-4.2.17
758 2005-02-07 James Youngman <jay@gnu.org>
760 * find/testsuite/config/unix.exp: Re-sort the .xo file using the
761 calling user's locale, because our 'pre-sorted' .so output file
762 may not be sorted with the same collating order as 'sort' used to
763 order the output of "find. Bug spotted by Vin Shelton and Dimitry
766 * find/testsuite/Makefile.am:
767 New test, find/testsuite/find.gnu/follow-arg-parent-symlink.exp.
769 * find/testsuite/find.gnu/follow-arg-parent-symlink.exp,
770 find/testsuite/find.gnu/follow-arg-parent-symlink.xo, find/find.c:
771 Fix for starting point /foo/bar/baz where bar is a symlink but baz
772 is not - we should chdir into bar there even if it is a symbolic
775 2005-02-07 James Youngman <jay@gnu.org>
777 * find/testsuite/Makefile.am:
778 New test, find/testsuite/find.gnu/follow-arg-parent-symlink.exp.
780 * find/testsuite/find.gnu/follow-arg-parent-symlink.exp,
781 find/testsuite/find.gnu/follow-arg-parent-symlink.xo, find/find.c:
782 Fix for starting point /foo/bar/baz where bar is a symlink but baz
783 is not - we should chdir into bar there even if it is a symbolic
786 2005-02-06 James Youngman <jay@gnu.org>
789 -size: Clarification - -size gives a result consistent with 'wc -c'
792 * Makefile.am, find/testsuite/Makefile.am,
793 find/testsuite/find.gnu/execdir-root-only.exp,
794 find/testsuite/find.gnu/execdir-root-only.xo,
795 locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
796 dist-hook: Ensure that we distribute all the .po files and all the
799 * po/pl.po: Updated Polish translation from TP website
801 2005-02-05 Dmitry V. Levin <ldv@altlinux.org>
803 * find/parser.c, find/pred.c: Additional tweaks for
804 -execdir/-okdir actions.
806 * find/parser.c (new_insert_exec_ok): Disable ignore_readdir_race
809 * find/pred.c (pred_execdir, pred_okdir): Use state.rel_pathname
810 instead of basename(pathname). Do not add "./" prefix for
813 * find/find.c (process_top_path): Treat "/" similarly to ".".
815 * xargs/testsuite/xargs.posix/savannah-11865.exp,
816 xargs/testsuite/xargs.posix/savannah-11865.xo, xargs/xargs.c:
817 Fixed Savannah bug #11866 (not resetting number of used chars in
818 the command buffer) - reported by Dimitry V. Levin
820 2005-02-05 James Youngman <jay@gnu.org>
823 Added thanks for Dimitry - has produced many patches, bugfixes and
827 Fixed Savannah bug #11866: typo in pred_okdir() renders it useless
830 Savannah bug #11861: undefined symbol 'basename' on IRIX 5.3
832 * NEWS, configure.in, po/be.po, po/ca.po, po/el.po, po/eo.po,
833 po/fi.po, po/ga.po, po/hr.po, po/hu.po, po/ja.po, po/lg.po,
834 po/ms.po, po/ro.po, po/sl.po, po/sr.po, po/zh_CN.po: Added new
837 * ChangeLog: Updated from CVS prior to release of 4.2.16.
839 * po/ChangeLog: Updated from CVS.
841 * NEWS, configure.in: Preparing to release 4.2.16
843 * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
844 po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
845 po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sl.po, po/sv.po,
846 po/tr.po: make update-po prior to 'make distcheck'
848 * po/fetch-po-files: This is the first version we actually used.
850 * find/find.c: process_top_path() fixed compilation warning.
852 * find/find.c: process_top_path(): avoid processing this item if
853 we can't chdir to the basename of the named file.
855 * lib/Makefile.am: Always build forcefindlib.c
857 * locate/locate.c: Say 'base name' rather than 'basename' in comments
859 * find/pred.c, find/find.c: process_top_path(): Proper bugfix for
860 correct handling of items at depth 0 (i.e. specified on the
861 command line) - do an extra chdir to ensure that we're in the
862 directory containing the item before calling process_path().
863 Hnece also undo the previous 'quick fix' for the same problem
866 -execdir no longer has to treat anything as special, even at depth 0.
868 2005-02-03 James Youngman <jay@gnu.org>
870 * doc/find.texi, find/pred.c: When state.curdepth is 0, our
871 working directory is not the directory containing the file we are
874 2005-02-02 James Youngman <jay@gnu.org>
877 To allow compilation on cygwin, use base_name(), not basename().
880 2005-02-01 James Youngman <jay@gnu.org>
882 * ChangeLog: Updated from CVS log.
884 2005-01-31 James Youngman <jay@gnu.org>
886 * find/find.c, lib/nextelem.c, lib/nextelem.h, locate/code.c,
887 locate/frcode.c, locate/testsuite/config/unix.exp,
888 xargs/testsuite/config/unix.exp, xargs/xargs.c: Updated/corrected
889 the email address for David MacKenzie, one of the original authors
892 * doc/Makefile.am: The HTML version of the manual generated for
893 the GNU project website has each node in a separate file, not each
894 chapter in a separate file; adjust filenames accordingly
896 * find/parser.c, find/pred.c, lib/savedirinfo.c:
897 Removed some unused variables (patch from Dmitry V. Levin)
900 Patch from Dmitry V. Levin <ldv@altlinux.org>: Add subfs to the list
901 of filesystems which are likely to be automounted.
903 * m4/findlib.m4: Corrected typo (pointed out by Dmitry V. Levin).
905 * find/testsuite/config/unix.exp,
906 find/testsuite/find.gnu/name-period.xo,
907 find/testsuite/find.gnu/posix-dflt.xo,
908 find/testsuite/find.gnu/posix-h.xo,
909 find/testsuite/find.gnu/posix-l.xo,
910 find/testsuite/find.gnu/printf.exp,
911 find/testsuite/find.gnu/printf.xo: Systems differ in the order in
912 which filenames are returned by readdir. Hence sort the output of
913 'find' before comparing against the expected-output file. We
914 therefore also have the lines in the .xo files ready-sorted.
916 2005-01-30 James Youngman <jay@gnu.org>
919 Added rules for extra targets that we buld to update the web site.
921 2005-01-29 James Youngman <jay@gnu.org>
923 * configure.in: No longer version 4.2.15 - we've changed the manual.
926 Clarified the txt about adding extra tests with post-processing via
927 xargs, and recommend -execdir instead for security reasons.
929 * doc/find.texi: Patch from Karl Berry:
930 - more entries for the dir file
931 - use @copying so the copyright ends up in the HTML etc. output.
932 (This is the only really important change.)
933 - put @contents after the title page, for conventional toc location.
934 - use @ifnottex to wrap the Top node instead of @ifinfo, for the sake of
937 * NEWS, configure.in, po/da.po, po/de.po, po/es.po, po/et.po,
938 po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po,
939 po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
940 po/sv.po, po/tr.po: Prepared to release findutils-4.2.15
942 * ChangeLog: Updated from CVS log.
944 2005-01-28 James Youngman <jay@gnu.org>
947 Make --enable-d_type-optimization and --enable-d_type-optimisation
950 * configure.in: Assume --enable-d_type-optimisation by default
952 * find/parser.c: Indicate which features are enabled/disabled
954 * locate/testsuite/config/unix.exp:
955 Clean up the files left behind by the locate_textonly test
957 2005-01-27 James Youngman <jay@gnu.org>
959 * doc/find.texi: Documented --regex.
961 * NEWS, locate/locate.1, locate/locate.c, locate/testsuite/Makefile.am, locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/regex1.exp:
962 Implemented locate --regex - but needs documenting in Texinfo manual.
964 2005-01-25 James Youngman <jay@gnu.org>
966 * configure.in: Bumped version no.
969 Document --mmap and --stdio as being synonyms of -m and -s.
972 Document --mmap and --stdio as synonyms of -m and -s.
975 Document -m and -s (both no-ops) in the usage message.
977 * doc/find.texi, locate/locate.1: Document -m and -s as no-ops.
979 * ChangeLog: Updated for release of findutils-4.2.14.
981 * NEWS, configure.in, po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
982 Preparing to release findutils-4.2.14
984 2005-01-25 James Youngman <jay@gnu.org>
986 * NEWS, configure.in, po/da.po, po/de.po, po/es.po, po/et.po,
987 po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po,
988 po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
989 po/sv.po, po/tr.po: Preparing to release findutils-4.2.14
991 2005-01-24 James Youngman <jay@gnu.org>
993 * Makefile.am: Work around the fact that automake-1.7 actually
994 works, and correctly distributes regex.c; hence dist-hook should
995 only copy gnulib/lib/regex.c if this has not already been done.
997 * find/defs.h, find/find.c, find/pred.c,
998 find/testsuite/Makefile.am,
999 find/testsuite/find.gnu/printf-symlink.exp,
1000 find/testsuite/find.gnu/printf-symlink.xo,
1001 find/testsuite/find.gnu/xtype-symlink.exp,
1002 find/testsuite/find.gnu/xtype-symlink.xo: Fixes for -xtype and
1003 -printf %Y, which had been the wrong way around.
1005 * NEWS: Avoid including the find.gnu subdirectory in the
1006 distributed file more than once
1009 Move the printing of the statistics into a new function, print_stats()
1011 * find/testsuite/Makefile.am: Avoid including the find.gnu
1012 subdirectory in the distributed file more than once
1015 We need the regex module anyway, to allow compilation on Solaris
1017 2005-01-23 James Youngman <jay@gnu.org>
1020 Invoke gl_INCLUDED_REGEX directly to ensure successful compilation on
1021 systems like Solaris, which lacks those functions in libc (fixes GNU
1022 Savannah bug #11710).
1024 * locate/locate.1: -S is a synonym for --statistics
1026 * doc/find.texi: Documented the new -H, -L and -P options.
1028 * locate/locate.1, locate/locate.c: Implement options -L
1029 (default), -H and -P, which mean the same things as for find,
1030 except for the fact that the default is -L rather than -P
1032 * find/find.1: Corrected definition of the exit status for -quit.
1034 * find/find.c, find/pred.c: If DEBUG_STAT is set, issue a debug
1035 message when we call chdir() so that we can figure out what is
1036 actually being stat()ed
1038 * locate/updatedb.sh:
1039 Removed spurious newline from help message (bug report from Karl
1042 * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
1043 po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
1044 po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po,
1045 Makefile.am, NEWS, configure.in, find/defs.h, find/find.c,
1046 find/parser.c, find/pred.c, find/tree.c, find/util.c,
1047 import-gnulib.sh, lib/savedirinfo.c: Merged the d_type
1048 optimisation code; this is disabled by default, and can be enabled
1049 with 'configure --enable-d_type-optimisation'
1052 Updated optimisation NEWS item to indicate the effect on runtime.
1054 2005-01-22 James Youngman <jay@gnu.org>
1056 * NEWS, configure.in: Prepare for release of findutils-4.2.12
1058 * ChangeLog: Brought up to date with recent changes.
1060 * Makefile.am, import-gnulib.sh, po/Makefile.in.in, po/Makevars,
1061 po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
1062 po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
1063 po/pl.po, po/pt_BR.po, po/remove-potcdate.sin, po/ru.po, po/sk.po,
1064 po/sv.po, po/tr.po: Switch to using the gnulib gettext module, to
1065 ensure that 'make distcheck' works with current xgettext,
1068 * find/testsuite/config/unix.exp:
1069 Oops, we do need to clean up after all.
1071 2005-01-21 James Youngman <jay@gnu.org>
1073 * xargs/testsuite/Makefile.am: Added name of missing input file.
1075 * find/testsuite/Makefile.am:
1076 Distribute a few files that we had forgotten about
1078 * xargs/testsuite/Makefile.am: Added some missing files.
1080 * lib/Makefile.am: Also need buildcmd.h.
1082 * xargs/testsuite/Makefile.am: Fixed a typo.
1084 * NEWS: Indicate the d_type performance improvement
1086 2005-01-18 James Youngman <jay@gnu.org>
1088 * lib/savedirinfo.h: Added on d_type_optimisation also
1090 * lib/savedirinfo.c: Added on branch d_type_optimisation also.
1092 * find/pred.c: Added assert that we actually know the file type by
1093 the time pred_type() is called
1095 * find/find.c: Always initialise state.have_stat = false when
1096 starting to work with a new file
1098 2005-01-17 James Youngman <jay@gnu.org>
1100 * ChangeLog: Brought up to date with recent changes.
1102 * NEWS: Documented the changes so far.
1104 * find/testsuite/find.gnu/exec-many-rtn-success.xo:
1105 Expected output for exec-many-rtn-success.exp
1108 Indicate that -quit still ensures that pending commands are invoked
1111 Indicate that -quit still causes partial command lines to be invoked,
1112 but there are some types of fatal error which leave such commands
1115 * find/defs.h, find/find.c, find/pred.c, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
1116 Fixed savannah bug #11625 Wrong return status for -exec ... \; when command fails; also execute any pending commands when doing -quit
1118 * find/testsuite/find.gnu/exec-many-rtn-failure.exp, find/testsuite/find.gnu/exec-many-rtn-failure.xo, find/testsuite/find.gnu/exec-many-rtn-success.exp, find/testsuite/find.gnu/exec-one-rtn-fail.exp, find/testsuite/find.gnu/exec-one-rtn-fail.xo, find/testsuite/find.gnu/exec-one-rtn-success.exp, find/testsuite/find.gnu/exec-one-rtn-success.xo:
1119 Various test cases for succeeding and failing forms of -exec \; and -exec {} +
1121 * find/pred.c: "-exec ... {} +" always returns "true".
1123 * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
1124 Implemented d_type optimisation but not working correctly, so currently disabled
1126 * lib/savedirinfo.h, lib/savedirinfo.c:
1127 Initial implementation (temporarily disabled).
1129 * lib/Makefile.am: Resolved merge conflict.
1132 Make sure nextelem.h is included in the list of sources.
1134 * find/parser.c, lib/nextelem.c, lib/nextelem.h, locate/locate.c:
1135 Use prototypes for next_element() to make sure it is called correctly.
1137 2005-01-16 James Youngman <jay@gnu.org>
1139 * find/find.c, find/pred.c:
1140 When completing incomplete multiple execs, use 'eval_tree' not 'predicates'
1143 Oops, initialise state->cmd_initial_argv_chars to zero.
1146 Document the way that -execdir and -okdir will refuse to wqork if ">"
1147 is on $PATH. Also document -okdir in the manpage.
1150 -execdir and -okdir are insecure if $PATH includes the current
1151 directory, and so they refuse to work if the user has done that.
1154 Oops; for -exec ... {} +, pass arguments to bc_push_arg() in the right
1155 order. Problem spotted by Geoff Clare.
1157 * TODO: Removed items which have now been done.
1159 * lib/buildcmd.c: Tidied up formatting of arg list for bc_do_insert
1161 2005-01-15 James Youngman <jay@gnu.org>
1163 * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo:
1164 Added extra tests for more printf formats; patch by Andreas Metzler
1167 Ensure that the new long options have a relevang short option too.
1168 Also bring usage message into line with the options actually
1169 supported. Thanks to Bas van Gompel for noticing this defect.
1172 Escape "-" in SYNOPSIS. Thanks to Bas van Gompel for noticing this
1175 * ChangeLog: Fixed typos.
1178 Documented -execdir, and the "+" variants of -exec and -execdir.
1180 * find/find.1: Documented -execdir.
1183 Updated to bring into line with bc_*() interface changes
1185 * ChangeLog: Updated with recent changes.
1187 * find/defs.h, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h:
1188 Implemented -execdir and -okdir
1190 * find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
1191 First working version of -exec ...+
1193 2005-01-09 James Youngman <jay@gnu.org>
1195 * find/defs.h, find/find.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
1196 Initial implementation of -exec ..{} +, but currently disabled since not yet working
1198 2005-01-08 James Youngman <jay@gnu.org>
1200 * find/find.c: Fixed typo in comment.
1202 * find/defs.h, find/find.c, find/parser.c, find/pred.c:
1203 We now understand but do not implement -execdir (a *BSD invention, and a very useful security enhancement) and -okdir (the obvious companion to it)
1205 * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
1206 The GNU coding standard requires a space between the function name and
1207 its parenthesised argument list.
1210 Understand the -exec ... {} \+ construction (for multiple
1211 replacement). No support yet.
1214 Indicate that empty elements in the dbpath are treated as synonyms for
1215 the default database.
1218 Support empty elements in the dbpath as synonyms for the default
1219 database. These colons can be leading, trailing or in the middle of
1220 the string. We no longer com,plain if the user does this.
1223 If curdir_ok is 0 and an element is empty, return "" instead of NULL
1224 so that the caller knows to keep calling us.
1226 * find/find.c, find/pred.c, import-gnulib.sh, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
1227 Savannah bug 11517: find, xargs, locate, etc. should not hide write failures; patch from Jim Meyering
1229 * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
1230 changed .pot creation date
1232 * THANKS, AUTHORS: Take into account the FSF copyright-assignments list
1235 If -quit is used, the exit value can be nonzero if errors have occurred.
1238 Removed incorrect comment about -H, -P and -follow in HISTORY.
1240 2005-01-07 James Youngman <jay@gnu.org>
1242 * lib/Makefile.am, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
1243 Refactored xargs to use an external library function from the new file buildcmd.c
1245 * configure.in: no longer the same as the released 4.2.11 version
1247 2005-01-06 James Youngman <jay@gnu.org>
1249 * xargs/testsuite/inputs/lines.xi, xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/Makefile.am:
1250 Tests for the -L option
1252 * xargs/testsuite/config/unix.exp: When a test fails, show the diffs
1254 * xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/xargs.posix/l2.xo:
1255 tests for the -l option
1257 * xargs/testsuite/Makefile.am: Added extra test files
1259 * xargs/testsuite/xargs.sysv/trace.exp, xargs/testsuite/xargs.sysv/trace.xe, xargs/testsuite/xargs.sysv/trace.xo:
1260 Added tests for the -t option
1262 * xargs/testsuite/config/unix.exp, xargs/testsuite/inputs/foobar.xi, xargs/testsuite/xargs.gnu/r.exp, xargs/testsuite/xargs.gnu/r.xo, xargs/xargs.1:
1263 Use a blanks-only input file for cases where there is supposed to be no output
1265 * xargs/testsuite/inputs/blank.xi: Initial version.
1268 Corrected a typo; also indicate that it's impossible to use xargs
1269 securely due to the race condition.
1271 2005-01-05 James Youngman <jay@gnu.org>
1274 Fixed Savannah bug 11495: fallthrough from -printf format processing
1275 from 'n' case to 'd' case.
1277 2005-01-03 James Youngman <jay@gnu.org>
1280 Oops. Had duplicated an entire section. Fortunately this was after
1281 @bye, so there was no adverse effect.
1285 * doc/find.texi, locate/locate.1: document locate -S
1287 * configure.in, doc/find.texi, locate/locate.1, locate/locate.c:
1288 Support locate -b as a synonym for locate --basename
1290 * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
1293 * find/testsuite/config/unix.exp:
1294 Clean up (delete) find.out at at the end of the test.
1296 * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c, find/pred.c:
1297 Implemented the -samefile test for find
1299 2005-01-02 James Youngman <jay@gnu.org>
1301 * ChangeLog: Updated with recent changes.
1304 Bas van Gompel: two-line patch to locate.c to make locate's -i and -w
1305 options work if -e is in use.
1307 * THANKS: Added Bas van Gompel.
1310 Bas van Gompel: (visit_exists) when testing for the existence of the
1311 file, check the real filename [printname], not the case-converted
1312 filename [testname]. Really these argument names are badly chosen.
1314 * find/find.1, doc/find.texi:
1315 Improved the documentation for -perm, with plenty of examples,
1316 following a comment by Dan Jacobson that the comment "Symbolic modes
1317 use mode 0 as a point of departure" is baffling and unhelpful.
1320 Suggestion and patch from Bas van Gompel: (new_locate): Fix display of
1321 negative compression ratios.
1323 2004-12-31 James Youngman <jay@gnu.org>
1325 * NEWS: Brought up to date with recent changes
1328 Don't need to nest the "race conditions with..." sections so deeply.
1330 * doc/find.texi: Corrected some spelling errors.
1332 * doc/find.texi: Added new "Security Considerations" chapter.
1334 2004-12-23 James Youngman <jay@gnu.org>
1337 Applied bugfixes from Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>.
1338 (lc_strcpy): Zero-terminate result.
1339 (add_visitor): Update lastinspector.
1340 (visit_substring_match_casefold): fix off-by-one error.
1341 (new_locate): Move visit_exists down to improve performance.
1342 (new_locate): Don't fold case when getting stats.
1344 2004-12-19 James Youngman <jay@gnu.org>
1347 Indicate that "cd /; find tmp -wholename /tmp" will never match anything.
1349 * doc/find.texi: Documented locate --statistics.
1351 * locate/locate.1: Documented the --statistics option.
1353 * locate/locate.c: Added support for the -S option.
1355 2004-12-12 James Youngman <jay@gnu.org>
1357 * NEWS: Added a summary of the changes so far.
1359 * find/tree.c: Made some of the error messages more self-explanatory
1361 * find/pred.c: Print pointers with %p, not %x.
1363 * find/find.c: Moved option data into struct options.
1365 * find/find.1: clarifications
1367 * find/testsuite/find.gnu/comma.exp:
1368 Limit the amount of searching with maxdepth.
1370 * doc/find.texi: clearer description of how -prune works
1372 * ChangeLog: Removed duplicate entry.
1374 * configure.in, find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
1375 Separated ariables representing current state from variable representing option information
1377 2004-12-11 James Youngman <jay@gnu.org>
1379 * find/parser.c: Readability improvement to the usage message.
1381 * find/find.c: Oops. Fixed unmatched #endif.
1383 * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo, THANKS, configure.in, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
1384 Fixed Savannah bug #11280
1387 Remember to set path_length and curdepth in process_top_path().
1389 2004-12-07 James Youngman <jay@gnu.org>
1391 * find/fstype.c: Use xstat() not stat() to examine things.
1393 * find/find.c: Explain why #ifdef EOVERFLOW.
1395 * find/find.c: EOVERFLOW is not defined on UNICOS.
1397 * NEWS: Corrected typo.
1399 2004-12-06 James Youngman <jay@gnu.org>
1401 * ChangeLog: Brought up to date.
1403 * NEWS, configure.in: releasing 4.2.10
1405 * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
1408 * ChangeLog: Updated prior to release of finsutils-4.2.10.
1410 * import-gnulib.sh, find/fstype.c:
1411 Use gnulib's mountlist module instead of grokking it ourselves.
1414 Removed all the out-of-date cruft for grokking getmntent().
1417 Added the -I and -L options; also -E takes an argument which is not optional.
1419 2004-12-05 James Youngman <jay@gnu.org>
1421 * README, configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c:
1422 Allow debug output to be turned on or off by saying --enable-debug on the configure command line
1425 Removed disparaging (it is now, it probably wasn't then) comment about
1426 the production-readiness of Automake.
1428 * README: Qualify remarks about POSIX compliance.
1430 * NEWS, configure.in: Preparation for release 4.2.9
1432 * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
1435 * ChangeLog: Brought up to date.
1438 Avoid duplicate error message when we cannot chdir() into a subdirectory.
1440 * THANKS: Added recent thankees.
1443 Brought up to date with respect to the current set of fixed bugs.
1445 * NEWS, xargs/xargs.1, xargs/xargs.c:
1446 Implemented POSIX options -L, -I and -E
1448 2004-12-03 James Youngman <jay@gnu.org>
1451 -xdev is an option, not a test. Fixes Savannah bug 11192.
1453 * find/find.1, xargs/xargs.1:
1454 Escape dashes with a backslash (for fix Savannah bug 11189).
1456 2004-11-27 James Youngman <jay@gnu.org>
1459 More use of safely_chdir(). Also bugfix: -L should imply -noleaf. Be more careful about when xstat should fall back on lstat() when stat() fails.
1461 * find/find.1: "necessary" only has one "C".
1464 If stat() fails with ELOOP, we issue a diagnostic message.
1466 2004-11-26 James Youngman <jay@gnu.org>
1468 * find/find.c: Removed some unused code.
1470 * Makefile.am: Don't do anything in the 'intl' subdirectory
1473 Enhanced safely_chdir() to the point where the test suite passes, and report infinite loops in the directory hierarchy
1476 belt and braces; ensure that SYMLINK_NEVER_DEREF has value zero
1479 Describe our strategy for detecting and reporting infinite loops
1481 2004-11-24 James Youngman <jay@gnu.org>
1484 Updated the discussion of th error messages for findutils-4.2.8.
1486 * configure.in: Next version will be 4.2.9...
1489 Don't issue a warning if we notice the mounting of a filesystem that's
1490 likely just to be an automounter.
1492 * doc/find.texi, find/find.1:
1493 Explain how rounding is performed for -atime and friends.
1496 Once we collect enough arguments (for the value specified by the -n
1497 option) to do an exec(), do it immediaely instead of waiting for the
1498 next one to arrive. This fixes Savannah bug #7340.
1500 * ChangeLog, configure.in, NEWS: Prepare to release 4.2.8.
1502 * NEWS: Updates for 4.2.8.
1504 * configure.in: check for sys/types.h
1507 If wd_sanity_check() discovers that the mount table has changed, remember the updated device number and inode so that we also consider these to be valid on the way back up.
1510 Declarations of xmalloc() and friends belong in xalloc.h, not in defs.h
1512 * find/parser.c: avoid signed/unsigned warning, and #include xalloc.h
1515 Changed to alloc get_mounted_devices() to compile on Solaris
1518 Automake requires GNU m4, so point out that the reader needs that.
1520 * find/defs.h, find/find.c, find/fstype.c:
1521 When wd_sanity_check() fails, enumerate the mounted devices, rather than the mounted filesystem names
1523 * NEWS: prepare for 4.2.8
1526 Look for some Solaris headers which are used by get_mounted_devices()
1528 * lib/Makefile.am: don't build savedirtypes yet
1530 * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
1534 Avoid suprious output of the test data when the tests fail.
1536 2004-11-21 James Youngman <jay@gnu.org>
1538 * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
1539 Messages changed again
1541 * ChangeLog, configure.in: Preparing to release 4.2.7.
1543 * NEWS: Updated for release of 4.2.7.
1545 * import-gnulib.sh: Also need canonicalize module.
1548 When checking to see if a filesystem has changed state, use an
1552 No need to pause to allow James to view his handiwork, it (allegedly)
1556 Oops. Check for setlocale() to re-enable the i18n support which was
1557 accidentally disabled in 4.2.5.
1560 Check to see if the new directory is a transitioned mount point by
1561 using its ABSOLUTE name, if we can figure it out.
1564 Added guidance on some of the error messages. Not the most common
1565 ones, but the ones where the user might most benefit from some handy
1566 hints or an explanation of what is going on.
1569 Actually emit an error message if we fail to stat a symlink (for
1570 reasons other than nonexistence of the link and infinite loop).
1572 * doc/texinfo.tex: Updated texinfo.tex
1574 * NEWS, configure.in, find/find.c, find/fstype.c:
1575 Enable the 'Warning: filesystem XXX has recently been mounted' check on Solaris, which prevents it exiting fatally when traversing an automount mount point
1577 * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
1578 messages changed again
1580 * NEWS: Implemented xargs --arg-file.
1582 * doc/find.texi, xargs/xargs.1, xargs/xargs.c, NEWS:
1583 Implemented xargs --arg-file
1586 Where a filesystem was recently (un)mounted, try togive its full name
1589 Try to avoid requesting -lsun if we don't seem to need it (e.g. on
1590 UNICOS where it is not present and trying to link against it produces
1593 * find/defs.h, lib/modetype.h: Guard against multiple inclusion
1596 We now need <mntent.h> even if we are not using getmntent() to figure
1597 out the type of a filesystem, because wd_sanity_check() needs to
1598 enumerate the system mount points.
1600 * configure.in: Next release will be 4.2.7.
1603 get_mounted_filesystems() should use getmntent() if that function is
1604 present, rather than just if configure didn't find anything better for
1605 filesystem_type_uncached() to use than that.
1608 If -delete is the only action on a file, don't assume the default
1611 * ChangeLog, configure.in, po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
1612 Preparation to release findutils-4.2.6.
1614 * find/Makefile.am, xargs/Makefile.am:
1615 Enable checking of support for --version and --help
1617 * locate/Makefile.am:
1618 Con't check command-line options for frcode, code or bigram
1620 * locate/code.c: Support --version and --help.
1622 * ChangeLog: *** empty log message ***
1624 * find/defs.h, find/find.c, find/fstype.c, lib/Makefile.am, lib/extendbuf.c, lib/extendbuf.h, NEWS:
1625 Avoid fatal error if automount mounts a filesystem on a directory because we chdir()ed into it
1627 * configure.in: Next release will be 4.2.6.
1630 Indicate that the '-' flag does work for most fields. Also provide
1631 an example of using the comma operator to traverse the filesystem just
1632 once but search for more than one thing.
1634 * doc/find.texi: Indicate that the '-' flag does work for most fields.
1636 2004-11-19 James Youngman <jay@gnu.org>
1638 * configure.in: releaseing findutils-4.2.5
1640 * find/testsuite/Makefile.am, locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
1641 If a directory has no Makefile.am, omit it from the parent's DIST_SUBDIRS - automake-1.9 requires this
1643 * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
1644 updated by make distcheck
1646 * ChangeLog, NEWS: Updated for release 4.2.5.
1648 * find/find.1, doc/find.texi:
1649 Tell the reader that format flags may not work as they expect.
1652 Use the correct name for the macro gl_AC_TYPE_LONG_LONG (not
1653 jm_AC_TYPE_LONG_LONG).
1655 2004-11-15 James Youngman <jay@gnu.org>
1658 Avoid test -e because not all systems are POSIX-compliant (bug
1659 #11005). Also don't need regex module any more if we're not building
1662 * Makefile.am, configure.in:
1663 These days gnulib likes to include 'libintl.h' which our very old intl/ directory lacks. For the moment, disable use of the internal intl/ directory
1666 Use @ref not @xref for a reference at the beginning of a sentence.
1669 Make sure gnulib.lib is on the #include path (Savannah bug #11002)
1672 Use base_name instead of basename - fixes Savannah bug 11003.
1674 * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, locate/bigram.c, locate/locate.c:
1675 Don't need banner to emphasise the location of the call to jy_SORTZ
1677 2004-11-12 James Youngman <jay@gnu.org>
1679 * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c, find/pred.c, find/testsuite/find.gnu/posix-dflt.exp, find/testsuite/find.gnu/posix-dflt.xo, find/testsuite/find.gnu/posix-h.exp, find/testsuite/find.gnu/posix-h.xo, find/testsuite/find.gnu/posix-l.exp, find/testsuite/find.gnu/posix-l.xo, find/util.c:
1680 Implemented BSD option -P and also the correct defautl behaviour of find with respect to symlinks if neither -L nor -H is specified [i.e. same as -P]
1682 2004-11-11 James Youngman <jay@gnu.org>
1684 * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c:
1685 Implemented -H and -L options.
1687 * find/util.c: Added in the -H and -L options on the usage message.
1689 2004-11-10 James Youngman <jay@gnu.org>
1691 * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1692 Implemented %M and %A+ format specifiers
1694 * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1695 Documented the fact that only %d and %m format specifiers honour the various formatting flags
1698 Get the right number of bytes in a Kilobyte (hint: it's not 1048; that
1699 was a typo, honest :)
1701 * po/pl.po: Applied Polish translations
1703 2004-11-08 James Youngman <jay@gnu.org>
1705 * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po:
1706 distcheck changed the po files again
1708 * locate/Makefile.am:
1709 Make install-data-hook honour the setting of DESTDIR so that "make
1710 DESTDIR=/tmp/foo install" works and puts localstater in the right
1713 * configure.in: We're now working on findutils-4.2.5.
1715 * doc/find.texi, xargs/xargs.1:
1716 Point out that xargs -i only splits input items at newlines
1718 * ChangeLog: Indicate that we released 4.2.4.
1720 * ChangeLog: Updated for release 4.2.4
1722 * NEWS, configure.in: Prepare for release of 4.2.4.
1724 * NEWS: Brought up to date with latest changes.
1726 * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c, po/da.po, po/de.po, po/es.po, po/findutils.pot, po/gl.po, po/id.po, po/ko.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po:
1727 Turn warning messages off by default if stdin is not a tty; allow these to be controlled explicitly by options -warn and -nowarn
1729 * po/et.po, po/it.po: Updated translation files
1731 * po/sk.po: New translation file
1733 * po/fr.po, po/nl.po, po/tr.po: Updated translation files
1735 * configure.in: Added Slovak (sk) language.
1738 Enforcing a lower limit on the value specified by -s makes the test
1739 suite fail. Removed that lower limit.
1741 * locate/Makefile.am: Oops, multilocate doesn't exist yet.
1743 * NEWS: *** empty log message ***
1745 * doc/find.texi, locate/updatedb.1, locate/updatedb.sh:
1746 Added option --findoptions to updatedb
1748 * locate/Makefile.am, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
1749 Fixed section numbers in manpage titles and cross-references
1751 * NEWS, doc/find.texi, xargs/xargs.1, xargs/xargs.c:
1752 Increased the default argument length and improved POSIX compliance of the handling of out-of-range values for the -s option
1754 2004-11-07 James Youngman <jay@gnu.org>
1757 Added in the extra files we need to distribute, nullsort.m4
1758 order-bad.bin order-good.bin
1760 * doc/find.texi: Documented locate's --limit option
1762 * locate/locate.1, locate/locate.c:
1763 Implmented --limit and corrected the implementation of the -i option.
1765 2004-11-06 James Youngman <jay@gnu.org>
1767 * NEWS, doc/find.texi, locate/locate.1:
1768 Documented --wholename and --basename and updated the NEWS file
1771 Give the autogen commands in a form that you can usefully cut and paste into a shell
1773 * NEWS: Options --null and --count) for locate
1776 Don't return '.' for an empty path element, because the path we are splitting may not be intended to contain directories
1778 * configure.in: we're working on findutils-4.2.4 now
1780 * locate/Makefile.am: Substitute @SORT_SUPPORTS_Z@
1783 Documented new locate option --null and newline handling
1785 * locate/locate.1, locate/locate.c:
1786 New locate options --null, --wholename, --basename, --count
1788 * locate/frcode.c, locate/updatedb.1, locate/updatedb.sh:
1789 correctly handle newlines in the file names
1791 * configure.in: Determine if sort -z works
1793 * m4/nullsort.m4, m4/order-bad.bin, m4/order-good.bin:
1794 jy_SORTZ: a macro to determine if the system has a sort command with a working -z option
1796 2004-11-01 James Youngman <jay@gnu.org>
1798 * NEWS: Fixed "find -printf '%H\n'".
1801 Avoid segfault if -printf %H is used where the matched file was the default, unspecified starting point, the current directory
1803 2004-10-31 James Youngman <jay@gnu.org>
1805 * find/find.1, find/parser.c: NetBSD also supports -d.
1807 * find/find.1, doc/find.texi:
1808 Documented the behaviour of -daystart and -follow in more detail
1810 * find/parser.c: Corrected the usage message.
1813 When deciding whether to issue a warning about options following
1814 non-options, ignore any options whose position affects the tests
1815 (i.e. -daystart and -follow).
1817 * find/parser.c: -daystart is a positional option like -follow.
1820 Issue a warning message if an option is specified after a test or an
1821 action (because the user might have believed that the behaviour of the
1822 option is in some way conditional on the preceding tests).
1824 * locate/updatedb.sh:
1825 Oops; removed some test code that I shouldn't have checked in.
1827 * locate/updatedb.sh:
1828 Indicate that the old locate database format will shortly be unsupported.
1831 Use @direntry instead of hard-coding START-INFO-DIR-ENTRY inside @ifinfo.
1833 * locate/updatedb.1: Updated default location of locatedb file.
1836 Updated to give correct FTP location and to not talk about "test"
1837 versions of automake, which are no longer required.
1839 * locate/updatedb.sh:
1840 Incorporated the default list of filesystems to avoid from the Debian
1841 package. Also added /afs and /sfs to the default pruned paths.
1843 * configure.in: Released findutils 4.2.3
1845 * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po:
1846 did make distcheck, which updates these files
1848 * find/defs.h, find/fstype.c:
1849 Use const qualifier in arguments to filesystem_type() to allow callers with const variables to use them
1851 * ChangeLog: Updated.
1853 * NEWS: Added new news.
1856 Extra diagnositcs for the case where we have the error "%s changed
1857 during execution of %s" - that is when we chdir back to the parent
1858 directory only to find that it has changed.
1860 2004-10-30 James Youngman <jay@gnu.org>
1862 * .cvsignore, NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
1863 Implemented the -quit action
1865 * NEWS, doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1866 Refactored time handling routines in preparation for support of absolute timestamp comparison predicates
1869 Applied Savannah patch #2952 ("getline off-by-one bugfix").
1871 * NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
1872 Added -delete action (Savannah patch #3454 with additions)
1875 Applied Savannah patch #2692 (allowing get_short to process negative integers).
1878 If we are iossuing an error message because $FIND_BLOCK_SIZE is set,
1879 ignore the setting of errno.
1881 * find/parser.c: More fixes for pedantic compiler warnings
1883 * NEWS, find/parser.c, find/tree.c: Eliminated some compiler warnings
1885 * find/find.c, find/parser.c, find/pred.c:
1886 Various fixes for compiler warninga sbout unreachable code or unused function arguments
1888 * intl/plural.y: Silence compiler warning about unused argument.
1890 * locate/testsuite/Makefile.am:
1891 Subdirectory "inputs" does not exist, so remove it from DIST_SUBDIRS.
1894 Corrected the explanation of why we have to use no parentheses around
1895 the String argument to the N_ macro in its expansion.
1897 * configure.in: Nextr release is 4.2.3.
1899 * configure.in: IOndicate this is no longer the pristine release.
1902 Oops, comments for release 4.2.0 should have said 20480 bytes, not 2480.
1905 The -ls predicate should not truncate usernames. Fixes Savannah bug #10800.
1907 * find/fstype.c, locate/locate.c:
1908 Fixes for Savannah bug #3727 (Intel icc compilation errors).
1910 2004-10-25 James Youngman <jay@gnu.org>
1912 * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1913 Support -printf %D, which prints the device number of the containing filesystem
1915 * locate/updatedb.sh:
1916 Avoid confusion between James Woods and James Youngman, by using the
1917 disambiguating surname.
1919 * find/parser.c: Use RE_ICASE instead of re->translate.
1921 * configure.in, find/parser.c, find/pred.c, xargs/xargs.c:
1922 No need to #define _GNU_SOURCE if we use gl_INIT.
1924 2004-10-24 James Youngman <jay@gnu.org>
1926 * ChangeLog: Prepared to release findutils-4.2.2.
1928 * ChangeLog, NEWS, po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po:
1929 Updates prior to release of 4.2.2
1931 * NEWS: Updated with news for findutils-4.2.2.
1933 * find/testsuite/config/unix.exp, lib/forcefindlib.c, lib/listfile.c, lib/modetype.h, lib/nextelem.c, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, locate/locatedb.h, locate/testsuite/config/unix.exp, locate/updatedb.sh, xargs/testsuite/config/unix.exp, xargs/xargs.c, NEWS, find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/tree.c, find/util.c, import-gnulib.sh:
1934 Corrected typo in the address of the FSF office
1936 * lib/strspn.c: Updated FSF address.
1938 * m4/.cvsignore: 'cvs status' should ignore Makefile.in
1940 * m4/Makefile.am, Makefile.am, NEWS, README-CVS, configure.in, doc/texinfo.tex, find/defs.h, find/fstype.c, find/parser.c, find/pred.c, import-gnulib.sh, intl/bindtextdom.c, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/intl-compat.c, intl/l10nflist.c, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/ngettext.c, intl/plural.y, intl/textdomain.c, lib/Makefile.am, lib/forcefindlib.c, lib/listfile.c, lib/nextelem.c, lib/strspn.c, lib/waitpid.c, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, m4/findlib.m4, po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po, xargs/xargs.c:
1941 Use gnulib-tool --import to import the gnulib code, rather than the odd way we were doing it before
1943 * find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/tree.c, find/util.c, locate/code.c, locate/locate.c, xargs/xargs.c:
1944 Work round an apparent compiler bug in HP-UX 11.23 for
1948 Work around what appears to be a C compiler bug in HP-UX 11.23 for
1951 * INSTALL, depcomp, install-sh, missing, mkinstalldirs:
1952 Updated from automake
1954 * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c, find/find.c:
1955 Avoid use of exit() within main, to silence warnings about unreachable code
1957 2004-10-22 James Youngman <jay@gnu.org>
1959 * doc/find.texi: Syntax corrections.
1961 * doc/find.texi: Indicate that "-exec {}+" is not yet supported.
1963 * find/find.1: Indicate that "{}+" is not yet supported.
1965 * find/testsuite/find.gnu/name-period.xo, find/testsuite/find.gnu/name-period.exp, find/find.1, doc/find.texi:
1966 The -name predicate must allow '*' to match '.foo' as demanded by IEEE
1967 Std 1003.2-1992 Interpretation #126.
1970 Remove use of FNM_PERIOD for -name as demanded by IEEE Std 1003.2-1992
1973 * find/parser.c: Fix for compilation (on AIX 4.3) with GCC 2.x.
1976 Changed the erorr message issued when there is an unmatched quote to
1977 point out that the user might have wanted to use the -0 option instead.
1979 2004-10-17 James Youngman <jay@gnu.org>
1982 Define intmax_t if it is not already defined - allows parser.c to compile on AIX 4.3
1985 Adjust version number to indicate that this s/w has moved on since the
1988 * configure.in: preparing to release 4.2.1
1990 * ChangeLog: updated with current changes
1992 * README-CVS: Updated to go with newer version of gnulib.
1994 * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po:
1995 preparation for release
1997 * NEWS: Mention the changes to "trap".
1999 * NEWS: Brought up to date.
2002 Use xalloc-die module from gnulib, since that has now been split out
2005 Check fnmatch() when other predicates that rely on fnmatch() are used.
2007 * find/parser.c: bug #10701: find needs fnmatch sanitycheck on startup
2009 2004-10-16 James Youngman <jay@gnu.org>
2012 Switch to requirement for GNU fnmatch because it supports FNM_CASEFOLD.
2014 * locate/updatedb.sh:
2015 Bug #9465: use of signal numbers for 'trap' is deprecated. Should use
2017 http://www.opengroup.org/onlinepubs/009695399/utilities/trap.html,
2018 which indicates that support for signal numbers is optional, while
2019 support for signal names is mandatory.
2022 Indicate that this is the CVS version (once again) now that findutils
2023 4.2.0 has been released.
2025 * ChangeLog, configure.in, po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po:
2026 findutils 4.1.20 check-in for tagging
2028 2004-10-02 James Youngman <jay@gnu.org>
2030 * po/Makefile.in.in:
2031 Search in $(top_srcdir) for mkinstalldirs, since that's where we keep it.
2033 * NEWS: Brought up to date, organised more clearly, and tidied up.
2035 * NEWS: brought up to date with recent changes
2037 * locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/ignore_case1.exp, locate/testsuite/locate.gnu/ignore_case3.exp, locate/updatedb.sh:
2038 Added new option --changecwd to updatedb so that the 'cd /' which it does can be compatible with the requirements of the test suite. Specifically, the test suite relies on being able to use relative pathnames
2041 Fixed usage of human_readable() in '%k' format specifier to fix a bug
2042 reported by Dmitry V. Levin (arguments to human_readable() were
2043 specified in the wrong order, which resulted in a floating-point
2046 2004-08-08 James Youngman <jay@gnu.org>
2048 * locate/updatedb.sh:
2049 cd to / to avoid inability to examine the current directory if we're
2050 invoked via cron (and hence in root's home directory for example).
2052 * doc/find.texi, find/find.1:
2053 Deprecate -path and -ipath in favour of -wholename and -iwholename
2056 As per RMS's suggestion, deprecate -path and -ipath in favour of
2057 -wholename and -iwholename.
2060 Fixed Savannah bug #9923, in which get_short() returns large positive
2061 ints when it should be returning negative shorts.
2064 Applied documentation improvements suggested by Dan Jacobson
2065 <jidanni@jidanni.org>.
2068 Don't check size_of_environment against arg_max since that causes the
2071 * xargs/xargs.1, xargs/xargs.c: Better documentation for the -i option
2073 2004-05-03 James Youngman <jay@gnu.org>
2076 document the various suffixes for -size and also the new
2077 option -ignore_readdir_race
2080 Fixes Savannah bug #8623 (failure to check consistency of data
2081 read from locate database)
2083 * locate/updatedb.sh:
2084 Resolves Savannah bug 4380, that updatedb generates an empty
2085 database if one of the commands fails
2087 * NEWS: Talk about -ignore_readdir_race
2090 Documented -ignore_readdir_race and -noignore_readdir_race
2093 -ignore_readdir_race should have no effect if the reason for the
2094 failure of stat(2) was anything other than ENOENT.
2096 * find/defs.h, find/find.c, find/parser.c:
2097 Fixed Savannah bug 4391 (readdir race condition leading to
2098 spurious error messages)
2100 2004-04-24 James Youngman <jay@gnu.org>
2102 * README-CVS: Corrected the instructions for getting gnulib via CVS.
2104 2004-04-13 James Youngman <jay@gnu.org>
2107 Actioned Savannah bug #8558 (find complains when it tries to recurse
2108 into directories that it had removed).
2110 2004-03-13 James Youngman <jay@gnu.org>
2112 * ChangeLog: Updated from checkin comments.
2115 Oops, there is no access to the predicate name table if DEBUG is
2119 Detect arithmetic overflow (poorly) in insert_time(), which diagnoses
2120 the failure to handle large arguments to -mtime. The existing code
2121 does careful computation and then bungs the value into a time_t, which
2122 ruins all our careful effort. The new code is not a great
2123 improvement. We just check the result to detect overflow, rather than
2124 actually avoiding the overflow.
2127 Fixed Debian bug #185202 by checking for any trailing predicates after
2128 the top-level invocation of get_expr() has done its work.
2130 * locate/locate.1, xargs/xargs.1:
2131 Fixed Debian bug 175372, inappropriate 'L' suffixes on manual
2132 page section indicators
2135 Removed "L" suffixes from manual page section indicators, to fix
2138 * debian/updatedb.conf:
2139 Updated with list of filesystems from current Debian release. This
2140 includes devfs, for example.
2143 Modified documentation of "-s" option to take into account the fix for
2147 Fixed Debian bug #176201, "xargs enviroment size limited to 20k", by
2148 reading a patch offered by Bob Prolux and implementing something
2149 substantially similar myself.
2151 2004-01-03 James Youngman <jay@gnu.org>
2154 Indicate that prep_child_for_exec() fixes Savannah bug #3992.
2157 Attach the stdin of xargs' child process to /dev/null so that if it
2158 tries to read from its stdin it doesn't consume any of the list of
2159 files that xargs is trying to use.
2162 Documented that the -regex option follows Gnulib's re_match()
2165 * NEWS, locate/locate.c: Applied Savannah patch 2108
2167 * xargs/xargs.c: Applied Savannah patch 1500
2169 * find/find.1, doc/find.texi:
2170 Improved the documentation for the %k and %b format specifiers to
2171 -printf (Savannah bug #5034). Also pointed out that this handling is
2172 different to that used by the "b" and "k" suffixes with "-size".
2174 * find/find.1: Improved the documentation for %k (Savannah bug #5034).
2177 Improved the documentation for -print0 in the manpage, fixing Debian
2180 * README-CVS, find/pred.c, lib/listfile.c:
2181 Brought up-to-date with change in gnulib's human.c - we no longer
2182 use human_readable_inexact(), because it is no longer provided.
2184 2003-08-08 James Youngman <jay@gnu.org>
2187 Documented the fact that -printf also supports the '\0' escape code.
2188 Added "STANDARDS CONFORMANCE" section.
2190 2003-08-02 James Youngman <jay@gnu.org>
2193 Explain that braces are not special when performing filename matching
2197 added example of the use of -exec to the EXAMPLES section
2199 * find/fstype.c, locate/locate.c:
2200 Savannah bug #4295 - implicit declarations of ctype.h functions
2203 Savannah bug #4279 - missing newline on locate help message
2205 * find/find.1, xargs/xargs.1:
2206 Improved discussion of the -print0 option of find and the -0 option of xargs
2208 2003-06-26 James Youngman <jay@gnu.org>
2211 Remove reference to nonexistent module "basename" ("dirname" exists
2212 and we already use that).
2214 2003-06-21 James Youngman <jay@gnu.org>
2217 Indicate that xargs stops immediately if a command exits with status 255
2220 Document the fact that xargs exits immediately with an error message
2221 if the command it executes exits with a status of 255.
2223 2003-06-18 James Youngman <jay@gnu.org>
2226 Indicate that -fls and friends always create their output file
2228 2003-06-16 James Youngman <jay@gnu.org>
2230 * ChangeLog, find/find.1, locate/locate.1, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
2231 Added BUGS section to manual pages. This section includes information about known bugs and how to report new bugs.
2233 * AUTHORS: Identify the current maintainer.
2235 * TODO: Removed the TODO items which have now been done.
2237 * THANKS: Added Bruno Haible and Bob Prolux.
2239 * xargs/xargs.c: xargs/xargs.c (DO_MULTIBYTE): New macro.
2240 (mbstrstr): New function.
2241 (do_insert): Use it instead of strstr.
2243 * config.guess, config.sub:
2244 Use config.guess and config.sub from automake
2247 Bruno Haible: (fstype_to_string) Don't define this function if
2248 HAVE_F_FSTYPENAME_IN_STATFS is defined.
2251 Bruno Haible: Prefer the 4.4BSD API (if present) to the 4.3BSD API,
2252 because some 4.4BSD systems have <mntent.h> but no /etc/mtab file.
2254 * doc/find.texi, find/find.1:
2255 Applied patch 1498 (documenting the backslash escape sequence)
2257 * locate/updatedb.sh: Applied (my own version of) Savannah patch 1601.
2260 Applied Savannah patch #1547 (document the fact that printf
2261 field-width specifiers are supported).
2264 Applied Savannah patch #1499 (adds final newline to usage message).
2266 2003-06-14 James Youngman <jay@gnu.org>
2268 * NEWS, configure.in:
2269 Updated version number to 4.2.0-CVS [not ready for release yet]
2271 * configure.in, doc/.cvsignore, doc/Makefile.in, find/.cvsignore, find/Makefile.am, find/Makefile.in, find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/testsuite/.cvsignore, find/testsuite/Makefile.in, find/testsuite/config/unix.exp, find/tree.c, find/util.c, import-gnulib.sh, intl/bindtextdom.c, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/intl-compat.c, intl/l10nflist.c, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/ngettext.c, intl/plural.y, intl/textdomain.c, lib/.cvsignore
2272 also need stpcpy (e.g. for Solaris)
2274 * intl/dcigettext.c:
2275 plural_lookup: don't use a variable called "index", because we may
2276 have done "#define strchr index", in which case using a variable
2277 called index will prevent us calling strchr(p, ch) in the same scope.
2279 * find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/testsuite/config/unix.exp, find/tree.c, find/util.c, import-gnulib.sh, lib/Makefile.am, lib/listfile.c, lib/modetype.h, lib/nextelem.c, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, locate/locatedb.h, locate/testsuite/config/unix.exp, locate/updatedb.sh, xargs/testsuite/config/unix.exp, xargs/xargs.c:
2280 Updated copyright years and the address of the FSF
2282 * aclocal.m4, config.h.in, configure:
2283 Removed files that are generated from other files (e.g. configure)
2285 * NEWS: Updated NEWS file for 4.1.20.
2287 * configure.in, lib/Makefile.am, po/POTFILES.in, po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po, po/tr.po:
2288 Updates to the i18n files to ensure that 'make dist' succeeds
2290 * lib/posix/.cvsignore, lib/posix/Makefile.am,
2291 lib/posix/Makefile.in, lib/posix/regex.h, lib/strftime.c,
2292 lib/strncasecmp.c, lib/strspn.c, lib/strstr.c, lib/strtol.c,
2293 lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c, lib/wait.h,
2294 lib/waitpid.c, lib/xalloc.h, lib/xgetcwd.c, lib/xmalloc.c,
2295 lib/xstat.in, lib/xstrdup.c, lib/xstrtol.c, lib/xstrtol.h,
2296 lib/xstrtoul.c, lib/xstrtoul.h, lib/xstrtoumax.c, lib/yesno.c,
2297 locate/Makefile.am, locate/Makefile.in, locate/locate.c,
2298 locate/testsuite/Makefile.in, m4/.cvsignore, m4/ChangeLog,
2299 m4/Makefile.am, m4/Makefile.am.in, m4/Makefile.in, m4/README,
2300 m4/afs.m4, m4/assert.m4, m4/c-bs-a.m4, m4/check-decl.m4,
2301 m4/codeset.m4, m4/d-ino.m4, m4/d-type.m4, m4/error.m4,
2302 m4/fnmatch.m4, m4/fnmatchcase.m4, m4/fstypename.m4, m4/getline.m4,
2303 m4/gettext.m4, m4/glibc.m4, m4/glibc21.m4, m4/iconv.m4,
2304 m4/inttypes_h.m4, m4/isc-posix.m4, m4/jm-glibc-io.m4,
2305 m4/jm-macros.m4, m4/jm-mktime.m4, m4/lcmessage.m4, m4/libintl.m4,
2306 m4/link-follow.m4, m4/ls-mntd-fs.m4, m4/lstat-slash.m4,
2307 m4/lstat.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/memcmp.m4,
2308 m4/prereq.m4, m4/progtest.m4, m4/readdir.m4, m4/realloc.m4,
2309 m4/regex.m4, m4/st_dm_mode.m4, m4/st_mtim.m4, m4/stat.m4,
2310 m4/strerror_r.m4, m4/strftime.m4, m4/timespec.m4, m4/uintmax_t.m4,
2311 m4/ulonglong.m4, m4/xstrtoumax.m4, xargs/Makefile.am,
2312 xargs/Makefile.in, xargs/testsuite/Makefile.in,
2313 find/testsuite/Makefile.in, lib/.cvsignore, lib/Makefile.am,
2314 lib/Makefile.in, lib/alloca.c, lib/ansi2knr.1, lib/ansi2knr.c,
2315 lib/argmatch.c, lib/argmatch.h, lib/basename.c, lib/basename.h,
2316 lib/dirname.c, lib/dirname.h, lib/error.c, lib/error.h,
2317 lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/fnmatch.c,
2318 lib/fnmatch.h, lib/getline.c, lib/getline.h, lib/getopt.c,
2319 lib/getopt.h, lib/getopt1.c, lib/human.c, lib/human.h,
2320 lib/idcache.c, lib/malloc.c, lib/memcmp.c, lib/memcpy.c,
2321 lib/memset.c, lib/mktime.c, lib/modechange.c, lib/modechange.h,
2322 lib/pathmax.h, lib/quotearg.c, lib/quotearg.h, lib/realloc.c,
2323 lib/regex.c, lib/regex.h, lib/rpmatch.c, lib/savedir.c,
2324 lib/savedir.h, lib/stpcpy.c, lib/strcasecmp.c, lib/strdup.c,
2325 find/Makefile.am, find/Makefile.in, find/find.c, find/pred.c:
2326 Updated to work with current version of gnulib
2328 * import-gnulib.sh: New file.
2330 * config.h.in, configure, configure.in, doc/Makefile.in, import-gnulib.sh:
2331 Updated to work with current version of gnulib
2333 * README-CVS: New file.
2335 * Makefile.am, Makefile.in, README-CVS, aclocal.m4:
2336 Updated to work with current version of gnulib
2338 2001-06-09 Kevin Dalley <kevin@seti.org>
2341 Changes the location of bison.simple after running bison on local
2344 * ChangeLog: *** empty log message ***
2346 * Makefile.in, aclocal.m4, config.h.in, configure,
2347 doc/Makefile.in, find/Makefile.in, find/testsuite/Makefile.in,
2348 lib/Makefile.in, lib/posix/Makefile.in, locate/Makefile.in,
2349 locate/testsuite/Makefile.in, m4/Makefile.in, xargs/Makefile.in,
2350 xargs/testsuite/Makefile.in: Updates mostly from gettext-0.10.38
2352 * ABOUT-NLS: * ABOUT-NLS: updated from gettext-0.10.38.
2354 * configure.in: * configure.in: add tr to ALL_LINGUAS.
2356 * intl/config.charset, intl/dcigettext.c, intl/dcngettext.c,
2357 intl/dngettext.c, intl/libgnuintl.h, intl/localcharset.c,
2358 intl/locale.alias, intl/ngettext.c, intl/plural.y,
2359 intl/ref-add.sin, intl/ref-del.sin: updated from gettext-0.10.38
2361 * intl/cat-compat.c, intl/linux-msg.sed, intl/po2tbl.sed.in,
2362 intl/xopen-msg.sed, m4/ChangeLog: *** empty log message ***
2365 * jm-macros.m4 (jm_MACROS): remove jm_ICONV, which is replaced by
2366 AM_ICONV, which is imported from gettext-0.10.38. removed
2367 jm_GLIBC21, which is required in AM_GNU_GETTEXT, which is
2368 imported from gettext-0.10.38.
2370 * po/stamp-cat-id: * stamp-cat-id: Remove file.
2372 * po/Makefile.in.in: * Makefile.in.in: Upgrade to gettext-0.10.38.
2374 * po/ChangeLog: * cat-id-tbl.c: Remove file.
2376 * po/de.po, po/es.po, po/et.po, po/fr.po:
2377 * fr.po, et.po, es.po, de.po: updated translations to
2380 * po/tr.po: * tr.po: New Turkish translation.
2382 * m4/ChangeLog: *** empty log message ***
2384 * intl/dgettext.c, intl/explodename.c, intl/finddomain.c,
2385 intl/gettext.c, intl/gettext.h, intl/gettextP.h,
2386 intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
2387 intl/libgettext.h, intl/loadinfo.h, intl/loadmsgcat.c,
2388 intl/localealias.c, intl/plural.c, intl/textdomain.c,
2389 intl/ChangeLog, intl/Makefile.in, intl/VERSION,
2390 intl/bindtextdom.c, intl/dcgettext.c: Updated from gettext-0.10.38
2393 reflects addition of codeset.m4 from gettext-0.10.38, automatically
2396 * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4,
2397 m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4: *
2398 progtest.m4, lcmessage.m4, isc-posix.m4, iconv.m4,
2399 glibc21.m4, gettext.m4, codeset.m4: updated from
2402 * ChangeLog: *** empty log message ***
2404 * THANKS: added "Gerrit P. Haase" <gerrit.haase@t-online.de>
2406 * m4/ChangeLog, locate/testsuite/.cvsignore,
2407 xargs/testsuite/.cvsignore, config.h.in, configure, aclocal.m4,
2408 doc/.cvsignore: *** empty log message ***
2410 * m4/jm-macros.m4: * jm-macros.m4 (jm_MACROS): add jm_FSTYPENAME
2412 * doc/Makefile.in: *** empty log message ***
2415 * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
2416 created by dvips. This should be taken care of by automake, but
2417 the code is commented out.
2419 2001-06-09 Kevin Dalley <kevin@seti.org>
2421 * ABOUT-NLS: updated from gettext-0.10.38.
2423 * configure.in: add tr to ALL_LINGUAS.
2425 * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
2426 created by dvips. This should be taken care of by automake, but
2427 the code is commented out.
2429 2001-06-05 Kevin Dalley <kevin@seti.org>
2431 * locate/updatedb.sh: replace "whoami" with "id -u" when testing
2434 2001-06-04 Kevin Dalley <kevin@seti.org>
2436 * locate/testsuite/Makefile.am (DIST_SUBDIRS): remove second
2437 instance of DIST_SUBDIRS.
2439 * locate/Makefile.am (install-data-hook): changed install target
2440 to install-data-hook, which still installs other files.
2442 * doc/Makefile.am (MOSTLYCLEANFILES): added find.cps, which should
2443 probably be handled by automake.
2445 * doc/mdate-sh: removed file in doc directory. It now exists only
2446 in top_srcdir, but this changed required a patch to automake.
2448 2001-05-20 Kevin Dalley <kevin@seti.org>
2452 * lib/Makefile.am (EXTRA_DIST): add strcasecmp.c
2454 * find/testsuite/Makefile.am (EXTRA_DIST): new tests:
2455 find.gnu/name-opt.exp find.gnu/perm.exp find.gnu/perm.xo
2456 find.gnu/prune-default-print.exp find.gnu/prune-default-print.xo
2458 * configure.in: update to 4.1.7
2460 * config.sub, config.guess: upgraded to recent versions of
2461 config.sub and config.guess.
2463 * locate/updatedb.sh: Add space to "#! /bin/sh"
2465 * configure.in: Add id to ALL_LINGUAS
2467 * lib/Makefile.am (EXTRA_DIST): getline.[ch] added
2468 (libfind_a_SOURCES): getline.[ch] removed since getline.c is not
2471 2001-05-20 Lionel CONS <lionel.cons@cern.ch>
2473 * find/find.c: Fixed security holes. 1. There is a race
2474 condition between the lstat() to detect a symbolic link and the
2475 actual chdir(). 2. An attacker can move directories while find
2476 is _inside_ so that chdir(..) goes out of the intended file tree.
2478 * lib/modetype.h: support for Solaris door files is added.
2480 * lib/filemode.c: S_ISDOOR is undef'ed if STAT_MACROS_BROKEN
2482 * find/pred.c (pred_type): -D option (for Solaris door files) is
2485 * find/parser.c (insert_type): -D option (for Solaris door files)
2488 * find/find.1: -D option (for Solaris door files) is documented
2490 * doc/find.texi (Type): -D option (for Solaris door files) is
2493 2001-05-02 Kevin Dalley <kevin@seti.org>
2495 * configure.in: Change AC_CHECK_MEMBERS to conform to new
2496 autoconf. Add Danish.
2498 2001-01-20 Kevin Dalley <kevin@seti.org>
2500 * doc/find.texi (Adding Tests): Place space in "#! /bin/sh".
2502 * find/testsuite/find.gnu/prune-default-print.xo,
2503 find/testsuite/find.gnu/prune-default-print.exp: test for "find
2504 . -prune" which passes after changes. Also see name-opt.exp.
2506 * find/util.c (get_new_pred):
2507 * find/tree.c (set_new_parent):
2508 * find/parser.c (various parse functions):
2509 * find/find.c (main):
2510 (default_prints): new function
2511 * find/defs.h (struct predicate): added no_default_print
2512 side_effects are no separated from no_default_print. predicates
2513 which cause side effects should not be reordered (optimized).
2514 predicates which cause printing should have printing turned off.
2515 Printing statements also cause side effects.
2517 2000-10-29 Bruno Haible <haible@ilog.fr>
2519 * locate/code.c (main), doc/find.texi: improve handling of
2520 non-ASCII characters used old format.
2522 2000-10-21 Paul Eggert <eggert@twinsun.com>
2524 If open + fchdir fails, fall back on xgetcwd + chdir.
2525 The old code tested for this at compile-time,
2526 but SunOS 4.1.4 fchdir can fail at run-time.
2528 * find/defs.h (fchdir): Define to -1 if not available.
2529 * find/defs.h (starting_dir, starting_desc):
2530 Always declare. starting_dir now points to const.
2531 * find/find.c (starting_dir, starting_desc): Likewise.
2532 * find/find.c (starting_dir):
2533 Now "." if starting_desc is nonnegative, for benefit of diagnostics.
2534 (main, process_top_path, process_dir):
2535 If open + fchdir fails, fall back on xgetcwd + chdir.
2536 * find/pred.c (launch): Likewise.
2538 2000-10-20 Kevin Dalley <kevin@seti.org>
2540 * xargs/xargs.c, locate/updatedb.sh, locate/locate.c (usage),
2541 find/parser.c (parse_help): add bug reporting address to help
2543 2000-10-13 Kevin Dalley <kevin@seti.org>
2545 * depcomp, lib/depcomp: depcomp moved from lib to .
2547 2000-10-11 Kevin Dalley <kevind@rahul.net>
2551 * locate/testsuite/config/unix.exp: set PRUNEFS to "" for the
2554 2000-10-10 Bruno Haible <haible@ilog.fr>
2556 * lib/Makefile.am (libfind_a_SOURCES): added yesno.c
2558 * lib/yesno.c, lib/rpmatch.c: new files.
2560 * find/pred.c: use function yesno().
2562 2000-10-10 Kevin Dalley <kevind@rahul.net>
2564 * locate/testsuite/Makefile.am: Added missing \ at end of
2567 * locate/testsuite/locate.gnu/ignore_case3.xo,
2568 locate/testsuite/locate.gnu/ignore_case3.exp,
2569 locate/testsuite/locate.gnu/ignore_case2.exp,
2570 locate/testsuite/locate.gnu/ignore_case1.xo,
2571 locate/testsuite/locate.gnu/ignore_case1.exp: place locatedb
2572 inside tmp directory, add subdir directory under tmp.
2574 * locate/testsuite/config/unix.exp: clean up tmp after test is
2577 2000-10-10 Kevin Dalley <kevind@rahul.net>
2579 * locate/testsuite/config/unix.exp (Repository):
2581 2000-10-09 Kevin Dalley <kevind@rahul.net>
2583 * lib/fnmatch.c, lib/fnmatch.h: reverted to older version of
2584 fnmatch which works with Solaris.
2586 * locate/testsuite/config/unix.exp: dejagnu unix.exp
2588 * xargs/testsuite/config/unix.exp: remove temporary file
2590 * xargs/xargs.c: spelling correction
2592 * m4/prereq.m4: updated and changed some macros
2594 * m4/jm-macros.m4: replaced jm_FUNC_FNMATCH with
2595 kd_FUNC_FNMATCH_CASE_REPL
2597 * m4/timespec.m4, m4/strerror_r.m4, m4/mbstate_t.m4,
2598 m4/largefile.m4, m4/gettext.m4, m4/fnmatchcase.m4, m4/d-type.m4,
2599 m4/d-ino.m4, m4/c-bs-a.m4: new m4 macros.
2601 * m4/Makefile.am: add fnmatchcase.m4 and mbstate_t.m4
2603 * locate/testsuite/locate.gnu/ignore_case3.xo,
2604 locate/testsuite/locate.gnu/ignore_case3.exp,
2605 locate/testsuite/locate.gnu/ignore_case2.xo,
2606 locate/testsuite/locate.gnu/ignore_case2.exp,
2607 locate/testsuite/locate.gnu/ignore_case1.xo,
2608 locate/testsuite/locate.gnu/ignore_case1.exp,
2609 locate/testsuite/config/unix.exp: tests related to "--ignore-case"
2612 * locate/testsuite/locate.gnu: testsuite directory
2614 * locate/testsuite/Makefile.am (Repository):
2616 * locate/testsuite: add directory for locate testsuite
2618 * po/findutils.pot: updated file
2620 * po/sv.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po,
2621 po/it.po, po/gl.po, po/fr.po, po/et.po, po/es.po, po/de.po:
2622 updated various po files.
2624 * locate/updatedb.sh: export TMPDIR, which is used by child
2627 * locate/locate.1, locate/locate.c: add "--ignore-case" option.
2629 * locate/Makefile.am: add testsuite subdirectory
2631 * find/testsuite/find.gnu/perm.xo,
2632 find/testsuite/find.gnu/perm.exp,
2633 find/testsuite/find.gnu/name-opt.xo,
2634 find/testsuite/find.gnu/name-opt.exp: added test suites
2636 * configure.in: add locate/testsuite/Makefile
2638 * doc/find.info*: removed from repository
2640 * doc/find.texi: add documentation for "-i" option.
2642 * aclocal.m4: removed from repository, as it is generated.
2644 * find/pred.c: fixes problem with "find -perm -0100".
2646 * lib/lstat.c, lib/stat.c: removed from repository. These files
2647 are generated from lib/xstat.in.
2649 2000-08-24 Kevin Dalley <kevind@rahul.net>
2651 * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s}.
2653 2000-05-13 Kevin Dalley <kevind@rahul.net>
2655 * find/tree.c (opt_expr): move iname and ipath to the front of the
2658 * doc/find.texi (Directories): changed wording for "-prune".
2660 * find/parser.c (parse_prune): set side_effects to true, to
2661 prevent prune from being moved in opt_expr.
2663 2000-04-12 Kevin Dalley <kevind@rahul.net>
2665 * doc/find.texi, doc/permi.texi: fix spellings, add LocalWords.
2667 * lib/Makefile.am: put getline.c back into libfind_a_SOURCES,
2668 since getstr is needed.
2672 * po/POTFILES.in: updated list of files, updated po files.
2675 2000-04-02 Paul Eggert <eggert@twinsun.com>
2677 Add support for large files, and port to Solaris 8 and earlier
2680 * lib/human.c (getenv): Depend on NEED_GETENV_DECL, not
2683 * lib/strftime.c (my_strftime): Make sure we call the system
2684 strftime, not ourselves, when invoking the underlying strftime.
2686 * m4/check-decl.m4 (jm_CHECK_DECLS): Remove memchr, nanosleep.
2688 * m4/jm-macros.m4 (jm_MACROS): Don't check for utime.h. Do not
2689 require jm_BISON, jm_CHECK_TYPE_STRUCT_UTIMBUF, jm_FUNC_LCHOWN,
2690 jm_FUNC_CHOWN, jm_FUNC_NANOSLEEP, jm_FUNC_GROUP_MEMBER,
2691 jm_FUNC_PUTENV, jm_FUNC_GETGROUPS, AM_FUNC_GETLOADAVG,
2692 jm_SYS_PROC_UPTIME, jm_FUNC_FTRUNCATE, jm_FUNC_UTIME. Do not
2693 replace strcasecmp, dup2, gethostname, getusershell, stime,
2694 strcspn, strpbrk, euidaccess, mkdir, rmdir, rpmatch, strndup,
2695 strverscmp, memchr, memmove. Do not check for declaration of
2696 lchown. Remove invocations of AM_FUNC_OBSTACK, AM_FUNC_STRTOD,
2697 POW_LIBM, jm_LANGINFO_CODESET, jm_ICONV. Remove df tests.
2698 (jm_CHECK_ALL_TYPES): Include <sys/stat.h> when checking for
2699 struct stat.st_blksize.
2701 * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set environment variable
2702 in shell rather than using putenv, which isn't portable.
2704 * COPYING, lib/alloca.c, lib/dirname.c, lib/error.c,
2705 lib/savedir.c, lib/strstr.c, m4/check-decl.m4, m4/d-ino.m4,
2706 m4/d-type.m4, m4/getline.m4, m4/jm-glibc-io.m4, m4/jm-macros.m4,
2707 m4/jm-mktime.m4, m4/ls-mntd-fs.m4, m4/memcmp.m4, m4/prereq.m4,
2708 m4/readdir.m4, m4/regex.m4, m4/strftime.m4, m4/uintmax_t.m4: Sync
2709 to latest version from sh-utils-2.0g.
2711 * config.guess, config.sub, lib/argmatch.c, lib/argmatch.h,
2712 lib/human.c, lib/human.h, lib/memcpy.c, lib/quotearg.c,
2713 lib/quotearg.h, lib/strtoull.c, lib/strtoumax.c,
2714 lib/xstrtoumax.c, m4/c-bs-a.m4, m4/gettext.m4,
2715 m4/largefile.m4, m4/lcmessage.m4, m4/link-follow.m4,
2716 m4/progtest.m4, m4/strerror_r.m4, m4/timespec.m4,
2717 m4/xstrtoumax.m4: New files, taken from sh-utils-2.0g.
2719 * lib/ansi2knr.1, lib/ansi2knr.c, lib/basename.c, lib/getopt.h,
2720 lib/fnmatch.c, lib/fnmatch.h, lib/modechange.c: Sync to latest
2721 unreleased version of GNU tar (between 1.13.17 and 1.13.18).
2723 * lib/basename.h, lib/waitpid.c: New files, taken from same
2726 * lib/regex.c, lib/regex.h: Sync to GNU grep 2.4.2.
2728 * lib/posix/Makefile.am, lib/posix/regex.h: New files, taken from
2731 * lib/strftime.c: Sync to textutils 2.0e.
2733 * acconfig.h, depcomp, lib/strcasecmp.c, m4/check-type.m4,
2734 m4/const.m4, m4/decl.m4, m4/lfs.m4, m4/mktime.m4, m4/perl.m4,
2735 m4/putenv.m4, m4/uptime.m4, m4/utimbuf.m4, m4/utime.m4,
2736 m4/utimes.m4: Remove these files; no longer needed.
2738 * configure.in (AC_CANONICAL_HOST, AC_SYS_LARGEFILE,
2739 jm_AC_TYPE_UINTMAX_T): Add.
2740 (CACHE_IDS, FSTYPE_STATVFS, FSTYPE_USG_STATFS, FSTYPE_AIX_STATFS,
2741 FSTYPE_MNTENT, FSTYPE_STATFS, FSTYPE_GETMNT): Add comment, so that
2742 we don't need acconfig.h.
2743 (AC_CHECK_TYPE): Add ssize_t.
2744 (AC_REPLACE_FUNCS): Add waitpid.
2745 (AC_CHECK_FUNCS): Remove basename.
2746 (AC_FUNC_MKTIME): Remove.
2747 (LIBOBJS): Add no-ops to work around automake 1.4 bug.
2748 (AC_OUTPUT): Add lib/posix/Makefile.
2750 * find/defs.h: Include <config.h>, <sys/types.h>, <sys/stat.h>,
2751 <stdio.h>, <limits.h>, <inttypes.h>. All includers changed to not
2752 include these files, and to include "defs.h" first (since config.h
2753 must be included first).
2754 (CHAR_BIT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
2755 S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, MOD_WXUSR,
2756 MODE_R, MODE_RW, MODE_RWX, MODE_ALL): New macros.
2757 (enum permissions_type): New enum.
2758 (struct long_val.negative): New member.
2759 (struct long_val.l_val): Now uintmax_t, not unsigned long.
2760 (struct size_val.size): Likewise.
2761 (struct perm_val): New type.
2762 (struct predicate.perm): Now struct perm_val, not unsigned long.
2763 (struct predicate.type): Now mode_t, not unsigned long.
2764 (list_file): New parameters current_time, output_block_size.
2765 All callers changed.
2766 (savedir, basename): Remove decls.
2767 (output_block_size, start_time): New extern vars.
2769 * find/find.c: Include <human.h>, <savedir.h>.
2770 (output_block_size, start_time): New vars.
2771 (main): Initialize them. No need to check for negative st_size,
2772 since savedir now does it for us.
2774 * find/fstype.c: Include "dirname.h".
2776 (filesystem_type_uncached): Use xstrtoumax instead of xatoi.
2778 * find/parser.c: Include "xstrtol.h".
2779 (get_num_days, get_num, parse_amin, parse_cmin, parse_mmin,
2780 parse_size, parse_used, insert_time, insert_num): Compute using
2781 uintmax_t, not unsigned long.
2782 (parse_amin, parse_cmin, parse_mmin, parse_used, insert_time):
2783 Keep track of whether time was negative before converting it to an
2785 (parse_daystart): Don't assume that localtime succeeds; e.g. it
2786 can fail with 64-bit time_t and 32-bit tm_year.
2787 (parse_perm, insert_type): Compute using mode_t, not unsigned
2789 (insert_type): Use symbolic constants like MODE_ALL instead of
2790 traditional ones like 07777. Set new kind member to indicate
2791 permissions type, instead of using unportable magic numbers.
2792 (make_segment): We will use human_readable to convert most numeric
2793 values, so simplify the cases.
2794 (get_num_days): Write in terms of get_num, to avoid duplicated
2796 (insert_time, insert_num): When debugging, convert large values to
2797 uintmax_t and output with %ju.
2798 (get_num): Use xstrtoumax to do the real work.
2800 * find/pred.c: Include "basename.h", "human.h".
2801 (DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKSIZE): New macros, taken from
2803 (ST_NBLOCKS): Replace with fileutils defn.
2805 (ctime_format): New function.
2806 (pred_fprintf, format_date): Use human_readable to output large
2808 (pred_fprintf): Use ctime_format to output ctime-style dates. Use
2809 base_name to compute the base name of a path. With %m, output the
2810 mode portably using traditional numbers, even if the host uses
2811 some other numbering scheme.
2812 (pred_iname, pred_name): basename -> base_name.
2813 (pred_perm): Use new kind member to deduce permissions type,
2814 instead of relying on magic numbers.
2815 (pred_size): Compute using uintmax_t, not unsigned long. Avoid
2816 overflow if file size is near the maximum.
2817 (pred_type): Compute using mode_t, not unsigned long.
2818 (launch): Use waitpid, not wait. Check for EINTR.
2819 (format_date): Don't assume that localtime succeeds.
2821 * find/util.c (basename): Remove; we now use base_name.
2823 * lib/Makefile.am (SUBDIRS): New macro.
2824 (libfind_a_SOURCES): Add argmatch.h, argmatch.c, basename.h,
2825 basename.c, human.c, human.h, quotearg.c, quotearg.h, xstrtoumax.c.
2826 Remove error.h, error.c, getline.c.
2827 (EXTRA_DIST): Add mktime.c, regex.c.
2829 * lib/listfile.c: Include "human.h".
2830 (alloca): Declare, or include appropriate files to declare.
2831 (DEV_BSIZE, ST_NBLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE): New macros.
2832 (convert_blocks): Remove.
2833 (list_file): New current_time and output_block_size args.
2834 Revamp quite a bit, to handle large numbers correctly
2835 and to match GNU ls behavior more closely.
2837 * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4, gettext.m4,
2838 largefile.m4, lcmessage.m4, link-follow.m4, progtest.m4,
2839 strerror_r.m4, xstrtoumax.m4. Remove check-type.m4, const.m4,
2840 decl.m4, lfs.m4, mktime.m4, perl.m4, putenv.m4, timespec.m4,
2841 uptime.m4, utimbuf.m4, utime.m4, utimes.m4.
2843 * xargs/xargs.c (wait_for_proc): Retry wait if it fails with
2846 2000-04-05 Kevin Dalley <kevind@rahul.net>
2848 * xargs/Makefile.am: add ansi2knr
2850 * xargs/xargs.c: add macros PARAMS rather than P_. Add
2853 * po/POTFILES: new file listing all POFILES.
2855 * m4/gl.po, m4/et.po: new files
2857 * m4/Makefile.am.in: updated file
2859 * m4: update directory
2861 * locate/Makefile.am: create updatedb from updatedb.sh
2863 * locate/updatedb.sh, locate/updatedb.in: removed file. Replaced
2866 * locate/frcode.c, locate/code.c, locate/bigram.c: add macros
2867 PARAMS rather than P_. Add prototypes.
2869 * lib/xstat.in: new file
2871 * lib/Makefile.am: update to latest versions of library files.
2873 * find/testsuite/Makefile.am: add CLEANFILES
2875 * find/util.c: remove definition of basename
2877 * find/util.c, find/tree.c, find/pred.c, find/parser.c,
2878 find/fstype.c, find/find.c, find/defs.h: add macros PARAMS rather
2879 than P_, for consistency, change to prototypes
2881 * find/Makefile.am: Add prototypes and ansi2knr
2883 * configure.in: add Galition and Estonian languages.
2884 Miscellaneous other fixes.
2887 2000-03-11 Kevin Dalley <kevind@rahul.net>
2889 * lib/basename.c: Add file from libit.
2890 * lib/Makefile.am (libfind_a_SOURCES): add basename.c since it is
2891 no longer replaceable.
2893 * find/util.c: Remove definition of basename, which is now in
2894 lib/basename.c (as base_name).
2895 * find/pred.c: Use base_name, not basename.
2896 * find/defs.h: Likewise.
2898 * configure.in : Don't replace basename. Now we use only
2901 2000-02-26 Kevin Dalley <kevind@rahul.net>
2905 * lib/strtoul.c: added to distribution
2907 * configure.in: added strtoul to AC_REPLACE_FUNCS
2909 * configure.in: added jm_CHECK_ALL_TYPE
2911 2000-02-23 Kevin Dalley <kevind@rahul.net>
2913 * po/ChangeLog: removed, merged with top-level ChangeLog.
2915 * po/de.po: new version of German file.
2917 * po/gl.po, po/et.po: new languages, Estonian and Galician.
2919 * locate/updatedb.sh (PRUNEFS): enclose paths in quotes
2921 2000-02-17 Kevin Dalley <kevind@rahul.net>
2923 * po/it.po: new version of Italian file.
2925 * locate/updatedb.sh (prunefs_exp): have sed statement use '*'
2926 rather than the often unsupported '+'.
2928 2000-02-13 Kevin Dalley <kevind@rahul.net>
2930 * configure.in: removed AC_ARG_PROGRAM, which is already in
2933 * locate/Makefile.am (updatedb), locate/updatedb.sh: add
2934 transforms of find, frcode, bigram, and code back into
2935 updatedb.sh, which were accidentally removed.
2937 2000-02-12 Kevin Dalley <kevind@rahul.net>
2939 * lib/wait.h: updated address.
2941 2000-01-26 Kevin Dalley <kevind@rahul.net>
2945 * acconfig.h: added internationalization.
2947 * intl/*: copied from tar-1.13.17.
2949 * locate/Makefile.am, locate/locate.c, locate/code.c:
2950 internationalized file.
2952 * locate/frcode.c, locate/bigram.c: include headers from ../lib
2955 * xargs/Makefile.am, xargs/xargs.c: internationalized directory.
2957 2000-01-26 Kevin Dalley <kevind@rahul.net>
2959 * POTFILES.in: added list of files with translatable strings.
2961 * de.po, es.po, fr.po, it.po, ko.po, nl.po, pl.po, pt_BR.po,
2962 ru.po, sv.po: New, slightly out of date, files imported from the
2963 Translation Project: http://www.iro.umontreal.ca/contrib/po/HTML/,
2964 German, Spanish, French, Italian, Korean, Dutch, Polish, Brazilian
2968 2000-01-24 Kevin Dalley <kevind@rahul.net>
2970 * lib/xmalloc.c, lib/regex.c, lib/getopt.c: internationalization
2971 works with current version of gettext.
2973 * lib/getline.h : added declaration of getstr.
2974 * lib/Makefile.am (libfind_a_SOURCES): added getline.[ch] to
2975 standard compilation. Added internationalization.
2976 * find/Makefile.am (INCLUDES): corrected -I options for building
2977 in other directories.
2978 (LDADD): changes for internationalization.
2980 * configure.in (ALL_LINGUAS): added internationalization.
2981 getline.c is always compiled and linked, because of getstr.
2985 (DISTCLEANFILES): added intl/libintl.h
2986 (AUTOMAKE_OPTIONS): added gnits to AUTOMAKE_OPTIONS
2987 (SUBDIRS): added intl and po
2989 * acconfig.h: added internationalization values
2991 * THANKS: added thanks file for gnits compatibility.
2993 2000-01-22 Kevin Dalley <kevind@rahul.net>
2995 * added intl directory.
2997 * Added internationalization, only with slightly out of date po
2998 files for many locales.
3000 2000-01-18 Kevin Dalley <kevind@rahul.net>
3004 * locate/Makefile.am: remove creation of updatedb, since it is now
3007 * configure.in: updatedb is now created by configure.
3009 * xargs/Makefile.am: added testsuite to xargs directory
3011 * locate/updatedb.in: updatedb is now created by configure
3013 * locate/frcode.c, locate/code.c, locate/bigram.c: change return
3014 from main to int. Replace getstr with getline, where possible.
3016 * locate/Makefile.am: place frcode, code, bigram in
3019 * lib/xstrdup.c, lib/xmalloc.c, lib/xgetcwd.c, lib/xalloc.h,
3020 lib/strtol.c, lib/strstr.c, lib/strftime.c, lib/strdup.c,
3021 lib/stpcpy.c, lib/stat.c, lib/savedir.h, lib/savedir.c,
3022 lib/regex.h, lib/regex.c, lib/realloc.c, lib/pathmax.h,
3023 lib/modechange.h, lib/modechange.c, lib/mktime.c, lib/memset.c,
3024 lib/memcmp.c, lib/malloc.c, lib/lstat.c, lib/idcache.c,
3025 lib/getopt1.c, lib/getopt.c, lib/getopt.h, lib/getline.c,
3026 lib/getline.h, lib/fnmatch.c, lib/fnmatch.h, lib/filemode.c,
3027 lib/filemode.h, lib/fileblocks.c, lib/error.c, lib/error.h,
3028 lib/dirname.c, lib/alloca.c: updated to newer version of file from
3031 * find/version.c: version number is now automatically generated by
3034 * find/fstype.c (filesystem_type_uncached): fixes bug described as
3035 follows: When 'find' looks for a fstype, it parses the /etc/mtab
3036 until it finds the good line. But, if there is, before the good
3037 line, a line whose mountpoint is unreachable, it fails.
3039 * doc/texinfo.tex: updated to newer version
3041 * doc/find.texi: added version.texi, fixed a few documentation bugs.
3043 * configure.in: new m4 features.
3045 * Makefile.am: moved testsuite to below corresponding directories
3048 * acconfig.h: updated to match new m4 files.
3050 * m4: added m4 directory, largely borrowed from Jim Meyering's
3053 2000-01-17 Kevin Dalley <kevind@rahul.net>
3055 * doc/find.texi (Multiple Files): placed missing xargs in examples
3057 * find/testsuite/find.gnu/depth.exp: added find tests to test
3060 * doc/find.texi: include version.texi for automatic determination
3061 of version number, update bug report email address to
3062 bug-findutils@gnu.org.
3063 (Combining Primaries With Operators): add indices for " ,", "()",
3066 2000-01-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3068 * find/tree.c (opt_expr): Never rearrange the arguments of the
3069 comma operator, since it is not commutative. Remove useless
3072 2000-01-17 Jonathan R. Ferro <jferro@corwin.ece.cmu.edu>
3074 * find/find.c (process_path): fix problem with "-depth" which is
3075 tested in depth.exp test.
3077 1999-08-15 Kevin Dalley <Kevin Dalley <kevin@seti.org>>
3079 * find/fstype.c (filesystem_type_uncached): a stat failure with
3080 EACCESS will ignore this file system keep on looking. Patch
3081 suggested by Vincent Danjean <vdanjean@ens-lyon.fr>.
3083 1999-08-15 Mark Kettenis <kettenis@gnu.org>
3085 * xargs/xargs.c (LONG_MAX): Define if necessary.
3086 (main): If ARG_MAX is -1 (that is sysconf
3087 (_SC_ARG_MAX) returns -1) the system does not impose a limit. In
3088 that case, use LONG_MAX as the limit.
3090 1999-08-15 Kevin Dalley <Kevin Dalley <kevind@rahul.net>
3092 * find/version.c: version string is now set by config.h
3094 1999-08-08 Kevin Dalley <kevin@seti.org>
3098 * README-alpha: added alpha README file
3100 * find/defs.h: move lstat declarations into defs.h
3102 * xargs/Makefile.am, testsuite/Makefile.am, locate/Makefile.am,
3103 lib/Makefile.am, find/Makefile.am, doc/Makefile.am, configure.in,
3104 Makefile.am: update for automake-1.4
3106 1999-08-02 Kevin Dalley <kevind@rahul.net>
3108 * AUTHORS: added file listing AUTHORS
3110 * lib/Makefile.am: modified code for EXTRA sources
3112 1999-01-30 Kevin Dalley <kevind@rahul.net>
3114 * added const to declaration of basename, which should satisfy
3115 Linux as well as Hurd (fixes bug #31325).
3117 1998-12-04 Kevin Dalley <kevind@rahul.net>
3119 * lib/nextelem.c: removed declaration of strdup and free, which
3120 meets GNU coding standards and allows compilation on more
3123 * find.texi: corrected explanation of -amin option which described
3124 hours instead of minutes
3126 1998-09-26 Kevin Dalley <kevind@rahul.net>
3128 * lib/getline.c: fix getstr so that it correctly handles long file
3131 1998-09-20 Kevin Dalley <kevind@rahul.net>
3133 * removed more function declarations to meet GNU coding standards
3135 1998-08-30 Kevin Dalley <kevind@rahul.net>
3137 * lib/nextelem.c: removed declaration of strdup and free, which
3138 meets GNU coding standards and allow compilation on sparc
3140 * corrected explanation of -amin option which described hours
3143 1998-02-27 Kevin Dalley <kevind@rahul.net>
3145 * locate/locate.c: add --existing option to locate, which only
3146 prints the names of files which still exist
3148 1998-02-08 Kevin Dalley <kevind@rahul.net>
3150 * locate/locate.c: corrected get_short so that it correctly
3151 returns negative numbers.
3153 * remove declarations of various string functions. Removing the
3154 declarations almost matches the GNU Coding Standards.
3156 1997-03-03 Kevin Dalley <kevind@rahul.net>
3158 * xargs/xargs.c: xargs fixed to prevent occasional core dumping.
3160 1997-01-11 Kevin Dalley <kevind@rahul.net>
3162 * locate/updatedb.sh: add --localuser option to updatedb, which
3163 allows find to be run as nobody, while allowing database file to
3164 be created as root, change suggested by
3165 <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
3167 1996-12-28 Kevin Dalley <kevind@rahul.net>
3168 * added PRUNEFS as variable in updatedb and --prunefs as option to
3171 1996-05-27 Kevin Dalley <kevind@rahul.net>
3173 * updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
3175 1996-04-27 Kevin Dalley <kevind@rahul.net>
3177 * lib/getline.c (getstr): verify that nchars_avail is *really*
3178 greater than 0; set *n to a large enough number, stops some core
3181 Thu Nov 3 09:23:33 1994 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
3185 * locate/Makefile.am: Move updatedb from LIBSCRIPTS to SCRIPTS.
3187 * Makefile.am (distname): Change distribution name from find to
3190 * testsuite/config/unix.exp: Don't abuse xfail; simulate it correctly.
3192 * locate/Makefile.am (CLEANFILES): Fix typo.
3194 Wed Nov 2 15:11:52 1994 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
3198 * lib/listfile.c find/defs.h (list_file): Take a stream arg.
3199 * find/pred.c (pred_ls): pass it.
3200 * find/parser.c pred.c defs.h (parse_fls, pred_fls): New functions.
3202 Tue Oct 25 16:09:04 1994 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
3204 * find/pred.c (pred_fprintf): Flush output after \c. From Chapman
3207 * find/parser.c (insert_fprintf): Warn about unrecognized \ and %
3210 Tue Oct 18 00:03:10 1994 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
3212 * find/defs.h parser.c pred.c tree.c util.c: Globally change
3213 "victim" to "primary".
3215 * find/parser.c (insert_fprintf): For 'c' format, don't lose the
3216 need_stat information. From Chapman Flack.
3218 * doc/find.texi perm.texi: New files.
3219 * configure.in: Configure the doc directory.
3221 * find/pred.c (pred_regex): Check that the regex matched the whole
3224 Wed Oct 12 17:13:47 1994 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
3226 * find/find.c (main): Tell what the invalid arg is.
3229 Fri Oct 7 12:33:24 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
3231 * find/parser.c: Add -mount as an alias for -xdev.
3232 From Klaus.Steinberger@physik.uni-muenchen.de (Klaus Steinberger).
3234 * lib/modechange.c: Make umask_value unsigned short.
3236 * xargs/xargs.c: Use symbolic constants in longopts.
3239 Wed Oct 5 11:23:09 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
3241 * xargs/xargs.c (main, read_line, read_string, do_exec): Pass
3242 along the lengths of the args.
3243 (main): Calculate length of replace_pat.
3244 (push_arg, do_insert): Use those lengths instead of calculating
3247 Tue Oct 4 10:02:05 1994 David MacKenzie <djm@churchy.gnu.ai.mit.edu>
3249 * locate/updatedb.sh Makefile.in: Add substitutions to get
3250 the transformed program names.
3252 * xargs/xargs.c: Put back the global variables for now.
3253 Rename some variables. Increase default args_per_exec.
3254 Use boolean where applicable.
3255 (main): Reduce default arg_max by 2048 for POSIX.2.
3256 (read_string): Don't check EOF string.
3257 (read_line, read_string): Take initial args size into account.
3259 Sat Oct 1 17:43:13 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
3261 * find/pred.c (launch): Use pid_t.
3263 * xargs/xargs.c (EOF_STR): Define and use.
3264 [__STDC__]: Declare xrealloc and xmalloc using void *.
3265 * find/defs.h: Likewise.
3267 * find/defs.h: Only declare stpcpy if !HAVE_STPCPY.
3269 * xargs/xargs.c: Replace most global variables with structure
3270 pointers passed as arguments. Use pid_t.
3271 * lib/wait.h: Include sys/wait.h if HAVE_SYS_WAIT_H.
3272 * configure.in: Call AC_TYPE_MODE_T and AC_HEADER_SYS_WAIT.
3274 * xargs/xargs.c: Improve paging performance and memory
3275 fragmentation by building command arguments in a pre-allocated
3276 buffer and re-implementing the child pid list as an expandable
3277 array. From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
3279 Thu Sep 29 11:38:07 1994 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
3281 * xargs/xargs.c [__STDC__]: Prototype declarations.
3283 Wed Sep 28 11:25:53 1994 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
3285 * find/fstype.c [AFS, __STDC__]: Fix definition of _VICEIOCTL.
3287 Tue Sep 27 08:14:27 1994 David MacKenzie <djm@churchy.gnu.ai.mit.edu>
3289 * find/fstype.c (fstype_to_string): Add more cases. Use
3290 INITMOUNTNAMES if defined.
3291 * find/defs.h: Change boolean typedef from char to int.
3292 * configure.in: Check for mktime.
3294 Tue Sep 27 01:20:28 1994 Kaveh R. Ghazi (ghazi@noc.rutgers.edu)
3296 * configure.in: Add AC_HEADER_STAT.
3297 * lib/listfile.c, lib/modetype.h: Add STAT_MACROS_BROKEN.
3299 * find/pred.c: Move the inclusion of defs.h ahead of the first
3300 test of _POSIX_VERSION.
3302 * lib/xgetcwd.c: Remove _POSIX_VERSION, rely only on HAVE_GETCWD.
3304 Mon Sep 26 16:43:01 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
3306 * configure.in: Add AC_CONFIG_HEADER.
3307 * find/*.c locate/*.c xargs/*.c: Include config.h.
3308 * locate/updatedb.sh: Add --version; --old -> --old-format.
3310 Sun Sep 25 23:43:37 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
3312 * find/* [__STDC__]: Prototype declarations.
3314 * locate/updatedb.sh: Account for renaming code and frcode.
3316 * find/find.c (process_path): Store dev and ino of directories in
3317 current branch to avoid symlink loops. From DJ Delorie
3319 (process_dir): If following symlinks, don't cd to ..; instead,
3320 cd to the starting directory and then to the parent directory.
3321 (main) [HAVE_FCHDIR]: Save the dev, ino of the starting directory.
3322 (process_top_path) [HAVE_FCHDIR]: Use it.
3323 * find/pred.c (launch) [HAVE_FCHDIR]: Likewise.
3324 * defs.h [HAVE_FCHDIR]: Declare starting_desc instead of starting_dir.
3325 * configure.in: Check for dev_t, ino_t, fchdir, fcntl.h.
3327 Fri Sep 23 11:55:38 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
3329 * lib/listfile.c: Change #ifdef S_IFLNK to #ifdef S_ISLNK.
3330 From Andreas Luik <luik@isa.de>.
3332 Thu Sep 22 11:42:40 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
3334 * locate/locate.c (last_literal_end): Dynamically allocate enough
3335 memory for the subpattern.
3337 Wed Sep 21 06:12:56 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
3339 * locate/locate.c (locate): Warn if database is >8 days old.
3340 From Ian Lance Taylor.
3342 * xargs/xargs.c (do_exec), find/pred.c (launch): Set SIGCHLD to
3343 default. From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
3344 * find/find.c pred.c util.c lib/listfile.c: Remove fflush(stdout)
3345 calls before error. error does it, and doesn't trash errno.
3346 From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
3348 * find/fstype.c (filesystem_type_uncached): Don't trust mtab dev
3349 number on HPUX. From Andreas Luik <luik@isa.de>.
3350 (filesystem_type_uncached): Don't cache unknown file system
3351 types. From casper@fwi.uva.nl (Casper Dik).
3353 * locate/updatedb.sh: Collect results in temp file and rename it
3354 atomically. From Andreas Luik <luik@isa.de>.
3356 * xargs/xargs.c (parse_num): Print a long using %ld. From Jim
3359 * find/defs.h find.c parser.c pred.c util.c, lib/nextelem.c:
3360 Emulate strchr and strrchr with index and rindex, not vice versa.
3362 Remove man directory; move man pages to the directories of the
3363 programs they document.
3365 * locate/frcode.c: Renamed from code.c.
3366 * locate/frcode.c (put_short): Renamed from puthalfword.
3367 * locate/locate.c (get_short): Renamed from gethalfword.
3368 (last_literal_end): Renamed from patprep.
3369 (locate): Recognize old-format databases too.
3370 * locate/locatedb.h: Add defines for old-format databases.
3371 * locate/bigram.c locate/code.c: Put back programs to create
3372 old-format databases.
3373 * locate/updatedb.sh: Take --old option to use them.
3375 Tue Sep 20 15:41:11 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
3377 * configure.in: Update for Autoconf v2.
3378 * find/pred.c lib/savedir.c: Use new symbols for dir header.
3379 * locate/updatedb.sh: Add --help option.
3381 Sun Feb 13 11:21:58 1994 Jim Meyering (meyering@comco.com)
3383 * man/Makefile.in [man1ext, man5ext]: Set man5ext (not man1ext) to 5.
3385 Sun Aug 1 22:30:55 1993 David J. MacKenzie (djm@goldman.gnu.ai.mit.edu)
3387 * bigram.c: File removed.
3388 * getline.c, memcmp.c, locatedb.h, updatedb.1, locatedb.5: New files.
3389 * updatedb.sh: Take command line options.
3390 Don't do bigram compression.
3391 * code.c, locate.c: Don't do bigram compression.
3392 Write and read counts in network byte order.
3393 Handle arbitrarily long paths.
3394 Use a magic number at the start of the databases.
3396 Thu Jul 29 20:44:53 1993 David J. MacKenzie (djm@wookumz.gnu.ai.mit.edu)
3398 * Makefile.in (config.status): Run config.status --recheck, not
3399 configure, to get the right args passed.
3401 Thu Jul 22 12:53:12 1993 David J. MacKenzie (djm@goldman.gnu.ai.mit.edu)
3403 * listfile.c (list_file): Print inode as a long.
3405 Wed Jul 14 14:14:45 1993 David J. MacKenzie (djm@goldman.gnu.ai.mit.edu)
3407 * fstype.c [STDC_HEADERS]: Include stdlib.h.
3409 * Move unistd.h include from parser.c and pred.c to defs.h.
3411 Wed Jun 30 14:14:47 1993 David J. MacKenzie (djm@goldman.gnu.ai.mit.edu)
3413 * updatedb.sh: Construct PRUNEREGEX from PRUNEPATHS with sed.
3414 Prune /afs. Change NFSUSER to NETUSER and NFSPATHS to NETPATHS.
3416 Tue Jun 29 12:19:58 1993 David J. MacKenzie (djm@goldman.gnu.ai.mit.edu)
3418 * pred.c (pred_fprintf): Abort in switch if `c' is not A, C, or T.
3420 Mon Jun 28 00:18:52 1993 David J. MacKenzie (djm@wookumz.gnu.ai.mit.edu)
3422 * fstype.c (in_afs) [AFS]: New function, derived from code by
3423 Sanjay Ramamurthy <ramams@rpi.edu>.
3424 (filesystem_type_uncached) [AFS]: Call it if the fs type is
3427 * parser.c (parse_size): Recognize b and w suffixes for dd
3430 * code.c (puthalfword): New function.
3432 * locate.c (gethalfword): New function.
3434 From ifado!wb@germany.eu.net (Wilhelm B. Kloke).
3436 * listfile.c: Include pathmax.h.
3437 (get_link_name): Always allocate PATH_MAX + 1 bytes for
3439 * pred.c (pred_fprintf, insert_lname): Call get_link_name.
3441 * fstype.c (filesystem_type, filesystem_type_uncached),
3442 listfile.c (list_file): Take an arg for the path to access.
3443 * pred.c (pred_ls, pred_fstype, pred_fprintf): Pass it.
3445 * find.c (process_dir): Renamed from scan_directory.
3447 Changes from jrs@world.std.com (Rick Sladkey) to chdir into
3448 subdirectories instead of using string concatenation, for speed:
3449 * find.c (process_top_path): New function.
3450 (main): Call it, and xgetcwd.
3451 (process_path, scan_directory): Take new arg, the pathname
3452 relative to ".". Use it and pass it on.
3453 * pred.c (pred_and, pred_comma, pred_negate, pred_or,
3454 pred_xtype, pred_fprintf, pred_empty, insert_lname):
3455 access rel_pathname instead of pathname.
3456 (launch): chdir to starting_dir.
3457 * defs.h: Declare rel_pathname and starting_dir.
3458 * find.c: Define them.
3460 * xgetcwd.c: New file.
3462 * updatedb.sh: Recognize -fstype NFS as well as nfs.
3463 * locate.c (patprep): Skip trailing character classes correctly.
3464 From luik@pharao.stgt.sub.org (Andreas Luik).
3466 * parser.c (parse_group): Make gid a gid_t, not short or int.
3467 (parse_nogroup): Cast gid to unsigned when using it as an array index.
3468 (parse_user, parse_nouser): Similar changes for uid.
3469 * defs.h: Use uid_t and gid_t.
3471 * parser.c (parse_help): New function.
3472 (parse_table): Add --version, -help, and --help options.
3473 Rename struct parser_table_t to struct parser_table.
3474 (parse_version): Exit after printing message, on
3477 * xargs.c, locate.c (main, usage): Add --version and --help
3480 Wed Mar 31 22:39:57 1993 Jim Meyering (meyering@comco.com)
3482 * parser.c: Define isascii macro to be 1 also if STDC_HEADERS.
3485 Wed Mar 31 16:04:07 1993 David J. MacKenzie (djm@kropotkin.gnu.ai.mit.edu)
3487 * pred.c (pred_fprintf): If curdepth is 0, don't nuke
3488 segment->text; nuke cp.
3490 Mon Mar 29 15:57:20 1993 David J. MacKenzie (djm@kropotkin.gnu.ai.mit.edu)
3494 Fri Mar 26 16:36:59 1993 David J. MacKenzie (djm@hal.gnu.ai.mit.edu)
3496 * pred.c (pred_ilname, pred_iname, pred_ipath): New functions.
3497 (pred_table): Add them.
3498 (insert_lname): New function.
3499 (pred_lname): Call it.
3500 * parser.c (parse_ilname, parse_iname, parse_ipath,
3501 parse_iregex): New functions.
3502 (parse_table): Add them.
3503 (insert_regex): New function.
3504 (parse_regex): Call it.
3506 * fstype.c (filesystem_type): Cache previous result.
3507 (filesystem_type_uncached): New function.
3508 pred.c (pred_fstype, pred_fprintf): Adjust callers to not cache.
3510 * parser.c: Don't define const.
3512 * fstype.c [FSTYPE_STATFS] (fstype_to_string): #ifdef
3513 MOUNT_PC for 386bsd.
3515 Thu Mar 25 18:32:24 1993 David J. MacKenzie (djm@goldman.gnu.ai.mit.edu)
3517 * parser.c (parse_regex): If ignore_case, set up a translate
3518 table for the regex.
3520 * defs.h: Include string.h or strings.h.
3521 * find.c fstype.c parser.c pred.c util.c: Don't.
3523 * nextelem.c [index]: Don't redefine.
3525 Wed Mar 24 17:47:10 1993 David J. MacKenzie (djm@kropotkin.gnu.ai.mit.edu)
3527 * xargs.c (wait_for_proc): Exit with a nonrunnable command's exit
3528 status, not the wait status value. From
3529 Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>.
3531 * parser.c (make_segment, insert_fprintf), pred.c
3532 (pred_fprintf): Add '%F' to print filesystem type.
3534 * parser.c (parse_fprintf): Check if second arg is missing.
3536 Tue Mar 23 13:18:08 1993 David J. MacKenzie (djm@kropotkin.gnu.ai.mit.edu)
3538 * pred.c (pred_fprintf): For %P, don't move past an assumed
3539 slash if the ARGV element ends with one, because in that case
3542 * parser.c (parse_printf): Check for missing arg.
3543 From smj@cats.com (Steve James).
3545 * parser.c: Add #ifdef around atol decl for Linux.
3547 Fri Dec 11 08:17:07 1992 Jim Meyering (meyering@comco.com)
3549 * defs.h: Remove dcl of process_path.
3550 * find.c: Put dcl of p
3552 * pred.c (pred_fprintf): Don't print "\n" unless it's in the
3555 Mon Oct 21 22:30:35 1991 David J. MacKenzie (djm at wookumz.gnu.ai.mit.edu)
3557 * defs.h, parser.c, pred.c: Rename some types that conflict
3558 with reserved POSIX.1 namespace (ended in _t).
3562 Thu Oct 17 22:39:06 1991 David J. MacKenzie (djm at wookumz.gnu.ai.mit.edu)
3564 * xargs.c: Don't determine memory.h based on POSIX, which
3567 Sat Oct 5 16:11:05 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3569 * parser.c (parse_perm): Parse new `-perm +mode' notation.
3570 * pred.c (pred_perm): Interpret same.
3572 Fri Sep 13 14:58:27 1991 David J. MacKenzie (djm at churchy.gnu.ai.mit.edu)
3574 * xargs.c [POSIX]: Always use sysconf to get ARG_MAX.
3576 Thu Sep 5 23:57:06 1991 David J. MacKenzie (djm at apple-gunkies)
3578 * bigram.c, code.c (main): Make path_max int, not unsigned.
3579 * locate.c (main): Check for pathconf failure.
3581 Thu Sep 5 11:54:44 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3583 * parser.c (insert_fprintf): Add `\\' escape and fixed `%%'
3585 * pred.c (pred_fprintf): fixed off-by-one indexing problem
3586 when handling [gGuU] printf formats.
3588 Wed Aug 28 20:53:57 1991 David J. MacKenzie (djm at wookumz.gnu.ai.mit.edu)
3592 Mon Aug 26 18:57:32 1991 David J. MacKenzie (djm at pogo.gnu.ai.mit.edu)
3594 * bigram.c, code.c: Fix handling of PATH_MAX.
3595 Check for anomalous input line lengths.
3598 Fri Aug 23 11:00:18 1991 David J. MacKenzie (djm at apple-gunkies)
3600 * pred.c (pred_fprintf): Round block number up to get K.
3602 Thu Aug 22 10:46:30 1991 David J. MacKenzie (djm at apple-gunkies)
3604 * pred.c (pred_fprintf, pred_lname) [_AIX]: Allocate PATH_MAX
3605 byte for link object since st_size is wrong.
3607 * listfile.c (list_file): Don't convert blocks to kilobytes if
3608 env. var POSIX_ME_HARDER is defined.
3610 * fstype.c [FS_AIX_STATFS]: New case.
3612 * configure: Make sure the sys/mount.h is the 4.4BSD version
3613 with grep instead of just testing whether it exists.
3615 * listfile.c (list_file): Add 1 to number of 512-byte blocks
3616 before dividing to get 1K blocks (so we round up, not down).
3618 Wed Aug 21 13:02:46 1991 David J. MacKenzie (djm at wookumz.gnu.ai.mit.edu)
3622 * parser.c (parse_fprintf), pred.c (pred_fprintf): Add %k
3623 conversion to print 1K blocks.
3625 * listfile.c: Print counts of 1K blocks, for consistency with
3626 new fileutils release. Bad timing, there.
3630 * pred.c [VOID_CLOSEDIR]: Fake a return value for closedir,
3631 which returns void on some systems, like Sequents.
3632 * configure: Check sys/dir.h for 'void closedir'.
3634 Thu Aug 15 16:07:46 1991 David J. MacKenzie (djm at frob)
3636 * modetype.h: Define POSIX.1 stat stuff if missing.
3637 * pred.c, parser.c, find.c, fstype.c: Don't define it.
3638 * updatedb.sh: Use a variable substitution method like configure's.
3639 * Makefile.in: Add datadir variable to separate programs from
3642 * parser.c, pred.c: Rename -fulldays to -daystart.
3644 * defs.h, find.c, parser.c, pred.c: Add many new predicates
3645 from Jay Plett (jay@princeton.edu).
3647 Wed Aug 14 14:37:06 1991 David J. MacKenzie (djm at bleen)
3649 * parser.c (parse_size), pred.c (pred_size), defs.h (struct
3650 size_t): Allow `k' to follow number to measure size in Kbytes.
3651 * parser.c (parse_size, get_num, insert_num), defs.h (struct
3652 size_t): Use enum comparison_type instead of short.
3654 Fri Aug 9 00:49:32 1991 David J. MacKenzie (djm at wookumz.gnu.ai.mit.edu)
3656 * xargs.c (read_line): Use isblank, to support POSIX locales.
3658 * fstype [FS_STATVFS]: New code for SVR4, from slootman@dri.nl
3660 * configure: Figure out when to use it.
3662 * configure: Check for st_blocks in struct stat.
3663 * listfile.c (ST_NBLOCKS): New macro.
3664 (list_file): Print file's block count.
3665 Use S_ISLNK instead of S_IFLNK.
3666 * fileblocks.c: New file, from fileutils.
3668 Thu Aug 8 17:20:19 1991 David J. MacKenzie (djm at wookumz.gnu.ai.mit.edu)
3670 * parser.c, pred.c [CACHE_IDS]: Optional code to turn uid and
3671 gid lookups into table lookups.
3673 Wed Aug 7 00:22:29 1991 David J. MacKenzie (djm at wheat-chex)
3675 * configure, Makefile.in's: Support +srcdir option via VPATH.
3676 Clean up clean targets.
3678 Sat Jul 20 01:11:51 1991 David J. MacKenzie (djm at apple-gunkies)
3680 * configure: Filter /etc and /usr/etc from path.
3682 * xargs.c (wait_for_proc): Fix handling of child exit status.
3683 (main): Exit with a nonzero status if any child did.
3685 * pred.c (launch): Flush stdout and stderr before forking.
3687 * fstype.c (filesystem_type) [FS_MNTENT]: Skip entries of
3690 Fri Jul 19 22:53:42 1991 David J. MacKenzie (djm at bleen)
3692 * pred.c, locate.c: Use fnmatch instead of glob_match.
3693 * fnmatch.c, fnmatch.h: New files.
3695 * Many files: Use string.h if STDC_HEADERS, as well as if USG.
3697 * locate.c, code.c, bigram.c: Possibly use pathconf to get
3698 PATH_MAX. Use malloc to allocate path arrays.
3700 * xargs.c: Possibly use sysconf to get ARG_MAX.
3701 (env_size): Make definition unconditional.
3702 (main): Do arg_max adjustment that can't be done with
3703 preprocessor now that ARG_MAX might be a function call.
3704 (do_exec): Exit with status 126 or 127 after failed exec, for
3707 * xargs.c, pred.c, listfile.c: Use POSIX, not UNISTD_MISSING.
3708 * wait.h: Use POSIX, not WAIT_MACROS_MISSING.
3710 * COPYING: Use version 2. Update all files.
3712 * Replace Makefile and lib/Makefile with Makefile.in,
3713 lib/Makefile.in and configure. Update README.
3715 Fri Apr 5 12:49:09 1991 David J. MacKenzie (djm at apple-gunkies)
3719 Fri Mar 15 20:44:45 1991 David J. MacKenzie (djm at geech.ai.mit.edu)
3721 * xargs.c (main): Always run the command if some args are left over.
3722 Rename some variables.
3724 Fri Jan 18 03:35:57 1991 David J. MacKenzie (djm at geech.ai.mit.edu)
3726 * bigram.c, code.c, locate.c: Use LIMITS_MISSING, not
3727 _POSIX_SOURCE, to decide whether to include limits.h.
3729 * parser.c, pred.c, listfile.c: Use POSIX, not _POSIX_SOURCE,
3730 to decide whether to declare getpwuid and getgrgid.
3732 * xargs.c: Use POSIX, not _POSIX_SOURCE, to determine whether
3733 to include memory.h.
3735 Sat Jan 12 04:12:34 1991 David J. MacKenzie (djm at wookumz.ai.mit.edu)
3737 * defs.h, find.c, parser.c, pred.c: Remove -permmask option.
3739 Thu Jan 10 04:32:52 1991 David J. MacKenzie (djm at albert.ai.mit.edu)
3741 * wait.h: Include sys/types.h to get pid_t.
3743 * xargs.c [USG && !STDC_HEADERS]: Only include memory.h if not
3746 Tue Jan 1 23:53:32 1991 David J. MacKenzie (djm at albert.ai.mit.edu)
3750 Wed Dec 26 03:25:51 1990 David J. MacKenzie (djm at apple-gunkies)
3752 * locate.c, bigram.c, code.c: Attempt to get max. path length
3753 on more kinds of systems, incl. POSIX.
3755 * pred.c, listfile.c, xargs.c: Get some decls from unistd.h,
3758 * find.c, defs.h: Make `cur_day_start' a time_t, not long.
3760 Fri Dec 21 01:49:12 1990 David J. MacKenzie (djm at egypt)
3762 * defs.h, parser.c: Remove unused field from `struct exec_t'.
3764 * xargs.c: Add +no-run-if-empty option to cause the command to
3765 not be run if the input is empty.
3767 * defs.h (struct exec_t): Change the array of offsets into an
3768 array of `struct path_arg'.
3769 * parser.c (insert_exec_ok): Fill in new fields, to allow "{}"
3770 to be substituted (multiple times) anywhere in an arg to -exec
3772 * pred.c (pred_exec): Add code to substitute "{}" within args.
3773 (pred_ok): After prompting, just run pred_exec.
3775 Thu Dec 20 02:32:09 1990 David J. MacKenzie (djm at egypt)
3777 * fstype.c (filesystem_type) [FS_MNTENT]: Allow for optional
3778 "0x" at front of "dev=" mount option, which amd puts there but
3779 Sun automounter doesn't.
3781 Sat Dec 15 19:01:12 1990 David J. MacKenzie (djm at egypt)
3783 * find.c (main), util.c (usage): Make directory args optional,
3786 Sat Dec 15 18:36:29 1990 David J. MacKenzie (djm at apple-gunkies)
3788 * listfile.c: Define major and minor if not defined (as in POSIX).
3790 Mon Dec 3 01:04:35 1990 David J. MacKenzie (djm at alborz)
3792 * find.c, fstype.c, parser.c, pred.c, util.c: Flush stdout before
3793 writing to stderr, in case they have been redirected to the
3794 same file descriptor.
3796 * pred.c (launch): Use POSIX wait macros from wait.h.
3798 * xargs.c (print_xargs): Read from tty_stream, not stdin.
3800 Tue Nov 20 16:48:24 1990 David J. MacKenzie (djm at apple-gunkies)
3804 * fstype.c [FS_USG_STATFS]: New code.
3805 [FS_STATFS]: For symlinks, statfs the directory the link is in
3806 instead of the link.
3807 * Various files: Conditionalize some declarations on
3808 STDC_HEADERS or _POSIX_SOURCE.
3810 Fri Nov 16 12:24:43 1990 David J. MacKenzie (djm at egypt)
3812 * modetype.h: New file.
3813 parser.c, pred.c: Use it.
3815 Thu Nov 15 18:05:54 1990 David J. MacKenzie (djm at apple-gunkies)
3817 * xmalloc.c: New file from fileutils.
3819 * fstype.c (fstype_to_string): Add case for MFS.
3820 (filesystem_type): Take a pathname as a second arg.
3821 [FS_STATFS] return "unknown" instead of exiting if statfs
3822 fails because of ENOENT.
3823 * pred.c (pred_fstype): Pass the pathname. Set current_dev.
3824 * find.c (process_path): Make root_dev local again.
3826 Mon Nov 12 02:54:00 1990 David J. MacKenzie (djm at apple-gunkies)
3828 * pred.c (pred_fstype): Free old fs type.
3830 * fstype.c, pred.c (pred_fstype), parser.c (parse_fstype):
3831 Reread the file system type info. every time a filesystem
3832 mount point is crossed, to allow for automounting.
3834 * xstrdup.c: New file from fileutils.
3836 * find.c (process_path): Rename root_dev to current_dev and
3837 make it global, for -fstype.
3839 * wait.h: New file taken from xargs.c.
3841 * xargs.c: Make limits.h vs. sys/param.h conditional on
3842 LIMITS_MISSING instead of USG, to accomodate SVR2.
3844 Thu Nov 8 11:52:22 1990 David J. MacKenzie (djm at apple-gunkies)
3846 * parser.c, pred.c, listfile.c: If not _POSIX_SOURCE, declare
3847 getpwuid and getgrgid. Use them.
3849 * listfile.c: If not _POSIX_SOURCE, define S_ISDIR and
3852 * find.c: Use S_ISDIR instead of S_IFDIR, and define if not
3855 * Makefile: Define AR and RANLIB and pass to child makes.
3856 lib/Makefile: Use them.
3858 * xargs.c (WIFSIGNALED): Redefine so it works.
3860 Mon Nov 5 00:02:01 1990 David J. MacKenzie (djm at apple-gunkies)
3862 * find.c (process_path): For -xdev, process filesystem
3863 mountpoints (but don't descend them), instead of skipping them
3866 * find.c, parser.c, defs.h: Add -follow predicate.
3868 * xargs.c: Change ifdefs to support STDC POSIX systems.
3870 Sat Nov 3 20:18:05 1990 David J. MacKenzie (djm at apple-gunkies)
3872 * xargs.c (do_exec): Child process exits with status 255, not
3873 127, if command can't be run.
3875 Fri Nov 2 02:11:42 1990 David J. MacKenzie (djm at apple-gunkies)
3877 * xargs.c: Exit with status 127 if running commmand fails, as
3880 * fstype.c: Support -fstype for Ultrix (-DFS_GETMNT).
3881 Sun/BSD code is now -DFS_MNTENT.
3883 Thu Nov 1 13:06:01 1990 David J. MacKenzie (djm at egypt)
3885 * Reorganize into subdirectories and add xargs. Rewrite Makefiles.
3887 * find.c (process_path, main): Allow a maxdepth of 0, meaning
3888 only process command line args.
3890 * parser.c, pred.c: Add -print0 predicate.
3892 * xargs.c: Add -0 option and long options. Move standard
3893 library functions into separate files. Use error instead of
3894 fatal and fprintf/perror. Use POSIX macros for examining exit
3896 (read_string): New function.
3898 Fri Sep 21 10:21:09 1990 David J. MacKenzie (djm at apple-gunkies)
3900 * find.c (process_path): Take DEPTH as an arg instead of ROOT,
3903 Thu Sep 20 23:58:47 1990 David J. MacKenzie (djm at apple-gunkies)
3905 * parser.c (parse_maxdepth): New function.
3906 * find.c (process_path): If -maxdepth was given, don't go
3907 more than that many levels deep.
3908 * defs.h: Declare maxdepth.
3910 Wed Sep 12 02:12:31 1990 David J. MacKenzie (djm at apple-gunkies)
3912 * parser.c: Add -not as synonym for !.
3914 Sun Aug 26 06:16:08 1990 Jim Kingdon (kingdon at pogo.ai.mit.edu)
3916 * Makefile (TAGS): New target.
3918 Sun Aug 12 00:32:01 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3920 * xargs.c (main): Tell getopt to not permute.
3922 Sat Aug 4 21:43:45 1990 David J. MacKenzie (djm at pogo.ai.mit.edu)
3924 * parser.c (parse_perm), pred.c (pred_perm): Always compare
3927 * locate.c, Makefile: Rename 'fastfind' program to 'locate',
3928 following comment in POSIX.2 draft 10 rationale for find.
3930 Wed Jul 25 18:45:03 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3932 * listfile.c (getuser, getgroup): Make uid and gid unsigned
3935 Mon Jul 16 13:40:13 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3937 * defs.h: Don't declare fprintf and printf, in case they have
3938 prototypes in stdio.h (important for functions that use stdarg).
3940 Sun Jul 15 23:39:39 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3942 * parser.c (parse_and): New function, for compatibility.
3944 Wed Jul 4 00:17:57 1990 David J. MacKenzie (djm at apple-gunkies)
3946 * find.c (main): Only enclose expressions that produce no side
3947 effects within `( ... )'.
3949 Tue Jul 3 01:59:39 1990 David J. MacKenzie (djm at apple-gunkies)
3951 * parser.c (strspn): Stop when end of string reached.
3955 * Move version number from Makefile to new file version.c.
3956 * parser.c: Recognize new -version predicate.
3958 * find.c (main): If no predicates that produce output are
3959 given, default to -print if the entire expression is true, not
3960 just the last part of an alternation.
3961 * Print the names of predicates with invalid arguments.
3963 Mon Jul 2 23:48:17 1990 David J. MacKenzie (djm at apple-gunkies)
3965 * pred.c: Don't check for invalid comparison types in numeric
3966 predicate functions.
3968 Thu Jun 28 00:34:57 1990 David J. MacKenzie (djm at apple-gunkies)
3970 * parser.c (parse_regex): Set fastmap and translate before
3973 Mon Jun 25 18:08:59 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3975 * fastfind.c (fastfind): Initialize count to 0.
3977 * lib/updatedb.sh: Only do regex comparison on directories,
3980 * listfile.c (list_file): Truncate user and group name to 8 chars.
3982 Sun Jun 24 13:51:27 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3986 * Makefile [DISTFILES]: Add COPYING.
3988 Fri Jun 22 03:54:27 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3992 Tue Jun 19 03:55:28 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3994 * lib/updatedb.sh: Prune entries that match PRUNEREGEX.
3995 Split up finding files from computing bigrams.
3996 Use redirection instead of nonportable grep -s to detect sort
3997 failure. Optionally search network filesystems as well as
4000 * pred.c (pred_regex): Match against full pathname instead of
4002 * util.c (basename): Return "/", not "", if given "/".
4004 * find.c (process_path): Fix error in handling "/" directory.
4006 Mon Jun 18 01:49:16 1990 David J. MacKenzie (djm at apple-gunkies)
4008 * parser.c [STRSPN_MISSING] (strspn): New function.
4010 Sun Jun 17 13:54:09 1990 David J. MacKenzie (djm at apple-gunkies)
4012 * listfile.c: New file.
4013 * parser.c (parse_ls): New function.
4014 * pred.c (pred_ls): New function.
4016 * find.c (main): Remove interface to fastfind, to prevent
4017 conflict with POSIX syntax.
4018 * util.c (usage): Remove fastfind syntax from message.
4019 * fastfind.c (main): New function.
4020 * Makefile: Make fastfind a separate program.
4022 * find.c (main): Print correct message if a predicate arg is
4025 * parser.c (insert_exec_ok): Make args that start with a ';' but
4026 contain other characters not terminate the command.
4028 Fri Jun 15 00:33:45 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
4030 * fstype.c: If MOUNTED isn't defined but MNT_MNTTAB is, use it
4031 instead. True for HP/UX, at least.
4033 Thu Jun 14 10:10:25 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
4035 * savedir.c: New file; now find won't run out of file
4036 descriptors in deep trees.
4037 * find.c (process_path): Use savedir.
4039 Sat Jun 9 03:15:21 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
4041 * parser.c (parse_permmask): Allow symbolic mode masks.
4042 (parse_perm): Free 'struct change' when done with it.
4043 (get_oct): Function removed.
4045 * find.c (process_path): Allow arbitrarily-long filenames.
4046 More efficient string copying. Initialize perm_mask to 07777
4049 Thu Jun 7 04:22:42 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
4051 * Makefile, find.c: Use DIRENT to control whether <dirent.h>
4054 Thu May 31 04:46:11 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
4056 * parser.c (parse_regex): New function.
4057 * pred.c (pred_regex): New function.
4059 * fstype.c (read_mtab): If mtab entry has a "dev=" option
4060 (like in SunOS 4.1), use it, so there is no need to stat the
4061 special file later on.
4062 (xatoi, strstr): New functions.
4064 Mon May 21 01:04:42 1990 David J. MacKenzie (djm at abyss)
4066 * lib/updatedb.sh: Put BINDIR in PATH.
4068 * fstype.c: Do nothing if MNTENT_MISSING is defined.
4070 * fstype.c: New file.
4071 * parser.c (parse_fstype): New function.
4072 * pred.c (pred_fstype): New function.
4074 * parser.c (parse_newer): Failure to stat -newer file is a
4077 * pred.c (pred_ok): Flush output before reading. Use getchar
4080 * pred.c (pred_prune): Return false if -depth given.
4081 * find.c: Apply the predicates to the dir when -depth and
4084 Sun May 20 19:55:30 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
4086 * pred.c (pred_prune): Set new global var `stop_at_current_level'.
4087 * find.c (process_path): Test and reset it.
4089 Fri May 18 01:56:17 1990 David J. MacKenzie (djm at abyss)
4091 * modechange.c, modechange.h: New files.
4092 * parser.c (parse_perm): Use mode_compile and mode_adjust to
4093 parse arg, to allow symbolic mode for POSIX.
4095 Thu May 17 02:07:44 1990 David J. MacKenzie (djm at abyss)
4097 * parser.c (get_oct): Don't consider an empty string a valid number.
4099 * parser.c (parse_perm): If arg starts with '-', set flag bit
4100 for special comparison (POSIX).
4101 * pred.c (pred_perm): If flag bit set, compare s[ug]id &
4102 sticky bits as well, and return true if the given perms are
4103 set, ignoring other bits.
4105 * find.c: New global var `exit_status'. Use it. (POSIX)
4106 * parser.c: Set `exit_status' if lstat on -newer file fails.
4108 * fastfind.c: New file.
4109 * find.c (main): Call fastfind if given only 1 arg.
4110 * util.c (usage): Update message.
4111 * lib/{Makefile,updatedb.sh,bigram.c,code.c}: New files.
4112 * Makefile: Add 'all' and 'install' targets.
4114 Wed May 16 23:23:35 1990 David J. MacKenzie (djm at abyss)
4116 * parser.c (parse_nogroup, parse_nouser): Implement.
4117 * pred.c (pred_nogroup, pred_nouser): Implement.
4119 Mon May 14 00:09:35 1990 David J. MacKenzie (djm at abyss)
4121 * find.c: Add variable `stay_on_filesystem' for -xdev.
4122 (process_path): Take an arg determining whether this call is
4123 the root of a tree. Use lstat instead of stat. If
4124 stay_on_filesystem, don't process a dir on a different
4127 * parser.c (parse_newer): Use lstat instead of stat. Is this right?
4128 (parse_xdev): Set stay_on_filesystem.
4130 * parser.c: Add dummy parse_nogroup, parse_nouser,
4131 parse_prune, and parse_xdev; to be written later.
4132 * pred.c: Add dummy pred_nogroup, pred_nouser, pred_prune.
4134 * find.c: Support System V directory library/headers.
4136 * find.c (process_path): Don't continue with a file that stat
4139 * defs.h, parser.c, pred.c: Change 'u_long' and 'u_short' to
4140 'unsigned long' and 'unsigned short'.
4141 * find.c, defs.h: Remove 'convert_glob' variable.
4142 * parser.c (parse_fullregex): Function removed.
4143 (parse_name): Remove regular expression code.
4144 (parse_type): Recognize sockets.
4145 Add code to check for missing arguments to many parse_* functions.
4146 * pred.c (pred_name): Use glob_match instead of regex.
4148 Sun May 13 17:45:09 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
4150 * Replace fprintf, simple_error, and mem_error with error and
4153 * Fix string header includes for USG.
4155 Tue Mar 27 12:40:29 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
4157 * defs.h: Change some #defines to enums.
4159 Sun Mar 25 22:08:58 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
4161 * find.c (main): Don't take basename of argv[0].
4163 * util.c (xmalloc): New function.
4164 * find.c, parser.c, utils.c: Use xmalloc instead of malloc.
4166 * pred.c: Remove emulation of regex for BSD and use GNU
4167 library version in regcmp.c instead.
4168 * parser.c: Remove emulation of regcmp for BSD and use GNU
4169 library version in regcmp.c instead.
4170 * Makefile: Link with regex.o and regcmp.o.
4171 Add a DISTFILES macro and dist target.
4173 * Indent source code. Move RCS logs to this file.
4175 Wed Mar 21 09:30:18 1990 David J. MacKenzie (djm at pogo.ai.mit.edu)
4177 * xargs.c: Indent. Comment and rename some global variables.
4178 (main): Use getopt to parse options. Open new global var
4179 `tty_stream' to /dev/tty if querying requested.
4180 (print_args): Read response from tty_stream, not stdin.
4181 (xmalloc): New function.
4182 Global: Use xmalloc instead of malloc.
4183 (usage): Revise message.
4185 87/02/22 20:01:20 20:01:20 cire (Eric B. Decker)
4187 * pred.c: added guts to pred_size
4189 87/02/22 00:59:42 00:59:42 cire (Eric B. Decker)
4191 * pred.c: added guts to perm and permmask.
4193 87/02/21 23:02:21 23:02:21 cire (Eric B. Decker)
4195 * pred.c: made pred_name only look at the last component of
4198 87/02/21 22:26:47 22:26:47 cire (Eric B. Decker)
4200 * pred.c: added guts to name. useds regex and regcmp to do
4201 regular expression handling.
4203 87/02/21 00:17:21 00:17:21 cire (Eric B. Decker)
4205 * pred.c: added predicate newer
4207 87/02/20 11:40:07 11:40:07 cire (Eric B. Decker)
4209 * pred.c: added guts to pred_ok
4211 87/02/19 23:52:37 23:52:37 cire (Eric B. Decker)
4213 * pred.c: finished exec.
4215 87/02/22 20:01:09 20:01:09 cire (Eric B. Decker)
4217 * parser.c: added guts to parse_size
4219 87/02/22 00:59:16 00:59:16 cire (Eric B. Decker)
4221 * parser.c: added guts of perm and permmask. added getoct
4222 routine for perm and permmask
4224 87/02/21 23:32:50 23:32:50 cire (Eric B. Decker)
4226 * parser.c: added -fre, -fullregex predicate to turn off
4229 87/02/21 23:01:01 23:01:01 cire (Eric B. Decker)
4231 * parser.c: reworked name so the regexpr pattern includes $ at
4232 the end to force globbing to work correctly. End of the
4233 pattern refers to the end of the filename.
4235 87/02/21 22:25:34 22:25:34 cire (Eric B. Decker)
4237 * parser.c: added guts to name. uses a conversion from
4238 globbing to regexp format. uses regex and regcmp to actually
4241 87/02/21 00:17:11 00:17:11 cire (Eric B. Decker)
4243 * parser.c: added predicate newer
4245 87/02/20 11:39:35 11:39:35 cire (Eric B. Decker)
4247 * parser.c: added ok guts. consolidated exec and ok to using
4250 87/02/19 00:20:54 00:20:54 cire (Eric B. Decker)
4252 * parser.c: minor bug in -fulldays predicate parser. It
4253 should have set the flag full_days to true.
4255 87/02/22 00:58:32 00:58:32 cire (Eric B. Decker)
4257 * find.c: changed where we are setting perm_mask to -1. need
4258 to make sure that this happens before every apply_predicate.
4260 87/02/21 23:32:11 23:32:11 cire (Eric B. Decker)
4262 * find.c: added error checking for no paths. better error
4263 message if illegal ordering.
4265 87/02/21 22:19:58 22:19:58 cire (Eric B. Decker)
4267 * find.c: added global convert_glob
4269 87/02/22 20:00:12 20:00:12 cire (Eric B. Decker)
4271 * defs.h: added definition of BLKSIZE for size
4273 87/02/21 22:19:25 22:19:25 cire (Eric B. Decker)
4275 * defs.h: added global convert_glob for name