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