diff options
author | Jim Meyering <jim@meyering.net> | 2005-09-28 08:27:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-09-28 08:27:04 +0000 |
commit | 3a14fbb06a38d35373b8c1d8b8a25308a60d596d (patch) | |
tree | c8718ea73e032284051ee13acc88cfedad13a0b3 /ChangeLog | |
parent | a71e238667dc34d1894c3870b176e2cd42376213 (diff) | |
download | coreutils-3a14fbb06a38d35373b8c1d8b8a25308a60d596d.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,7 +1,17 @@ -2005-09-26 Paul Eggert <eggert@cs.ucla.edu> +2005-09-28 Jim Meyering <jim@meyering.net> * Version 5.3.1-cvs. + * README: Warn about a (now-)known problem on FreeBSD 5.0: + + When building and running `make test' on a FreeBSD 5.0 system, + expect the tests/install/trap test to get stuck in an infinite + loop. That appears to be due to a bug in /bin/sh. + When you change the first line of the tests/install/trap script + to be e.g., #!/usr/local/bin/bash, the test completes normally. + +2005-09-26 Paul Eggert <eggert@cs.ucla.edu> + * src/touch.c (touch): Handle "touch -c - >&-" by checking for EBADF and ENOSYS. Do not pass "-" to futimens; pass NULL instead. |