From: Jim Meyering Date: Wed, 23 Jul 2003 06:26:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.90~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dd33cf2b1a4762ff1ace1cec50e5f72aaf48cfa;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 84f1310102..accb634a61 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -7,7 +7,7 @@ 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, + naming of Sun operating systems in comments, e.g., SunOS4 -> SunOS 4, Solaris5.9 -> Solaris 9. From Paul Eggert. 2003-07-22 Paul Eggert diff --git a/m4/ChangeLog b/m4/ChangeLog index 0b469a24ef..1b418bcd74 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2003-07-23 Jim Meyering + + * lstat.m4, mkstemp.m4, regex.m4, stat.m4: Normalize naming of Sun + operating systems in comments, e.g., SunOS4 -> SunOS 4, + Solaris5.9 -> Solaris 9. From Paul Eggert. + 2003-07-18 Paul Eggert * jm-macros.m4 (jm_MACROS): Invoke gl_MEMCOLL. @@ -626,7 +632,7 @@ 2001-11-20 Jim Meyering * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that - SunOS4.1.4 and solaris2.5.1 lose, too. + SunOS 4.1.4 and Solaris 2.5.1 lose, too. 2001-11-19 Jim Meyering @@ -715,7 +721,7 @@ * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS) [one-argument getmntent function]): Include stdio.h before mntent.h. - SunOS4.1.x needs it for the declaration of `FILE'. + SunOS 4.1.x needs it for the declaration of `FILE'. Patch by Volker Borchert. * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS) @@ -1540,7 +1546,7 @@ * search-libs.m4: Update from autoconf. - su doesn't work on Solaris2.6. + su doesn't work on Solaris 2.6. * lib-check.m4: When checking for struct spwd.sp_pwdp, also include . Reported by Dragos Harabor.