Commit Graph

  • ce1d20289c (rm_option_init): Don't initialize unlink_dirs member, which went away. Paul Eggert 2005-11-02 21:52:33 +00:00
  • 11fc9bca5f (struct rm_options): Remove unlink_dirs. Paul Eggert 2005-11-02 21:51:57 +00:00
  • 784e24b06b (rm invocation): Don't mention --directory (-d). Paul Eggert 2005-11-02 21:51:35 +00:00
  • 162a2d69bc Mention that rm -d and maybe ln -d are scheduled for removal in 2006. Paul Eggert 2005-11-02 21:51:16 +00:00
  • 8a64a8b127 *** empty log message *** Jim Meyering 2005-11-02 21:29:32 +00:00
  • d8d9b43921 Fix typo in comment: s/fileutils/coreutils. Jim Meyering 2005-11-02 21:29:28 +00:00
  • 186bf114dd *** empty log message *** Jim Meyering 2005-11-02 20:45:24 +00:00
  • 812db65afa Redirect stderr to /dev/null so the M+N records in/out don't pollute `make check' output. Jim Meyering 2005-11-02 20:44:59 +00:00
  • ad1faa0f28 *** empty log message *** Jim Meyering 2005-11-02 20:37:10 +00:00
  • a49c7ccfe1 (sk-seek4): New test, to exercise the bug fixed on 2005-10-31. This test uses the new, IN_PIPE specifier. Jim Meyering 2005-11-02 20:36:36 +00:00
  • 83743fc715 Accept a new type of input specifier: IN_PIPE, to indicate that the input file should be piped into the command under test (via `cat FILE | $prog ...'). Jim Meyering 2005-11-02 20:35:52 +00:00
  • e0b652c488 . Jim Meyering 2005-11-02 10:04:14 +00:00
  • f626cd65cc *** empty log message *** Jim Meyering 2005-11-02 09:58:43 +00:00
  • 588df316d9 (remove_entry): Emit a better diagnostic when rm (without -r) fails to remove a directory on a non-Linux system. This change affects only newer Solaris systems (with priv_* functions like priv_allocset). Reported by Keith Thompson. Jim Meyering 2005-11-02 09:47:39 +00:00
  • 4db5b5cf11 test for today's fix Jim Meyering 2005-11-02 09:38:38 +00:00
  • 4df4047d35 (TESTS): Add dir-nonrecur. Jim Meyering 2005-11-02 09:38:16 +00:00
  • 4b15886f93 "touch 0101000000" now operates as POSIX 1002.1-2001 requires. Paul Eggert 2005-11-01 23:43:38 +00:00
  • 473a0d6209 Add y2000 test. Paul Eggert 2005-11-01 23:42:57 +00:00
  • a2bacbdc9c (main): Pass PDS_PRE_2000 to posixtime. Paul Eggert 2005-11-01 23:42:36 +00:00
  • 71fa8dc28e (PDS_PRE_2000): New macro. Paul Eggert 2005-11-01 23:42:16 +00:00
  • 1a0a832ac8 (year): Arg is now syntax_bits rather than allow_century. All usages changed. Reject dates outside the range 1969-1999 if PDS_PRE_2000 is used. Paul Eggert 2005-11-01 23:41:56 +00:00
  • d6fa12c0f9 (touch invocation): The old usage works only for 1969-1999 now. Paul Eggert 2005-11-01 23:41:33 +00:00
  • fd449d30a8 "touch 0101000000" now operates as POSIX 1003.1-2001 requires. Paul Eggert 2005-11-01 23:41:13 +00:00
  • 0287c32733 "tail -c 2 FILE" now operates as POSIX 1003.1-2001 requires. Paul Eggert 2005-11-01 23:06:32 +00:00
  • 407fb46c87 (c-2, c-2-minus, c2, c2-minus): New tests. (test_vector): Add special cases for _POSIX2_VERSION, and regularize the old ones a bit. Paul Eggert 2005-11-01 23:05:52 +00:00
  • 99f09784cc (parse_obsolete_option): Implement fix for "tail -c 2 FILE". Paul Eggert 2005-11-01 23:05:29 +00:00
  • 4fb9c70faf (tail invocation): Describe obsolete usages like "tail -2" more precisely. Paul Eggert 2005-11-01 23:05:00 +00:00
  • 18eb295ec4 tail -c 2 FILE now operates as POSIX 1002.1-2001 requires. Paul Eggert 2005-11-01 23:04:37 +00:00
  • a53513f142 * src/dd.c (skip): Fix off-by-one error. Paul Eggert 2005-10-31 08:39:36 +00:00
  • 91f8e15bff (skip): Fix off-by-one error reported by Theodoros V. Kalamatianos. Paul Eggert 2005-10-31 08:39:14 +00:00
  • 15d4c70e08 Trivial changes to support SCO systems. Paul Eggert 2005-10-30 23:05:16 +00:00
  • a504db1780 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well as PATH_MAX. Revamp wording and local variables to suggest the intended function of the PATH_MAX check. Paul Eggert 2005-10-30 23:04:55 +00:00
  • 3103c9009b (gl_FUNC_FPENDING): Correct check for SCO systems, where __ptr is null when no I/O is pending. Paul Eggert 2005-10-30 23:04:17 +00:00
  • a54170c2a0 Fix porting problems reported by Theodoros V. Kalamatianos. Paul Eggert 2005-10-30 21:46:00 +00:00
  • 9b700d84f7 * tests/mkdir/p-3: Require that the test be run as non-root. Paul Eggert 2005-10-30 21:45:45 +00:00
  • d9b19cac60 Require that the test be run as non-root. Paul Eggert 2005-10-30 21:44:53 +00:00
  • 9c9083d9a7 [defined HAVE_CONFIG_H]: Include <config.h>, so that large files can be opened. Paul Eggert 2005-10-30 21:44:31 +00:00
  • 9fb982e150 (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]: Don't assume that futimes failing means we must fail. Paul Eggert 2005-10-30 21:32:02 +00:00
  • b90c07efd8 (__getcwd): Don't assume that system calls after readdir leave errno alone. Problem reported by Dmitry V. Levin. Paul Eggert 2005-10-30 01:31:32 +00:00
  • 5648577df0 (savedir): Don't assume that xrealloc etc. leave errno alone. Paul Eggert 2005-10-28 23:06:42 +00:00
  • cada888edd src/ln.c (FILE_BASENAME_CONCAT): Omit unnecessary slashes in the boundary between DEST and SOURCE in the result. Paul Eggert 2005-10-28 22:17:27 +00:00
  • 50a6da201b (FILE_BASENAME_CONCAT): Omit unnecessary slashes in the boundary between DEST and SOURCE in the result. Paul Eggert 2005-10-28 22:17:00 +00:00
  • f6d480b0a7 *** empty log message *** Jim Meyering 2005-10-27 19:44:45 +00:00
  • cc7c372176 *** empty log message *** Jim Meyering 2005-10-27 16:27:15 +00:00
  • 84131ca42b (main) [!O_BINARY]: Changed default read mode back to text, to sync with documentation and for backwards compatibility. Jim Meyering 2005-10-27 16:27:04 +00:00
  • 9793cca908 Add these: sha224sum sha256sum sha384sum sha512sum Jim Meyering 2005-10-26 21:46:24 +00:00
  • 1828ebcc26 *** empty log message *** Jim Meyering 2005-10-25 13:50:30 +00:00
  • c30dcb08eb . Jim Meyering 2005-10-25 13:47:38 +00:00
  • 55b84cf932 *** empty log message *** Jim Meyering 2005-10-25 12:03:56 +00:00
  • 47af602add *** empty log message *** Jim Meyering 2005-10-25 12:00:55 +00:00
  • 7a3af1eb39 (other-wr): Add an explicit test for the dircolors bug (NULL-dereference) fixed yesterday. Jim Meyering 2005-10-25 12:00:51 +00:00
  • 91795f6fa2 (tac_file): When determining whether a file is seekable, also test whether it is a tty. Using only the lseek-based test would give a false positive on Solaris. Reported by Peter Fales. Jim Meyering 2005-10-24 16:07:36 +00:00
  • b9165cb373 *** empty log message *** Jim Meyering 2005-10-24 16:07:28 +00:00
  • 8578313a4a . Jim Meyering 2005-10-24 13:44:58 +00:00
  • 0938dcec7b *** empty log message *** Jim Meyering 2005-10-24 13:42:28 +00:00
  • 075b283689 (TESTS): Add p-slashdot. Jim Meyering 2005-10-24 13:42:21 +00:00
  • e082e26ce0 New test, for "mkdir -p" failure. Jim Meyering 2005-10-24 13:42:02 +00:00
  • f169968735 (TESTS): Add d-slashdot. Jim Meyering 2005-10-24 13:41:41 +00:00
  • 465b852e3b New test, for "install -d" failure. Jim Meyering 2005-10-24 13:41:17 +00:00
  • e928445598 *** empty log message *** Jim Meyering 2005-10-24 13:36:03 +00:00
  • e8871a9516 (make_dir_parents): Like the code above it, don't rely on mkdir failing with a particular errno value (EEXIST). Based on a patch by Dmitry V. Levin. Jim Meyering 2005-10-24 13:35:59 +00:00
  • 30bf08a3da rename array_cardinality to array_len Jim Meyering 2005-10-24 10:39:46 +00:00
  • d038ef379e *** empty log message *** Jim Meyering 2005-10-24 10:22:19 +00:00
  • b8cedd257a (make_dir_parents): Make the preceding fix a little more robust, e.g., when the final component is created as a non- directory by another process just before `mkdir -p's final mkdir. Jim Meyering 2005-10-24 10:22:10 +00:00
  • 946e7dc930 *** empty log message *** Jim Meyering 2005-10-24 10:03:51 +00:00
  • 5b427ce7c3 A command like mkdir -p nonexistent/.' would create the directory but exit nonzero with a diagnostic. This could also be triggered with a non-.' component, e.g., in a race with another process running the same `mkdir -p nonexistent/sub' command. Jim Meyering 2005-10-24 10:03:47 +00:00
  • ce44b29901 *** empty log message *** Jim Meyering 2005-10-24 09:55:13 +00:00
  • 295bdba02c (ls_codes): Add missing comma. Anonymous report and patch from http://savannah.gnu.org/bugs/?func=detailitem&item_id=14849 Jim Meyering 2005-10-24 09:55:00 +00:00
  • b648b4af3d Add a compile-time assertion that the slack_codes and ls_codes arrays have the same number of elements. This would have prevented the above-fixed bug. Jim Meyering 2005-10-24 09:43:01 +00:00
  • 4005639856 *** empty log message *** Jim Meyering 2005-10-24 09:01:15 +00:00
  • 91c0fe6767 (Makefile): Remove stray po-directories argument. Jim Meyering 2005-10-24 09:01:02 +00:00
  • bc8ada5325 *** empty log message *** Jim Meyering 2005-10-24 08:17:00 +00:00
  • 5c0879b3ca Update from gettext cvs (0.15). Jim Meyering 2005-10-24 08:13:39 +00:00
  • 84aca29abf *** empty log message *** Jim Meyering 2005-10-24 07:28:57 +00:00
  • 57d5938b17 * src/expand.c (parse_tab_stops): Add comment to make this function identical to the one in unexpand.c. Jim Meyering 2005-10-24 07:28:39 +00:00
  • 48e6b74278 *** empty log message *** Jim Meyering 2005-10-24 07:18:25 +00:00
  • 315b42ce8e (next_file): Don't assume fopen cannot return stdin. Jim Meyering 2005-10-24 07:18:18 +00:00
  • d0889c6d10 . Jim Meyering 2005-10-23 20:48:56 +00:00
  • d3a1d47934 *** empty log message *** Jim Meyering 2005-10-23 16:05:32 +00:00
  • aa2165429c Document SHA-1 and SHA-2 utlities. Jim Meyering 2005-10-23 16:05:26 +00:00
  • b7d83f310d *** empty log message *** Jim Meyering 2005-10-23 16:01:21 +00:00
  • 708c4e6682 . Jim Meyering 2005-10-23 16:00:59 +00:00
  • 79999f2e85 *** empty log message *** Jim Meyering 2005-10-23 16:00:25 +00:00
  • f0b2494fa6 *** empty log message *** Jim Meyering 2005-10-23 15:59:09 +00:00
  • 441c8bd865 from David Madore Jim Meyering 2005-10-23 15:58:59 +00:00
  • 00ba9322af Remove no-longer-relevant comment. Jim Meyering 2005-10-23 15:55:30 +00:00
  • e2cfa48b0f from David Madore Jim Meyering 2005-10-23 15:53:55 +00:00
  • d294610a58 *** empty log message *** Jim Meyering 2005-10-23 15:47:07 +00:00
  • c5795228dd test scripts from David Madore Jim Meyering 2005-10-23 15:46:39 +00:00
  • 1ad9207ebb (TESTS): Add new sha224sum, sha256sum, sha384sum, sha512sum test scripts here rather that each in its own directory. Jim Meyering 2005-10-23 15:46:14 +00:00
  • ac3fa5399b Add new sha* programs. Jim Meyering 2005-10-23 15:37:53 +00:00
  • b6b139e070 *** empty log message *** Jim Meyering 2005-10-23 15:37:04 +00:00
  • d45f1b2d27 Add gl_SHA256 and gl_SHA512. Jim Meyering 2005-10-23 15:37:00 +00:00
  • 2c91d95619 . Jim Meyering 2005-10-23 15:36:49 +00:00
  • ce9b73cda4 *** empty log message *** Jim Meyering 2005-10-23 15:36:09 +00:00
  • 123571ad4d Add new programs: sha224sum, sha256sum, sha384sum, sha512sum. Add their names to the list. Jim Meyering 2005-10-23 15:31:44 +00:00
  • 1974bccc56 (digest_check, main): Use ptr_align rather than a dangerous pointer-value-to-`unsigned' cast. Jim Meyering 2005-10-23 15:29:25 +00:00
  • 5528d926f6 *** empty log message *** Jim Meyering 2005-10-23 15:25:19 +00:00
  • c999d42c57 New file, used to build sha* programs from md5sum.c. Jim Meyering 2005-10-23 15:25:14 +00:00
  • 3b63180c8c (sha224sum, sha256sum, sha384sum, sha512sum): Rules for compiling sha-2 utilities (noinst_HEADERS): Remove checksum.h. Jim Meyering 2005-10-23 15:23:56 +00:00