From: Jim Meyering Date: Wed, 23 Jul 2003 06:23:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.90~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c67c629b777a92c4f8e02d9b6692ef5684b1261;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 3b06a8ffa4..84f1310102 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -4,6 +4,12 @@ * xstrndup.c: New file, factored out of dircolors.c from coreutils. * Makefile.am (libfetish_a_SOURCES): Add xstrndup.c and xstrndup.h. +2003-07-23 Jim Meyering + + * lstat.c, save-cwd.c, stat.c, utime.c, xgethostname.c: Normalize + naming of Sun operating systems, e.g., SunOS4 -> SunOS 4, + Solaris5.9 -> Solaris 9. From Paul Eggert. + 2003-07-22 Paul Eggert * xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and