Age | Commit message (Expand) | Author |
2008-03-19 | Check for -- and remove -- some unnecessarily included header files. | Jim Meyering |
2008-03-19 | mv: never unlink a destination file before calling rename | Jim Meyering |
2008-03-16 | Include <getopt.h> only if used. | Jim Meyering |
2008-03-10 | install, rmdir: write --verbose output to stdout, not to stderr. | Ondřej Vašík |
2008-03-10 | make syntax-check: also check src/*.h files for extern functions, | Jim Meyering |
2008-03-07 | dd: avoid unnecessary, but harmless close_stdout call. | Jim Meyering |
2008-03-05 | * src/c99-to-c89.diff: Accommodate a C99-ism in id.c. | Jim Meyering |
2008-03-05 | Work around AFS bug: id and groups would print invalid group number. | ribalba |
2008-03-01 | Don't skip the groups-version test. | Jim Meyering |
2008-02-28 | Make copyright comments consistent. | Jim Meyering |
2008-02-20 | join: avoid new leaks | James Youngman |
2008-02-20 | sort: add --sort=... option. | Andreas Schwab |
2008-02-19 | * src/c99-to-c89.diff: Adjust seq.c offsets. Accommodate a new C99-ism. | Jim Meyering |
2008-02-19 | seq: give better diagnostics for invalid formats. | Steven Schubiger |
2008-02-19 | join: new options: --check-order and --nocheck-order. | James Youngman |
2008-02-18 | seq: give a proper diagnostic for an invalid --format=% option | Jim Meyering |
2008-02-17 | .gitignore, src/.gitignore: ignore more | Jim Meyering |
2008-02-17 | Clean up ls.c. | Jim Meyering |
2008-02-17 | Adjust dircolors to match ls.c. | Jim Meyering |
2008-02-17 | ls --color no longer outputs unnecessary escape sequences | Ed Avis |
2008-02-17 | ls: Improve description of --group-directories-first. | Dan Jacobson |
2008-02-16 | Use the gettime module in ls.c. | James Youngman |
2008-02-14 | groups: don't test printf and putchar calls for failure | Jim Meyering |
2008-02-13 | Replace groups.sh with groups.c. | James Youngman |
2008-02-07 | mkdir, split: write --verbose output to stdout, not stderr. | Steven Schubiger |
2008-01-31 | Don't modify argv in dd due to ',' in arguments. | Paul Eggert |
2008-01-30 | * src/c99-to-c89.diff: Adjust remove.c offsets, again. | Jim Meyering |
2008-01-30 | Now that system.h defines is_empty_dir, include "openat.h". | Jim Meyering |
2008-01-30 | * src/c99-to-c89.diff: Adjust remove.c offsets. | Jim Meyering |
2008-01-30 | Improve "rmdir --ignore-fail-on-non-empty" | Jim Meyering |
2008-01-30 | Don't modify argv in dd. | Paul Eggert |
2008-01-29 | ls: don't segfault on files in /proc with an old libselinux | Jim Meyering |
2008-01-26 | chcon: correct description of --no-dereference (-h) option. | Jim Meyering |
2008-01-26 | src/dircolors.hin (TERM): Add jfbterm. | Mike Frysinger |
2008-01-26 | Add a ";", so "make install" works with --enable-install-program=su. | Zvi Har'El |
2008-01-26 | Avoid misinterpreting mgetgroups failure in running root-only tests. | Jim Meyering |
2008-01-17 | Do not define-away __attribute__ when __STRICT_ANSI__ is set. | Jim Meyering |
2008-01-12 | * src/dircolors.hin (image formats): Add the .svg suffix. | Mike Frysinger |
2008-01-09 | Fix a minor race condition when using cp -p --parents. | Paul Eggert |
2008-01-08 | Remove uses of now-undefined Makefile variable. | Jim Meyering |
2008-01-07 | cp (but not copy.c): plug a small leak. | Jim Meyering |
2008-01-07 | cp --parents: don't use uninitialized memory when restoring permissions | Jan Blunck |
2008-01-06 | touch: ignore "-d now" option, when appropriate | Paul Eggert |
2008-01-06 | Avoid tr case-conversion failure in some locales. | Jim Meyering |
2007-12-30 | * src/dircolors.hin (TERM): Add gnome-256color. | Mike Frysinger |
2007-12-19 | Improve wording in uniq's --help "Note". | Paul Eggert |
2007-12-18 | * src/uniq.c (usage): Say "key-selection", not "field-selection". | Jim Meyering |
2007-12-18 | Note that sorting uniq's input is often useful. | Jim Meyering |
2007-12-11 | "ls -l" wouldn't output "+" on SELinux hosts unless -Z was also given. | Paul Eggert |
2007-12-09 | "rm" as root would fail to unlink a non-directory on OS X 10.4.x | Jim Meyering |