Age | Commit message (Expand) | Author |
2008-04-21 | tests: adjust perl -I to use $top_srcdir/tests, not $srcdir/.. | Jim Meyering |
2008-04-21 | tests: clean up root tests; adapt to new layout | Jim Meyering |
2008-04-21 | Revamp test-related Makefiles. | Jim Meyering |
2008-04-20 | * tests/misc/Makefile.am (built_programs): Remove. Unused. | Jim Meyering |
2008-04-20 | Use "env" to invoke potential built-ins. | Jim Meyering |
2008-04-19 | * .prev-version: Record previous version: 6.11. | Jim Meyering |
2008-04-19 | Version 6.11. | Jim Meyering |
2008-04-19 | * maint.mk (writable-files): Fix syntax error. | Jim Meyering |
2008-04-19 | * doc/.gitignore: Add texinfo-related outputs. | Jim Meyering |
2008-04-19 | * THANKS: Update my address, correct encoding for a name. | Sven Joachim |
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 | tests: accommodate built-in mknod more cleanly still | Matthew Woehlke |
2008-04-16 | tests: accommodate built-in mknod more cleanly | 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-16 | tests: add a comment explaining the potential failure | Jim Meyering |
2008-04-16 | tests: avoid mkdir/selinux failure when mknod is a shell built-in | Jim Meyering |
2008-04-15 | md5sum, sha1sum, etc: handle invalid input (i.e., don't segfault) | Jim Meyering |
2008-04-14 | tests: don't fail on systems without a "stat" syscall | Jim Meyering |
2008-04-14 | tests: accommodate a different errno string on Irix 6.5 | Jim Meyering |
2008-04-14 | seq: work around floating point inaccuracies on more systems | Jim Meyering |
2008-04-14 | doc: fix typo | Jim Meyering |
2008-04-12 | tests: Accommodate a different errno value on OSF/1 4.0F. | Jim Meyering |
2008-04-12 | Avoid link failure when using mkstemp replacement. | Jim Meyering |
2008-04-12 | tests: always enable VERBOSE output, now that test framework works better | Jim Meyering |
2008-04-11 | doc: avoid "make pdf" failure (due to texi2dvi bug?) | Jim Meyering |
2008-04-11 | doc: use a valid texinfo macro name | Jim Meyering |
2008-04-08 | tests: accommodate a different errno value on HPUX-10.20 | Jim Meyering |
2008-04-06 | doc: factor out --files0-from duplication | 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-05 | Accommodate building on OS/2 (www.ecomstation.com Ecs v2 rc4) | 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-04-02 | HACKING: rename README-contribution-guidelines | Jim Meyering |
2008-04-01 | bootstrap: remove dangling *.[ch] symlinks from lib | Jim Meyering |
2008-04-01 | bootstrap: make find's -depth option be the first. | Jim Meyering |
2008-04-01 | * bootstrap: Remove dangling symlinks from lib (aka $source_base), too. | Jim Meyering |
2008-04-01 | Avoid root-only SELinux-related test failures w/o mcstransd. | Jim Meyering |
2008-04-01 | root tests: Set NON_ROOT_USERNAME if not set already. | Jim Meyering |
2008-04-01 | texinfo formatting tweaks | Jim Meyering |
2008-04-01 | printf doc: xref print(3) and libc's "Output Conversion Syntax" node | Jim Meyering |
2008-03-31 | Emit "#line 1" right after the two 'read-only/GENERATED' lines. | Jim Meyering |
2008-03-31 | * README-contribution-guidelines: Mention how to amend a commit. | Jim Meyering |
2008-03-31 | Begin documenting contribution guidelines. | Jim Meyering |
2008-03-31 | "rm -r DIR" would mistakenly prompt about very long names | Jim Meyering |
2008-03-31 | * NEWS: Note the dd bug fix. The bug was introduced over 8 years ago: | Jim Meyering |
2008-03-31 | dd bug fix: accept e.g., if=/dev/stdin and of=/dev/stdout | Paul Eggert |