Age | Commit message (Expand) | Author |
2007-02-18 | Rely on gnulib-generated stdlib.h, not exit.h. | Jim Meyering |
2007-02-15 | * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase. | Paul Eggert |
2007-02-10 | Remove excess leading spaces that would make help2man misbehave. | Jim Meyering |
2007-02-10 | * src/csplit.c (usage): Use two spaces (not one) to separate | Jim Meyering |
2007-02-03 | * NEWS: Document fix for cp --preserve=mode. | Paul Eggert |
2007-02-03 | * NEWS: Document fix for cp --parents. | Paul Eggert |
2007-02-02 | * src/nl.c (proc_text): Use "NULL", not "(struct re_registers *) 0". | Jim Meyering |
2007-02-02 | * src/c99-to-c89.diff: Make shred.c Index: and a/b prefixes | Jim Meyering |
2007-01-29 | Plug a leak in ls. | Jim Meyering |
2007-01-29 | * src/ls.c: Rename three global variables. | Jim Meyering |
2007-01-29 | Shave 8 bytes off the size of "struct fileinfo". | Jim Meyering |
2007-01-29 | Modify "ls" to sort its data faster, using the new gnulib mpsort | Paul Eggert |
2007-01-26 | Adjust to today's change to gnulib, which added a module for | Paul Eggert |
2007-01-26 | * src/dd.c (advance_input_after_read_error): Change diagnostic to | Jim Meyering |
2007-01-25 | * src/sort.c (create_temp): Remove superfluous access-X_OK | Dan Hipschman |
2007-01-24 | Pass "make distcheck" again. | Jim Meyering |
2007-01-24 | * NEWS: New option sort -C, proposed by XCU ERN 127, which looks | Paul Eggert |
2007-01-24 | * NEWS: sort temp file compression: tweak wording. | Jim Meyering |
2007-01-24 | * src/sort.c (MAX_FORK_RETRIES_COMPRESS, MAX_FORK_RETRIES_DECOMPRESS): | Dan Hipschman |
2007-01-20 | Standardize on list of signals when an app catches signals. | Paul Eggert |
2007-01-19 | * src/sort.c (cleanup): Clear temphead at the end. | Dan Hipschman |
2007-01-18 | * src/c99-to-c89.diff: Adjust remove.c offsets. | Jim Meyering |
2007-01-17 | Make "rm --interactive=never ..." never prompt. | Jim Meyering |
2007-01-15 | * src/remove.c (remove_dir): Don't use errno in diagnostic. | Jim Meyering |
2007-01-11 | Avoid a leak in expr's implementation of the ":" (match) operator. | Jim Meyering |
2007-01-10 | Don't use fts_statp uninitialized for "chown -RLh --preserve-root ...". | Jim Meyering |
2007-01-06 | * src/fmt.c (copy_rest): Correct prefix handling. | G.P. Halkes |
2007-01-05 | * src/dircolors.hin: Add a TERM directive for cons25. | Mike Frysinger |
2007-01-04 | Use the release year, not the current year. | Jim Meyering |
2007-01-04 | Ensure that "group --version" always prints the current year. | Jim Meyering |
2007-01-04 | [ChangeLog] | Jim Meyering |
2007-01-03 | * src/copy.c (copy_internal): Use mkfifo as a fallback if mknod fails. | Bruno Haible |
2007-01-02 | Now, "ls -FRL" always follows symbolic links on Linux. | Paul Eggert |
2006-12-30 | * src/c99-to-c89.diff: Adjust remove.c offsets. | Jim Meyering |
2006-12-30 | Clean up after the change of 2006-12-28. | Jim Meyering |
2006-12-30 | * src/copy.c (copy_reg): Rewrite a comment that was rendered | Jim Meyering |
2006-12-28 | When moving "up" the hierarchy, be careful to remove a just-emptied | Jim Meyering |
2006-12-27 | * src/tail.c (usage): Mention +N for --bytes and --lines. | Jim Meyering |
2006-12-22 | * NEWS: dd bs= operands now silently override later ibs= and obs=, | Paul Eggert |
2006-12-21 | "rm -rf /etc/motd" (run by non-root) now prints a diagnostic. | Jim Meyering |
2006-12-20 | "cut -f 2- A B" no longer triggers a double-free bug | Jim Meyering |
2006-12-14 | chgrp, chown: Don't prohibit -RLh, aka -RL with --no-dereference. | Jim Meyering |
2006-12-14 | * NEWS: --preserve-root now works with chgrp, chmod, and chown. | Jim Meyering |
2006-12-13 | Remove some arbitrary restrictions on size fields, | Paul Eggert |
2006-12-12 | * src/system.h (SETVBUF): Remove definition, now that the | Jim Meyering |
2006-12-07 | cp -p now clears special bits if it fails to preserve owner or group | Paul Eggert |
2006-12-06 | * NEWS: Document the cp --preserve=ownership fix. | Paul Eggert |
2006-12-04 | install.c: Preserve time stamps before changing owner or file mode bits, | Paul Eggert |
2006-11-27 | * Makefile.maint (patch-check): Rewrite to diagnose failure. | Jim Meyering |
2006-11-27 | Improve the check for departures from C89, and fix the departures | Paul Eggert |