Age | Commit message (Expand) | Author |
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 |
2008-03-28 | mknod, mkfifo: don't segfault when diagnosing invalid SELinux context | Jim Meyering |
2008-03-27 | paste -d\\: avoid heap overrun for backslash at end of delim list | Jim Meyering |
2008-03-26 | * src/join.c (keycmp): Document new parameters. | Jim Meyering |
2008-03-26 | mkdir -Z x d: don't segfault when diagnosing invalid context "x" (tiny change) | Daniel Dunbar |
2008-03-25 | id bug fix: don't point to potentially clobbered static storage | Peter Fales |
2008-03-25 | join bug fix: adapt keycmp to work with new order-checking feature | Jim Meyering |
2008-03-23 | join.c: syntax/style tweaks | Jim Meyering |
2008-03-21 | * src/c99-to-c89.diff: Adjust seq.c offsets. | Jim Meyering |
2008-03-21 | ptx: avoid heap overrun for backslash at end of optarg string | Jim Meyering |
2008-03-21 | ptx.c readability | Jim Meyering |
2008-03-21 | Write NEWS and update c99-to-c89 patch for today's rm improvement. | Jim Meyering |
2008-03-21 | remove.c: Accommodate systems with negative errno values. | Ingo Weinhold |
2008-03-21 | * src/seq.c (long_double_format): Add a comment. | Jim Meyering |
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 |