Commit Graph

  • 8fedbaa3f5 *** empty log message *** James Youngman 2007-05-27 11:13:44 +00:00
  • f952577fa4 Document the %S printf format. James Youngman 2007-05-27 11:07:28 +00:00
  • 8f992b7edf If a system has no st_blocks member in struct stat, we assume files have a sparseness of 1.0 James Youngman 2007-05-27 11:04:23 +00:00
  • d17cf69794 Don't use S_IFSOCK on systems which lack it (for example BeOS) and import the gnulib module fchdir for systems which lack that (also BeOS) James Youngman 2007-05-27 10:57:01 +00:00
  • c47b198b43 Added some extra information about more obscure file types. James Youngman 2007-05-27 10:34:03 +00:00
  • 74e96001d4 Refactored the process_and(), process_or() and process_simple() functions to use a common function for traversing the visitor list; that function is simply called visit(). Also, special-case unibyte locales, switching from mbsstr() to strstr() for this case. This provides a factor of two improvement in speed. James Youngman 2007-05-26 18:23:17 +00:00
  • 4a21304a98 Removed some obsolete, irrelevant, and already-done items. James Youngman 2007-05-26 14:50:02 +00:00
  • 450bcbca78 Fixed Savannah bug #19970, taking into account the limitations of the gnulib _Bool replacement James Youngman 2007-05-26 11:19:31 +00:00
  • 533c213ce3 Savannah bug #19965, compile with uintmax_t missing. Also explain Savannah bug #19969 (rc-125.exp fails) and avoid including errno.h in defs.h. James Youngman 2007-05-26 10:37:26 +00:00
  • 8dfc8451c7 Savannah bug #19948: Fixed an assertion failure on IRIX 6.5 (O_NOFOLLOW is defined to 0 there) James Youngman 2007-05-24 08:32:51 +00:00
  • 6506f06158 Do not use __attribute__((__noreturn__)) if it produces a compilation error James Youngman 2007-05-24 08:13:46 +00:00
  • b7de52aa72 Link the find binary against -lm for modf(). James Youngman 2007-05-24 07:26:43 +00:00
  • e0ba22eac7 Fixed by #19923 and prepared for release of findutils-4.3.6 FINDUTILS_4_3_6-1 James Youngman 2007-05-21 21:45:08 +00:00
  • 902329038b Added man-lint.sh for EXTRA_DIST. James Youngman 2007-05-21 21:36:26 +00:00
  • 0e690b5fe6 Fixed Savannah bug #19871 (spurious .R directives in the manual page for find) James Youngman 2007-05-19 13:02:00 +00:00
  • e8bd5a2c24 Refactored arg colleciton in parser and added new test cases, mosly for cases where the argument is invalid or missing James Youngman 2007-05-08 09:37:41 +00:00
  • 7468f257cb did make dist James Youngman 2007-05-08 09:36:37 +00:00
  • a0ab43812d Correctly detect and diagnose I/O errors in print-related predicates. This fixed Savannah bug #19416 James Youngman 2007-05-06 12:35:07 +00:00
  • 66db933f7f Prepared for release of findutils-4.3.5 FINDUTILS_4_3_5-1 James Youngman 2007-05-05 13:07:05 +00:00
  • f2fb6f0f97 did make dist James Youngman 2007-05-05 13:06:09 +00:00
  • 8d51bfe08e Mention that error messages involving filenames will quote unusual characters. James Youngman 2007-05-05 13:05:14 +00:00
  • 33b69e27e7 Oops, fixed extensions; EXTRA_DIST_EXP should contain .exp files :) James Youngman 2007-05-05 12:58:32 +00:00
  • 785dee23aa Fixed Savannah bug #19806, -samefile is confused by inode reuse James Youngman 2007-05-05 12:43:19 +00:00
  • e9d9061674 Fixed Savannah bug #16378 (-type produces an assertion falure if stat() returns an st_mode value with no bits set) James Youngman 2007-05-05 11:16:47 +00:00
  • dc4a7adf94 Bugfixes for Savannah bugs #19768 and #19766 James Youngman 2007-05-01 09:46:30 +00:00
  • cd1f15947f Use const char* parameters for pathnames James Youngman 2007-04-29 23:28:50 +00:00
  • e2b95e687a Removed some obsolete cruft which has been replaced by gnulib James Youngman 2007-04-29 22:12:39 +00:00
  • b130c9b90b Fixed Savannah bug #18203 (find error messages can garble the console) James Youngman 2007-04-29 16:05:59 +00:00
  • 864b25ed9c Fixed Savannah bug #18203 (find error messages can garble the console) James Youngman 2007-04-29 15:50:21 +00:00
  • 20102fc931 Minor changes relating to conditional includes that no longer need the conditional, and fixing some out of date comments James Youngman 2007-04-29 01:27:56 +00:00
  • a68f197798 Mention that bug #11668 (wishlist item - support for FreeBSD-like timstamp matching) was fixed in 4.3.3 James Youngman 2007-04-29 01:04:20 +00:00
  • af1581b739 Added test cases deletefile.exp and deletedir.exp James Youngman 2007-04-29 00:44:13 +00:00
  • 6c9ebfd997 Applied patch from Michael Haubenwallner, fixing Savannah bug #19371, compilation failure on AIX 5.3 dir to #define open open64 James Youngman 2007-04-29 00:43:07 +00:00
  • 5f288d46f4 Avoid calling stat for pred_delete. Instead, try the unlink assuming the target is a file and then try again with the AT_REMOVEDIR flag if errno gets set to EISDIR James Youngman 2007-04-28 17:51:14 +00:00
  • 3d2128d30c Simplifythe calculation of the defautl value of xargs's -s option. Avoid an assertion failure on AIX when _SC_ARG_MAX is larger than LINE_MAX James Youngman 2007-04-28 14:27:40 +00:00
  • eb8b13cc2c Use mbsstr() to search -exec arguments for {}. Also removed some dead code from find/tree.c James Youngman 2007-04-25 09:38:02 +00:00
  • 52360fa978 Call gnulib's mbsstr() instead of a locally-defined mbsstr() James Youngman 2007-04-25 09:26:10 +00:00
  • 455a3be584 Added SOC guidance comments James Youngman 2007-04-24 22:08:36 +00:00
  • d86012a34d Removed unused code. James Youngman 2007-04-23 09:19:21 +00:00
  • c0e5dd5bca Imeplement '-D rates' James Youngman 2007-04-23 09:17:37 +00:00
  • a60fcd844f remove dblocation.texi in 'make clean' James Youngman 2007-04-22 22:32:38 +00:00
  • ef97ee660e did make dist James Youngman 2007-04-22 22:32:02 +00:00
  • e796f91b5e file sv-bug-19484.exp was initially added on branch rel-4-2-fixes. James Youngman 2007-04-22 18:46:27 +00:00
  • d38841adc7 Applied patch from Eric Blake fixing Savannah bug #19661 James Youngman 2007-04-22 16:19:46 +00:00
  • 16f19739c8 Applied patch from Eric Blake fixing Savannab bug# 19660 James Youngman 2007-04-22 16:14:49 +00:00
  • 5d6b4d7757 Fixed Savannah bug #19658 James Youngman 2007-04-22 16:08:28 +00:00
  • b67cbb2467 Support the generation of slocate-format databases James Youngman 2007-04-22 11:21:11 +00:00
  • 62d08bc7ff *** empty log message *** James Youngman 2007-04-22 11:15:20 +00:00
  • 5e7e7232ff Re-fix bug#18414, by correcting a typo James Youngman 2007-04-22 11:13:06 +00:00
  • 2310cb08df Document the slocate database format James Youngman 2007-04-21 15:21:15 +00:00
  • 5ceb4eece4 Issue an error message when bailing out because an slocate database features an unsupported security level James Youngman 2007-04-21 15:20:37 +00:00
  • bc74371d99 Added description of bug#19483. FINDUTILS_4_3_4-1 James Youngman 2007-04-21 13:11:41 +00:00
  • 9c63c8d9f1 Prepare for release of findutils-4.3.4 James Youngman 2007-04-21 13:09:34 +00:00
  • a9ede5923b added find/testsuite/find.posix/sv-bug-19617.exp James Youngman 2007-04-21 12:46:30 +00:00
  • d170c4c0b5 did make dist James Youngman 2007-04-21 12:45:41 +00:00
  • 1e9c280f6b Added sv-bug-19617.exp. James Youngman 2007-04-21 12:42:55 +00:00
  • 23d300df2e Added Ukranian translation James Youngman 2007-04-19 23:06:20 +00:00
  • 4e24fa0d9e Fixed Savannah bug #19484 (decompression problem if first filename to go into the locate database begins with a space) James Youngman 2007-04-19 22:58:20 +00:00
  • fe6bbf6696 Fixed Savannah bug #19483 James Youngman 2007-04-19 22:16:13 +00:00
  • 875c2d4f76 Savannah bug #19483: --help option should be bold, not italic. James Youngman 2007-04-19 22:13:53 +00:00
  • 127a828ef1 Avoid running -execdir based tests if . is on /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/X11R6/bin:/usr/local/bin:/home/james/bin:/usr/X11R6/bin:/usr/local/bin:/home/james/bin:.. Fixes Savannah bug 19634 James Youngman 2007-04-19 09:46:44 +00:00
  • f192d311cf Fix Savannah bug #18414 (-access always succeeds for root) James Youngman 2007-04-19 09:36:52 +00:00
  • d9ed058bee Use 'touch' instead of 'exec touch' for efficiency' James Youngman 2007-04-19 09:36:34 +00:00
  • 1888c8135b Fixed Savannah bug #19617 James Youngman 2007-04-17 23:00:46 +00:00
  • 6e9b0eb6c0 Update to Apr 17 version to fix Savannah bug #19619. James Youngman 2007-04-17 22:54:44 +00:00
  • 24bf33c0e6 Fix Savannah bug #19605 James Youngman 2007-04-17 22:47:25 +00:00
  • df6a7f9d01 Did make dist James Youngman 2007-04-17 22:31:44 +00:00
  • 1220e0b275 Added test case for Savannah bug #19605 James Youngman 2007-04-17 22:28:45 +00:00
  • 1a13133520 Fixed Savannah bug #19616 James Youngman 2007-04-17 09:04:54 +00:00
  • 091557f618 Fixed Savannag bug #19613 (assertion failure on symlink loop) James Youngman 2007-04-17 08:42:31 +00:00
  • 208e1f785f Added test case for Savannah bug #19613 (assert failure on symlink loop) James Youngman 2007-04-17 08:28:51 +00:00
  • 26318c0105 Oops, we should be running a command which returns nonzero here, for a correct test. James Youngman 2007-04-17 08:25:34 +00:00
  • 7aa16bf7eb Make sure we test the correct binary James Youngman 2007-04-17 08:10:01 +00:00
  • 5483a042a6 Issue a clearer error message if the autotools fail. James Youngman 2007-04-16 17:51:06 +00:00
  • 494683133a Prepare for release of findutils-4.3.3 FINDUTILS_4_3_3-1 James Youngman 2007-04-15 19:26:19 +00:00
  • 394943a03e Described bug fix for bug #19596. James Youngman 2007-04-15 19:17:48 +00:00
  • 566699011c Updated the list of fixed bugs. James Youngman 2007-04-15 19:16:34 +00:00
  • 007cf3aafa Savannah bug #9596: /512 for %b, not /1024 James Youngman 2007-04-15 19:02:44 +00:00
  • f50b252cfb Make the test suite fail if it cannot find the binary (as opposed to testing the system binary) James Youngman 2007-04-15 18:58:31 +00:00
  • 45dced91e5 Don't use O_LARGEFILE if it not defined James Youngman 2007-04-15 18:57:40 +00:00
  • 37c9ce47b3 Did make dist James Youngman 2007-04-15 18:55:51 +00:00
  • 0b15cdcd2e Don't use $(RM), as this is often not set. James Youngman 2007-04-15 18:36:54 +00:00
  • 0bbd2a497b Explain the O_LARGEFILE change. James Youngman 2007-04-15 15:53:54 +00:00
  • d55f64e020 UPdated with recent changes. James Youngman 2007-04-15 15:52:09 +00:00
  • f4d6638542 *** empty log message *** James Youngman 2007-04-15 14:57:49 +00:00
  • e51c1a7c77 Updated with recent changes. James Youngman 2007-04-15 14:57:18 +00:00
  • e6adb9061f Fixes to ensure that 'make distcheck' works James Youngman 2007-04-15 14:46:39 +00:00
  • b46b0d8938 Support fts() in FTS_CWDFD mode. Also work around Savannah bug #18466 (with a performance penalty). James Youngman 2007-04-14 21:41:59 +00:00
  • 309ef446d4 did make dist James Youngman 2007-04-14 21:38:51 +00:00
  • f361af57cd Documentation improvements James Youngman 2007-04-09 23:13:57 +00:00
  • b5e99a0d08 CVS should ignore link-wanring.h James Youngman 2007-04-09 22:01:28 +00:00
  • 812316416d Moved aux scripts to build-aux James Youngman 2007-04-09 22:00:28 +00:00
  • 4302a37c0a Use a better way of locating any exp files (or other test files) that are missing from the source archive generated by 'make dist' James Youngman 2007-04-08 19:10:59 +00:00
  • 09a1b4bcc8 Moved aux build files into a subdirectory. James Youngman 2007-04-08 18:26:01 +00:00
  • 7c4d89276a Moved aux build files inot build-aux James Youngman 2007-04-08 18:25:02 +00:00
  • 3a050c0259 Did make dist James Youngman 2007-04-08 18:24:08 +00:00
  • f84c43c066 update to latest gnulib James Youngman 2007-04-03 22:40:56 +00:00
  • c8ae5b82a9 Update to gnulib 2007-04-02 James Youngman 2007-04-03 22:07:02 +00:00
  • 14bb17cebc Issue clearer find error messages when predicate is invalid versus argument is invalid/missing James Youngman 2007-03-31 18:55:02 +00:00
  • 6c09ecd49d Update to Mar 29 gnulib James Youngman 2007-03-31 18:50:23 +00:00