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.
This commit is contained in:
Paul Eggert
2005-09-29 19:02:54 +00:00
parent d4fb5e3cb9
commit 55f0c7b1f2
4 changed files with 16 additions and 0 deletions

View File

@@ -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.