Age | Commit message (Expand) | Author |
2009-10-30 | tests: remove the less-regular fail=0 assignments manually | Jim Meyering |
2009-10-29 | tests: don't let a fail=1 env. setting induce unwarranted test failure | Jim Meyering |
2009-10-28 | nice, nohup, su: detect write failure to stderr | Eric Blake |
2009-10-28 | echo, printf: interpret \e as the Escape character | Pádraig Brady |
2009-10-28 | printenv: ignore bogus variable names | Eric Blake |
2009-10-27 | env, printenv: add -0/--null option | Eric Blake |
2009-10-27 | tests: add printenv coverage | Eric Blake |
2009-10-27 | tests: fix PATH problems on cygwin | Eric Blake |
2009-10-26 | tests: clean up tests of env -- handling | Eric Blake |
2009-10-26 | doc: document PATH interactions with env | Eric Blake |
2009-10-26 | env: reject bogus -u arguments | Eric Blake |
2009-10-26 | tests: avoid file name not portable to cygwin | Eric Blake |
2009-10-26 | tests: rm/one-file-system: work around umount failure | Jim Meyering |
2009-10-26 | tests: adjust new env test not to fail | Jim Meyering |
2009-10-26 | tests: nice: adjust new tests to work more portably | Jim Meyering |
2009-10-23 | tests: test recent status changes | Eric Blake |
2009-10-23 | maint: move chroot test | Eric Blake |
2009-10-23 | tests: enhance stdbuf and timeout tests | Eric Blake |
2009-10-23 | nohup: use EXIT_CANCELED if not POSIXLY_CORRECT | Eric Blake |
2009-10-23 | chroot, env, nice, su: use EXIT_CANCELED for internal failure | Eric Blake |
2009-10-23 | tests: accommodate BSD getopt | Eric Blake |
2009-10-22 | tests: add a test for the `tail -f' race condition bug | Giuseppe Scrivano |
2009-10-21 | tests: ensure touch honors trailing slash | Eric Blake |
2009-10-21 | md5sum, sha*sum, sum: line-buffer the printed checksums | Pádraig Brady |
2009-10-17 | touch: add -h to change symlink timestamps, where supported | Eric Blake |
2009-10-17 | tests: abmon-align: avoid test failure | Jim Meyering |
2009-10-10 | copy: allow symlink timestamp preservation on more systems | Eric Blake |
2009-10-10 | tests: adjust tail-2/pid to work around FreeBSD 6.1 failure | Jim Meyering |
2009-10-08 | stat: test recent patch | Eric Blake |
2009-10-07 | md5sum, sha*sum: also accept openssl checksum syntax | Guenter Knauf |
2009-10-02 | tail: avoid a race where we could miss new data with --pid | Pádraig Brady |
2009-09-30 | tests: tail-2/pid: use a 3-second timeout, not 1 | Jim Meyering |
2009-09-30 | ls: always print "?" for allocated size of a dereferenced dangling symlink | Pádraig Brady |
2009-09-29 | stat: interpret "-" as standard input | Jim Meyering |
2009-09-29 | ls: print "?", not "0" as inode of dereferenced dangling symlink | Jim Meyering |
2009-09-29 | ls: with -LR, exit with status 2 upon detecting a cycle | Jim Meyering |
2009-09-25 | ln: add -L/-P options | Eric Blake |
2009-09-23 | readlink: pick up gnulib changes to readlink -f | Eric Blake |
2009-09-21 | ls: handle disabling of colors consistently for all tile types | Pádraig Brady |
2009-09-14 | touch: don't reject "60" as number of seconds in a legacy time stamp | Jim Meyering |
2009-09-14 | maint: use #!/bin/sh consistently in shell-based test scripts | Jim Meyering |
2009-09-14 | tests: fix dd/skip-seek-past-file to work on ecryptfs | Pádraig Brady |
2009-09-14 | cp,mv: preserve extended attributes even for read-only files | Ondřej Vašík |
2009-09-11 | id: don't print context=... when POSIXLY_CORRECT is set | Jim Meyering |
2009-09-11 | rm: rewrite to use fts | Jim Meyering |
2009-09-10 | link,ln: use gnulib's link module to work around Solaris 10 deficiency | Jim Meyering |
2009-09-10 | dd conv=unblock: print final newline consistently | Jim Meyering |
2009-09-08 | tests: tail-2/assert: reduce risk of race condition | Pádraig Brady |
2009-09-08 | tests: address a race condition in misc/cat-buf | Pádraig Brady |
2009-09-07 | tail: ignore -f for piped-stdin, as POSIX requires | Jim Meyering |