Age | Commit message (Expand) | Author |
2008-06-08 | standardize some error messages | Bo Borgerson |
2008-06-06 | Add new program: truncate | Pádraig Brady |
2008-06-06 | improve 'date +%C' documentation | Eric Blake |
2008-06-03 | nice.c: avoid a cast | Jim Meyering |
2008-06-03 | adjust c99-to-c89 patch as well as the code to generate it | Jim Meyering |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | fix cpp indentation policy violations | Jim Meyering |
2008-06-02 | accommodate older SELinux which lacks matchpathcon_init_prefix | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-06-02 | export program_name, required by gnulib | Eric Blake |
2008-06-02 | new program: timeout | Pádraig Brady |
2008-06-02 | spell author names consistently | Jim Meyering |
2008-06-01 | md5sum: new option, --quiet, to suppress OK messages | Erik Auerswald |
2008-06-01 | src/base64.c: Improve comments. | Simon Josefsson |
2008-05-31 | install: reenable matchpathcon-related code | Jim Meyering |
2008-05-29 | du.c: tiny cleanup (no semantic change) | Jim Meyering |
2008-05-26 | install many binaries at once, when possible | Jim Meyering |
2008-05-26 | * src/runcon.c: Add copyright comment. | Jim Meyering |
2008-05-26 | adjust AUTHORS and check-AUTHORS rule to accommodate | Jim Meyering |
2008-05-26 | * src/c99-to-c89.diff: Adjust offsets. | Jim Meyering |
2008-05-26 | adjust copyright dates | Jim Meyering |
2008-05-26 | convert the rest to use proper_name -- manually | Jim Meyering |
2008-05-26 | convert 3-author programs to use proper_name | Jim Meyering |
2008-05-26 | convert 2-author programs to use proper_name | Jim Meyering |
2008-05-26 | convert single-author programs to use proper_name | Jim Meyering |
2008-05-26 | use gnulib's proper_name_utf8 function, but *not* proper_name | Jim Meyering |
2008-05-20 | install: avoid a leak in currently-ifdef'd-out code | Jim Meyering |
2008-05-19 | doc: clarify field delimiter description in uniq --help output | Pádraig Brady |
2008-05-17 | du, wc: merge improved --files0-from=F-related diagnostics | Jim Meyering |
2008-05-08 | Speed up "wc -m" and "wc -w" in multibyte case. | Bruno Haible |
2008-05-06 | avoid problems with sign-extended "char" operand to is* functions | Jim Meyering |
2008-05-06 | base64: remove some unused/redundant getopt code | Bo Borgerson |
2008-05-05 | base64 module: adjust API so it's compatible with gnulib's | Bo Borgerson |
2008-05-05 | tac: avoid segfault for e.g., "echo > x; tac -r x x" | Jim Meyering |
2008-04-29 | chcon, runcon: make --help print the bug-reporting address | Jim Meyering |
2008-04-23 | id: do not print SELinux context when invoked with a USERNAME argument | Ondřej Vašík |
2008-04-23 | id: do print the AFS-specific nameless group ID (called a PAG) | Jim Meyering |
2008-04-19 | pr -e, with a mix of backspaces and TABs, could corrupt the heap | Jim Meyering |
2008-04-19 | * src/dircolors.hin: Add .flv. Move .svgz to "image formats". | Mike Frysinger |
2008-04-19 | md5sum -c: ignore a line with a NUL byte among checksum hex digits | Jim Meyering |
2008-04-16 | mknod --help: note that this command may be a shell built-in | Jim Meyering |
2008-04-16 | avoid "may be used uninitialized" warning from newer gcc | Jim Meyering |
2008-04-15 | md5sum, sha1sum, etc: handle invalid input (i.e., don't segfault) | Jim Meyering |
2008-04-14 | seq: work around floating point inaccuracies on more systems | Jim Meyering |
2008-04-12 | Avoid link failure when using mkstemp replacement. | Jim Meyering |
2008-04-06 | * src/c99-to-c89.diff: Adjust remove.c diffs. | Jim Meyering |
2008-04-06 | remove.c: accommodate systems with negative errno values | Jim Meyering |
2008-04-02 | "touch E; mkfifo F; cp -fR F E" no longer fails due to existing E | Jim Meyering |
2008-04-02 | copy.c: remove an in-function #ifdef | Jim Meyering |
2008-03-31 | "rm -r DIR" would mistakenly prompt about very long names | Jim Meyering |