diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-09 16:27:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-09 16:27:57 +0000 |
commit | 6a0418978755ce71603e29c62ee1798b07e75986 (patch) | |
tree | 1103c9dbf26f3e4dec878f3464de28a9e35b4776 | |
parent | f48eac58b84a84cefa74785c83e26db9722612a2 (diff) | |
download | coreutils-6a0418978755ce71603e29c62ee1798b07e75986.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/ChangeLog | 3 |
2 files changed, 6 insertions, 3 deletions
@@ -1370,7 +1370,7 @@ 2003-03-28 Jim Meyering <jim@meyering.net> * tests/stty/row-col-1: Skip this test if stty can't get window size. - This happens when connecting to sparc-solaris2.7 via ssh from within + This happens when connecting to sparc-solaris5.7 via ssh from within emacs. Reported by Karl Berry. * tests/du/basic: Use seq, not `yes' to generate 4KB of data. @@ -2400,7 +2400,7 @@ 2002-12-08 Jim Meyering <jim@meyering.net> * src/du.c (lstat) [! LSTAT_FOLLOWS_SLASHED_SYMLINK]: - Define to rpl_lstat, so that even on systems like Solaris 2.8, + Define to rpl_lstat, so that even on systems like Solaris 5.8, du honors (per POSIX) the trailing slash on an argument referring to a symlink-to-directory. @@ -3110,7 +3110,7 @@ file-scoped global. (main): Register it with atexit. Close STDOUT_FILENO, to avoid a problem when writing to - /dev/audio on at least Solaris 2.7 and 2.8 systems. + /dev/audio on at least Solaris 5.7 and 5.8 systems. Reported by Shing-Shong Shei. 2002-08-25 Jim Meyering <jim@meyering.net> diff --git a/lib/ChangeLog b/lib/ChangeLog index 4a25d31d6..0a8bf8761 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2003-08-09 Jim Meyering <jim@meyering.net> + * unicodeio.c (unicode_to_mb): Change Solaris 2.7 to Solaris 5.7 + in comment. + * fatal.c, fatal.h: Remove unused files. * Makefile.am: Use the e.g., `$(FNMATCH_H)' notation for AC_SUBST'd |