]> git.saurik.com Git - bison.git/commitdiff
Port to SunOS 4.1.4, which lacks strtoul and strerror.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 29 Sep 2005 19:02:54 +0000 (19:02 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 29 Sep 2005 19:02:54 +0000 (19:02 +0000)
* bootstrap (gnulib_modules): Add strerror, strtoul.
* lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
* m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.

ChangeLog
bootstrap
lib/.cvsignore
m4/.cvsignore

index 4ac03cf5c19d7efeccbb39c55c643a7f22d49094..da724ebdcd7602db2891057fe503ee5d4f007a40 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port to SunOS 4.1.4, which lacks strtoul and strerror.
+       Ah, the good old days!  Problem reported by Peter Klein.
+       * bootstrap (gnulib_modules): Add strerror, strtoul.
+       * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
+       * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
+
 2005-09-29  Akim  <akim@epita.fr>
 
        * data/c.m4 (b4_error_verbose_if): New.
 2005-09-29  Akim  <akim@epita.fr>
 
        * data/c.m4 (b4_error_verbose_if): New.
index e1e0caa44931509cbce096f98118f8e4bcfb0c32..e270db2bd26f4689d1c962ca0c6d10686698efbf 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -108,6 +108,8 @@ quotearg
 stdbool
 stdio-safer
 stpcpy
 stdbool
 stdio-safer
 stpcpy
+strerror
+strtoul
 unistd-safer
 verify
 xalloc
 unistd-safer
 verify
 xalloc
index 3f834a0b4f8058f13128f473ad9c577efc09a71b..c96cd4868e5b2108195404b338a29ec9f7fe79e0 100644 (file)
@@ -46,11 +46,14 @@ stpcpy.c
 stpcpy.h
 strdup.c
 strdup.h
 stpcpy.h
 strdup.c
 strdup.h
+strerror.c
 stripslash.c
 strndup.c
 strndup.h
 strnlen.c
 strnlen.h
 stripslash.c
 strndup.c
 strndup.h
 strnlen.c
 strnlen.h
+strtol.c
+strtoul.c
 unistd--.h
 unistd-safer.h
 unlocked-io.h
 unistd--.h
 unistd-safer.h
 unlocked-io.h
index 5b6747975c622433cbe2a408609d46f34c6bcbff..49ff9354f177cdbd112503940fa77b16dc670e0b 100644 (file)
@@ -24,9 +24,12 @@ stdbool.m4
 stdio-safer.m4
 stpcpy.m4
 strdup.m4
 stdio-safer.m4
 stpcpy.m4
 strdup.m4
+strerror.m4
 strerror_r.m4
 strndup.m4
 strnlen.m4
 strerror_r.m4
 strndup.m4
 strnlen.m4
+strtol.m4
+strtoul.m4
 unistd-safer.m4
 unlocked-io.m4
 xalloc.m4
 unistd-safer.m4
 unlocked-io.m4
 xalloc.m4