* tests/misc/test-diag: Work also when libc's error function
[platform/upstream/coreutils.git] / src /
2007-01-11 Jim MeyeringMerge branch 'master' of /cu
2007-01-11 Jim Meyeringtrivial merge
2007-01-10 Jim MeyeringDon't use fts_statp uninitialized for "chown -RLh ...
2007-01-06 G.P. Halkes* src/fmt.c (copy_rest): Correct prefix handling.
2007-01-05 Mike Frysinger* src/dircolors.hin: Add a TERM directive for cons25.
2007-01-04 Jim MeyeringUse the release year, not the current year.
2007-01-04 Jim MeyeringEnsure that "group --version" always prints the current...
2007-01-04 Jim Meyering[ChangeLog]
2007-01-03 Bruno Haible* src/copy.c (copy_internal): Use mkfifo as a fallback...
2007-01-02 Paul EggertNow, "ls -FRL" always follows symbolic links on Linux.
2006-12-30 Jim Meyering* src/c99-to-c89.diff: Adjust remove.c offsets.
2006-12-30 Jim MeyeringClean up after the change of 2006-12-28.
2006-12-30 Jim Meyering* src/copy.c (copy_reg): Rewrite a comment that was...
2006-12-28 Jim MeyeringWhen moving "up" the hierarchy, be careful to remove...
2006-12-27 Jim Meyering* src/tail.c (usage): Mention +N for --bytes and -...
2006-12-22 Paul Eggert* NEWS: dd bs= operands now silently override later...
2006-12-21 Jim Meyering"rm -rf /etc/motd" (run by non-root) now prints a diagn...
2006-12-20 Jim Meyering"cut -f 2- A B" no longer triggers a double-free bug
2006-12-14 Jim Meyeringchgrp, chown: Don't prohibit -RLh, aka -RL with --no...
2006-12-14 Jim Meyering* NEWS: --preserve-root now works with chgrp, chmod...
2006-12-13 Paul EggertRemove some arbitrary restrictions on size fields,
2006-12-12 Jim Meyering* src/system.h (SETVBUF): Remove definition, now that the
2006-12-07 Paul Eggertcp -p now clears special bits if it fails to preserve...
2006-12-06 Paul Eggert* NEWS: Document the cp --preserve=ownership fix.
2006-12-04 Paul Eggertinstall.c: Preserve time stamps before changing owner...
2006-11-27 Jim Meyering* Makefile.maint (patch-check): Rewrite to diagnose...
2006-11-27 Paul EggertImprove the check for departures from C89, and fix...
2006-11-27 Mike Frysingerrecognize new archive, audio, image formats; give audio...
2006-11-26 Jim Meyering* src/c99-to-c89.diff: Remove 3 bogus hunks.
2006-11-26 Jim Meyering* src/remove.c (fd_to_subdirp): Remove unused parameter...
2006-11-26 Jim Meyering* src/c99-to-c89.diff: Adjust for changes in rm.c and...
2006-11-26 Jim Meyering* src/rm.c (main): Remove unnecessary (assuming C99...
2006-11-26 Paul EggertPort parts of the code to C89 to minimize the need...
2006-11-26 Paul Eggert* src/remove.c (rm): Move cycle_check_init call into...
2006-11-26 Paul Eggert* src/remove.c (AD_ensure_initialized): New function.
2006-11-26 Paul Eggert* src/remove.c (AD_pop_and_chdir): Return prev_dir...
2006-11-26 Paul Eggert* src/remove.c (cache_stat_init): Return its argument...
2006-11-26 Paul Eggert* src/remove.c (rm_1): Remove decl of local, fd_cwd.
2006-11-18 Jim Meyering"ln --backup f f" produces a misleading diagnostic:
2006-11-16 Paul Eggert* bootstrap.conf (gnulib_modules): Add sys_stat, since...
2006-11-16 Jim Meyering* src/csplit.c (load_buffer): Plug an inconsequential...
2006-11-16 Jim MeyeringHelp valgrind see that there is no leak in dd.c.
2006-11-13 Jim Meyering* src/sort.c (insertkey): Use xmemdup, rather than...
2006-11-13 Jim MeyeringPlug another technically-unimportant leak in sort.
2006-11-13 Jim Meyering* src/sort.c (main): Plug a tiny memory leak.
2006-10-28 Jim Meyering* src/c99-to-c89.diff: Update to reflect new offsets...
2006-10-26 Jim Meyering* src/system.h (ftello): Add a compile-time check for...
2006-10-25 Jim MeyeringPortability to Tru64 V4.0.
2006-10-24 Jim Meyering* src/cat.c (infile): Add "const" to declaration.
2006-10-24 Jim Meyering* src/c99-to-c89.diff: Update to reflect new offsets.
2006-10-24 Jim Meyeringnew feature: rm accepts new option: --one-file-system
2006-10-21 Jim Meyering* .gitignore: Remove some references to files in subdir...
2006-10-21 Jim Meyering* src/copy.c (copy_internal): Add a comment saying...
2006-10-20 Jim MeyeringEnable an fts optimization (call lstat only for directo...
2006-10-20 Jim Meyering* src/od.c (usage): Change description of default to...
2006-10-19 Paul Eggert* src/copy.c (copy_reg): Rewrite slightly to avoid...
2006-10-18 Paul Eggert* src/copy.c (copy_internal): Use mknod rather than...
2006-10-18 Paul Eggert* src/copy.c (copy_internal): Remove redundant and...
2006-10-18 Paul Eggert* src/copy.c (copy_internal): Don't pass mkdir a mode...
2006-10-17 Jim Meyering* src/dd.c (usage): Use two spaces (not one) to separat...
2006-10-16 Paul Eggert* src/groups.sh (version): Reword message to match...
2006-10-14 Jim Meyering* src/system.h (EXIT_FAILURE, EXIT_SUCCESS): Remove...
2006-10-14 Jim Meyering* src/cksum.c (uint_fast32_t): Don't define.
2006-10-14 Jim Meyering* src/pinky.c: Don't include stat-macros.h; system...
2006-10-14 Jim Meyering* src/pinky.c (S_IWGRP): Don't define.
2006-10-14 Jim Meyering* NEWS: cp -r --backup dir1 dir2, would rename an exist...
2006-10-13 Jim MeyeringMore chown/chgrp dereferencing-related fixes.
2006-10-13 Jim Meyering* src/chown-core.c (change_file_owner): Use fstatat...
2006-10-13 Jim Meyering* src/du-tests: Clean up a little, though it's still...
2006-10-12 Jim Meyering* configure.ac: Avoid compiler warnings about default...
2006-10-11 Jim Meyering* src/ls.c (usage): Correct description of -s, --size.
2006-10-10 Paul Eggert* src/ls.c (quote_name): Use initializer rather than...
2006-10-09 Paul Eggert* src/sort.c (usage): Mention again that sort fields...
2006-10-09 Jim MeyeringAvoid a compiler warning.
2006-10-07 Paul Eggert* src/install.c (make_ancestor): New arg COMPONENT.
2006-10-06 Paul EggertFix bug reported today by Mike Frysinger: mkdir -pv...
2006-10-06 Jim Meyering* src/c99-to-c89.diff: Update to reflect new offsets.
2006-10-05 Paul Eggert* src/chgrp.c: Don't include lchown.h; no longer needed.
2006-10-05 Paul Eggert* src/dd.c (flags): noatime and nofollow now depend on
2006-10-03 Paul Eggert* src/system.h (ST_BLKSIZE): Ceiling at SIZE_MAX /...
2006-10-03 Jim Meyering* src/remove.c (nonexistent_file_errno): Remove ENAMETO...
2006-10-03 Jim Meyering* src/c99-to-c89.diff: Convert two c99'isms -- one...
2006-10-03 Jim Meyering* src/c99-to-c89.diff: Update to reflect new offsets.
2006-10-03 Jim Meyering* src/remove.c (remove_entry): With -f, exit successful...
2006-10-03 Jim MeyeringWith --force (-f), rm no longer fails for ENOTDIR.
2006-09-30 Jim Meyering* src/c99-to-c89.diff: Update offsets.
2006-09-29 Jim Meyering* src/shuf.c (read_input): Fix an off-by-one error...
2006-09-29 Jim Meyering[ChangeLog]
2006-09-29 Jim MeyeringWork around a readdir bug in Darwin 7.9.0 (MacOS X...
2006-09-26 Jim Meyering* src/c99-to-c89.diff: Update offsets.
2006-09-26 Jim Meyering* NEWS: rm works around a bug in Darwin 8.6.1 w/NFS...
2006-09-26 Paul Eggert[ChangeLog]
2006-09-26 Jim Meyering* src/groups.sh: When invoked with 0 or 1 argument...
2006-09-26 Jim Meyering* NEWS: Mention the bug fix.
2006-09-25 Jim Meyering* src/chown.c (usage): Clarify --dereference description.
2006-09-24 Jim Meyering* NEWS: Mention these fixes.
2006-09-20 Paul Eggert* NEWS: Document fix for cp -i and mv -i.
2006-09-20 Jim MeyeringFix the 2006-09-18 bug differently.
2006-09-20 Jim Meyering* src/chmod.c: Revert last change. There is a better...
2006-09-19 Paul Eggert* src/ln.c (target_directory_operand): Rewrite to avoid...
next