Commit Graph

  • 6e7e2709c8 * tests/du/basic: Generate 4KB file simply using printf, rather than seq+head. This avoids a spurious "Broken pipe" diagnostic from seq. Jim Meyering 2006-12-02 22:04:13 +01:00
  • aa0fb1e032 * perm.texi (Mode Structure): Fix typo: s/setgid/setuid/. Reported by Georg Neis as Debian bug 400778. Jim Meyering 2006-11-28 23:03:08 +01:00
  • 1ddf7faf11 * tests/mv/no-target-dir: Detect a buggy rename syscall. If found, skip this test. This happens at least on ia64 linux-2.4.19 w/ext3. Reported by Matthew Woehlke. Jim Meyering 2006-11-28 13:36:37 +01:00
  • db7092bed3 * tests/mv/dir2dir: Also accept EBUSY. Reported by Matthew Woehlke. Jim Meyering 2006-11-28 09:21:00 +01:00
  • 97136cb93f * Makefile.maint (patch-check): Rewrite to diagnose failure. * src/c99-to-c89.diff: Adjust shred.c offsets. Jim Meyering 2006-11-27 14:38:35 +01:00
  • 9b06af3367 Improve the check for departures from C89, and fix the departures I found. * Makefile.maint (my-distcheck): Also check for C89 compatibility as best we can with GCC. * src/stat.c (PRINTF_OPTION): Omit comma before } in enum declaration; C89 doesn't allow this. * src/dcgen: Don't generate string literals longer than what C89 requires support for. * src/cut.c (usage): Don't use string literals longer than what C89 requires support for. * src/date.c (usage): Likewise. * src/dd.c (usage): Likewise. * src/du.c (usage): Likewise. * src/ls.c (usage): Likewise. * src/od.c (usage): Likewise. * src/readlink.c (usage): Likewise. * src/seq.c (usage): Likewise. * src/shred.c (usage): Likewise. Paul Eggert 2006-11-27 11:27:46 +01:00
  • a45772d52d recognize new archive, audio, image formats; give audio files a separate color * src/dircolors.hin: Add comments for common .sh and .csh scripts. Add .bz2, .tbz2, .tz, .rar, .ace, .zoo, .cpio, .7z, .rz as archive suffixes. Add .mng, .pcx, .m2v, .mkv, .ogm, .mp4, .m4v, .mp4v, .vob, .qt, .nuv, .wmv, .asf, .rm, .rmvb, .flc, .yuv as image formats. Add .aac, .au, .mid, .midi, .mka, .ra as audio suffixes. Change audio color to 00;36 to differentiate from image/video color. Mike Frysinger 2006-11-27 08:58:40 +01:00
  • a43ee65ee5 * Makefile.maint (patch-check): Compile patched sources with CFLAGS='-Wdeclaration-after-statement -Werror', to ensure that no violations remain. Jim Meyering 2006-11-26 18:51:27 +01:00
  • 549bbdf7b4 * src/c99-to-c89.diff: Remove 3 bogus hunks. Jim Meyering 2006-11-26 18:49:55 +01:00
  • 5e2f415d17 * src/remove.c (fd_to_subdirp): Remove unused parameter, ds. Update callers. Jim Meyering 2006-11-26 18:47:54 +01:00
  • d6a37dfa3b * src/c99-to-c89.diff: Adjust for changes in rm.c and in remove.c. Jim Meyering 2006-11-26 18:42:56 +01:00
  • 8ec7811e82 * src/rm.c (main): Remove unnecessary (assuming C99) braces. Jim Meyering 2006-11-26 18:35:38 +01:00
  • 08dcc35470 Reflect that these are Paul's changes. I've divided them into separate Jim Meyering 2006-11-26 11:07:15 +01:00
  • 17a7d2c81b Port parts of the code to C89 to minimize the need for c99-to-c89.diff, Paul Eggert 2006-11-26 11:02:48 +01:00
  • a23c91026d * src/remove.c (rm): Move cycle_check_init call into callee... Paul Eggert 2006-11-25 11:13:05 +01:00
  • 1ce71652fc * src/remove.c (AD_ensure_initialized): New function. Paul Eggert 2006-11-25 11:08:20 +01:00
  • 1b95d5ee81 * src/remove.c (AD_pop_and_chdir): Return prev_dir rather than storing through Paul Eggert 2006-11-25 11:01:28 +01:00
  • 6b7c67ad88 * src/remove.c (cache_stat_init): Return its argument, for convenience. Paul Eggert 2006-11-25 10:59:22 +01:00
  • 02e24f2593 * src/remove.c (rm_1): Remove decl of local, fd_cwd. Paul Eggert 2006-11-25 10:55:32 +01:00
  • 5891b7ce21 * Makefile.am (EXTRA_DIST): Remove announce-gen from here, too. Jim Meyering 2006-11-25 19:16:26 +01:00
  • c8092e5db0 * tests/du/inacc-dest: Skip this test when running as root. Theodoros V. Kalamatianos 2006-11-24 22:08:33 +01:00
  • 8cafe0070a Add announce-gen to build-aux/.*ignore files. Jim Meyering 2006-11-23 16:31:18 +01:00
  • d0275e280e * announce-gen: Remove file. It's moving to gnulib. * bootstrap: Pull it from gnulib/build-aux instead. * Makefile.maint (announcement): Reflect move to ./build-aux. Jim Meyering 2006-11-23 16:28:49 +01:00
  • 37012effc9 * tests/du/deref-args: Use "printf %65536s x" to create a 64KB file, rather than a pipeline that would sometimes evoke a diagnostic like "seq: write error: Broken pipe". Jim Meyering 2006-11-23 09:09:53 +01:00
  • a409011bba * tests/help-version: Suppress dd transfer rate output. Jim Meyering 2006-11-23 09:02:36 +01:00
  • a3ae3e8085 * configure.ac (AC_INIT): Bump to 6.7-pre, not 6.6-pre. Jim Meyering 2006-11-23 01:12:22 +01:00
  • 3ccd02d5b9 * randread.c (__attribute__): Don't define if __attribute__ is already defined. Otherwise, the code won't conform to C99, since the macro arg is spelled differently by some include file, and the compilation fails with pedantic GCC. Paul Eggert 2006-11-23 01:06:42 +01:00
  • 5272c6daa1 * announce-gen (print_news_deltas): Fix silly, but harmless typo: change "(:?..." to "(?:..." in regexps. Jim Meyering 2006-11-22 16:16:05 +01:00
  • e750c5cac8 Post-release version change. * NEWS: Add a line for 6.7-pre. * configure.ac (AC_INIT): Bump to 6.7 and add "-pre" suffix. Jim Meyering 2006-11-22 16:15:02 +01:00
  • 92210636da .prev-version: Record previous version: 6.6. Jim Meyering 2006-11-22 12:52:34 +01:00
  • 46710dd82a Version 6.6. * NEWS: Record release date. Remove "-pre" suffix. * configure.ac (AC_INIT): Remove "-pre" suffix from version string. v6.6 COREUTILS-6_6 Jim Meyering 2006-11-22 12:40:57 +01:00
  • efab0d7989 * Makefile.maint (announcement): Don't use now-removed --release-archive-directory=... option. Jim Meyering 2006-11-22 12:38:16 +01:00
  • 659e5f5edc * announce-gen: Remove unused --release-archive-directory option. (print_news_deltas): Accept new adjective, "Noteworthy", in addition to the old "Major". Match version numbers in NEWS using tighter regular expressions. (main): Require the --gpg-key-id=ID option. Jim Meyering 2006-11-22 12:35:02 +01:00
  • b076de8551 * NEWS: Mention the three noteworthy changes, all fixed via gnulib. Jim Meyering 2006-11-22 10:14:15 +01:00
  • 7719e67e36 * .cvsignore, .gitignore: Add fstat.c. Jim Meyering 2006-11-22 10:10:30 +01:00
  • d66091126a * tests/rm/one-file-system: Upon setup failure (e.g., mount failure), skip the test rather than failing. Reported by Michael Deutschmann. Jim Meyering 2006-11-21 09:32:55 +01:00
  • 41b5fe3246 * tests/rm/fail-eperm: Use the "(exit N); exit N" idiom, rather than just "exit N". Jim Meyering 2006-11-21 09:03:27 +01:00
  • e9a8c140da Arrange for "make check-root" to run the new root-only test. * tests/Makefile.am (t7): New target, to run tests/ls/nameless-uid. (all_t): Add t7. Jim Meyering 2006-11-21 00:37:03 +01:00
  • 279c41d79c Add a root-only test for today's lib/idcache.c fix. * tests/ls/nameless-uid: New file. * tests/ls/Makefile.am (TESTS): Add nameless-uid. (TESTS_ENVIRONMENT): Add PERL to the list. Jim Meyering 2006-11-20 11:31:05 +01:00
  • 81ebd46046 * tests/tail-2/assert-2: Mark as a very-expensive test, because I find the 7-second sleep annoyingly long. Besides, this test is probably far too specific and timing sensitive ever to trigger again. * tests/tail-2/assert: Likewise. Jim Meyering 2006-11-19 23:19:06 +01:00
  • 318fb0502d Post-release version change. * NEWS: Add a line for 6.6-pre. * configure.ac (AC_INIT): Bump to 6.6 and add "-pre" suffix. Jim Meyering 2006-11-19 19:44:23 +01:00
  • ad2a81ce8b .prev-version: Record previous version: 6.5. Jim Meyering 2006-11-19 14:10:48 +01:00
  • 497a5cf465 Version 6.5. * NEWS: Record release date. Remove "-cvs" suffix. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. v6.5 COREUTILS-6_5 Jim Meyering 2006-11-19 10:58:55 +01:00
  • 1efc5bda6c "ln --backup f f" now produces a sensible diagnostic Jim Meyering 2006-11-18 20:19:16 +01:00
  • 0cafba44bb "ln --backup f f" produces a misleading diagnostic: ln: creating hard link f' => f': No such file or directory * src/ln.c (do_link): Give a better diagnostic in this unusual case. (do_link): Rename local: s/lstat_ok/dest_lstat_ok/. * tests/ln/Makefile.am (TESTS): Add hard-backup. * tests/ln/hard-backup: New test for the above. Jim Meyering 2006-11-18 20:00:39 +01:00
  • 1a0333565f * bootstrap.conf (gnulib_modules): Add sys_stat, since we use it directly too. * lib/.cvsignore, lib/.gitignore: Add root-dev-ino.c, root-dev-ino.h. * m4/.cvsignore, m4/.gitignore: Add root-dev-ino.m4. * src/ls.c (DIRED_FPUTS_LITERAL, PUSH_CURRENT_DIRED_POS): Omit unnecessary parenthesization of args. * src/od.c (EQUAL_BLOCKS): Likewise. * src/system.h (STREQ, ASSIGN_STRDUPA): Likewise. Paul Eggert 2006-11-16 19:51:23 +01:00
  • a73fdeb2ce * tests/tail-2/append-only: If chattr +a fails, exit 77 (to tell automake we're skipping this test), and give a diagnostic to tell the user the same thing. Reported by Mike Grayson. Jim Meyering 2006-11-16 10:05:36 +01:00
  • 751f6acf54 change log date to be today's Jim Meyering 2006-11-16 09:58:49 +01:00
  • 8b139ff78c Arrange to install manpages only for tools that are installed. Ralf Wildenhues 2006-11-16 09:57:34 +01:00
  • b6b438c45d * src/csplit.c (load_buffer): Plug an inconsequential leak. Jim Meyering 2006-11-16 09:16:08 +01:00
  • fc9b802e3d Help valgrind see that there is no leak in dd.c. * src/dd.c (dd_copy): Declare real_buf and real_obuf to be static, so we need not free them at all. This is easier than freeing both buffers at each of the early "return"s. Jim Meyering 2006-11-16 09:15:47 +01:00
  • e189a79efd * .x-po-check: Exclude gl/ files. Otherwise, po-check would complain that some of gl/lib/*.[ch] are not listed in POTFILES.in. Jim Meyering 2006-11-15 10:37:02 +01:00
  • 56206ccb80 * gl/m4/root-dev-ino.m4: Now that this is part of a real "module", remove the now-unnecessary use of AC_LIBSOURCES. Jim Meyering 2006-11-14 14:09:34 +01:00
  • 3ef2f939f7 Adapt to new version of gnulib-tool. * gl/modules/root-dev-ino: New file. * lib/root-dev-ino.c, lib/root-dev-ino.h: Move these files ... * gl/lib/root-dev-ino.c, gl/lib/root-dev-ino.h: ... to here. * m4/root-dev-ino.m4: Move this file ... * gl/m4/root-dev-ino.m4: ... to here. * bootstrap.conf (gnulib_modules): Add root-dev-ino. Jim Meyering 2006-11-14 14:02:18 +01:00
  • 1b00a69ff2 * readlink-stub.c, lstat-stub.c: Remove now-unused files. Jim Meyering 2006-11-14 09:38:32 +01:00
  • 7932d2e2d4 * src/sort.c (insertkey): Use xmemdup, rather than xmalloc+assignment. From Paul Eggert. Jim Meyering 2006-11-13 19:15:43 +01:00
  • 2061f04847 Plug another technically-unimportant leak in sort. * src/sort.c (main): Don't allocate memory for each new key here. (insertkey): Allocate memory for each key here, instead. (key_init): Rename from new_key. Don't allocate. Jim Meyering 2006-11-13 15:19:22 +01:00
  • d5d00c7f9f * src/sort.c (main): Plug a tiny memory leak. Move declaration of local "minus" down to be nearer point of use. Jim Meyering 2006-11-13 15:06:15 +01:00
  • 84268dae4e More automatically-added ignorables. Jim Meyering 2006-11-12 22:45:14 +01:00
  • 78a1d22aa0 * tests/du/Makefile.am (TESTS): Add inacc-dest. Jim Meyering 2006-11-12 19:58:58 +01:00
  • 597bfeb851 * NEWS: Mention this bug fix. Jim Meyering 2006-11-12 19:13:32 +01:00
  • c24e93d926 du would exit early, when encountering an inaccessible directory Reported by Mike Frysinger, in http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/8831 * tests/du/inacc-dest: New test, based on an example from Mike Frysinger. * tests/chgrp/no-x: Remove the "fts_read failed: ..." diagnostic from the expected output when using native fdopendir. * tests/chmod/no-x: Likewise. * tests/du/no-x: Likewise. Jim Meyering 2006-11-12 18:42:24 +01:00
  • 75be540f7d * Makefile.maint (sc_cast_of_x_alloc_return_value): Add an exclusion for xalloc.h itself. Jim Meyering 2006-11-12 18:41:01 +01:00
  • 28c7ef509e Avoid false-positive when testing via valgrind. * tests/mv/atomic: Grep strace output for a more specific pattern than just "unlink", since that got a false positive when testing under valgrind: unlink("/tmp/valgrind_proc_9657_cmdline_A51E9991") = 0 * tests/mv/Makefile.am (TESTS_ENVIRONMENT): Define EGREP. Jim Meyering 2006-11-12 08:22:46 +01:00
  • 7c96936a04 update .cvsignore/.gitignore files Jim Meyering 2006-10-30 09:10:56 +01:00
  • e24ce7c58d * Makefile.maint (patch-check): Make it easier to regenerate the src/c99-to-c89.diff file. E.g., I do this: make patch-check REGEN_PATCH=1; ediff src/c99-to-c89.diff new-diff Jim Meyering 2006-10-28 18:23:30 +02:00
  • 876e46bce7 * src/c99-to-c89.diff: Update to reflect new offsets in rm.c. Jim Meyering 2006-10-28 18:21:13 +02:00
  • a0db0def2d * coreutils.texi (wc invocation): When giving the order in which the various "counts" are listed, also mention "maximum line length". Prompted by a report from Vincent LeFevre. Jim Meyering 2006-10-28 18:19:05 +02:00
  • 0766fb8b54 * src/system.h (ftello): Add a compile-time check for the highly unlikely condition of off_t narrower than long int, rather than handling it at run time. Based on a patch from Paul Eggert. Jim Meyering 2006-10-26 15:16:41 +02:00
  • b40b5b6917 Avoid a shell bug in Tru64 4.0 sh's handling of double-quoted strings. [patch by Paul Eggert] Jim Meyering 2006-10-26 11:03:30 +02:00
  • 95954ad583 Portability to Tru64 V4.0. * src/system.h (ftello) [!HAVE_FSEEKO && !defined ftello]: Define inline replacement function. This (along with a yesterday's fix for autoconf's _AC_SYS_LARGEFILE_MACRO_VALUE macro) makes it so coreutils now builds once more on Tru64 V4.0. Reported by Nelson Beebe. Jim Meyering 2006-10-25 11:47:06 +02:00
  • e81a82b74f * src/cat.c (infile): Add "const" to declaration. * src/csplit.c (prefix): Likewise. * src/printf.c (cfcc_msg): Likewise. * src/tail.c (valid_file_spec): Likewise. * src/cut.c (cut_file): Likewise, for a parameter. * src/expr.c (str_value): Likewise. * src/fold.c (fold_file): Likewise. * src/pr.c (init_header): Likewise. * src/dircolors.c (dc_parse_stream): Likewise, for a local. * src/tr.c (make_printable_str): Likewise. * src/nl.c (body_type, header_type, footer_type, current_type): (separator_str, build_type_arg, nl_file): Likewise, for many. * src/paste.c (main): Don't assign a read-only string to 'optarg'. * src/tac.c (separator, tac_seekable, copy_to_temp): Likewise. Jim Meyering 2006-10-25 01:05:30 +02:00
  • 3e9cc76189 * tests/sample-test: Update copyright year list to include only the current year, since this is what I'll want in any new test. Jim Meyering 2006-10-25 00:16:13 +02:00
  • 693311a5c3 * src/c99-to-c89.diff: Update to reflect new offsets. Jim Meyering 2006-10-25 00:14:51 +02:00
  • 5e42576c01 new feature: rm accepts new option: --one-file-system Suggested by Steve McIntyre in <http://bugs.debian.org/392925>. * src/remove.h (struct rm_options) [one_file_system]: New member. * src/rm.c (rm_option_init): Initialize it. (usage): Document the option. * src/mv.c (rm_option_init): Likewise. * src/remove.c (remove_dir): With --one-file-system and --recursive, for each directory command line argument, do not affect a file system different from that of the starting directory. And give a diagnostic. * src/rm.c (ONE_FILE_SYSTEM): New enum. (main): Handle new option. * tests/rm/one-file-system: Test the above. * tests/rm/Makefile.am (TESTS): Add one-file-system. * tests/Makefile.am (check-root): Add the rm/one-file-system test to the list. (EXTRA_DIST): Add other-fs-tmpdir. Jim Meyering 2006-10-25 00:01:33 +02:00
  • ba6b1acefd Don't let a failure in one test stop "make -k". * tests/Makefile.am (t1 t2 t3 t4 t5): New targets. (check-root): Depend on them, rather than executing the five commands in a single rule. Reported by Greg Schafer. Jim Meyering 2006-10-24 08:43:58 +02:00
  • a3c4e0b94c * Makefile.maint (alpha beta major): Use a better log message. Suggested by Bob Proulx. Jim Meyering 2006-10-23 18:39:49 +02:00
  • 7e4eef7e40 * tests/misc/pwd-long: Whoops. Don't exec the perl script. Otherwise, the sh-trap-based clean-up code isn't run. Jim Meyering 2006-10-23 12:22:15 +02:00
  • a002111341 * tests/misc/pwd-long: Undo last change, since it made Perl invoke pwd via a shell. Instead, ensure that the absolute name of the pwd binary consists solely of reasonable characters. Jim Meyering 2006-10-23 11:52:48 +02:00
  • 0fdbf2e8c7 * NEWS: Add a line for 6.5-cvs. * configure.ac (AC_INIT): Bump to 6.5 and add "-cvs" suffix. Jim Meyering 2006-10-23 07:59:04 +02:00
  • 9b17e1d7d4 . Jim Meyering 2006-10-22 23:55:14 +02:00
  • 7054512f14 Remove -cvs suffix here, too. v6.4 COREUTILS-6_4 Jim Meyering 2006-10-22 23:41:05 +02:00
  • 479648040d add snprintf-related files to .gitignore Jim Meyering 2006-10-22 23:39:45 +02:00
  • 0c0121ed20 Version 6.4. Jim Meyering 2006-10-22 22:21:26 +02:00
  • 33d52dbc43 * Makefile.maint: Complete the adaptation to function with a working directory that is using git (rather than cvs) for version control. Jim Meyering 2006-10-22 22:16:37 +02:00
  • 9b34202141 * tests/chmod/c-option: Double-quote instances of `$abs_srcdir'. * tests/cp/cp-parents: Likewise. * tests/mkdir/parents: Likewise. * tests/mkdir/perm: Likewise. Jim Meyering 2006-10-22 22:12:13 +02:00
  • 2457af43cf * tests/sample-test: Quote variables containing absolute build tree paths. In the cleanup trap, make sure cd' succeeds before chmod'ing and `rm'ing the temporary files. * tests/chgrp/basic: Likewise. * tests/chgrp/deref: Likewise. * tests/chgrp/no-x: Likewise. * tests/chgrp/posix-H: Likewise. * tests/chgrp/recurse: Likewise. * tests/chmod/c-option: Likewise. * tests/chmod/equal-x: Likewise. * tests/chmod/equals: Likewise. * tests/chmod/inaccessible: Likewise. * tests/chmod/no-x: Likewise. * tests/chmod/octal: Likewise. * tests/chmod/setgid: Likewise. * tests/chmod/umask-x: Likewise. * tests/chmod/usage: Likewise. * tests/chown/basic: Likewise. * tests/chown/deref: Likewise. * tests/chown/separator: Likewise. * tests/cp/acl: Likewise. * tests/cp/backup-1: Likewise. * tests/cp/backup-dir: Likewise. * tests/cp/backup-is-src: Likewise. * tests/cp/cp-HL: Likewise. * tests/cp/cp-deref: Likewise. * tests/cp/cp-i: Likewise. * tests/cp/cp-mv-backup: Likewise. * tests/cp/cp-parents: Likewise. * tests/cp/deref-slink: Likewise. * tests/cp/dir-rm-dest: Likewise. * tests/cp/dir-slash: Likewise. * tests/cp/dir-vs-file: Likewise. * tests/cp/fail-perm: Likewise. * tests/cp/into-self: Likewise. * tests/cp/link: Likewise. * tests/cp/link-no-deref: Likewise. * tests/cp/link-preserve: Likewise. * tests/cp/no-deref-link1: Likewise. * tests/cp/no-deref-link2: Likewise. * tests/cp/no-deref-link3: Likewise. * tests/cp/perm: Likewise. * tests/cp/preserve-2: Likewise. * tests/cp/r-vs-symlink: Likewise. * tests/cp/same-file: Likewise. * tests/cp/slink-2-slink: Likewise. * tests/cp/sparse: Likewise. * tests/cp/special-bits: Likewise. * tests/cp/src-base-dot: Likewise. * tests/cp/symlink-slash: Likewise. * tests/dd/not-rewound: Likewise. * tests/dd/skip-seek2: Likewise. * tests/dd/unblock-sync: Likewise. * tests/du/2g: Likewise. * tests/du/8gb: Likewise. * tests/du/basic: Likewise. * tests/du/deref: Likewise. * tests/du/deref-args: Likewise. * tests/du/exclude: Likewise. * tests/du/fd-leak: Likewise. * tests/du/hard-link: Likewise. * tests/du/inaccessible-cwd: Likewise. * tests/du/long-from-unreadable: Likewise. * tests/du/long-sloop: Likewise. * tests/du/no-deref: Likewise. * tests/du/no-x: Likewise. * tests/du/restore-wd: Likewise. * tests/du/slash: Likewise. * tests/du/slink: Likewise. * tests/du/trailing-slash: Likewise. * tests/du/two-args: Likewise. * tests/fmt/long-line: Likewise. * tests/install/basic-1: Likewise. * tests/install/create-leading: Likewise. * tests/install/d-slashdot: Likewise. * tests/install/trap: Likewise. * tests/ln/misc: Likewise. * tests/ln/target-1: Likewise. * tests/ls/color-dtype-dir: Likewise. * tests/ls/dangle: Likewise. * tests/ls/dired: Likewise. * tests/ls/file-type: Likewise. * tests/ls/follow-slink: Likewise. * tests/ls/infloop: Likewise. * tests/ls/inode: Likewise. * tests/ls/m-option: Likewise. * tests/ls/no-arg: Likewise. * tests/ls/recursive: Likewise. * tests/ls/rt-1: Likewise. * tests/ls/stat-dtype: Likewise. * tests/ls/stat-failed: Likewise. * tests/ls/stat-vs-dirent: Likewise. * tests/misc/cat-proc: Likewise. * tests/misc/close-stdout: Likewise. * tests/misc/csplit: Likewise. * tests/misc/date-sec: Likewise. * tests/misc/false-status: Likewise. * tests/misc/head-c: Likewise. * tests/misc/head-pos: Likewise. * tests/misc/mknod: Likewise. * tests/misc/nl: Likewise. * tests/misc/nohup: Likewise. * tests/misc/pathchk1: Likewise. * tests/misc/printf: Likewise. * tests/misc/printf-hex: Likewise. * tests/misc/pwd-long: Likewise. * tests/misc/shuf: Likewise. * tests/misc/sort-rand: Likewise. * tests/misc/split-a: Likewise. * tests/misc/split-fail: Likewise. * tests/misc/split-l: Likewise. * tests/misc/stat-fmt: Likewise. * tests/misc/tac-continue: Likewise. * tests/misc/wc-files0: Likewise. * tests/mkdir/concurrent-1: Likewise. * tests/mkdir/p-1: Likewise. * tests/mkdir/p-2: Likewise. * tests/mkdir/p-3: Likewise. * tests/mkdir/p-slashdot: Likewise. * tests/mkdir/p-thru-slink: Likewise. * tests/mkdir/p-v: Likewise. * tests/mkdir/parents: Likewise. * tests/mkdir/perm: Likewise. * tests/mkdir/t-slash: Likewise. * tests/mv/acl: Likewise. * tests/mv/atomic: Likewise. * tests/mv/backup-dir: Likewise. * tests/mv/childproof: Likewise. * tests/mv/diag: Likewise. * tests/mv/dir-file: Likewise. * tests/mv/dir2dir: Likewise. * tests/mv/dup-source: Likewise. * tests/mv/hard-2: Likewise. * tests/mv/hard-3: Likewise. * tests/mv/hard-4: Likewise. * tests/mv/hard-link-1: Likewise. * tests/mv/hard-verbose: Likewise. * tests/mv/i-2: Likewise. * tests/mv/i-3: Likewise. * tests/mv/i-4: Likewise. * tests/mv/i-5: Likewise. * tests/mv/i-link-no: Likewise. * tests/mv/into-self-4: Likewise. * tests/mv/leak-fd: Likewise. * tests/mv/mv-special-1: Likewise. * tests/mv/no-target-dir: Likewise. * tests/mv/part-fail: Likewise. * tests/mv/part-hardlink: Likewise. * tests/mv/part-rename: Likewise. * tests/mv/part-symlink: Likewise. * tests/mv/partition-perm: Likewise. * tests/mv/perm-1: Likewise. * tests/mv/reply-no: Likewise. * tests/mv/trailing-slash: Likewise. * tests/mv/update: Likewise. * tests/od/od-N: Likewise. * tests/od/x8: Likewise. * tests/readlink/can-e: Likewise. * tests/readlink/can-f: Likewise. * tests/readlink/can-m: Likewise. * tests/readlink/rl-1: Likewise. * tests/rm/cycle: Likewise. * tests/rm/dangling-symlink: Likewise. * tests/rm/deep-1: Likewise. * tests/rm/dir-no-w: Likewise. * tests/rm/dir-nonrecur: Likewise. * tests/rm/dot-rel: Likewise. * tests/rm/empty-inacc: Likewise. * tests/rm/f-1: Likewise. * tests/rm/fail-2eperm: Likewise. * tests/rm/hash: Likewise. * tests/rm/i-1: Likewise. * tests/rm/i-no-r: Likewise. * tests/rm/ignorable: Likewise. * tests/rm/inaccessible: Likewise. * tests/rm/interactive-always: Likewise. * tests/rm/interactive-once: Likewise. * tests/rm/ir-1: Likewise. * tests/rm/isatty: Likewise. * tests/rm/no-give-up: Likewise. * tests/rm/r-1: Likewise. * tests/rm/r-2: Likewise. * tests/rm/r-3: Likewise. * tests/rm/r-4: Likewise. * tests/rm/readdir-bug: Likewise. * tests/rm/rm1: Likewise. * tests/rm/rm2: Likewise. * tests/rm/rm3: Likewise. * tests/rm/rm4: Likewise. * tests/rm/rm5: Likewise. * tests/rm/sunos-1: Likewise. * tests/rm/unread2: Likewise. * tests/rm/unread3: Likewise. * tests/rmdir/fail-perm: Likewise. * tests/rmdir/t-slash: Likewise. * tests/shred/exact: Likewise. * tests/shred/remove: Likewise. * tests/sum/sysv: Likewise. * tests/tail-2/append-only: Likewise. * tests/tail-2/assert: Likewise. * tests/tail-2/assert-2: Likewise. * tests/tail-2/big-4gb: Likewise. * tests/tail-2/fflush: Likewise. * tests/tail-2/infloop-1: Likewise. * tests/tail-2/proc-ksyms: Likewise. * tests/tail-2/start-middle: Likewise. * tests/tail-2/tail-n0f: Likewise. * tests/tee/basic: Likewise. * tests/tee/dash: Likewise. * tests/touch/fail-diag: Likewise. * tests/touch/no-create-missing: Likewise. * tests/touch/not-owner: Likewise. * tests/touch/obsolescent: Likewise. * tests/touch/read-only: Likewise. * tests/touch/relative: Likewise. Jim Meyering 2006-10-22 19:37:31 +02:00
  • f5417daca0 ignore po/*.po; sort .gitignore files Jim Meyering 2006-10-22 19:00:38 +02:00
  • b1289b8716 * NEWS: (cp --backup fix): Fix a typo. Jim Meyering 2006-10-22 18:59:58 +02:00
  • dcf5b47708 * .gitignore: Remove some references to files in subdirectories. * build-aux/.gitignore, doc/.gitignore, lib/.gitignore: New files. * m4/.gitignore, po/.gitignore, src/.gitignore: Likewise. Jim Meyering 2006-10-21 19:50:47 +00:00
  • 46775398f2 * src/copy.c (copy_internal): Add a comment saying why we prefer mknod over mkfifo. Jim Meyering 2006-10-21 07:16:19 +00:00
  • a75684d6ea Enable an fts optimization (call lstat only for directories, on some file system types) also with the --preserve-root option of chown or chgrp. * src/chown-core.c (change_file_owner): Compare fts_statp-based dev/ino against root dev/ino only for directories. (chown_files): Don't let the root_dev_ino setting influence whether we use FTS_NOSTAT: fts always sets *fts_statp for a directory. Jim Meyering 2006-10-20 23:01:59 +00:00
  • 86719b3cd8 * src/od.c (usage): Change description of default to use "-w16", not the now-invalid "-w 16" syntax. From Dan Jacobson. Jim Meyering 2006-10-20 15:31:11 +00:00
  • 8d8af1248d * bootstrap: Add names to each .gitignore file (if it exists) as well as to .cvsignore. Jim Meyering 2006-10-20 10:08:05 +00:00
  • 64e75cf0ed . Jim Meyering 2006-10-19 11:54:43 +00:00
  • e116c805bf * POTFILES.in: Also include lib/regcomp.c, since it too uses gettext. Jim Meyering 2006-10-19 08:54:01 +00:00
  • 76a7aea9b6 * Makefile.maint (po-check): This rule didn't detect the new use of "gettext" (as opposed to the use of "_" everywhere else) in lib/xstrtol.h. Adjust the grep regexp so that now it does. Jim Meyering 2006-10-19 08:51:27 +00:00
  • 14f131ea57 typo Jim Meyering 2006-10-19 08:49:30 +00:00
  • 177913f5b8 * POTFILES.in: Add lib/xstrtol.h. Paul Eggert 2006-10-19 07:53:42 +00:00
  • 86823158eb * src/copy.c (copy_reg): Rewrite slightly to avoid duplicte code when opening dst_name. (copy_reg, copy_internal): Use (SYSCALL != 0) rather than plain (SYSCALL) to test for failure in a system call. Paul Eggert 2006-10-19 05:22:54 +00:00