From: Paul Eggert Date: Thu, 29 Sep 2005 19:02:54 +0000 (+0000) Subject: Port to SunOS 4.1.4, which lacks strtoul and strerror. X-Git-Tag: v2.3b~627 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/55f0c7b1f26afabb7f356343f2650626e09fce51 Port to SunOS 4.1.4, which lacks strtoul and strerror. * bootstrap (gnulib_modules): Add strerror, strtoul. * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4. --- diff --git a/ChangeLog b/ChangeLog index 4ac03cf5..da724ebd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-09-29 Paul Eggert + + 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 * data/c.m4 (b4_error_verbose_if): New. diff --git a/bootstrap b/bootstrap index e1e0caa4..e270db2b 100755 --- a/bootstrap +++ b/bootstrap @@ -108,6 +108,8 @@ quotearg stdbool stdio-safer stpcpy +strerror +strtoul unistd-safer verify xalloc diff --git a/lib/.cvsignore b/lib/.cvsignore index 3f834a0b..c96cd486 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -46,11 +46,14 @@ stpcpy.c stpcpy.h strdup.c strdup.h +strerror.c stripslash.c strndup.c strndup.h strnlen.c strnlen.h +strtol.c +strtoul.c unistd--.h unistd-safer.h unlocked-io.h diff --git a/m4/.cvsignore b/m4/.cvsignore index 5b674797..49ff9354 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -24,9 +24,12 @@ stdbool.m4 stdio-safer.m4 stpcpy.m4 strdup.m4 +strerror.m4 strerror_r.m4 strndup.m4 strnlen.m4 +strtol.m4 +strtoul.m4 unistd-safer.m4 unlocked-io.m4 xalloc.m4