Don't fail if mv/acl test succeeds.
[platform/upstream/coreutils.git] / src /
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...
2006-09-18 Paul EggertFix bug where chmod, chown, and chgrp did not process...
2006-09-18 Paul Eggert* src/shuf.c (main): Quote the entire range when report...
2006-09-16 Paul Eggert* NEWS: Document that mkdir -p and install -d now fork...
2006-09-14 Jim Meyering* src/mv.c (main): Remove unnecessary (always-true...
2006-09-12 Paul Eggert(print_user): Rewrite to avoid warning from GCC 4.1...
2006-09-11 Jim Meyering* src/c99-to-c89.diff: Add another set of curly braces.
2006-09-11 Jim Meyering* src/remove.c (remove_dir): Move new cache_stat_init...
2006-09-11 Paul Eggert(eval6): Fix buffer overrun, or bad performance, if
2006-09-08 Paul Eggerttail now ignores the -f option if POSIXLY_CORRECT is...
2006-09-08 Jim Meyeringmv and "cp -r" no longer fail when invoked with two...
2006-09-07 Jim Meyering* src/c99-to-c89.diff: Update to have proper offsets.
2006-09-05 Jim Meyering* src/c99-to-c89.diff (remove.c): Adapt one hunk to...
2006-09-03 Paul EggertDon't include dirname.h, since system.h does it now.
2006-09-03 Paul EggertFix comment.
2006-09-03 Paul EggertDon't include dirname.h, since system.h does it now.
2006-09-03 Paul EggertInclude "dirname.h", since dot_or_dotdot needs it
2006-09-03 Paul EggertDon't include dirname.h, since system.h does it now.
2006-09-01 Paul EggertFix typo in previous change; an unsigned int wasn't...
2006-09-01 Paul Eggert* m4/jm-macros.m4 (gl_MACROS): Call cu_PREREQ_STAT_PROG...
2006-08-29 Paul Eggert* src/stat.c (HAVE_STRUCT_STATXFS_F_FSID_VAL, FSID_VAL...
next