diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-13 20:11:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-13 20:11:15 +0000 |
commit | 60a8a47a86fd9f9c81ec87e56b26568e9f1feda7 (patch) | |
tree | d315bad50a113af39a5b7564c97ef7cdd9c5da68 /lib | |
parent | 269f95aef745319bde1ba4875212569fa14dccaf (diff) | |
download | coreutils-60a8a47a86fd9f9c81ec87e56b26568e9f1feda7.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 96500b8d4..b0e82e02d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2001-08-13 Paul Eggert <eggert@twinsun.com> + + * Makefile.am (unlocked-io.h): Do not append "_unlocked" twice. + Port to Solaris 8, where 'sed' requires a space after the 'r' + command, and where sh dislikes "$/". Clean up the spacing a bit. + Redirect output to $tmp just once. + 2001-08-12 Paul Eggert <eggert@sic.twinsun.com> * lib/addext.c (<errno.h>): Include. |