]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 23 Jul 2003 06:26:25 +0000 (06:26 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 23 Jul 2003 06:26:25 +0000 (06:26 +0000)
lib/ChangeLog
m4/ChangeLog

index 84f1310102d2f549ac3897c7249ebfd0ccf3b8f3..accb634a615d5a2de43efc155e64f82cc72288cb 100644 (file)
@@ -7,7 +7,7 @@
 2003-07-23  Jim Meyering  <jim@meyering.net>
 
        * 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  <eggert@twinsun.com>
index 0b469a24ef79860844d9a6718620bac065b9296c..1b418bcd74b85ad1528d5fb69e5b5b8b2e3ad664 100644 (file)
@@ -1,3 +1,9 @@
+2003-07-23  Jim Meyering  <jim@meyering.net>
+
+       * 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  <eggert@twinsun.com>
 
        * jm-macros.m4 (jm_MACROS): Invoke gl_MEMCOLL.
 2001-11-20  Jim Meyering  <jim@meyering.net>
 
        * 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  <jim@meyering.net>
 
 
        * 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)
 
        * 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
        <shadow.h>.  Reported by Dragos Harabor.