1 2005-06-07 jay <jay@orbital>
3 * COPYING, debian/copyright, depcomp, doc/texinfo.tex,
4 find/defs.h, find/find.c, find/fstype.c, find/parser.c,
5 find/pred.c, find/testsuite/config/unix.exp, find/tree.c,
6 find/util.c, import-gnulib.sh, intl/Makefile.in,
7 intl/bindtextdom.c, intl/config.charset, intl/dcgettext.c,
8 intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c,
9 intl/dngettext.c, intl/explodename.c, intl/finddomain.c,
10 intl/gettext.c, intl/gettext.h, intl/gettextP.h,
11 intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
12 intl/libgettext.h, intl/libgnuintl.h, intl/loadinfo.h,
13 intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias,
14 intl/localealias.c, intl/ngettext.c, intl/plural.c, intl/plural.y,
15 intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c,
16 lib/buildcmd.c, lib/buildcmd.h, lib/extendbuf.c, lib/extendbuf.h,
17 lib/forcefindlib.c, lib/listfile.c, lib/listfile.h,
18 lib/modetype.h, lib/nextelem.c, lib/nextelem.h, lib/printquoted.c,
19 lib/printquoted.h, lib/qmark.c, lib/savedirinfo.c,
20 lib/savedirinfo.h, lib/strspn.c, lib/wait.h, lib/waitpid.c,
21 locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c,
22 locate/locatedb.h, locate/testsuite/config/unix.exp,
23 locate/updatedb.sh, missing, po/fetch-po-files,
24 xargs/testsuite/config/unix.exp, xargs/xargs.c:
25 Updated the FSF's postal address
27 * ChangeLog: Corrected Bas's email address.
29 * locate/locate.c: Updated copyright years.
31 2005-06-07 Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>
33 * locate/locate.c: Fold case once, only when needed.
35 2005-06-07 James Youngman <jay@gnu.org>
37 * NEWS: Updated with recent changes.
39 * mdate-sh: Use the mdate-sh from automake
41 * find/parser.c, find/pred.c, find/tree.c, find/util.c,
42 lib/Makefile.am, lib/forcefindlib.c, lib/listfile.c,
43 lib/listfile.h, locate/code.c, locate/locate.c, find/defs.h,
44 find/find.c: Fix Savannah bug #13324: Fix compiler warnings for
48 Fixed Savannah bug #13325: Quoting of output filenames in locate
52 Fixed Savannah bug #13319: C9X-ism in parser.c (declaration after
55 * find/pred.c, lib/Makefile.am, lib/listfile.c, lib/nextelem.c,
56 lib/printquoted.c, lib/printquoted.h, lib/qmark.c, NEWS,
57 doc/find.texi, find/defs.h, find/find.1, find/parser.c: Fixed
58 Savannah bug #13303, find should filter out non-printable
59 characters if outputting to tty
61 2005-05-30 James Youngman <jay@gnu.org>
63 * locate/locate.c: rename new_locate() to locate() since
64 old_locate() has gone the way of the dodo.
66 2005-05-29 Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>
68 Add a ``--print'' (``-p'') option. (to cancel side-effects of -c/-S)
69 Allow ``--statistics'' in combination with non-options.
70 * doc/find.texi: Add documentation for locate --print (-p), and the
71 use of non-options with --statistics.
72 * locate/locate.1: ditto.
73 * locate/locate.c: Read each database only once.
75 2005-05-23 Paul Eggert <eggert@cs.ucla.edu>
77 Adjust to recent gnulib changes.
78 * import-gnulib.sh: Get config.rpath from gnulib/build-aux,
80 * find/parser.c (parse_perm): Ignore umask when parsing
81 symbolic permissions. Adjust to new modechange API.
83 2005-05-16 James Youngman <jay@gnu.org>
85 * find/find.c, find/parser.c, find/pred.c, find/tree.c:
86 Trivial change: don't use i18n support for debug-only messages
88 * ChangeLog: Added ChangeLog entry crediting Dmitry
90 2005-05-09 James Youngman <jay@gnu.org>
93 The previous change fixed Savannah bug #12999. This change doesn't do
94 anything, it's only intended to be a place to record the Savannah bug
98 Oops. Initialise the variable which indicates which regex syntax to
99 use. We use POSIX basic regular expressions.
102 Suggestion by Ed Avis: point out that "-name foo/bar" will almost
103 always evaluate to false. Suggest to the user what alternatives they
106 2005-05-02 James Youngman <jay@gnu.org>
109 Added Dimitry (his new test suite contribution required a copyright
112 2005-05-03 Dmitry V. Levin
114 * Added xargs test suite tests by Dmitry V. Levin, together with
115 bugfixes which ensure that the tests pass.
117 2005-04-18 James Youngman <jay@gnu.org>
119 * Added test suite tests for Bas van Gompel's changes.
121 2005-04-18 Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>
123 * doc/find.texi: Document locate --non-existing (-E).
124 * locate/locate.1: Ditto.
125 * locate/locate.c: Implement --non-existing (-E).
127 2005-04-04 James Youngman <jay@gnu.org>
129 * configure.in, import-gnulib.sh:
130 We no longer need gnulib/m4/Makefile.am
132 * po/vi.po: Updated Vietnamese translation
134 * locate/updatedb.sh:
135 Savannah bug #12491: Only use the "-s" option to "su" if it is
138 2005-04-01 James Youngman <jay@gnu.org>
140 * locate/locate.1, locate/updatedb.1, xargs/xargs.1: Trivial
141 change from A Costa <agcosta@gis.net>, fixing typos in manual
142 pages for xargs, locate and updatedb; fixes Savannah bug #12500,
145 2005-03-22 James Youngman <jay@gnu.org>
147 * import-gnulib.sh: Include the new gnulib module stat-macros
150 CVS code is (will shortly be) no longer identical to the 4.2.20 release
152 2005-03-17 James Youngman <jay@gnu.org>
154 * configure.in: Preprare for release of 4.2.20.
156 * NEWS: Updated prior to release of 4.2.20.
158 * ChangeLog: Updated with recent changes.
160 * THANKS: Thank Bas van Gompel, but only once.
162 * THANKS: Thank Bas van Gompel and Aaron S. Hawley.
164 * po/vi.po: Updated Vietnamese PO file
166 2005-03-10 James Youngman <jay@gnu.org>
168 * po/nl.po: Updated Dutch PO file
170 2005-03-08 Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>
172 * import-gnulib.sh: Re-enable creation of gnulib/m4/Makefile.am.
174 2005-03-07 James Youngman <jay@gnu.org>
176 * Released findutils-4.2.19.
178 * find/testsuite/find.posix/sizes.exp:
179 Use 2>/dev/null instead of 2>&1, because Tcl understands the former
182 * find/testsuite/Makefile.am: Also distribute sv-bug-12181.xo.
184 * find/testsuite/Makefile.am: Distribute sv-bug-12181.
186 * find/testsuite/Makefile.am: Distribute sv-bug-12230.
188 * NEWS: Updated with new news.
190 * ChangeLog: Brought up to date.
192 * lib/buildcmd.c, find/testsuite/find.gnu/sv-bug-12230.exp: Fixed
193 Savannah bug #12230, in which '-exec echo == {} +' is always run,
194 even if there were no matched files.
196 2005-03-06 James Youngman <jay@gnu.org>
198 * ChangeLog: Added latest changes.
200 * po/pt.po, configure.in: Added Portuguese translation
202 2005-03-04 James Youngman <jay@gnu.org>
204 * configure.in: Modernized the way we call AC_INIT and
207 * locate/locate.c, find/pred.c, find/find.c:
208 Eliminated some compiler warnings
210 * find/pred.c: Clarified the meaning of a comment.
212 * find/testsuite/Makefile.am: Added sizes.exp, sizes.xo.
214 * find/testsuite/find.posix/sizes.xo,
215 find/testsuite/find.posix/sizes.exp: Added tests for -size
218 2005-03-03 James Youngman <jay@gnu.org>
221 safely_chdir_lstat(): if we didn't end up in the right place, and then
222 fchdir() fails, we can't return to the directory we started in.
223 Therefore, issue a fatal error message and exit.
225 2005-03-01 James Youngman <jay@gnu.org>
227 * find/find.c, find/testsuite/find.posix/sv-bug-12181.exp,
228 find/testsuite/find.posix/sv-bug-12181.xo: Fixed SourceForge bug
229 12181 (find -H symlink-to-dir reports 'Too many Symbolic links')
230 and bug 12044 (find still hangs on dead NFS filesystems on
233 2005-02-28 James Youngman <jay@gnu.org>
235 * doc/find.texi: Typo: O_NOFOLLOW, not O_FOLLOW
238 Suggestion from Martin Buchholz; unset CDPATH to prevent "cd" echoing
241 2005-02-27 James Youngman <jay@gnu.org>
243 * README: Indicate how the reader can verify the release.
245 2005-02-26 James Youngman <jay@gnu.org>
247 * po/sk.po, po/sl.po, po/sr.po, po/sv.po, po/tr.po, po/vi.po,
248 po/zh_CN.po, po/be.po, po/ca.po, po/da.po, po/de.po, po/el.po,
249 po/eo.po, po/es.po, po/et.po, po/fi.po, po/findutils.pot,
250 po/fr.po, po/gl.po, po/hr.po, po/hu.po, po/id.po, po/it.po,
251 po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po, po/pl.po,
252 po/pt_BR.po, po/ro.po, po/ru.po: Added new Vietnamese translation
254 * configure.in: Added new Vietnamese translation.
256 2005-02-25 James Youngman <jay@gnu.org>
258 * po/ga.po: Updated Irish po file
260 2005-02-23 James Youngman <jay@gnu.org>
262 * Makefile.am: Fix Savannah bug #12064 - 'make distclean' deletes
263 regex.c but should not.
265 * find/testsuite/Makefile.am,
266 find/testsuite/find.gnu/printf-h.exp,
267 find/testsuite/find.gnu/printf-h.xo: Added test case for Savannah
268 bug #12085 (-printf %h).
270 * NEWS, doc/find.texi, find/find.1, find/pred.c:
271 %h now expands to '.' instead of nothing.
273 2005-02-22 James Youngman <jay@gnu.org>
276 Fixed Savannah bug #12099 (misinterpretation of system versions
277 leading to possible incorrect disabling of O_NOFOLLOW). Reported by
281 For the %h format, don't bail out early as the format might contain
284 2005-02-21 James Youngman <jay@gnu.org>
286 * find/find.c: Fixed accidental C99 dependency.
288 2005-02-20 James Youngman <jay@gnu.org>
290 * po/be.po, po/ca.po, po/da.po, po/de.po, po/el.po, po/eo.po,
291 po/es.po, po/et.po, po/fi.po, po/findutils.pot, po/fr.po,
292 po/ga.po, po/gl.po, po/hr.po, po/hu.po, po/id.po, po/it.po,
293 po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po, po/pl.po,
294 po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sr.po,
295 po/sv.po, po/tr.po, po/zh_CN.po: Updated italian translation
297 * doc/find.texi: Corrected a typo.
300 Read the mounted device list afer parsing the command line, so that
301 for example "find --version" still works (in response to Savannah bug
304 * configure.in: We've moved on from findutils-4.2.18.
306 2005-02-19 James Youngman <jay@gnu.org>
308 * NEWS: Corrected the summary of the "find -depth" bug.
310 2005-02-16 James Youngman <jay@gnu.org>
312 * NEWS, configure.in: Prepared for release of 4.2.18.
314 * ChangeLog: Updated prior to release of 4.2.18.
316 * find/testsuite/Makefile.am:
317 Distribute the test cases for the recent "find -depth" bug.
319 * find/testsuite/find.posix/depth1.exp, find/testsuite/find.posix/depth1.xo:
320 Added test case for find -depth bug reported by Joseph S. Myers
323 If -depth is in effect, processing of the subdirectories invalidates
324 the information in 'state'. Therefore once we get around to
325 processing the predicates, restore the information that we keep in
326 'state' and in 'stat_buf'.
328 2005-02-15 James Youngman <jay@gnu.org>
330 * ChangeLog: Updated with recent changes
333 Emphasise that -L causes find to recurse into subdirectories pointed
334 to by symbolic links.
337 Patch to find.1 from Aaron Hawley <Aaron.Hawley@uvm.edu>:
339 * Notes about -H actually apply to -L.
340 * Said paragraph is duplicated two paragraphs later.
341 * Typos: nno, ibmue, surrpounding
343 2005-02-15 Aaron Hawley <Aaron.Hawley@uvm.edu>
345 * find/find.1: Notes about -H actually apply to -L. Said
346 paragraph is duplicated two paragraphs later. Also typos: nno,
349 2005-02-13 James Youngman <jay@gnu.org>
351 * find/find.1: Miscellaneous small clarifications and improvements.
353 * doc/find.texi: Added Info nodes and menus under "Changing the
354 Current Working Directory" so that it doesn't generate such a huge
357 * find/find.c: Parenthesise #if defined(...).
359 2005-02-13 Dmitry V. Levin <ldv@altlinux.org>
361 * find/find.c: remove test code snippet (time(NULL) was used to
362 place a marker for spotting with strace(), but was not actually
365 * find/find.c (safely_chdir_nofollow): must not fall back on
366 safely_chdir_lstat() because that will expose it to race condition
367 exploits, making it pointless.
369 * find/find.c (safely_chdir_lstat): Move
370 complete_pending_execdirs() up into safely_chdir(), because we
371 need to do that in either case.
373 2005-02-12 James Youngman <jay@gnu.org>
375 * configure.in, doc/find.texi, find/defs.h, find/find.c,
376 find/parser.c: Fix for Savannah bug #11879, that
377 init_mounted_dev_list() causes find to hang on systems which are
378 clients to dead NFS servers
380 2005-02-10 James Youngman <jay@gnu.org>
382 * doc/find.texi: Talk about the problem where find will not work
383 if you have a filesystem mounted from an unresponsive NFS server.
385 2005-02-09 James Youngman <jay@gnu.org>
387 * find/find.1: Indicate that $TZ affects from printf-format
388 results, and add extra cross-references in the SEE ALSO section.
390 2005-02-08 James Youngman <jay@gnu.org>
392 * xargs/testsuite/Makefile.am: Distribute the .xe files also.
394 * Makefile.am: Check that we have the right number of .xe files in
395 the distribution also.
397 * ChangeLog, NEWS, configure.in
398 Preparing to release findutils-4.2.17
400 2005-02-07 James Youngman <jay@gnu.org>
402 * find/testsuite/config/unix.exp: Re-sort the .xo file using the
403 calling user's locale, because our 'pre-sorted' .so output file
404 may not be sorted with the same collating order as 'sort' used to
405 order the output of "find. Bug spotted by Vin Shelton and Dimitry
408 * find/testsuite/Makefile.am:
409 New test, find/testsuite/find.gnu/follow-arg-parent-symlink.exp.
411 * find/testsuite/find.gnu/follow-arg-parent-symlink.exp,
412 find/testsuite/find.gnu/follow-arg-parent-symlink.xo, find/find.c:
413 Fix for starting point /foo/bar/baz where bar is a symlink but baz
414 is not - we should chdir into bar there even if it is a symbolic
417 2005-02-07 James Youngman <jay@gnu.org>
419 * find/testsuite/Makefile.am:
420 New test, find/testsuite/find.gnu/follow-arg-parent-symlink.exp.
422 * find/testsuite/find.gnu/follow-arg-parent-symlink.exp,
423 find/testsuite/find.gnu/follow-arg-parent-symlink.xo, find/find.c:
424 Fix for starting point /foo/bar/baz where bar is a symlink but baz
425 is not - we should chdir into bar there even if it is a symbolic
428 2005-02-06 James Youngman <jay@gnu.org>
431 -size: Clarification - -size gives a result consistent with 'wc -c'
434 * Makefile.am, find/testsuite/Makefile.am,
435 find/testsuite/find.gnu/execdir-root-only.exp,
436 find/testsuite/find.gnu/execdir-root-only.xo,
437 locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
438 dist-hook: Ensure that we distribute all the .po files and all the
441 * po/pl.po: Updated Polish translation from TP website
443 2005-02-05 Dmitry V. Levin <ldv@altlinux.org>
445 * find/parser.c, find/pred.c: Additional tweaks for
446 -execdir/-okdir actions.
448 * find/parser.c (new_insert_exec_ok): Disable ignore_readdir_race
451 * find/pred.c (pred_execdir, pred_okdir): Use state.rel_pathname
452 instead of basename(pathname). Do not add "./" prefix for
455 * find/find.c (process_top_path): Treat "/" similarly to ".".
457 * xargs/testsuite/xargs.posix/savannah-11865.exp,
458 xargs/testsuite/xargs.posix/savannah-11865.xo, xargs/xargs.c:
459 Fixed Savannah bug #11866 (not resetting number of used chars in
460 the command buffer) - reported by Dimitry V. Levin
462 2005-02-05 James Youngman <jay@gnu.org>
465 Added thanks for Dimitry - has produced many patches, bugfixes and
469 Fixed Savannah bug #11866: typo in pred_okdir() renders it useless
472 Savannah bug #11861: undefined symbol 'basename' on IRIX 5.3
474 * NEWS, configure.in, po/be.po, po/ca.po, po/el.po, po/eo.po,
475 po/fi.po, po/ga.po, po/hr.po, po/hu.po, po/ja.po, po/lg.po,
476 po/ms.po, po/ro.po, po/sl.po, po/sr.po, po/zh_CN.po: Added new
479 * ChangeLog: Updated from CVS prior to release of 4.2.16.
481 * po/ChangeLog: Updated from CVS.
483 * NEWS, configure.in: Preparing to release 4.2.16
485 * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
486 po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
487 po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sl.po, po/sv.po,
488 po/tr.po: make update-po prior to 'make distcheck'
490 * po/fetch-po-files: This is the first version we actually used.
492 * find/find.c: process_top_path() fixed compilation warning.
494 * find/find.c: process_top_path(): avoid processing this item if
495 we can't chdir to the basename of the named file.
497 * lib/Makefile.am: Always build forcefindlib.c
499 * locate/locate.c: Say 'base name' rather than 'basename' in comments
501 * find/pred.c, find/find.c: process_top_path(): Proper bugfix for
502 correct handling of items at depth 0 (i.e. specified on the
503 command line) - do an extra chdir to ensure that we're in the
504 directory containing the item before calling process_path().
505 Hnece also undo the previous 'quick fix' for the same problem
508 -execdir no longer has to treat anything as special, even at depth 0.
510 2005-02-03 James Youngman <jay@gnu.org>
512 * doc/find.texi, find/pred.c: When state.curdepth is 0, our
513 working directory is not the directory containing the file we are
516 2005-02-02 James Youngman <jay@gnu.org>
519 To allow compilation on cygwin, use base_name(), not basename().
522 2005-02-01 James Youngman <jay@gnu.org>
524 * ChangeLog: Updated from CVS log.
526 2005-01-31 James Youngman <jay@gnu.org>
528 * find/find.c, lib/nextelem.c, lib/nextelem.h, locate/code.c,
529 locate/frcode.c, locate/testsuite/config/unix.exp,
530 xargs/testsuite/config/unix.exp, xargs/xargs.c: Updated/corrected
531 the email address for David MacKenzie, one of the original authors
534 * doc/Makefile.am: The HTML version of the manual generated for
535 the GNU project website has each node in a separate file, not each
536 chapter in a separate file; adjust filenames accordingly
538 * find/parser.c, find/pred.c, lib/savedirinfo.c:
539 Removed some unused variables (patch from Dmitry V. Levin)
542 Patch from Dmitry V. Levin <ldv@altlinux.org>: Add subfs to the list
543 of filesystems which are likely to be automounted.
545 * m4/findlib.m4: Corrected typo (pointed out by Dmitry V. Levin).
547 * find/testsuite/config/unix.exp,
548 find/testsuite/find.gnu/name-period.xo,
549 find/testsuite/find.gnu/posix-dflt.xo,
550 find/testsuite/find.gnu/posix-h.xo,
551 find/testsuite/find.gnu/posix-l.xo,
552 find/testsuite/find.gnu/printf.exp,
553 find/testsuite/find.gnu/printf.xo: Systems differ in the order in
554 which filenames are returned by readdir. Hence sort the output of
555 'find' before comparing against the expected-output file. We
556 therefore also have the lines in the .xo files ready-sorted.
558 2005-01-30 James Youngman <jay@gnu.org>
561 Added rules for extra targets that we buld to update the web site.
563 2005-01-29 James Youngman <jay@gnu.org>
565 * configure.in: No longer version 4.2.15 - we've changed the manual.
568 Clarified the txt about adding extra tests with post-processing via
569 xargs, and recommend -execdir instead for security reasons.
571 * doc/find.texi: Patch from Karl Berry:
572 - more entries for the dir file
573 - use @copying so the copyright ends up in the HTML etc. output.
574 (This is the only really important change.)
575 - put @contents after the title page, for conventional toc location.
576 - use @ifnottex to wrap the Top node instead of @ifinfo, for the sake of
579 * NEWS, configure.in, po/da.po, po/de.po, po/es.po, po/et.po,
580 po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po,
581 po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
582 po/sv.po, po/tr.po: Prepared to release findutils-4.2.15
584 * ChangeLog: Updated from CVS log.
586 2005-01-28 James Youngman <jay@gnu.org>
589 Make --enable-d_type-optimization and --enable-d_type-optimisation
592 * configure.in: Assume --enable-d_type-optimisation by default
594 * find/parser.c: Indicate which features are enabled/disabled
596 * locate/testsuite/config/unix.exp:
597 Clean up the files left behind by the locate_textonly test
599 2005-01-27 James Youngman <jay@gnu.org>
601 * doc/find.texi: Documented --regex.
603 * NEWS, locate/locate.1, locate/locate.c, locate/testsuite/Makefile.am, locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/regex1.exp:
604 Implemented locate --regex - but needs documenting in Texinfo manual.
606 2005-01-25 James Youngman <jay@gnu.org>
608 * configure.in: Bumped version no.
611 Document --mmap and --stdio as being synonyms of -m and -s.
614 Document --mmap and --stdio as synonyms of -m and -s.
617 Document -m and -s (both no-ops) in the usage message.
619 * doc/find.texi, locate/locate.1: Document -m and -s as no-ops.
621 * ChangeLog: Updated for release of findutils-4.2.14.
623 * 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:
624 Preparing to release findutils-4.2.14
626 2005-01-25 James Youngman <jay@gnu.org>
628 * NEWS, configure.in, po/da.po, po/de.po, po/es.po, po/et.po,
629 po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po,
630 po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
631 po/sv.po, po/tr.po: Preparing to release findutils-4.2.14
633 2005-01-24 James Youngman <jay@gnu.org>
635 * Makefile.am: Work around the fact that automake-1.7 actually
636 works, and correctly distributes regex.c; hence dist-hook should
637 only copy gnulib/lib/regex.c if this has not already been done.
639 * find/defs.h, find/find.c, find/pred.c,
640 find/testsuite/Makefile.am,
641 find/testsuite/find.gnu/printf-symlink.exp,
642 find/testsuite/find.gnu/printf-symlink.xo,
643 find/testsuite/find.gnu/xtype-symlink.exp,
644 find/testsuite/find.gnu/xtype-symlink.xo: Fixes for -xtype and
645 -printf %Y, which had been the wrong way around.
647 * NEWS: Avoid including the find.gnu subdirectory in the
648 distributed file more than once
651 Move the printing of the statistics into a new function, print_stats()
653 * find/testsuite/Makefile.am: Avoid including the find.gnu
654 subdirectory in the distributed file more than once
657 We need the regex module anyway, to allow compilation on Solaris
659 2005-01-23 James Youngman <jay@gnu.org>
662 Invoke gl_INCLUDED_REGEX directly to ensure successful compilation on
663 systems like Solaris, which lacks those functions in libc (fixes GNU
664 Savannah bug #11710).
666 * locate/locate.1: -S is a synonym for --statistics
668 * doc/find.texi: Documented the new -H, -L and -P options.
670 * locate/locate.1, locate/locate.c: Implement options -L
671 (default), -H and -P, which mean the same things as for find,
672 except for the fact that the default is -L rather than -P
674 * find/find.1: Corrected definition of the exit status for -quit.
676 * find/find.c, find/pred.c: If DEBUG_STAT is set, issue a debug
677 message when we call chdir() so that we can figure out what is
678 actually being stat()ed
680 * locate/updatedb.sh:
681 Removed spurious newline from help message (bug report from Karl
684 * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
685 po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
686 po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po,
687 Makefile.am, NEWS, configure.in, find/defs.h, find/find.c,
688 find/parser.c, find/pred.c, find/tree.c, find/util.c,
689 import-gnulib.sh, lib/savedirinfo.c: Merged the d_type
690 optimisation code; this is disabled by default, and can be enabled
691 with 'configure --enable-d_type-optimisation'
694 Updated optimisation NEWS item to indicate the effect on runtime.
696 2005-01-22 James Youngman <jay@gnu.org>
698 * NEWS, configure.in: Prepare for release of findutils-4.2.12
700 * ChangeLog: Brought up to date with recent changes.
702 * Makefile.am, import-gnulib.sh, po/Makefile.in.in, po/Makevars,
703 po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot,
704 po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
705 po/pl.po, po/pt_BR.po, po/remove-potcdate.sin, po/ru.po, po/sk.po,
706 po/sv.po, po/tr.po: Switch to using the gnulib gettext module, to
707 ensure that 'make distcheck' works with current xgettext,
710 * find/testsuite/config/unix.exp:
711 Oops, we do need to clean up after all.
713 2005-01-21 James Youngman <jay@gnu.org>
715 * xargs/testsuite/Makefile.am: Added name of missing input file.
717 * find/testsuite/Makefile.am:
718 Distribute a few files that we had forgotten about
720 * xargs/testsuite/Makefile.am: Added some missing files.
722 * lib/Makefile.am: Also need buildcmd.h.
724 * xargs/testsuite/Makefile.am: Fixed a typo.
726 * NEWS: Indicate the d_type performance improvement
728 2005-01-18 James Youngman <jay@gnu.org>
730 * lib/savedirinfo.h: Added on d_type_optimisation also
732 * lib/savedirinfo.c: Added on branch d_type_optimisation also.
734 * find/pred.c: Added assert that we actually know the file type by
735 the time pred_type() is called
737 * find/find.c: Always initialise state.have_stat = false when
738 starting to work with a new file
740 2005-01-17 James Youngman <jay@gnu.org>
742 * ChangeLog: Brought up to date with recent changes.
744 * NEWS: Documented the changes so far.
746 * find/testsuite/find.gnu/exec-many-rtn-success.xo:
747 Expected output for exec-many-rtn-success.exp
750 Indicate that -quit still ensures that pending commands are invoked
753 Indicate that -quit still causes partial command lines to be invoked,
754 but there are some types of fatal error which leave such commands
757 * find/defs.h, find/find.c, find/pred.c, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
758 Fixed savannah bug #11625 Wrong return status for -exec ... \; when command fails; also execute any pending commands when doing -quit
760 * 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:
761 Various test cases for succeeding and failing forms of -exec \; and -exec {} +
763 * find/pred.c: "-exec ... {} +" always returns "true".
765 * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
766 Implemented d_type optimisation but not working correctly, so currently disabled
768 * lib/savedirinfo.h, lib/savedirinfo.c:
769 Initial implementation (temporarily disabled).
771 * lib/Makefile.am: Resolved merge conflict.
774 Make sure nextelem.h is included in the list of sources.
776 * find/parser.c, lib/nextelem.c, lib/nextelem.h, locate/locate.c:
777 Use prototypes for next_element() to make sure it is called correctly.
779 2005-01-16 James Youngman <jay@gnu.org>
781 * find/find.c, find/pred.c:
782 When completing incomplete multiple execs, use 'eval_tree' not 'predicates'
785 Oops, initialise state->cmd_initial_argv_chars to zero.
788 Document the way that -execdir and -okdir will refuse to wqork if ">"
789 is on $PATH. Also document -okdir in the manpage.
792 -execdir and -okdir are insecure if $PATH includes the current
793 directory, and so they refuse to work if the user has done that.
796 Oops; for -exec ... {} +, pass arguments to bc_push_arg() in the right
797 order. Problem spotted by Geoff Clare.
799 * TODO: Removed items which have now been done.
801 * lib/buildcmd.c: Tidied up formatting of arg list for bc_do_insert
803 2005-01-15 James Youngman <jay@gnu.org>
805 * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo:
806 Added extra tests for more printf formats; patch by Andreas Metzler
809 Ensure that the new long options have a relevang short option too.
810 Also bring usage message into line with the options actually
811 supported. Thanks to Bas van Gompel for noticing this defect.
814 Escape "-" in SYNOPSIS. Thanks to Bas van Gompel for noticing this
817 * ChangeLog: Fixed typos.
820 Documented -execdir, and the "+" variants of -exec and -execdir.
822 * find/find.1: Documented -execdir.
825 Updated to bring into line with bc_*() interface changes
827 * ChangeLog: Updated with recent changes.
829 * find/defs.h, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h:
830 Implemented -execdir and -okdir
832 * find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
833 First working version of -exec ...+
835 2005-01-09 James Youngman <jay@gnu.org>
837 * find/defs.h, find/find.c, find/parser.c, find/pred.c, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
838 Initial implementation of -exec ..{} +, but currently disabled since not yet working
840 2005-01-08 James Youngman <jay@gnu.org>
842 * find/find.c: Fixed typo in comment.
844 * find/defs.h, find/find.c, find/parser.c, find/pred.c:
845 We now understand but do not implement -execdir (a *BSD invention, and a very useful security enhancement) and -okdir (the obvious companion to it)
847 * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
848 The GNU coding standard requires a space between the function name and
849 its parenthesised argument list.
852 Understand the -exec ... {} \+ construction (for multiple
853 replacement). No support yet.
856 Indicate that empty elements in the dbpath are treated as synonyms for
857 the default database.
860 Support empty elements in the dbpath as synonyms for the default
861 database. These colons can be leading, trailing or in the middle of
862 the string. We no longer com,plain if the user does this.
865 If curdir_ok is 0 and an element is empty, return "" instead of NULL
866 so that the caller knows to keep calling us.
868 * find/find.c, find/pred.c, import-gnulib.sh, locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c:
869 Savannah bug 11517: find, xargs, locate, etc. should not hide write failures; patch from Jim Meyering
871 * 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:
872 changed .pot creation date
874 * THANKS, AUTHORS: Take into account the FSF copyright-assignments list
877 If -quit is used, the exit value can be nonzero if errors have occurred.
880 Removed incorrect comment about -H, -P and -follow in HISTORY.
882 2005-01-07 James Youngman <jay@gnu.org>
884 * lib/Makefile.am, lib/buildcmd.c, lib/buildcmd.h, xargs/xargs.c:
885 Refactored xargs to use an external library function from the new file buildcmd.c
887 * configure.in: no longer the same as the released 4.2.11 version
889 2005-01-06 James Youngman <jay@gnu.org>
891 * xargs/testsuite/inputs/lines.xi, xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/Makefile.am:
892 Tests for the -L option
894 * xargs/testsuite/config/unix.exp: When a test fails, show the diffs
896 * xargs/testsuite/xargs.posix/l2.exp, xargs/testsuite/xargs.posix/l2.xo:
897 tests for the -l option
899 * xargs/testsuite/Makefile.am: Added extra test files
901 * xargs/testsuite/xargs.sysv/trace.exp, xargs/testsuite/xargs.sysv/trace.xe, xargs/testsuite/xargs.sysv/trace.xo:
902 Added tests for the -t option
904 * 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:
905 Use a blanks-only input file for cases where there is supposed to be no output
907 * xargs/testsuite/inputs/blank.xi: Initial version.
910 Corrected a typo; also indicate that it's impossible to use xargs
911 securely due to the race condition.
913 2005-01-05 James Youngman <jay@gnu.org>
916 Fixed Savannah bug 11495: fallthrough from -printf format processing
917 from 'n' case to 'd' case.
919 2005-01-03 James Youngman <jay@gnu.org>
922 Oops. Had duplicated an entire section. Fortunately this was after
923 @bye, so there was no adverse effect.
927 * doc/find.texi, locate/locate.1: document locate -S
929 * configure.in, doc/find.texi, locate/locate.1, locate/locate.c:
930 Support locate -b as a synonym for locate --basename
932 * 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:
935 * find/testsuite/config/unix.exp:
936 Clean up (delete) find.out at at the end of the test.
938 * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c, find/pred.c:
939 Implemented the -samefile test for find
941 2005-01-02 James Youngman <jay@gnu.org>
943 * ChangeLog: Updated with recent changes.
946 Bas van Gompel: two-line patch to locate.c to make locate's -i and -w
947 options work if -e is in use.
949 * THANKS: Added Bas van Gompel.
952 Bas van Gompel: (visit_exists) when testing for the existence of the
953 file, check the real filename [printname], not the case-converted
954 filename [testname]. Really these argument names are badly chosen.
956 * find/find.1, doc/find.texi:
957 Improved the documentation for -perm, with plenty of examples,
958 following a comment by Dan Jacobson that the comment "Symbolic modes
959 use mode 0 as a point of departure" is baffling and unhelpful.
962 Suggestion and patch from Bas van Gompel: (new_locate): Fix display of
963 negative compression ratios.
965 2004-12-31 James Youngman <jay@gnu.org>
967 * NEWS: Brought up to date with recent changes
970 Don't need to nest the "race conditions with..." sections so deeply.
972 * doc/find.texi: Corrected some spelling errors.
974 * doc/find.texi: Added new "Security Considerations" chapter.
976 2004-12-23 James Youngman <jay@gnu.org>
979 Applied bugfixes from Bas van Gompel <patch-findutils.buzz@bavag.tmfweb.nl>.
980 (lc_strcpy): Zero-terminate result.
981 (add_visitor): Update lastinspector.
982 (visit_substring_match_casefold): fix off-by-one error.
983 (new_locate): Move visit_exists down to improve performance.
984 (new_locate): Don't fold case when getting stats.
986 2004-12-19 James Youngman <jay@gnu.org>
989 Indicate that "cd /; find tmp -wholename /tmp" will never match anything.
991 * doc/find.texi: Documented locate --statistics.
993 * locate/locate.1: Documented the --statistics option.
995 * locate/locate.c: Added support for the -S option.
997 2004-12-12 James Youngman <jay@gnu.org>
999 * NEWS: Added a summary of the changes so far.
1001 * find/tree.c: Made some of the error messages more self-explanatory
1003 * find/pred.c: Print pointers with %p, not %x.
1005 * find/find.c: Moved option data into struct options.
1007 * find/find.1: clarifications
1009 * find/testsuite/find.gnu/comma.exp:
1010 Limit the amount of searching with maxdepth.
1012 * doc/find.texi: clearer description of how -prune works
1014 * ChangeLog: Removed duplicate entry.
1016 * configure.in, find/defs.h, find/find.c, find/fstype.c, find/parser.c, find/pred.c, find/tree.c, find/util.c:
1017 Separated ariables representing current state from variable representing option information
1019 2004-12-11 James Youngman <jay@gnu.org>
1021 * find/parser.c: Readability improvement to the usage message.
1023 * find/find.c: Oops. Fixed unmatched #endif.
1025 * find/testsuite/find.gnu/printf.exp, find/testsuite/find.gnu/printf.xo, THANKS, configure.in, find/testsuite/Makefile.am, find/testsuite/config/unix.exp:
1026 Fixed Savannah bug #11280
1029 Remember to set path_length and curdepth in process_top_path().
1031 2004-12-07 James Youngman <jay@gnu.org>
1033 * find/fstype.c: Use xstat() not stat() to examine things.
1035 * find/find.c: Explain why #ifdef EOVERFLOW.
1037 * find/find.c: EOVERFLOW is not defined on UNICOS.
1039 * NEWS: Corrected typo.
1041 2004-12-06 James Youngman <jay@gnu.org>
1043 * ChangeLog: Brought up to date.
1045 * NEWS, configure.in: releasing 4.2.10
1047 * 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:
1050 * ChangeLog: Updated prior to release of finsutils-4.2.10.
1052 * import-gnulib.sh, find/fstype.c:
1053 Use gnulib's mountlist module instead of grokking it ourselves.
1056 Removed all the out-of-date cruft for grokking getmntent().
1059 Added the -I and -L options; also -E takes an argument which is not optional.
1061 2004-12-05 James Youngman <jay@gnu.org>
1063 * README, configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, find/tree.c:
1064 Allow debug output to be turned on or off by saying --enable-debug on the configure command line
1067 Removed disparaging (it is now, it probably wasn't then) comment about
1068 the production-readiness of Automake.
1070 * README: Qualify remarks about POSIX compliance.
1072 * NEWS, configure.in: Preparation for release 4.2.9
1074 * 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:
1077 * ChangeLog: Brought up to date.
1080 Avoid duplicate error message when we cannot chdir() into a subdirectory.
1082 * THANKS: Added recent thankees.
1085 Brought up to date with respect to the current set of fixed bugs.
1087 * NEWS, xargs/xargs.1, xargs/xargs.c:
1088 Implemented POSIX options -L, -I and -E
1090 2004-12-03 James Youngman <jay@gnu.org>
1093 -xdev is an option, not a test. Fixes Savannah bug 11192.
1095 * find/find.1, xargs/xargs.1:
1096 Escape dashes with a backslash (for fix Savannah bug 11189).
1098 2004-11-27 James Youngman <jay@gnu.org>
1101 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.
1103 * find/find.1: "necessary" only has one "C".
1106 If stat() fails with ELOOP, we issue a diagnostic message.
1108 2004-11-26 James Youngman <jay@gnu.org>
1110 * find/find.c: Removed some unused code.
1112 * Makefile.am: Don't do anything in the 'intl' subdirectory
1115 Enhanced safely_chdir() to the point where the test suite passes, and report infinite loops in the directory hierarchy
1118 belt and braces; ensure that SYMLINK_NEVER_DEREF has value zero
1121 Describe our strategy for detecting and reporting infinite loops
1123 2004-11-24 James Youngman <jay@gnu.org>
1126 Updated the discussion of th error messages for findutils-4.2.8.
1128 * configure.in: Next version will be 4.2.9...
1131 Don't issue a warning if we notice the mounting of a filesystem that's
1132 likely just to be an automounter.
1134 * doc/find.texi, find/find.1:
1135 Explain how rounding is performed for -atime and friends.
1138 Once we collect enough arguments (for the value specified by the -n
1139 option) to do an exec(), do it immediaely instead of waiting for the
1140 next one to arrive. This fixes Savannah bug #7340.
1142 * ChangeLog, configure.in, NEWS: Prepare to release 4.2.8.
1144 * NEWS: Updates for 4.2.8.
1146 * configure.in: check for sys/types.h
1149 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.
1152 Declarations of xmalloc() and friends belong in xalloc.h, not in defs.h
1154 * find/parser.c: avoid signed/unsigned warning, and #include xalloc.h
1157 Changed to alloc get_mounted_devices() to compile on Solaris
1160 Automake requires GNU m4, so point out that the reader needs that.
1162 * find/defs.h, find/find.c, find/fstype.c:
1163 When wd_sanity_check() fails, enumerate the mounted devices, rather than the mounted filesystem names
1165 * NEWS: prepare for 4.2.8
1168 Look for some Solaris headers which are used by get_mounted_devices()
1170 * lib/Makefile.am: don't build savedirtypes yet
1172 * 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:
1176 Avoid suprious output of the test data when the tests fail.
1178 2004-11-21 James Youngman <jay@gnu.org>
1180 * 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:
1181 Messages changed again
1183 * ChangeLog, configure.in: Preparing to release 4.2.7.
1185 * NEWS: Updated for release of 4.2.7.
1187 * import-gnulib.sh: Also need canonicalize module.
1190 When checking to see if a filesystem has changed state, use an
1194 No need to pause to allow James to view his handiwork, it (allegedly)
1198 Oops. Check for setlocale() to re-enable the i18n support which was
1199 accidentally disabled in 4.2.5.
1202 Check to see if the new directory is a transitioned mount point by
1203 using its ABSOLUTE name, if we can figure it out.
1206 Added guidance on some of the error messages. Not the most common
1207 ones, but the ones where the user might most benefit from some handy
1208 hints or an explanation of what is going on.
1211 Actually emit an error message if we fail to stat a symlink (for
1212 reasons other than nonexistence of the link and infinite loop).
1214 * doc/texinfo.tex: Updated texinfo.tex
1216 * NEWS, configure.in, find/find.c, find/fstype.c:
1217 Enable the 'Warning: filesystem XXX has recently been mounted' check on Solaris, which prevents it exiting fatally when traversing an automount mount point
1219 * 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:
1220 messages changed again
1222 * NEWS: Implemented xargs --arg-file.
1224 * doc/find.texi, xargs/xargs.1, xargs/xargs.c, NEWS:
1225 Implemented xargs --arg-file
1228 Where a filesystem was recently (un)mounted, try togive its full name
1231 Try to avoid requesting -lsun if we don't seem to need it (e.g. on
1232 UNICOS where it is not present and trying to link against it produces
1235 * find/defs.h, lib/modetype.h: Guard against multiple inclusion
1238 We now need <mntent.h> even if we are not using getmntent() to figure
1239 out the type of a filesystem, because wd_sanity_check() needs to
1240 enumerate the system mount points.
1242 * configure.in: Next release will be 4.2.7.
1245 get_mounted_filesystems() should use getmntent() if that function is
1246 present, rather than just if configure didn't find anything better for
1247 filesystem_type_uncached() to use than that.
1250 If -delete is the only action on a file, don't assume the default
1253 * 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:
1254 Preparation to release findutils-4.2.6.
1256 * find/Makefile.am, xargs/Makefile.am:
1257 Enable checking of support for --version and --help
1259 * locate/Makefile.am:
1260 Con't check command-line options for frcode, code or bigram
1262 * locate/code.c: Support --version and --help.
1264 * ChangeLog: *** empty log message ***
1266 * find/defs.h, find/find.c, find/fstype.c, lib/Makefile.am, lib/extendbuf.c, lib/extendbuf.h, NEWS:
1267 Avoid fatal error if automount mounts a filesystem on a directory because we chdir()ed into it
1269 * configure.in: Next release will be 4.2.6.
1272 Indicate that the '-' flag does work for most fields. Also provide
1273 an example of using the comma operator to traverse the filesystem just
1274 once but search for more than one thing.
1276 * doc/find.texi: Indicate that the '-' flag does work for most fields.
1278 2004-11-19 James Youngman <jay@gnu.org>
1280 * configure.in: releaseing findutils-4.2.5
1282 * find/testsuite/Makefile.am, locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am:
1283 If a directory has no Makefile.am, omit it from the parent's DIST_SUBDIRS - automake-1.9 requires this
1285 * 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:
1286 updated by make distcheck
1288 * ChangeLog, NEWS: Updated for release 4.2.5.
1290 * find/find.1, doc/find.texi:
1291 Tell the reader that format flags may not work as they expect.
1294 Use the correct name for the macro gl_AC_TYPE_LONG_LONG (not
1295 jm_AC_TYPE_LONG_LONG).
1297 2004-11-15 James Youngman <jay@gnu.org>
1300 Avoid test -e because not all systems are POSIX-compliant (bug
1301 #11005). Also don't need regex module any more if we're not building
1304 * Makefile.am, configure.in:
1305 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
1308 Use @ref not @xref for a reference at the beginning of a sentence.
1311 Make sure gnulib.lib is on the #include path (Savannah bug #11002)
1314 Use base_name instead of basename - fixes Savannah bug 11003.
1316 * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, locate/bigram.c, locate/locate.c:
1317 Don't need banner to emphasise the location of the call to jy_SORTZ
1319 2004-11-12 James Youngman <jay@gnu.org>
1321 * 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:
1322 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]
1324 2004-11-11 James Youngman <jay@gnu.org>
1326 * NEWS, doc/find.texi, find/defs.h, find/find.1, find/find.c, find/parser.c:
1327 Implemented -H and -L options.
1329 * find/util.c: Added in the -H and -L options on the usage message.
1331 2004-11-10 James Youngman <jay@gnu.org>
1333 * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1334 Implemented %M and %A+ format specifiers
1336 * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1337 Documented the fact that only %d and %m format specifiers honour the various formatting flags
1340 Get the right number of bytes in a Kilobyte (hint: it's not 1048; that
1341 was a typo, honest :)
1343 * po/pl.po: Applied Polish translations
1345 2004-11-08 James Youngman <jay@gnu.org>
1347 * 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:
1348 distcheck changed the po files again
1350 * locate/Makefile.am:
1351 Make install-data-hook honour the setting of DESTDIR so that "make
1352 DESTDIR=/tmp/foo install" works and puts localstater in the right
1355 * configure.in: We're now working on findutils-4.2.5.
1357 * doc/find.texi, xargs/xargs.1:
1358 Point out that xargs -i only splits input items at newlines
1360 * ChangeLog: Indicate that we released 4.2.4.
1362 * ChangeLog: Updated for release 4.2.4
1364 * NEWS, configure.in: Prepare for release of 4.2.4.
1366 * NEWS: Brought up to date with latest changes.
1368 * 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:
1369 Turn warning messages off by default if stdin is not a tty; allow these to be controlled explicitly by options -warn and -nowarn
1371 * po/et.po, po/it.po: Updated translation files
1373 * po/sk.po: New translation file
1375 * po/fr.po, po/nl.po, po/tr.po: Updated translation files
1377 * configure.in: Added Slovak (sk) language.
1380 Enforcing a lower limit on the value specified by -s makes the test
1381 suite fail. Removed that lower limit.
1383 * locate/Makefile.am: Oops, multilocate doesn't exist yet.
1385 * NEWS: *** empty log message ***
1387 * doc/find.texi, locate/updatedb.1, locate/updatedb.sh:
1388 Added option --findoptions to updatedb
1390 * locate/Makefile.am, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
1391 Fixed section numbers in manpage titles and cross-references
1393 * NEWS, doc/find.texi, xargs/xargs.1, xargs/xargs.c:
1394 Increased the default argument length and improved POSIX compliance of the handling of out-of-range values for the -s option
1396 2004-11-07 James Youngman <jay@gnu.org>
1399 Added in the extra files we need to distribute, nullsort.m4
1400 order-bad.bin order-good.bin
1402 * doc/find.texi: Documented locate's --limit option
1404 * locate/locate.1, locate/locate.c:
1405 Implmented --limit and corrected the implementation of the -i option.
1407 2004-11-06 James Youngman <jay@gnu.org>
1409 * NEWS, doc/find.texi, locate/locate.1:
1410 Documented --wholename and --basename and updated the NEWS file
1413 Give the autogen commands in a form that you can usefully cut and paste into a shell
1415 * NEWS: Options --null and --count) for locate
1418 Don't return '.' for an empty path element, because the path we are splitting may not be intended to contain directories
1420 * configure.in: we're working on findutils-4.2.4 now
1422 * locate/Makefile.am: Substitute @SORT_SUPPORTS_Z@
1425 Documented new locate option --null and newline handling
1427 * locate/locate.1, locate/locate.c:
1428 New locate options --null, --wholename, --basename, --count
1430 * locate/frcode.c, locate/updatedb.1, locate/updatedb.sh:
1431 correctly handle newlines in the file names
1433 * configure.in: Determine if sort -z works
1435 * m4/nullsort.m4, m4/order-bad.bin, m4/order-good.bin:
1436 jy_SORTZ: a macro to determine if the system has a sort command with a working -z option
1438 2004-11-01 James Youngman <jay@gnu.org>
1440 * NEWS: Fixed "find -printf '%H\n'".
1443 Avoid segfault if -printf %H is used where the matched file was the default, unspecified starting point, the current directory
1445 2004-10-31 James Youngman <jay@gnu.org>
1447 * find/find.1, find/parser.c: NetBSD also supports -d.
1449 * find/find.1, doc/find.texi:
1450 Documented the behaviour of -daystart and -follow in more detail
1452 * find/parser.c: Corrected the usage message.
1455 When deciding whether to issue a warning about options following
1456 non-options, ignore any options whose position affects the tests
1457 (i.e. -daystart and -follow).
1459 * find/parser.c: -daystart is a positional option like -follow.
1462 Issue a warning message if an option is specified after a test or an
1463 action (because the user might have believed that the behaviour of the
1464 option is in some way conditional on the preceding tests).
1466 * locate/updatedb.sh:
1467 Oops; removed some test code that I shouldn't have checked in.
1469 * locate/updatedb.sh:
1470 Indicate that the old locate database format will shortly be unsupported.
1473 Use @direntry instead of hard-coding START-INFO-DIR-ENTRY inside @ifinfo.
1475 * locate/updatedb.1: Updated default location of locatedb file.
1478 Updated to give correct FTP location and to not talk about "test"
1479 versions of automake, which are no longer required.
1481 * locate/updatedb.sh:
1482 Incorporated the default list of filesystems to avoid from the Debian
1483 package. Also added /afs and /sfs to the default pruned paths.
1485 * configure.in: Released findutils 4.2.3
1487 * 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:
1488 did make distcheck, which updates these files
1490 * find/defs.h, find/fstype.c:
1491 Use const qualifier in arguments to filesystem_type() to allow callers with const variables to use them
1493 * ChangeLog: Updated.
1495 * NEWS: Added new news.
1498 Extra diagnositcs for the case where we have the error "%s changed
1499 during execution of %s" - that is when we chdir back to the parent
1500 directory only to find that it has changed.
1502 2004-10-30 James Youngman <jay@gnu.org>
1504 * .cvsignore, NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
1505 Implemented the -quit action
1507 * NEWS, doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1508 Refactored time handling routines in preparation for support of absolute timestamp comparison predicates
1511 Applied Savannah patch #2952 ("getline off-by-one bugfix").
1513 * NEWS, doc/find.texi, find/defs.h, find/find.1, find/parser.c, find/pred.c:
1514 Added -delete action (Savannah patch #3454 with additions)
1517 Applied Savannah patch #2692 (allowing get_short to process negative integers).
1520 If we are iossuing an error message because $FIND_BLOCK_SIZE is set,
1521 ignore the setting of errno.
1523 * find/parser.c: More fixes for pedantic compiler warnings
1525 * NEWS, find/parser.c, find/tree.c: Eliminated some compiler warnings
1527 * find/find.c, find/parser.c, find/pred.c:
1528 Various fixes for compiler warninga sbout unreachable code or unused function arguments
1530 * intl/plural.y: Silence compiler warning about unused argument.
1532 * locate/testsuite/Makefile.am:
1533 Subdirectory "inputs" does not exist, so remove it from DIST_SUBDIRS.
1536 Corrected the explanation of why we have to use no parentheses around
1537 the String argument to the N_ macro in its expansion.
1539 * configure.in: Nextr release is 4.2.3.
1541 * configure.in: IOndicate this is no longer the pristine release.
1544 Oops, comments for release 4.2.0 should have said 20480 bytes, not 2480.
1547 The -ls predicate should not truncate usernames. Fixes Savannah bug #10800.
1549 * find/fstype.c, locate/locate.c:
1550 Fixes for Savannah bug #3727 (Intel icc compilation errors).
1552 2004-10-25 James Youngman <jay@gnu.org>
1554 * doc/find.texi, find/find.1, find/parser.c, find/pred.c:
1555 Support -printf %D, which prints the device number of the containing filesystem
1557 * locate/updatedb.sh:
1558 Avoid confusion between James Woods and James Youngman, by using the
1559 disambiguating surname.
1561 * find/parser.c: Use RE_ICASE instead of re->translate.
1563 * configure.in, find/parser.c, find/pred.c, xargs/xargs.c:
1564 No need to #define _GNU_SOURCE if we use gl_INIT.
1566 2004-10-24 James Youngman <jay@gnu.org>
1568 * ChangeLog: Prepared to release findutils-4.2.2.
1570 * 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:
1571 Updates prior to release of 4.2.2
1573 * NEWS: Updated with news for findutils-4.2.2.
1575 * 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:
1576 Corrected typo in the address of the FSF office
1578 * lib/strspn.c: Updated FSF address.
1580 * m4/.cvsignore: 'cvs status' should ignore Makefile.in
1582 * 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:
1583 Use gnulib-tool --import to import the gnulib code, rather than the odd way we were doing it before
1585 * 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:
1586 Work round an apparent compiler bug in HP-UX 11.23 for
1590 Work around what appears to be a C compiler bug in HP-UX 11.23 for
1593 * INSTALL, depcomp, install-sh, missing, mkinstalldirs:
1594 Updated from automake
1596 * locate/bigram.c, locate/code.c, locate/frcode.c, locate/locate.c, xargs/xargs.c, find/find.c:
1597 Avoid use of exit() within main, to silence warnings about unreachable code
1599 2004-10-22 James Youngman <jay@gnu.org>
1601 * doc/find.texi: Syntax corrections.
1603 * doc/find.texi: Indicate that "-exec {}+" is not yet supported.
1605 * find/find.1: Indicate that "{}+" is not yet supported.
1607 * find/testsuite/find.gnu/name-period.xo, find/testsuite/find.gnu/name-period.exp, find/find.1, doc/find.texi:
1608 The -name predicate must allow '*' to match '.foo' as demanded by IEEE
1609 Std 1003.2-1992 Interpretation #126.
1612 Remove use of FNM_PERIOD for -name as demanded by IEEE Std 1003.2-1992
1615 * find/parser.c: Fix for compilation (on AIX 4.3) with GCC 2.x.
1618 Changed the erorr message issued when there is an unmatched quote to
1619 point out that the user might have wanted to use the -0 option instead.
1621 2004-10-17 James Youngman <jay@gnu.org>
1624 Define intmax_t if it is not already defined - allows parser.c to compile on AIX 4.3
1627 Adjust version number to indicate that this s/w has moved on since the
1630 * configure.in: preparing to release 4.2.1
1632 * ChangeLog: updated with current changes
1634 * README-CVS: Updated to go with newer version of gnulib.
1636 * 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:
1637 preparation for release
1639 * NEWS: Mention the changes to "trap".
1641 * NEWS: Brought up to date.
1644 Use xalloc-die module from gnulib, since that has now been split out
1647 Check fnmatch() when other predicates that rely on fnmatch() are used.
1649 * find/parser.c: bug #10701: find needs fnmatch sanitycheck on startup
1651 2004-10-16 James Youngman <jay@gnu.org>
1654 Switch to requirement for GNU fnmatch because it supports FNM_CASEFOLD.
1656 * locate/updatedb.sh:
1657 Bug #9465: use of signal numbers for 'trap' is deprecated. Should use
1659 http://www.opengroup.org/onlinepubs/009695399/utilities/trap.html,
1660 which indicates that support for signal numbers is optional, while
1661 support for signal names is mandatory.
1664 Indicate that this is the CVS version (once again) now that findutils
1665 4.2.0 has been released.
1667 * 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:
1668 findutils 4.1.20 check-in for tagging
1670 2004-10-02 James Youngman <jay@gnu.org>
1672 * po/Makefile.in.in:
1673 Search in $(top_srcdir) for mkinstalldirs, since that's where we keep it.
1675 * NEWS: Brought up to date, organised more clearly, and tidied up.
1677 * NEWS: brought up to date with recent changes
1679 * locate/testsuite/config/unix.exp, locate/testsuite/locate.gnu/ignore_case1.exp, locate/testsuite/locate.gnu/ignore_case3.exp, locate/updatedb.sh:
1680 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
1683 Fixed usage of human_readable() in '%k' format specifier to fix a bug
1684 reported by Dmitry V. Levin (arguments to human_readable() were
1685 specified in the wrong order, which resulted in a floating-point
1688 2004-08-08 James Youngman <jay@gnu.org>
1690 * locate/updatedb.sh:
1691 cd to / to avoid inability to examine the current directory if we're
1692 invoked via cron (and hence in root's home directory for example).
1694 * doc/find.texi, find/find.1:
1695 Deprecate -path and -ipath in favour of -wholename and -iwholename
1698 As per RMS's suggestion, deprecate -path and -ipath in favour of
1699 -wholename and -iwholename.
1702 Fixed Savannah bug #9923, in which get_short() returns large positive
1703 ints when it should be returning negative shorts.
1706 Applied documentation improvements suggested by Dan Jacobson
1707 <jidanni@jidanni.org>.
1710 Don't check size_of_environment against arg_max since that causes the
1713 * xargs/xargs.1, xargs/xargs.c: Better documentation for the -i option
1715 2004-05-03 James Youngman <jay@gnu.org>
1718 document the various suffixes for -size and also the new
1719 option -ignore_readdir_race
1722 Fixes Savannah bug #8623 (failure to check consistency of data
1723 read from locate database)
1725 * locate/updatedb.sh:
1726 Resolves Savannah bug 4380, that updatedb generates an empty
1727 database if one of the commands fails
1729 * NEWS: Talk about -ignore_readdir_race
1732 Documented -ignore_readdir_race and -noignore_readdir_race
1735 -ignore_readdir_race should have no effect if the reason for the
1736 failure of stat(2) was anything other than ENOENT.
1738 * find/defs.h, find/find.c, find/parser.c:
1739 Fixed Savannah bug 4391 (readdir race condition leading to
1740 spurious error messages)
1742 2004-04-24 James Youngman <jay@gnu.org>
1744 * README-CVS: Corrected the instructions for getting gnulib via CVS.
1746 2004-04-13 James Youngman <jay@gnu.org>
1749 Actioned Savannah bug #8558 (find complains when it tries to recurse
1750 into directories that it had removed).
1752 2004-03-13 James Youngman <jay@gnu.org>
1754 * ChangeLog: Updated from checkin comments.
1757 Oops, there is no access to the predicate name table if DEBUG is
1761 Detect arithmetic overflow (poorly) in insert_time(), which diagnoses
1762 the failure to handle large arguments to -mtime. The existing code
1763 does careful computation and then bungs the value into a time_t, which
1764 ruins all our careful effort. The new code is not a great
1765 improvement. We just check the result to detect overflow, rather than
1766 actually avoiding the overflow.
1769 Fixed Debian bug #185202 by checking for any trailing predicates after
1770 the top-level invocation of get_expr() has done its work.
1772 * locate/locate.1, xargs/xargs.1:
1773 Fixed Debian bug 175372, inappropriate 'L' suffixes on manual
1774 page section indicators
1777 Removed "L" suffixes from manual page section indicators, to fix
1780 * debian/updatedb.conf:
1781 Updated with list of filesystems from current Debian release. This
1782 includes devfs, for example.
1785 Modified documentation of "-s" option to take into account the fix for
1789 Fixed Debian bug #176201, "xargs enviroment size limited to 20k", by
1790 reading a patch offered by Bob Prolux and implementing something
1791 substantially similar myself.
1793 2004-01-03 James Youngman <jay@gnu.org>
1796 Indicate that prep_child_for_exec() fixes Savannah bug #3992.
1799 Attach the stdin of xargs' child process to /dev/null so that if it
1800 tries to read from its stdin it doesn't consume any of the list of
1801 files that xargs is trying to use.
1804 Documented that the -regex option follows Gnulib's re_match()
1807 * NEWS, locate/locate.c: Applied Savannah patch 2108
1809 * xargs/xargs.c: Applied Savannah patch 1500
1811 * find/find.1, doc/find.texi:
1812 Improved the documentation for the %k and %b format specifiers to
1813 -printf (Savannah bug #5034). Also pointed out that this handling is
1814 different to that used by the "b" and "k" suffixes with "-size".
1816 * find/find.1: Improved the documentation for %k (Savannah bug #5034).
1819 Improved the documentation for -print0 in the manpage, fixing Debian
1822 * README-CVS, find/pred.c, lib/listfile.c:
1823 Brought up-to-date with change in gnulib's human.c - we no longer
1824 use human_readable_inexact(), because it is no longer provided.
1826 2003-08-08 James Youngman <jay@gnu.org>
1829 Documented the fact that -printf also supports the '\0' escape code.
1830 Added "STANDARDS CONFORMANCE" section.
1832 2003-08-02 James Youngman <jay@gnu.org>
1835 Explain that braces are not special when performing filename matching
1839 added example of the use of -exec to the EXAMPLES section
1841 * find/fstype.c, locate/locate.c:
1842 Savannah bug #4295 - implicit declarations of ctype.h functions
1845 Savannah bug #4279 - missing newline on locate help message
1847 * find/find.1, xargs/xargs.1:
1848 Improved discussion of the -print0 option of find and the -0 option of xargs
1850 2003-06-26 James Youngman <jay@gnu.org>
1853 Remove reference to nonexistent module "basename" ("dirname" exists
1854 and we already use that).
1856 2003-06-21 James Youngman <jay@gnu.org>
1859 Indicate that xargs stops immediately if a command exits with status 255
1862 Document the fact that xargs exits immediately with an error message
1863 if the command it executes exits with a status of 255.
1865 2003-06-18 James Youngman <jay@gnu.org>
1868 Indicate that -fls and friends always create their output file
1870 2003-06-16 James Youngman <jay@gnu.org>
1872 * ChangeLog, find/find.1, locate/locate.1, locate/locatedb.5, locate/updatedb.1, xargs/xargs.1:
1873 Added BUGS section to manual pages. This section includes information about known bugs and how to report new bugs.
1875 * AUTHORS: Identify the current maintainer.
1877 * TODO: Removed the TODO items which have now been done.
1879 * THANKS: Added Bruno Haible and Bob Prolux.
1881 * xargs/xargs.c: xargs/xargs.c (DO_MULTIBYTE): New macro.
1882 (mbstrstr): New function.
1883 (do_insert): Use it instead of strstr.
1885 * config.guess, config.sub:
1886 Use config.guess and config.sub from automake
1889 Bruno Haible: (fstype_to_string) Don't define this function if
1890 HAVE_F_FSTYPENAME_IN_STATFS is defined.
1893 Bruno Haible: Prefer the 4.4BSD API (if present) to the 4.3BSD API,
1894 because some 4.4BSD systems have <mntent.h> but no /etc/mtab file.
1896 * doc/find.texi, find/find.1:
1897 Applied patch 1498 (documenting the backslash escape sequence)
1899 * locate/updatedb.sh: Applied (my own version of) Savannah patch 1601.
1902 Applied Savannah patch #1547 (document the fact that printf
1903 field-width specifiers are supported).
1906 Applied Savannah patch #1499 (adds final newline to usage message).
1908 2003-06-14 James Youngman <jay@gnu.org>
1910 * NEWS, configure.in:
1911 Updated version number to 4.2.0-CVS [not ready for release yet]
1913 * 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
1914 also need stpcpy (e.g. for Solaris)
1916 * intl/dcigettext.c:
1917 plural_lookup: don't use a variable called "index", because we may
1918 have done "#define strchr index", in which case using a variable
1919 called index will prevent us calling strchr(p, ch) in the same scope.
1921 * 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:
1922 Updated copyright years and the address of the FSF
1924 * aclocal.m4, config.h.in, configure:
1925 Removed files that are generated from other files (e.g. configure)
1927 * NEWS: Updated NEWS file for 4.1.20.
1929 * 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:
1930 Updates to the i18n files to ensure that 'make dist' succeeds
1932 * lib/posix/.cvsignore, lib/posix/Makefile.am,
1933 lib/posix/Makefile.in, lib/posix/regex.h, lib/strftime.c,
1934 lib/strncasecmp.c, lib/strspn.c, lib/strstr.c, lib/strtol.c,
1935 lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c, lib/wait.h,
1936 lib/waitpid.c, lib/xalloc.h, lib/xgetcwd.c, lib/xmalloc.c,
1937 lib/xstat.in, lib/xstrdup.c, lib/xstrtol.c, lib/xstrtol.h,
1938 lib/xstrtoul.c, lib/xstrtoul.h, lib/xstrtoumax.c, lib/yesno.c,
1939 locate/Makefile.am, locate/Makefile.in, locate/locate.c,
1940 locate/testsuite/Makefile.in, m4/.cvsignore, m4/ChangeLog,
1941 m4/Makefile.am, m4/Makefile.am.in, m4/Makefile.in, m4/README,
1942 m4/afs.m4, m4/assert.m4, m4/c-bs-a.m4, m4/check-decl.m4,
1943 m4/codeset.m4, m4/d-ino.m4, m4/d-type.m4, m4/error.m4,
1944 m4/fnmatch.m4, m4/fnmatchcase.m4, m4/fstypename.m4, m4/getline.m4,
1945 m4/gettext.m4, m4/glibc.m4, m4/glibc21.m4, m4/iconv.m4,
1946 m4/inttypes_h.m4, m4/isc-posix.m4, m4/jm-glibc-io.m4,
1947 m4/jm-macros.m4, m4/jm-mktime.m4, m4/lcmessage.m4, m4/libintl.m4,
1948 m4/link-follow.m4, m4/ls-mntd-fs.m4, m4/lstat-slash.m4,
1949 m4/lstat.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/memcmp.m4,
1950 m4/prereq.m4, m4/progtest.m4, m4/readdir.m4, m4/realloc.m4,
1951 m4/regex.m4, m4/st_dm_mode.m4, m4/st_mtim.m4, m4/stat.m4,
1952 m4/strerror_r.m4, m4/strftime.m4, m4/timespec.m4, m4/uintmax_t.m4,
1953 m4/ulonglong.m4, m4/xstrtoumax.m4, xargs/Makefile.am,
1954 xargs/Makefile.in, xargs/testsuite/Makefile.in,
1955 find/testsuite/Makefile.in, lib/.cvsignore, lib/Makefile.am,
1956 lib/Makefile.in, lib/alloca.c, lib/ansi2knr.1, lib/ansi2knr.c,
1957 lib/argmatch.c, lib/argmatch.h, lib/basename.c, lib/basename.h,
1958 lib/dirname.c, lib/dirname.h, lib/error.c, lib/error.h,
1959 lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/fnmatch.c,
1960 lib/fnmatch.h, lib/getline.c, lib/getline.h, lib/getopt.c,
1961 lib/getopt.h, lib/getopt1.c, lib/human.c, lib/human.h,
1962 lib/idcache.c, lib/malloc.c, lib/memcmp.c, lib/memcpy.c,
1963 lib/memset.c, lib/mktime.c, lib/modechange.c, lib/modechange.h,
1964 lib/pathmax.h, lib/quotearg.c, lib/quotearg.h, lib/realloc.c,
1965 lib/regex.c, lib/regex.h, lib/rpmatch.c, lib/savedir.c,
1966 lib/savedir.h, lib/stpcpy.c, lib/strcasecmp.c, lib/strdup.c,
1967 find/Makefile.am, find/Makefile.in, find/find.c, find/pred.c:
1968 Updated to work with current version of gnulib
1970 * import-gnulib.sh: New file.
1972 * config.h.in, configure, configure.in, doc/Makefile.in, import-gnulib.sh:
1973 Updated to work with current version of gnulib
1975 * README-CVS: New file.
1977 * Makefile.am, Makefile.in, README-CVS, aclocal.m4:
1978 Updated to work with current version of gnulib
1980 2001-06-09 Kevin Dalley <kevin@seti.org>
1983 Changes the location of bison.simple after running bison on local
1986 * ChangeLog: *** empty log message ***
1988 * Makefile.in, aclocal.m4, config.h.in, configure,
1989 doc/Makefile.in, find/Makefile.in, find/testsuite/Makefile.in,
1990 lib/Makefile.in, lib/posix/Makefile.in, locate/Makefile.in,
1991 locate/testsuite/Makefile.in, m4/Makefile.in, xargs/Makefile.in,
1992 xargs/testsuite/Makefile.in: Updates mostly from gettext-0.10.38
1994 * ABOUT-NLS: * ABOUT-NLS: updated from gettext-0.10.38.
1996 * configure.in: * configure.in: add tr to ALL_LINGUAS.
1998 * intl/config.charset, intl/dcigettext.c, intl/dcngettext.c,
1999 intl/dngettext.c, intl/libgnuintl.h, intl/localcharset.c,
2000 intl/locale.alias, intl/ngettext.c, intl/plural.y,
2001 intl/ref-add.sin, intl/ref-del.sin: updated from gettext-0.10.38
2003 * intl/cat-compat.c, intl/linux-msg.sed, intl/po2tbl.sed.in,
2004 intl/xopen-msg.sed, m4/ChangeLog: *** empty log message ***
2007 * jm-macros.m4 (jm_MACROS): remove jm_ICONV, which is replaced by
2008 AM_ICONV, which is imported from gettext-0.10.38. removed
2009 jm_GLIBC21, which is required in AM_GNU_GETTEXT, which is
2010 imported from gettext-0.10.38.
2012 * po/stamp-cat-id: * stamp-cat-id: Remove file.
2014 * po/Makefile.in.in: * Makefile.in.in: Upgrade to gettext-0.10.38.
2016 * po/ChangeLog: * cat-id-tbl.c: Remove file.
2018 * po/de.po, po/es.po, po/et.po, po/fr.po:
2019 * fr.po, et.po, es.po, de.po: updated translations to
2022 * po/tr.po: * tr.po: New Turkish translation.
2024 * m4/ChangeLog: *** empty log message ***
2026 * intl/dgettext.c, intl/explodename.c, intl/finddomain.c,
2027 intl/gettext.c, intl/gettext.h, intl/gettextP.h,
2028 intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
2029 intl/libgettext.h, intl/loadinfo.h, intl/loadmsgcat.c,
2030 intl/localealias.c, intl/plural.c, intl/textdomain.c,
2031 intl/ChangeLog, intl/Makefile.in, intl/VERSION,
2032 intl/bindtextdom.c, intl/dcgettext.c: Updated from gettext-0.10.38
2035 reflects addition of codeset.m4 from gettext-0.10.38, automatically
2038 * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4,
2039 m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4: *
2040 progtest.m4, lcmessage.m4, isc-posix.m4, iconv.m4,
2041 glibc21.m4, gettext.m4, codeset.m4: updated from
2044 * ChangeLog: *** empty log message ***
2046 * THANKS: added "Gerrit P. Haase" <gerrit.haase@t-online.de>
2048 * m4/ChangeLog, locate/testsuite/.cvsignore,
2049 xargs/testsuite/.cvsignore, config.h.in, configure, aclocal.m4,
2050 doc/.cvsignore: *** empty log message ***
2052 * m4/jm-macros.m4: * jm-macros.m4 (jm_MACROS): add jm_FSTYPENAME
2054 * doc/Makefile.in: *** empty log message ***
2057 * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
2058 created by dvips. This should be taken care of by automake, but
2059 the code is commented out.
2061 2001-06-09 Kevin Dalley <kevin@seti.org>
2063 * ABOUT-NLS: updated from gettext-0.10.38.
2065 * configure.in: add tr to ALL_LINGUAS.
2067 * doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
2068 created by dvips. This should be taken care of by automake, but
2069 the code is commented out.
2071 2001-06-05 Kevin Dalley <kevin@seti.org>
2073 * locate/updatedb.sh: replace "whoami" with "id -u" when testing
2076 2001-06-04 Kevin Dalley <kevin@seti.org>
2078 * locate/testsuite/Makefile.am (DIST_SUBDIRS): remove second
2079 instance of DIST_SUBDIRS.
2081 * locate/Makefile.am (install-data-hook): changed install target
2082 to install-data-hook, which still installs other files.
2084 * doc/Makefile.am (MOSTLYCLEANFILES): added find.cps, which should
2085 probably be handled by automake.
2087 * doc/mdate-sh: removed file in doc directory. It now exists only
2088 in top_srcdir, but this changed required a patch to automake.
2090 2001-05-20 Kevin Dalley <kevin@seti.org>
2094 * lib/Makefile.am (EXTRA_DIST): add strcasecmp.c
2096 * find/testsuite/Makefile.am (EXTRA_DIST): new tests:
2097 find.gnu/name-opt.exp find.gnu/perm.exp find.gnu/perm.xo
2098 find.gnu/prune-default-print.exp find.gnu/prune-default-print.xo
2100 * configure.in: update to 4.1.7
2102 * config.sub, config.guess: upgraded to recent versions of
2103 config.sub and config.guess.
2105 * locate/updatedb.sh: Add space to "#! /bin/sh"
2107 * configure.in: Add id to ALL_LINGUAS
2109 * lib/Makefile.am (EXTRA_DIST): getline.[ch] added
2110 (libfind_a_SOURCES): getline.[ch] removed since getline.c is not
2113 2001-05-20 Lionel CONS <lionel.cons@cern.ch>
2115 * find/find.c: Fixed security holes. 1. There is a race
2116 condition between the lstat() to detect a symbolic link and the
2117 actual chdir(). 2. An attacker can move directories while find
2118 is _inside_ so that chdir(..) goes out of the intended file tree.
2120 * lib/modetype.h: support for Solaris door files is added.
2122 * lib/filemode.c: S_ISDOOR is undef'ed if STAT_MACROS_BROKEN
2124 * find/pred.c (pred_type): -D option (for Solaris door files) is
2127 * find/parser.c (insert_type): -D option (for Solaris door files)
2130 * find/find.1: -D option (for Solaris door files) is documented
2132 * doc/find.texi (Type): -D option (for Solaris door files) is
2135 2001-05-02 Kevin Dalley <kevin@seti.org>
2137 * configure.in: Change AC_CHECK_MEMBERS to conform to new
2138 autoconf. Add Danish.
2140 2001-01-20 Kevin Dalley <kevin@seti.org>
2142 * doc/find.texi (Adding Tests): Place space in "#! /bin/sh".
2144 * find/testsuite/find.gnu/prune-default-print.xo,
2145 find/testsuite/find.gnu/prune-default-print.exp: test for "find
2146 . -prune" which passes after changes. Also see name-opt.exp.
2148 * find/util.c (get_new_pred):
2149 * find/tree.c (set_new_parent):
2150 * find/parser.c (various parse functions):
2151 * find/find.c (main):
2152 (default_prints): new function
2153 * find/defs.h (struct predicate): added no_default_print
2154 side_effects are no separated from no_default_print. predicates
2155 which cause side effects should not be reordered (optimized).
2156 predicates which cause printing should have printing turned off.
2157 Printing statements also cause side effects.
2159 2000-10-29 Bruno Haible <haible@ilog.fr>
2161 * locate/code.c (main), doc/find.texi: improve handling of
2162 non-ASCII characters used old format.
2164 2000-10-21 Paul Eggert <eggert@twinsun.com>
2166 If open + fchdir fails, fall back on xgetcwd + chdir.
2167 The old code tested for this at compile-time,
2168 but SunOS 4.1.4 fchdir can fail at run-time.
2170 * find/defs.h (fchdir): Define to -1 if not available.
2171 * find/defs.h (starting_dir, starting_desc):
2172 Always declare. starting_dir now points to const.
2173 * find/find.c (starting_dir, starting_desc): Likewise.
2174 * find/find.c (starting_dir):
2175 Now "." if starting_desc is nonnegative, for benefit of diagnostics.
2176 (main, process_top_path, process_dir):
2177 If open + fchdir fails, fall back on xgetcwd + chdir.
2178 * find/pred.c (launch): Likewise.
2180 2000-10-20 Kevin Dalley <kevin@seti.org>
2182 * xargs/xargs.c, locate/updatedb.sh, locate/locate.c (usage),
2183 find/parser.c (parse_help): add bug reporting address to help
2185 2000-10-13 Kevin Dalley <kevin@seti.org>
2187 * depcomp, lib/depcomp: depcomp moved from lib to .
2189 2000-10-11 Kevin Dalley <kevind@rahul.net>
2193 * locate/testsuite/config/unix.exp: set PRUNEFS to "" for the
2196 2000-10-10 Bruno Haible <haible@ilog.fr>
2198 * lib/Makefile.am (libfind_a_SOURCES): added yesno.c
2200 * lib/yesno.c, lib/rpmatch.c: new files.
2202 * find/pred.c: use function yesno().
2204 2000-10-10 Kevin Dalley <kevind@rahul.net>
2206 * locate/testsuite/Makefile.am: Added missing \ at end of
2209 * locate/testsuite/locate.gnu/ignore_case3.xo,
2210 locate/testsuite/locate.gnu/ignore_case3.exp,
2211 locate/testsuite/locate.gnu/ignore_case2.exp,
2212 locate/testsuite/locate.gnu/ignore_case1.xo,
2213 locate/testsuite/locate.gnu/ignore_case1.exp: place locatedb
2214 inside tmp directory, add subdir directory under tmp.
2216 * locate/testsuite/config/unix.exp: clean up tmp after test is
2219 2000-10-10 Kevin Dalley <kevind@rahul.net>
2221 * locate/testsuite/config/unix.exp (Repository):
2223 2000-10-09 Kevin Dalley <kevind@rahul.net>
2225 * lib/fnmatch.c, lib/fnmatch.h: reverted to older version of
2226 fnmatch which works with Solaris.
2228 * locate/testsuite/config/unix.exp: dejagnu unix.exp
2230 * xargs/testsuite/config/unix.exp: remove temporary file
2232 * xargs/xargs.c: spelling correction
2234 * m4/prereq.m4: updated and changed some macros
2236 * m4/jm-macros.m4: replaced jm_FUNC_FNMATCH with
2237 kd_FUNC_FNMATCH_CASE_REPL
2239 * m4/timespec.m4, m4/strerror_r.m4, m4/mbstate_t.m4,
2240 m4/largefile.m4, m4/gettext.m4, m4/fnmatchcase.m4, m4/d-type.m4,
2241 m4/d-ino.m4, m4/c-bs-a.m4: new m4 macros.
2243 * m4/Makefile.am: add fnmatchcase.m4 and mbstate_t.m4
2245 * locate/testsuite/locate.gnu/ignore_case3.xo,
2246 locate/testsuite/locate.gnu/ignore_case3.exp,
2247 locate/testsuite/locate.gnu/ignore_case2.xo,
2248 locate/testsuite/locate.gnu/ignore_case2.exp,
2249 locate/testsuite/locate.gnu/ignore_case1.xo,
2250 locate/testsuite/locate.gnu/ignore_case1.exp,
2251 locate/testsuite/config/unix.exp: tests related to "--ignore-case"
2254 * locate/testsuite/locate.gnu: testsuite directory
2256 * locate/testsuite/Makefile.am (Repository):
2258 * locate/testsuite: add directory for locate testsuite
2260 * po/findutils.pot: updated file
2262 * po/sv.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po,
2263 po/it.po, po/gl.po, po/fr.po, po/et.po, po/es.po, po/de.po:
2264 updated various po files.
2266 * locate/updatedb.sh: export TMPDIR, which is used by child
2269 * locate/locate.1, locate/locate.c: add "--ignore-case" option.
2271 * locate/Makefile.am: add testsuite subdirectory
2273 * find/testsuite/find.gnu/perm.xo,
2274 find/testsuite/find.gnu/perm.exp,
2275 find/testsuite/find.gnu/name-opt.xo,
2276 find/testsuite/find.gnu/name-opt.exp: added test suites
2278 * configure.in: add locate/testsuite/Makefile
2280 * doc/find.info*: removed from repository
2282 * doc/find.texi: add documentation for "-i" option.
2284 * aclocal.m4: removed from repository, as it is generated.
2286 * find/pred.c: fixes problem with "find -perm -0100".
2288 * lib/lstat.c, lib/stat.c: removed from repository. These files
2289 are generated from lib/xstat.in.
2291 2000-08-24 Kevin Dalley <kevind@rahul.net>
2293 * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s}.
2295 2000-05-13 Kevin Dalley <kevind@rahul.net>
2297 * find/tree.c (opt_expr): move iname and ipath to the front of the
2300 * doc/find.texi (Directories): changed wording for "-prune".
2302 * find/parser.c (parse_prune): set side_effects to true, to
2303 prevent prune from being moved in opt_expr.
2305 2000-04-12 Kevin Dalley <kevind@rahul.net>
2307 * doc/find.texi, doc/permi.texi: fix spellings, add LocalWords.
2309 * lib/Makefile.am: put getline.c back into libfind_a_SOURCES,
2310 since getstr is needed.
2314 * po/POTFILES.in: updated list of files, updated po files.
2317 2000-04-02 Paul Eggert <eggert@twinsun.com>
2319 Add support for large files, and port to Solaris 8 and earlier
2322 * lib/human.c (getenv): Depend on NEED_GETENV_DECL, not
2325 * lib/strftime.c (my_strftime): Make sure we call the system
2326 strftime, not ourselves, when invoking the underlying strftime.
2328 * m4/check-decl.m4 (jm_CHECK_DECLS): Remove memchr, nanosleep.
2330 * m4/jm-macros.m4 (jm_MACROS): Don't check for utime.h. Do not
2331 require jm_BISON, jm_CHECK_TYPE_STRUCT_UTIMBUF, jm_FUNC_LCHOWN,
2332 jm_FUNC_CHOWN, jm_FUNC_NANOSLEEP, jm_FUNC_GROUP_MEMBER,
2333 jm_FUNC_PUTENV, jm_FUNC_GETGROUPS, AM_FUNC_GETLOADAVG,
2334 jm_SYS_PROC_UPTIME, jm_FUNC_FTRUNCATE, jm_FUNC_UTIME. Do not
2335 replace strcasecmp, dup2, gethostname, getusershell, stime,
2336 strcspn, strpbrk, euidaccess, mkdir, rmdir, rpmatch, strndup,
2337 strverscmp, memchr, memmove. Do not check for declaration of
2338 lchown. Remove invocations of AM_FUNC_OBSTACK, AM_FUNC_STRTOD,
2339 POW_LIBM, jm_LANGINFO_CODESET, jm_ICONV. Remove df tests.
2340 (jm_CHECK_ALL_TYPES): Include <sys/stat.h> when checking for
2341 struct stat.st_blksize.
2343 * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set environment variable
2344 in shell rather than using putenv, which isn't portable.
2346 * COPYING, lib/alloca.c, lib/dirname.c, lib/error.c,
2347 lib/savedir.c, lib/strstr.c, m4/check-decl.m4, m4/d-ino.m4,
2348 m4/d-type.m4, m4/getline.m4, m4/jm-glibc-io.m4, m4/jm-macros.m4,
2349 m4/jm-mktime.m4, m4/ls-mntd-fs.m4, m4/memcmp.m4, m4/prereq.m4,
2350 m4/readdir.m4, m4/regex.m4, m4/strftime.m4, m4/uintmax_t.m4: Sync
2351 to latest version from sh-utils-2.0g.
2353 * config.guess, config.sub, lib/argmatch.c, lib/argmatch.h,
2354 lib/human.c, lib/human.h, lib/memcpy.c, lib/quotearg.c,
2355 lib/quotearg.h, lib/strtoull.c, lib/strtoumax.c,
2356 lib/xstrtoumax.c, m4/c-bs-a.m4, m4/gettext.m4,
2357 m4/largefile.m4, m4/lcmessage.m4, m4/link-follow.m4,
2358 m4/progtest.m4, m4/strerror_r.m4, m4/timespec.m4,
2359 m4/xstrtoumax.m4: New files, taken from sh-utils-2.0g.
2361 * lib/ansi2knr.1, lib/ansi2knr.c, lib/basename.c, lib/getopt.h,
2362 lib/fnmatch.c, lib/fnmatch.h, lib/modechange.c: Sync to latest
2363 unreleased version of GNU tar (between 1.13.17 and 1.13.18).
2365 * lib/basename.h, lib/waitpid.c: New files, taken from same
2368 * lib/regex.c, lib/regex.h: Sync to GNU grep 2.4.2.
2370 * lib/posix/Makefile.am, lib/posix/regex.h: New files, taken from
2373 * lib/strftime.c: Sync to textutils 2.0e.
2375 * acconfig.h, depcomp, lib/strcasecmp.c, m4/check-type.m4,
2376 m4/const.m4, m4/decl.m4, m4/lfs.m4, m4/mktime.m4, m4/perl.m4,
2377 m4/putenv.m4, m4/uptime.m4, m4/utimbuf.m4, m4/utime.m4,
2378 m4/utimes.m4: Remove these files; no longer needed.
2380 * configure.in (AC_CANONICAL_HOST, AC_SYS_LARGEFILE,
2381 jm_AC_TYPE_UINTMAX_T): Add.
2382 (CACHE_IDS, FSTYPE_STATVFS, FSTYPE_USG_STATFS, FSTYPE_AIX_STATFS,
2383 FSTYPE_MNTENT, FSTYPE_STATFS, FSTYPE_GETMNT): Add comment, so that
2384 we don't need acconfig.h.
2385 (AC_CHECK_TYPE): Add ssize_t.
2386 (AC_REPLACE_FUNCS): Add waitpid.
2387 (AC_CHECK_FUNCS): Remove basename.
2388 (AC_FUNC_MKTIME): Remove.
2389 (LIBOBJS): Add no-ops to work around automake 1.4 bug.
2390 (AC_OUTPUT): Add lib/posix/Makefile.
2392 * find/defs.h: Include <config.h>, <sys/types.h>, <sys/stat.h>,
2393 <stdio.h>, <limits.h>, <inttypes.h>. All includers changed to not
2394 include these files, and to include "defs.h" first (since config.h
2395 must be included first).
2396 (CHAR_BIT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
2397 S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, MOD_WXUSR,
2398 MODE_R, MODE_RW, MODE_RWX, MODE_ALL): New macros.
2399 (enum permissions_type): New enum.
2400 (struct long_val.negative): New member.
2401 (struct long_val.l_val): Now uintmax_t, not unsigned long.
2402 (struct size_val.size): Likewise.
2403 (struct perm_val): New type.
2404 (struct predicate.perm): Now struct perm_val, not unsigned long.
2405 (struct predicate.type): Now mode_t, not unsigned long.
2406 (list_file): New parameters current_time, output_block_size.
2407 All callers changed.
2408 (savedir, basename): Remove decls.
2409 (output_block_size, start_time): New extern vars.
2411 * find/find.c: Include <human.h>, <savedir.h>.
2412 (output_block_size, start_time): New vars.
2413 (main): Initialize them. No need to check for negative st_size,
2414 since savedir now does it for us.
2416 * find/fstype.c: Include "dirname.h".
2418 (filesystem_type_uncached): Use xstrtoumax instead of xatoi.
2420 * find/parser.c: Include "xstrtol.h".
2421 (get_num_days, get_num, parse_amin, parse_cmin, parse_mmin,
2422 parse_size, parse_used, insert_time, insert_num): Compute using
2423 uintmax_t, not unsigned long.
2424 (parse_amin, parse_cmin, parse_mmin, parse_used, insert_time):
2425 Keep track of whether time was negative before converting it to an
2427 (parse_daystart): Don't assume that localtime succeeds; e.g. it
2428 can fail with 64-bit time_t and 32-bit tm_year.
2429 (parse_perm, insert_type): Compute using mode_t, not unsigned
2431 (insert_type): Use symbolic constants like MODE_ALL instead of
2432 traditional ones like 07777. Set new kind member to indicate
2433 permissions type, instead of using unportable magic numbers.
2434 (make_segment): We will use human_readable to convert most numeric
2435 values, so simplify the cases.
2436 (get_num_days): Write in terms of get_num, to avoid duplicated
2438 (insert_time, insert_num): When debugging, convert large values to
2439 uintmax_t and output with %ju.
2440 (get_num): Use xstrtoumax to do the real work.
2442 * find/pred.c: Include "basename.h", "human.h".
2443 (DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKSIZE): New macros, taken from
2445 (ST_NBLOCKS): Replace with fileutils defn.
2447 (ctime_format): New function.
2448 (pred_fprintf, format_date): Use human_readable to output large
2450 (pred_fprintf): Use ctime_format to output ctime-style dates. Use
2451 base_name to compute the base name of a path. With %m, output the
2452 mode portably using traditional numbers, even if the host uses
2453 some other numbering scheme.
2454 (pred_iname, pred_name): basename -> base_name.
2455 (pred_perm): Use new kind member to deduce permissions type,
2456 instead of relying on magic numbers.
2457 (pred_size): Compute using uintmax_t, not unsigned long. Avoid
2458 overflow if file size is near the maximum.
2459 (pred_type): Compute using mode_t, not unsigned long.
2460 (launch): Use waitpid, not wait. Check for EINTR.
2461 (format_date): Don't assume that localtime succeeds.
2463 * find/util.c (basename): Remove; we now use base_name.
2465 * lib/Makefile.am (SUBDIRS): New macro.
2466 (libfind_a_SOURCES): Add argmatch.h, argmatch.c, basename.h,
2467 basename.c, human.c, human.h, quotearg.c, quotearg.h, xstrtoumax.c.
2468 Remove error.h, error.c, getline.c.
2469 (EXTRA_DIST): Add mktime.c, regex.c.
2471 * lib/listfile.c: Include "human.h".
2472 (alloca): Declare, or include appropriate files to declare.
2473 (DEV_BSIZE, ST_NBLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE): New macros.
2474 (convert_blocks): Remove.
2475 (list_file): New current_time and output_block_size args.
2476 Revamp quite a bit, to handle large numbers correctly
2477 and to match GNU ls behavior more closely.
2479 * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4, gettext.m4,
2480 largefile.m4, lcmessage.m4, link-follow.m4, progtest.m4,
2481 strerror_r.m4, xstrtoumax.m4. Remove check-type.m4, const.m4,
2482 decl.m4, lfs.m4, mktime.m4, perl.m4, putenv.m4, timespec.m4,
2483 uptime.m4, utimbuf.m4, utime.m4, utimes.m4.
2485 * xargs/xargs.c (wait_for_proc): Retry wait if it fails with
2488 2000-04-05 Kevin Dalley <kevind@rahul.net>
2490 * xargs/Makefile.am: add ansi2knr
2492 * xargs/xargs.c: add macros PARAMS rather than P_. Add
2495 * po/POTFILES: new file listing all POFILES.
2497 * m4/gl.po, m4/et.po: new files
2499 * m4/Makefile.am.in: updated file
2501 * m4: update directory
2503 * locate/Makefile.am: create updatedb from updatedb.sh
2505 * locate/updatedb.sh, locate/updatedb.in: removed file. Replaced
2508 * locate/frcode.c, locate/code.c, locate/bigram.c: add macros
2509 PARAMS rather than P_. Add prototypes.
2511 * lib/xstat.in: new file
2513 * lib/Makefile.am: update to latest versions of library files.
2515 * find/testsuite/Makefile.am: add CLEANFILES
2517 * find/util.c: remove definition of basename
2519 * find/util.c, find/tree.c, find/pred.c, find/parser.c,
2520 find/fstype.c, find/find.c, find/defs.h: add macros PARAMS rather
2521 than P_, for consistency, change to prototypes
2523 * find/Makefile.am: Add prototypes and ansi2knr
2525 * configure.in: add Galition and Estonian languages.
2526 Miscellaneous other fixes.
2529 2000-03-11 Kevin Dalley <kevind@rahul.net>
2531 * lib/basename.c: Add file from libit.
2532 * lib/Makefile.am (libfind_a_SOURCES): add basename.c since it is
2533 no longer replaceable.
2535 * find/util.c: Remove definition of basename, which is now in
2536 lib/basename.c (as base_name).
2537 * find/pred.c: Use base_name, not basename.
2538 * find/defs.h: Likewise.
2540 * configure.in : Don't replace basename. Now we use only
2543 2000-02-26 Kevin Dalley <kevind@rahul.net>
2547 * lib/strtoul.c: added to distribution
2549 * configure.in: added strtoul to AC_REPLACE_FUNCS
2551 * configure.in: added jm_CHECK_ALL_TYPE
2553 2000-02-23 Kevin Dalley <kevind@rahul.net>
2555 * po/ChangeLog: removed, merged with top-level ChangeLog.
2557 * po/de.po: new version of German file.
2559 * po/gl.po, po/et.po: new languages, Estonian and Galician.
2561 * locate/updatedb.sh (PRUNEFS): enclose paths in quotes
2563 2000-02-17 Kevin Dalley <kevind@rahul.net>
2565 * po/it.po: new version of Italian file.
2567 * locate/updatedb.sh (prunefs_exp): have sed statement use '*'
2568 rather than the often unsupported '+'.
2570 2000-02-13 Kevin Dalley <kevind@rahul.net>
2572 * configure.in: removed AC_ARG_PROGRAM, which is already in
2575 * locate/Makefile.am (updatedb), locate/updatedb.sh: add
2576 transforms of find, frcode, bigram, and code back into
2577 updatedb.sh, which were accidentally removed.
2579 2000-02-12 Kevin Dalley <kevind@rahul.net>
2581 * lib/wait.h: updated address.
2583 2000-01-26 Kevin Dalley <kevind@rahul.net>
2587 * acconfig.h: added internationalization.
2589 * intl/*: copied from tar-1.13.17.
2591 * locate/Makefile.am, locate/locate.c, locate/code.c:
2592 internationalized file.
2594 * locate/frcode.c, locate/bigram.c: include headers from ../lib
2597 * xargs/Makefile.am, xargs/xargs.c: internationalized directory.
2599 2000-01-26 Kevin Dalley <kevind@rahul.net>
2601 * POTFILES.in: added list of files with translatable strings.
2603 * de.po, es.po, fr.po, it.po, ko.po, nl.po, pl.po, pt_BR.po,
2604 ru.po, sv.po: New, slightly out of date, files imported from the
2605 Translation Project: http://www.iro.umontreal.ca/contrib/po/HTML/,
2606 German, Spanish, French, Italian, Korean, Dutch, Polish, Brazilian
2610 2000-01-24 Kevin Dalley <kevind@rahul.net>
2612 * lib/xmalloc.c, lib/regex.c, lib/getopt.c: internationalization
2613 works with current version of gettext.
2615 * lib/getline.h : added declaration of getstr.
2616 * lib/Makefile.am (libfind_a_SOURCES): added getline.[ch] to
2617 standard compilation. Added internationalization.
2618 * find/Makefile.am (INCLUDES): corrected -I options for building
2619 in other directories.
2620 (LDADD): changes for internationalization.
2622 * configure.in (ALL_LINGUAS): added internationalization.
2623 getline.c is always compiled and linked, because of getstr.
2627 (DISTCLEANFILES): added intl/libintl.h
2628 (AUTOMAKE_OPTIONS): added gnits to AUTOMAKE_OPTIONS
2629 (SUBDIRS): added intl and po
2631 * acconfig.h: added internationalization values
2633 * THANKS: added thanks file for gnits compatibility.
2635 2000-01-22 Kevin Dalley <kevind@rahul.net>
2637 * added intl directory.
2639 * Added internationalization, only with slightly out of date po
2640 files for many locales.
2642 2000-01-18 Kevin Dalley <kevind@rahul.net>
2646 * locate/Makefile.am: remove creation of updatedb, since it is now
2649 * configure.in: updatedb is now created by configure.
2651 * xargs/Makefile.am: added testsuite to xargs directory
2653 * locate/updatedb.in: updatedb is now created by configure
2655 * locate/frcode.c, locate/code.c, locate/bigram.c: change return
2656 from main to int. Replace getstr with getline, where possible.
2658 * locate/Makefile.am: place frcode, code, bigram in
2661 * lib/xstrdup.c, lib/xmalloc.c, lib/xgetcwd.c, lib/xalloc.h,
2662 lib/strtol.c, lib/strstr.c, lib/strftime.c, lib/strdup.c,
2663 lib/stpcpy.c, lib/stat.c, lib/savedir.h, lib/savedir.c,
2664 lib/regex.h, lib/regex.c, lib/realloc.c, lib/pathmax.h,
2665 lib/modechange.h, lib/modechange.c, lib/mktime.c, lib/memset.c,
2666 lib/memcmp.c, lib/malloc.c, lib/lstat.c, lib/idcache.c,
2667 lib/getopt1.c, lib/getopt.c, lib/getopt.h, lib/getline.c,
2668 lib/getline.h, lib/fnmatch.c, lib/fnmatch.h, lib/filemode.c,
2669 lib/filemode.h, lib/fileblocks.c, lib/error.c, lib/error.h,
2670 lib/dirname.c, lib/alloca.c: updated to newer version of file from
2673 * find/version.c: version number is now automatically generated by
2676 * find/fstype.c (filesystem_type_uncached): fixes bug described as
2677 follows: When 'find' looks for a fstype, it parses the /etc/mtab
2678 until it finds the good line. But, if there is, before the good
2679 line, a line whose mountpoint is unreachable, it fails.
2681 * doc/texinfo.tex: updated to newer version
2683 * doc/find.texi: added version.texi, fixed a few documentation bugs.
2685 * configure.in: new m4 features.
2687 * Makefile.am: moved testsuite to below corresponding directories
2690 * acconfig.h: updated to match new m4 files.
2692 * m4: added m4 directory, largely borrowed from Jim Meyering's
2695 2000-01-17 Kevin Dalley <kevind@rahul.net>
2697 * doc/find.texi (Multiple Files): placed missing xargs in examples
2699 * find/testsuite/find.gnu/depth.exp: added find tests to test
2702 * doc/find.texi: include version.texi for automatic determination
2703 of version number, update bug report email address to
2704 bug-findutils@gnu.org.
2705 (Combining Primaries With Operators): add indices for " ,", "()",
2708 2000-01-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2710 * find/tree.c (opt_expr): Never rearrange the arguments of the
2711 comma operator, since it is not commutative. Remove useless
2714 2000-01-17 Jonathan R. Ferro <jferro@corwin.ece.cmu.edu>
2716 * find/find.c (process_path): fix problem with "-depth" which is
2717 tested in depth.exp test.
2719 1999-08-15 Kevin Dalley <Kevin Dalley <kevin@seti.org>>
2721 * find/fstype.c (filesystem_type_uncached): a stat failure with
2722 EACCESS will ignore this file system keep on looking. Patch
2723 suggested by Vincent Danjean <vdanjean@ens-lyon.fr>.
2725 1999-08-15 Mark Kettenis <kettenis@gnu.org>
2727 * xargs/xargs.c (LONG_MAX): Define if necessary.
2728 (main): If ARG_MAX is -1 (that is sysconf
2729 (_SC_ARG_MAX) returns -1) the system does not impose a limit. In
2730 that case, use LONG_MAX as the limit.
2732 1999-08-15 Kevin Dalley <Kevin Dalley <kevind@rahul.net>
2734 * find/version.c: version string is now set by config.h
2736 1999-08-08 Kevin Dalley <kevin@seti.org>
2740 * README-alpha: added alpha README file
2742 * find/defs.h: move lstat declarations into defs.h
2744 * xargs/Makefile.am, testsuite/Makefile.am, locate/Makefile.am,
2745 lib/Makefile.am, find/Makefile.am, doc/Makefile.am, configure.in,
2746 Makefile.am: update for automake-1.4
2748 1999-08-02 Kevin Dalley <kevind@rahul.net>
2750 * AUTHORS: added file listing AUTHORS
2752 * lib/Makefile.am: modified code for EXTRA sources
2754 1999-01-30 Kevin Dalley <kevind@rahul.net>
2756 * added const to declaration of basename, which should satisfy
2757 Linux as well as Hurd (fixes bug #31325).
2759 1998-12-04 Kevin Dalley <kevind@rahul.net>
2761 * lib/nextelem.c: removed declaration of strdup and free, which
2762 meets GNU coding standards and allows compilation on more
2765 * find.texi: corrected explanation of -amin option which described
2766 hours instead of minutes
2768 1998-09-26 Kevin Dalley <kevind@rahul.net>
2770 * lib/getline.c: fix getstr so that it correctly handles long file
2773 1998-09-20 Kevin Dalley <kevind@rahul.net>
2775 * removed more function declarations to meet GNU coding standards
2777 1998-08-30 Kevin Dalley <kevind@rahul.net>
2779 * lib/nextelem.c: removed declaration of strdup and free, which
2780 meets GNU coding standards and allow compilation on sparc
2782 * corrected explanation of -amin option which described hours
2785 1998-02-27 Kevin Dalley <kevind@rahul.net>
2787 * locate/locate.c: add --existing option to locate, which only
2788 prints the names of files which still exist
2790 1998-02-08 Kevin Dalley <kevind@rahul.net>
2792 * locate/locate.c: corrected get_short so that it correctly
2793 returns negative numbers.
2795 * remove declarations of various string functions. Removing the
2796 declarations almost matches the GNU Coding Standards.
2798 1997-03-03 Kevin Dalley <kevind@rahul.net>
2800 * xargs/xargs.c: xargs fixed to prevent occasional core dumping.
2802 1997-01-11 Kevin Dalley <kevind@rahul.net>
2804 * locate/updatedb.sh: add --localuser option to updatedb, which
2805 allows find to be run as nobody, while allowing database file to
2806 be created as root, change suggested by
2807 <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
2809 1996-12-28 Kevin Dalley <kevind@rahul.net>
2810 * added PRUNEFS as variable in updatedb and --prunefs as option to
2813 1996-05-27 Kevin Dalley <kevind@rahul.net>
2815 * updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
2817 1996-04-27 Kevin Dalley <kevind@rahul.net>
2819 * lib/getline.c (getstr): verify that nchars_avail is *really*
2820 greater than 0; set *n to a large enough number, stops some core
2823 Thu Nov 3 09:23:33 1994 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2827 * locate/Makefile.am: Move updatedb from LIBSCRIPTS to SCRIPTS.
2829 * Makefile.am (distname): Change distribution name from find to
2832 * testsuite/config/unix.exp: Don't abuse xfail; simulate it correctly.
2834 * locate/Makefile.am (CLEANFILES): Fix typo.
2836 Wed Nov 2 15:11:52 1994 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2840 * lib/listfile.c find/defs.h (list_file): Take a stream arg.
2841 * find/pred.c (pred_ls): pass it.
2842 * find/parser.c pred.c defs.h (parse_fls, pred_fls): New functions.
2844 Tue Oct 25 16:09:04 1994 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2846 * find/pred.c (pred_fprintf): Flush output after \c. From Chapman
2849 * find/parser.c (insert_fprintf): Warn about unrecognized \ and %
2852 Tue Oct 18 00:03:10 1994 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2854 * find/defs.h parser.c pred.c tree.c util.c: Globally change
2855 "victim" to "primary".
2857 * find/parser.c (insert_fprintf): For 'c' format, don't lose the
2858 need_stat information. From Chapman Flack.
2860 * doc/find.texi perm.texi: New files.
2861 * configure.in: Configure the doc directory.
2863 * find/pred.c (pred_regex): Check that the regex matched the whole
2866 Wed Oct 12 17:13:47 1994 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
2868 * find/find.c (main): Tell what the invalid arg is.
2871 Fri Oct 7 12:33:24 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
2873 * find/parser.c: Add -mount as an alias for -xdev.
2874 From Klaus.Steinberger@physik.uni-muenchen.de (Klaus Steinberger).
2876 * lib/modechange.c: Make umask_value unsigned short.
2878 * xargs/xargs.c: Use symbolic constants in longopts.
2881 Wed Oct 5 11:23:09 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
2883 * xargs/xargs.c (main, read_line, read_string, do_exec): Pass
2884 along the lengths of the args.
2885 (main): Calculate length of replace_pat.
2886 (push_arg, do_insert): Use those lengths instead of calculating
2889 Tue Oct 4 10:02:05 1994 David MacKenzie <djm@churchy.gnu.ai.mit.edu>
2891 * locate/updatedb.sh Makefile.in: Add substitutions to get
2892 the transformed program names.
2894 * xargs/xargs.c: Put back the global variables for now.
2895 Rename some variables. Increase default args_per_exec.
2896 Use boolean where applicable.
2897 (main): Reduce default arg_max by 2048 for POSIX.2.
2898 (read_string): Don't check EOF string.
2899 (read_line, read_string): Take initial args size into account.
2901 Sat Oct 1 17:43:13 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
2903 * find/pred.c (launch): Use pid_t.
2905 * xargs/xargs.c (EOF_STR): Define and use.
2906 [__STDC__]: Declare xrealloc and xmalloc using void *.
2907 * find/defs.h: Likewise.
2909 * find/defs.h: Only declare stpcpy if !HAVE_STPCPY.
2911 * xargs/xargs.c: Replace most global variables with structure
2912 pointers passed as arguments. Use pid_t.
2913 * lib/wait.h: Include sys/wait.h if HAVE_SYS_WAIT_H.
2914 * configure.in: Call AC_TYPE_MODE_T and AC_HEADER_SYS_WAIT.
2916 * xargs/xargs.c: Improve paging performance and memory
2917 fragmentation by building command arguments in a pre-allocated
2918 buffer and re-implementing the child pid list as an expandable
2919 array. From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
2921 Thu Sep 29 11:38:07 1994 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
2923 * xargs/xargs.c [__STDC__]: Prototype declarations.
2925 Wed Sep 28 11:25:53 1994 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
2927 * find/fstype.c [AFS, __STDC__]: Fix definition of _VICEIOCTL.
2929 Tue Sep 27 08:14:27 1994 David MacKenzie <djm@churchy.gnu.ai.mit.edu>
2931 * find/fstype.c (fstype_to_string): Add more cases. Use
2932 INITMOUNTNAMES if defined.
2933 * find/defs.h: Change boolean typedef from char to int.
2934 * configure.in: Check for mktime.
2936 Tue Sep 27 01:20:28 1994 Kaveh R. Ghazi (ghazi@noc.rutgers.edu)
2938 * configure.in: Add AC_HEADER_STAT.
2939 * lib/listfile.c, lib/modetype.h: Add STAT_MACROS_BROKEN.
2941 * find/pred.c: Move the inclusion of defs.h ahead of the first
2942 test of _POSIX_VERSION.
2944 * lib/xgetcwd.c: Remove _POSIX_VERSION, rely only on HAVE_GETCWD.
2946 Mon Sep 26 16:43:01 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
2948 * configure.in: Add AC_CONFIG_HEADER.
2949 * find/*.c locate/*.c xargs/*.c: Include config.h.
2950 * locate/updatedb.sh: Add --version; --old -> --old-format.
2952 Sun Sep 25 23:43:37 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
2954 * find/* [__STDC__]: Prototype declarations.
2956 * locate/updatedb.sh: Account for renaming code and frcode.
2958 * find/find.c (process_path): Store dev and ino of directories in
2959 current branch to avoid symlink loops. From DJ Delorie
2961 (process_dir): If following symlinks, don't cd to ..; instead,
2962 cd to the starting directory and then to the parent directory.
2963 (main) [HAVE_FCHDIR]: Save the dev, ino of the starting directory.
2964 (process_top_path) [HAVE_FCHDIR]: Use it.
2965 * find/pred.c (launch) [HAVE_FCHDIR]: Likewise.
2966 * defs.h [HAVE_FCHDIR]: Declare starting_desc instead of starting_dir.
2967 * configure.in: Check for dev_t, ino_t, fchdir, fcntl.h.
2969 Fri Sep 23 11:55:38 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
2971 * lib/listfile.c: Change #ifdef S_IFLNK to #ifdef S_ISLNK.
2972 From Andreas Luik <luik@isa.de>.
2974 Thu Sep 22 11:42:40 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
2976 * locate/locate.c (last_literal_end): Dynamically allocate enough
2977 memory for the subpattern.
2979 Wed Sep 21 06:12:56 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
2981 * locate/locate.c (locate): Warn if database is >8 days old.
2982 From Ian Lance Taylor.
2984 * xargs/xargs.c (do_exec), find/pred.c (launch): Set SIGCHLD to
2985 default. From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
2986 * find/find.c pred.c util.c lib/listfile.c: Remove fflush(stdout)
2987 calls before error. error does it, and doesn't trash errno.
2988 From tsi@gpu.srv.ualberta.ca (Marc Aurele La France).
2990 * find/fstype.c (filesystem_type_uncached): Don't trust mtab dev
2991 number on HPUX. From Andreas Luik <luik@isa.de>.
2992 (filesystem_type_uncached): Don't cache unknown file system
2993 types. From casper@fwi.uva.nl (Casper Dik).
2995 * locate/updatedb.sh: Collect results in temp file and rename it
2996 atomically. From Andreas Luik <luik@isa.de>.
2998 * xargs/xargs.c (parse_num): Print a long using %ld. From Jim
3001 * find/defs.h find.c parser.c pred.c util.c, lib/nextelem.c:
3002 Emulate strchr and strrchr with index and rindex, not vice versa.
3004 Remove man directory; move man pages to the directories of the
3005 programs they document.
3007 * locate/frcode.c: Renamed from code.c.
3008 * locate/frcode.c (put_short): Renamed from puthalfword.
3009 * locate/locate.c (get_short): Renamed from gethalfword.
3010 (last_literal_end): Renamed from patprep.
3011 (locate): Recognize old-format databases too.
3012 * locate/locatedb.h: Add defines for old-format databases.
3013 * locate/bigram.c locate/code.c: Put back programs to create
3014 old-format databases.
3015 * locate/updatedb.sh: Take --old option to use them.
3017 Tue Sep 20 15:41:11 1994 David MacKenzie <djm@geech.gnu.ai.mit.edu>
3019 * configure.in: Update for Autoconf v2.
3020 * find/pred.c lib/savedir.c: Use new symbols for dir header.
3021 * locate/updatedb.sh: Add --help option.
3023 Sun Feb 13 11:21:58 1994 Jim Meyering (meyering@comco.com)
3025 * man/Makefile.in [man1ext, man5ext]: Set man5ext (not man1ext) to 5.
3027 Sun Aug 1 22:30:55 1993 David J. MacKenzie (djm@goldman.gnu.ai.mit.edu)
3029 * bigram.c: File removed.
3030 * getline.c, memcmp.c, locatedb.h, updatedb.1, locatedb.5: New files.
3031 * updatedb.sh: Take command line options.
3032 Don't do bigram compression.
3033 * code.c, locate.c: Don't do bigram compression.
3034 Write and read counts in network byte order.
3035 Handle arbitrarily long paths.
3036 Use a magic number at the start of the databases.
3038 Thu Jul 29 20:44:53 1993 David J. MacKenzie (djm@wookumz.gnu.ai.mit.edu)
3040 * Makefile.in (config.status): Run config.status --recheck, not
3041 configure, to get the right args passed.
3043 Thu Jul 22 12:53:12 1993 David J. MacKenzie (djm@goldman.gnu.ai.mit.edu)
3045 * listfile.c (list_file): Print inode as a long.
3047 Wed Jul 14 14:14:45 1993 David J. MacKenzie (djm@goldman.gnu.ai.mit.edu)
3049 * fstype.c [STDC_HEADERS]: Include stdlib.h.
3051 * Move unistd.h include from parser.c and pred.c to defs.h.
3053 Wed Jun 30 14:14:47 1993 David J. MacKenzie (djm@goldman.gnu.ai.mit.edu)
3055 * updatedb.sh: Construct PRUNEREGEX from PRUNEPATHS with sed.
3056 Prune /afs. Change NFSUSER to NETUSER and NFSPATHS to NETPATHS.
3058 Tue Jun 29 12:19:58 1993 David J. MacKenzie (djm@goldman.gnu.ai.mit.edu)
3060 * pred.c (pred_fprintf): Abort in switch if `c' is not A, C, or T.
3062 Mon Jun 28 00:18:52 1993 David J. MacKenzie (djm@wookumz.gnu.ai.mit.edu)
3064 * fstype.c (in_afs) [AFS]: New function, derived from code by
3065 Sanjay Ramamurthy <ramams@rpi.edu>.
3066 (filesystem_type_uncached) [AFS]: Call it if the fs type is
3069 * parser.c (parse_size): Recognize b and w suffixes for dd
3072 * code.c (puthalfword): New function.
3074 * locate.c (gethalfword): New function.
3076 From ifado!wb@germany.eu.net (Wilhelm B. Kloke).
3078 * listfile.c: Include pathmax.h.
3079 (get_link_name): Always allocate PATH_MAX + 1 bytes for
3081 * pred.c (pred_fprintf, insert_lname): Call get_link_name.
3083 * fstype.c (filesystem_type, filesystem_type_uncached),
3084 listfile.c (list_file): Take an arg for the path to access.
3085 * pred.c (pred_ls, pred_fstype, pred_fprintf): Pass it.
3087 * find.c (process_dir): Renamed from scan_directory.
3089 Changes from jrs@world.std.com (Rick Sladkey) to chdir into
3090 subdirectories instead of using string concatenation, for speed:
3091 * find.c (process_top_path): New function.
3092 (main): Call it, and xgetcwd.
3093 (process_path, scan_directory): Take new arg, the pathname
3094 relative to ".". Use it and pass it on.
3095 * pred.c (pred_and, pred_comma, pred_negate, pred_or,
3096 pred_xtype, pred_fprintf, pred_empty, insert_lname):
3097 access rel_pathname instead of pathname.
3098 (launch): chdir to starting_dir.
3099 * defs.h: Declare rel_pathname and starting_dir.
3100 * find.c: Define them.
3102 * xgetcwd.c: New file.
3104 * updatedb.sh: Recognize -fstype NFS as well as nfs.
3105 * locate.c (patprep): Skip trailing character classes correctly.
3106 From luik@pharao.stgt.sub.org (Andreas Luik).
3108 * parser.c (parse_group): Make gid a gid_t, not short or int.
3109 (parse_nogroup): Cast gid to unsigned when using it as an array index.
3110 (parse_user, parse_nouser): Similar changes for uid.
3111 * defs.h: Use uid_t and gid_t.
3113 * parser.c (parse_help): New function.
3114 (parse_table): Add --version, -help, and --help options.
3115 Rename struct parser_table_t to struct parser_table.
3116 (parse_version): Exit after printing message, on
3119 * xargs.c, locate.c (main, usage): Add --version and --help
3122 Wed Mar 31 22:39:57 1993 Jim Meyering (meyering@comco.com)
3124 * parser.c: Define isascii macro to be 1 also if STDC_HEADERS.
3127 Wed Mar 31 16:04:07 1993 David J. MacKenzie (djm@kropotkin.gnu.ai.mit.edu)
3129 * pred.c (pred_fprintf): If curdepth is 0, don't nuke
3130 segment->text; nuke cp.
3132 Mon Mar 29 15:57:20 1993 David J. MacKenzie (djm@kropotkin.gnu.ai.mit.edu)
3136 Fri Mar 26 16:36:59 1993 David J. MacKenzie (djm@hal.gnu.ai.mit.edu)
3138 * pred.c (pred_ilname, pred_iname, pred_ipath): New functions.
3139 (pred_table): Add them.
3140 (insert_lname): New function.
3141 (pred_lname): Call it.
3142 * parser.c (parse_ilname, parse_iname, parse_ipath,
3143 parse_iregex): New functions.
3144 (parse_table): Add them.
3145 (insert_regex): New function.
3146 (parse_regex): Call it.
3148 * fstype.c (filesystem_type): Cache previous result.
3149 (filesystem_type_uncached): New function.
3150 pred.c (pred_fstype, pred_fprintf): Adjust callers to not cache.
3152 * parser.c: Don't define const.
3154 * fstype.c [FSTYPE_STATFS] (fstype_to_string): #ifdef
3155 MOUNT_PC for 386bsd.
3157 Thu Mar 25 18:32:24 1993 David J. MacKenzie (djm@goldman.gnu.ai.mit.edu)
3159 * parser.c (parse_regex): If ignore_case, set up a translate
3160 table for the regex.
3162 * defs.h: Include string.h or strings.h.
3163 * find.c fstype.c parser.c pred.c util.c: Don't.
3165 * nextelem.c [index]: Don't redefine.
3167 Wed Mar 24 17:47:10 1993 David J. MacKenzie (djm@kropotkin.gnu.ai.mit.edu)
3169 * xargs.c (wait_for_proc): Exit with a nonrunnable command's exit
3170 status, not the wait status value. From
3171 Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>.
3173 * parser.c (make_segment, insert_fprintf), pred.c
3174 (pred_fprintf): Add '%F' to print filesystem type.
3176 * parser.c (parse_fprintf): Check if second arg is missing.
3178 Tue Mar 23 13:18:08 1993 David J. MacKenzie (djm@kropotkin.gnu.ai.mit.edu)
3180 * pred.c (pred_fprintf): For %P, don't move past an assumed
3181 slash if the ARGV element ends with one, because in that case
3184 * parser.c (parse_printf): Check for missing arg.
3185 From smj@cats.com (Steve James).
3187 * parser.c: Add #ifdef around atol decl for Linux.
3189 Fri Dec 11 08:17:07 1992 Jim Meyering (meyering@comco.com)
3191 * defs.h: Remove dcl of process_path.
3192 * find.c: Put dcl of p
3194 * pred.c (pred_fprintf): Don't print "\n" unless it's in the
3197 Mon Oct 21 22:30:35 1991 David J. MacKenzie (djm at wookumz.gnu.ai.mit.edu)
3199 * defs.h, parser.c, pred.c: Rename some types that conflict
3200 with reserved POSIX.1 namespace (ended in _t).
3204 Thu Oct 17 22:39:06 1991 David J. MacKenzie (djm at wookumz.gnu.ai.mit.edu)
3206 * xargs.c: Don't determine memory.h based on POSIX, which
3209 Sat Oct 5 16:11:05 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3211 * parser.c (parse_perm): Parse new `-perm +mode' notation.
3212 * pred.c (pred_perm): Interpret same.
3214 Fri Sep 13 14:58:27 1991 David J. MacKenzie (djm at churchy.gnu.ai.mit.edu)
3216 * xargs.c [POSIX]: Always use sysconf to get ARG_MAX.
3218 Thu Sep 5 23:57:06 1991 David J. MacKenzie (djm at apple-gunkies)
3220 * bigram.c, code.c (main): Make path_max int, not unsigned.
3221 * locate.c (main): Check for pathconf failure.
3223 Thu Sep 5 11:54:44 1991 Jim Meyering (meyering at churchy.gnu.ai.mit.edu)
3225 * parser.c (insert_fprintf): Add `\\' escape and fixed `%%'
3227 * pred.c (pred_fprintf): fixed off-by-one indexing problem
3228 when handling [gGuU] printf formats.
3230 Wed Aug 28 20:53:57 1991 David J. MacKenzie (djm at wookumz.gnu.ai.mit.edu)
3234 Mon Aug 26 18:57:32 1991 David J. MacKenzie (djm at pogo.gnu.ai.mit.edu)
3236 * bigram.c, code.c: Fix handling of PATH_MAX.
3237 Check for anomalous input line lengths.
3240 Fri Aug 23 11:00:18 1991 David J. MacKenzie (djm at apple-gunkies)
3242 * pred.c (pred_fprintf): Round block number up to get K.
3244 Thu Aug 22 10:46:30 1991 David J. MacKenzie (djm at apple-gunkies)
3246 * pred.c (pred_fprintf, pred_lname) [_AIX]: Allocate PATH_MAX
3247 byte for link object since st_size is wrong.
3249 * listfile.c (list_file): Don't convert blocks to kilobytes if
3250 env. var POSIX_ME_HARDER is defined.
3252 * fstype.c [FS_AIX_STATFS]: New case.
3254 * configure: Make sure the sys/mount.h is the 4.4BSD version
3255 with grep instead of just testing whether it exists.
3257 * listfile.c (list_file): Add 1 to number of 512-byte blocks
3258 before dividing to get 1K blocks (so we round up, not down).
3260 Wed Aug 21 13:02:46 1991 David J. MacKenzie (djm at wookumz.gnu.ai.mit.edu)
3264 * parser.c (parse_fprintf), pred.c (pred_fprintf): Add %k
3265 conversion to print 1K blocks.
3267 * listfile.c: Print counts of 1K blocks, for consistency with
3268 new fileutils release. Bad timing, there.
3272 * pred.c [VOID_CLOSEDIR]: Fake a return value for closedir,
3273 which returns void on some systems, like Sequents.
3274 * configure: Check sys/dir.h for 'void closedir'.
3276 Thu Aug 15 16:07:46 1991 David J. MacKenzie (djm at frob)
3278 * modetype.h: Define POSIX.1 stat stuff if missing.
3279 * pred.c, parser.c, find.c, fstype.c: Don't define it.
3280 * updatedb.sh: Use a variable substitution method like configure's.
3281 * Makefile.in: Add datadir variable to separate programs from
3284 * parser.c, pred.c: Rename -fulldays to -daystart.
3286 * defs.h, find.c, parser.c, pred.c: Add many new predicates
3287 from Jay Plett (jay@princeton.edu).
3289 Wed Aug 14 14:37:06 1991 David J. MacKenzie (djm at bleen)
3291 * parser.c (parse_size), pred.c (pred_size), defs.h (struct
3292 size_t): Allow `k' to follow number to measure size in Kbytes.
3293 * parser.c (parse_size, get_num, insert_num), defs.h (struct
3294 size_t): Use enum comparison_type instead of short.
3296 Fri Aug 9 00:49:32 1991 David J. MacKenzie (djm at wookumz.gnu.ai.mit.edu)
3298 * xargs.c (read_line): Use isblank, to support POSIX locales.
3300 * fstype [FS_STATVFS]: New code for SVR4, from slootman@dri.nl
3302 * configure: Figure out when to use it.
3304 * configure: Check for st_blocks in struct stat.
3305 * listfile.c (ST_NBLOCKS): New macro.
3306 (list_file): Print file's block count.
3307 Use S_ISLNK instead of S_IFLNK.
3308 * fileblocks.c: New file, from fileutils.
3310 Thu Aug 8 17:20:19 1991 David J. MacKenzie (djm at wookumz.gnu.ai.mit.edu)
3312 * parser.c, pred.c [CACHE_IDS]: Optional code to turn uid and
3313 gid lookups into table lookups.
3315 Wed Aug 7 00:22:29 1991 David J. MacKenzie (djm at wheat-chex)
3317 * configure, Makefile.in's: Support +srcdir option via VPATH.
3318 Clean up clean targets.
3320 Sat Jul 20 01:11:51 1991 David J. MacKenzie (djm at apple-gunkies)
3322 * configure: Filter /etc and /usr/etc from path.
3324 * xargs.c (wait_for_proc): Fix handling of child exit status.
3325 (main): Exit with a nonzero status if any child did.
3327 * pred.c (launch): Flush stdout and stderr before forking.
3329 * fstype.c (filesystem_type) [FS_MNTENT]: Skip entries of
3332 Fri Jul 19 22:53:42 1991 David J. MacKenzie (djm at bleen)
3334 * pred.c, locate.c: Use fnmatch instead of glob_match.
3335 * fnmatch.c, fnmatch.h: New files.
3337 * Many files: Use string.h if STDC_HEADERS, as well as if USG.
3339 * locate.c, code.c, bigram.c: Possibly use pathconf to get
3340 PATH_MAX. Use malloc to allocate path arrays.
3342 * xargs.c: Possibly use sysconf to get ARG_MAX.
3343 (env_size): Make definition unconditional.
3344 (main): Do arg_max adjustment that can't be done with
3345 preprocessor now that ARG_MAX might be a function call.
3346 (do_exec): Exit with status 126 or 127 after failed exec, for
3349 * xargs.c, pred.c, listfile.c: Use POSIX, not UNISTD_MISSING.
3350 * wait.h: Use POSIX, not WAIT_MACROS_MISSING.
3352 * COPYING: Use version 2. Update all files.
3354 * Replace Makefile and lib/Makefile with Makefile.in,
3355 lib/Makefile.in and configure. Update README.
3357 Fri Apr 5 12:49:09 1991 David J. MacKenzie (djm at apple-gunkies)
3361 Fri Mar 15 20:44:45 1991 David J. MacKenzie (djm at geech.ai.mit.edu)
3363 * xargs.c (main): Always run the command if some args are left over.
3364 Rename some variables.
3366 Fri Jan 18 03:35:57 1991 David J. MacKenzie (djm at geech.ai.mit.edu)
3368 * bigram.c, code.c, locate.c: Use LIMITS_MISSING, not
3369 _POSIX_SOURCE, to decide whether to include limits.h.
3371 * parser.c, pred.c, listfile.c: Use POSIX, not _POSIX_SOURCE,
3372 to decide whether to declare getpwuid and getgrgid.
3374 * xargs.c: Use POSIX, not _POSIX_SOURCE, to determine whether
3375 to include memory.h.
3377 Sat Jan 12 04:12:34 1991 David J. MacKenzie (djm at wookumz.ai.mit.edu)
3379 * defs.h, find.c, parser.c, pred.c: Remove -permmask option.
3381 Thu Jan 10 04:32:52 1991 David J. MacKenzie (djm at albert.ai.mit.edu)
3383 * wait.h: Include sys/types.h to get pid_t.
3385 * xargs.c [USG && !STDC_HEADERS]: Only include memory.h if not
3388 Tue Jan 1 23:53:32 1991 David J. MacKenzie (djm at albert.ai.mit.edu)
3392 Wed Dec 26 03:25:51 1990 David J. MacKenzie (djm at apple-gunkies)
3394 * locate.c, bigram.c, code.c: Attempt to get max. path length
3395 on more kinds of systems, incl. POSIX.
3397 * pred.c, listfile.c, xargs.c: Get some decls from unistd.h,
3400 * find.c, defs.h: Make `cur_day_start' a time_t, not long.
3402 Fri Dec 21 01:49:12 1990 David J. MacKenzie (djm at egypt)
3404 * defs.h, parser.c: Remove unused field from `struct exec_t'.
3406 * xargs.c: Add +no-run-if-empty option to cause the command to
3407 not be run if the input is empty.
3409 * defs.h (struct exec_t): Change the array of offsets into an
3410 array of `struct path_arg'.
3411 * parser.c (insert_exec_ok): Fill in new fields, to allow "{}"
3412 to be substituted (multiple times) anywhere in an arg to -exec
3414 * pred.c (pred_exec): Add code to substitute "{}" within args.
3415 (pred_ok): After prompting, just run pred_exec.
3417 Thu Dec 20 02:32:09 1990 David J. MacKenzie (djm at egypt)
3419 * fstype.c (filesystem_type) [FS_MNTENT]: Allow for optional
3420 "0x" at front of "dev=" mount option, which amd puts there but
3421 Sun automounter doesn't.
3423 Sat Dec 15 19:01:12 1990 David J. MacKenzie (djm at egypt)
3425 * find.c (main), util.c (usage): Make directory args optional,
3428 Sat Dec 15 18:36:29 1990 David J. MacKenzie (djm at apple-gunkies)
3430 * listfile.c: Define major and minor if not defined (as in POSIX).
3432 Mon Dec 3 01:04:35 1990 David J. MacKenzie (djm at alborz)
3434 * find.c, fstype.c, parser.c, pred.c, util.c: Flush stdout before
3435 writing to stderr, in case they have been redirected to the
3436 same file descriptor.
3438 * pred.c (launch): Use POSIX wait macros from wait.h.
3440 * xargs.c (print_xargs): Read from tty_stream, not stdin.
3442 Tue Nov 20 16:48:24 1990 David J. MacKenzie (djm at apple-gunkies)
3446 * fstype.c [FS_USG_STATFS]: New code.
3447 [FS_STATFS]: For symlinks, statfs the directory the link is in
3448 instead of the link.
3449 * Various files: Conditionalize some declarations on
3450 STDC_HEADERS or _POSIX_SOURCE.
3452 Fri Nov 16 12:24:43 1990 David J. MacKenzie (djm at egypt)
3454 * modetype.h: New file.
3455 parser.c, pred.c: Use it.
3457 Thu Nov 15 18:05:54 1990 David J. MacKenzie (djm at apple-gunkies)
3459 * xmalloc.c: New file from fileutils.
3461 * fstype.c (fstype_to_string): Add case for MFS.
3462 (filesystem_type): Take a pathname as a second arg.
3463 [FS_STATFS] return "unknown" instead of exiting if statfs
3464 fails because of ENOENT.
3465 * pred.c (pred_fstype): Pass the pathname. Set current_dev.
3466 * find.c (process_path): Make root_dev local again.
3468 Mon Nov 12 02:54:00 1990 David J. MacKenzie (djm at apple-gunkies)
3470 * pred.c (pred_fstype): Free old fs type.
3472 * fstype.c, pred.c (pred_fstype), parser.c (parse_fstype):
3473 Reread the file system type info. every time a filesystem
3474 mount point is crossed, to allow for automounting.
3476 * xstrdup.c: New file from fileutils.
3478 * find.c (process_path): Rename root_dev to current_dev and
3479 make it global, for -fstype.
3481 * wait.h: New file taken from xargs.c.
3483 * xargs.c: Make limits.h vs. sys/param.h conditional on
3484 LIMITS_MISSING instead of USG, to accomodate SVR2.
3486 Thu Nov 8 11:52:22 1990 David J. MacKenzie (djm at apple-gunkies)
3488 * parser.c, pred.c, listfile.c: If not _POSIX_SOURCE, declare
3489 getpwuid and getgrgid. Use them.
3491 * listfile.c: If not _POSIX_SOURCE, define S_ISDIR and
3494 * find.c: Use S_ISDIR instead of S_IFDIR, and define if not
3497 * Makefile: Define AR and RANLIB and pass to child makes.
3498 lib/Makefile: Use them.
3500 * xargs.c (WIFSIGNALED): Redefine so it works.
3502 Mon Nov 5 00:02:01 1990 David J. MacKenzie (djm at apple-gunkies)
3504 * find.c (process_path): For -xdev, process filesystem
3505 mountpoints (but don't descend them), instead of skipping them
3508 * find.c, parser.c, defs.h: Add -follow predicate.
3510 * xargs.c: Change ifdefs to support STDC POSIX systems.
3512 Sat Nov 3 20:18:05 1990 David J. MacKenzie (djm at apple-gunkies)
3514 * xargs.c (do_exec): Child process exits with status 255, not
3515 127, if command can't be run.
3517 Fri Nov 2 02:11:42 1990 David J. MacKenzie (djm at apple-gunkies)
3519 * xargs.c: Exit with status 127 if running commmand fails, as
3522 * fstype.c: Support -fstype for Ultrix (-DFS_GETMNT).
3523 Sun/BSD code is now -DFS_MNTENT.
3525 Thu Nov 1 13:06:01 1990 David J. MacKenzie (djm at egypt)
3527 * Reorganize into subdirectories and add xargs. Rewrite Makefiles.
3529 * find.c (process_path, main): Allow a maxdepth of 0, meaning
3530 only process command line args.
3532 * parser.c, pred.c: Add -print0 predicate.
3534 * xargs.c: Add -0 option and long options. Move standard
3535 library functions into separate files. Use error instead of
3536 fatal and fprintf/perror. Use POSIX macros for examining exit
3538 (read_string): New function.
3540 Fri Sep 21 10:21:09 1990 David J. MacKenzie (djm at apple-gunkies)
3542 * find.c (process_path): Take DEPTH as an arg instead of ROOT,
3545 Thu Sep 20 23:58:47 1990 David J. MacKenzie (djm at apple-gunkies)
3547 * parser.c (parse_maxdepth): New function.
3548 * find.c (process_path): If -maxdepth was given, don't go
3549 more than that many levels deep.
3550 * defs.h: Declare maxdepth.
3552 Wed Sep 12 02:12:31 1990 David J. MacKenzie (djm at apple-gunkies)
3554 * parser.c: Add -not as synonym for !.
3556 Sun Aug 26 06:16:08 1990 Jim Kingdon (kingdon at pogo.ai.mit.edu)
3558 * Makefile (TAGS): New target.
3560 Sun Aug 12 00:32:01 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3562 * xargs.c (main): Tell getopt to not permute.
3564 Sat Aug 4 21:43:45 1990 David J. MacKenzie (djm at pogo.ai.mit.edu)
3566 * parser.c (parse_perm), pred.c (pred_perm): Always compare
3569 * locate.c, Makefile: Rename 'fastfind' program to 'locate',
3570 following comment in POSIX.2 draft 10 rationale for find.
3572 Wed Jul 25 18:45:03 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3574 * listfile.c (getuser, getgroup): Make uid and gid unsigned
3577 Mon Jul 16 13:40:13 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3579 * defs.h: Don't declare fprintf and printf, in case they have
3580 prototypes in stdio.h (important for functions that use stdarg).
3582 Sun Jul 15 23:39:39 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3584 * parser.c (parse_and): New function, for compatibility.
3586 Wed Jul 4 00:17:57 1990 David J. MacKenzie (djm at apple-gunkies)
3588 * find.c (main): Only enclose expressions that produce no side
3589 effects within `( ... )'.
3591 Tue Jul 3 01:59:39 1990 David J. MacKenzie (djm at apple-gunkies)
3593 * parser.c (strspn): Stop when end of string reached.
3597 * Move version number from Makefile to new file version.c.
3598 * parser.c: Recognize new -version predicate.
3600 * find.c (main): If no predicates that produce output are
3601 given, default to -print if the entire expression is true, not
3602 just the last part of an alternation.
3603 * Print the names of predicates with invalid arguments.
3605 Mon Jul 2 23:48:17 1990 David J. MacKenzie (djm at apple-gunkies)
3607 * pred.c: Don't check for invalid comparison types in numeric
3608 predicate functions.
3610 Thu Jun 28 00:34:57 1990 David J. MacKenzie (djm at apple-gunkies)
3612 * parser.c (parse_regex): Set fastmap and translate before
3615 Mon Jun 25 18:08:59 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3617 * fastfind.c (fastfind): Initialize count to 0.
3619 * lib/updatedb.sh: Only do regex comparison on directories,
3622 * listfile.c (list_file): Truncate user and group name to 8 chars.
3624 Sun Jun 24 13:51:27 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3628 * Makefile [DISTFILES]: Add COPYING.
3630 Fri Jun 22 03:54:27 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3634 Tue Jun 19 03:55:28 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3636 * lib/updatedb.sh: Prune entries that match PRUNEREGEX.
3637 Split up finding files from computing bigrams.
3638 Use redirection instead of nonportable grep -s to detect sort
3639 failure. Optionally search network filesystems as well as
3642 * pred.c (pred_regex): Match against full pathname instead of
3644 * util.c (basename): Return "/", not "", if given "/".
3646 * find.c (process_path): Fix error in handling "/" directory.
3648 Mon Jun 18 01:49:16 1990 David J. MacKenzie (djm at apple-gunkies)
3650 * parser.c [STRSPN_MISSING] (strspn): New function.
3652 Sun Jun 17 13:54:09 1990 David J. MacKenzie (djm at apple-gunkies)
3654 * listfile.c: New file.
3655 * parser.c (parse_ls): New function.
3656 * pred.c (pred_ls): New function.
3658 * find.c (main): Remove interface to fastfind, to prevent
3659 conflict with POSIX syntax.
3660 * util.c (usage): Remove fastfind syntax from message.
3661 * fastfind.c (main): New function.
3662 * Makefile: Make fastfind a separate program.
3664 * find.c (main): Print correct message if a predicate arg is
3667 * parser.c (insert_exec_ok): Make args that start with a ';' but
3668 contain other characters not terminate the command.
3670 Fri Jun 15 00:33:45 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3672 * fstype.c: If MOUNTED isn't defined but MNT_MNTTAB is, use it
3673 instead. True for HP/UX, at least.
3675 Thu Jun 14 10:10:25 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3677 * savedir.c: New file; now find won't run out of file
3678 descriptors in deep trees.
3679 * find.c (process_path): Use savedir.
3681 Sat Jun 9 03:15:21 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3683 * parser.c (parse_permmask): Allow symbolic mode masks.
3684 (parse_perm): Free 'struct change' when done with it.
3685 (get_oct): Function removed.
3687 * find.c (process_path): Allow arbitrarily-long filenames.
3688 More efficient string copying. Initialize perm_mask to 07777
3691 Thu Jun 7 04:22:42 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3693 * Makefile, find.c: Use DIRENT to control whether <dirent.h>
3696 Thu May 31 04:46:11 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3698 * parser.c (parse_regex): New function.
3699 * pred.c (pred_regex): New function.
3701 * fstype.c (read_mtab): If mtab entry has a "dev=" option
3702 (like in SunOS 4.1), use it, so there is no need to stat the
3703 special file later on.
3704 (xatoi, strstr): New functions.
3706 Mon May 21 01:04:42 1990 David J. MacKenzie (djm at abyss)
3708 * lib/updatedb.sh: Put BINDIR in PATH.
3710 * fstype.c: Do nothing if MNTENT_MISSING is defined.
3712 * fstype.c: New file.
3713 * parser.c (parse_fstype): New function.
3714 * pred.c (pred_fstype): New function.
3716 * parser.c (parse_newer): Failure to stat -newer file is a
3719 * pred.c (pred_ok): Flush output before reading. Use getchar
3722 * pred.c (pred_prune): Return false if -depth given.
3723 * find.c: Apply the predicates to the dir when -depth and
3726 Sun May 20 19:55:30 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3728 * pred.c (pred_prune): Set new global var `stop_at_current_level'.
3729 * find.c (process_path): Test and reset it.
3731 Fri May 18 01:56:17 1990 David J. MacKenzie (djm at abyss)
3733 * modechange.c, modechange.h: New files.
3734 * parser.c (parse_perm): Use mode_compile and mode_adjust to
3735 parse arg, to allow symbolic mode for POSIX.
3737 Thu May 17 02:07:44 1990 David J. MacKenzie (djm at abyss)
3739 * parser.c (get_oct): Don't consider an empty string a valid number.
3741 * parser.c (parse_perm): If arg starts with '-', set flag bit
3742 for special comparison (POSIX).
3743 * pred.c (pred_perm): If flag bit set, compare s[ug]id &
3744 sticky bits as well, and return true if the given perms are
3745 set, ignoring other bits.
3747 * find.c: New global var `exit_status'. Use it. (POSIX)
3748 * parser.c: Set `exit_status' if lstat on -newer file fails.
3750 * fastfind.c: New file.
3751 * find.c (main): Call fastfind if given only 1 arg.
3752 * util.c (usage): Update message.
3753 * lib/{Makefile,updatedb.sh,bigram.c,code.c}: New files.
3754 * Makefile: Add 'all' and 'install' targets.
3756 Wed May 16 23:23:35 1990 David J. MacKenzie (djm at abyss)
3758 * parser.c (parse_nogroup, parse_nouser): Implement.
3759 * pred.c (pred_nogroup, pred_nouser): Implement.
3761 Mon May 14 00:09:35 1990 David J. MacKenzie (djm at abyss)
3763 * find.c: Add variable `stay_on_filesystem' for -xdev.
3764 (process_path): Take an arg determining whether this call is
3765 the root of a tree. Use lstat instead of stat. If
3766 stay_on_filesystem, don't process a dir on a different
3769 * parser.c (parse_newer): Use lstat instead of stat. Is this right?
3770 (parse_xdev): Set stay_on_filesystem.
3772 * parser.c: Add dummy parse_nogroup, parse_nouser,
3773 parse_prune, and parse_xdev; to be written later.
3774 * pred.c: Add dummy pred_nogroup, pred_nouser, pred_prune.
3776 * find.c: Support System V directory library/headers.
3778 * find.c (process_path): Don't continue with a file that stat
3781 * defs.h, parser.c, pred.c: Change 'u_long' and 'u_short' to
3782 'unsigned long' and 'unsigned short'.
3783 * find.c, defs.h: Remove 'convert_glob' variable.
3784 * parser.c (parse_fullregex): Function removed.
3785 (parse_name): Remove regular expression code.
3786 (parse_type): Recognize sockets.
3787 Add code to check for missing arguments to many parse_* functions.
3788 * pred.c (pred_name): Use glob_match instead of regex.
3790 Sun May 13 17:45:09 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3792 * Replace fprintf, simple_error, and mem_error with error and
3795 * Fix string header includes for USG.
3797 Tue Mar 27 12:40:29 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3799 * defs.h: Change some #defines to enums.
3801 Sun Mar 25 22:08:58 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
3803 * find.c (main): Don't take basename of argv[0].
3805 * util.c (xmalloc): New function.
3806 * find.c, parser.c, utils.c: Use xmalloc instead of malloc.
3808 * pred.c: Remove emulation of regex for BSD and use GNU
3809 library version in regcmp.c instead.
3810 * parser.c: Remove emulation of regcmp for BSD and use GNU
3811 library version in regcmp.c instead.
3812 * Makefile: Link with regex.o and regcmp.o.
3813 Add a DISTFILES macro and dist target.
3815 * Indent source code. Move RCS logs to this file.
3817 Wed Mar 21 09:30:18 1990 David J. MacKenzie (djm at pogo.ai.mit.edu)
3819 * xargs.c: Indent. Comment and rename some global variables.
3820 (main): Use getopt to parse options. Open new global var
3821 `tty_stream' to /dev/tty if querying requested.
3822 (print_args): Read response from tty_stream, not stdin.
3823 (xmalloc): New function.
3824 Global: Use xmalloc instead of malloc.
3825 (usage): Revise message.
3827 87/02/22 20:01:20 20:01:20 cire (Eric B. Decker)
3829 * pred.c: added guts to pred_size
3831 87/02/22 00:59:42 00:59:42 cire (Eric B. Decker)
3833 * pred.c: added guts to perm and permmask.
3835 87/02/21 23:02:21 23:02:21 cire (Eric B. Decker)
3837 * pred.c: made pred_name only look at the last component of
3840 87/02/21 22:26:47 22:26:47 cire (Eric B. Decker)
3842 * pred.c: added guts to name. useds regex and regcmp to do
3843 regular expression handling.
3845 87/02/21 00:17:21 00:17:21 cire (Eric B. Decker)
3847 * pred.c: added predicate newer
3849 87/02/20 11:40:07 11:40:07 cire (Eric B. Decker)
3851 * pred.c: added guts to pred_ok
3853 87/02/19 23:52:37 23:52:37 cire (Eric B. Decker)
3855 * pred.c: finished exec.
3857 87/02/22 20:01:09 20:01:09 cire (Eric B. Decker)
3859 * parser.c: added guts to parse_size
3861 87/02/22 00:59:16 00:59:16 cire (Eric B. Decker)
3863 * parser.c: added guts of perm and permmask. added getoct
3864 routine for perm and permmask
3866 87/02/21 23:32:50 23:32:50 cire (Eric B. Decker)
3868 * parser.c: added -fre, -fullregex predicate to turn off
3871 87/02/21 23:01:01 23:01:01 cire (Eric B. Decker)
3873 * parser.c: reworked name so the regexpr pattern includes $ at
3874 the end to force globbing to work correctly. End of the
3875 pattern refers to the end of the filename.
3877 87/02/21 22:25:34 22:25:34 cire (Eric B. Decker)
3879 * parser.c: added guts to name. uses a conversion from
3880 globbing to regexp format. uses regex and regcmp to actually
3883 87/02/21 00:17:11 00:17:11 cire (Eric B. Decker)
3885 * parser.c: added predicate newer
3887 87/02/20 11:39:35 11:39:35 cire (Eric B. Decker)
3889 * parser.c: added ok guts. consolidated exec and ok to using
3892 87/02/19 00:20:54 00:20:54 cire (Eric B. Decker)
3894 * parser.c: minor bug in -fulldays predicate parser. It
3895 should have set the flag full_days to true.
3897 87/02/22 00:58:32 00:58:32 cire (Eric B. Decker)
3899 * find.c: changed where we are setting perm_mask to -1. need
3900 to make sure that this happens before every apply_predicate.
3902 87/02/21 23:32:11 23:32:11 cire (Eric B. Decker)
3904 * find.c: added error checking for no paths. better error
3905 message if illegal ordering.
3907 87/02/21 22:19:58 22:19:58 cire (Eric B. Decker)
3909 * find.c: added global convert_glob
3911 87/02/22 20:00:12 20:00:12 cire (Eric B. Decker)
3913 * defs.h: added definition of BLKSIZE for size
3915 87/02/21 22:19:25 22:19:25 cire (Eric B. Decker)
3917 * defs.h: added global convert_glob for name