bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A few bugs on Bison 2.0 on prtetty old Sun OS 4.1.4


From: Paul Eggert
Subject: Re: A few bugs on Bison 2.0 on prtetty old Sun OS 4.1.4
Date: Thu, 29 Sep 2005 12:05:58 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Peter Klein <address@hidden> writes:

> The m4 ist gnu m4 1.4.2 (see end of log file).

I think that should be OK on SunOS 4.1.4, though I'm not sure.
You might upgrade to M4 1.4.3 when you find the time.

> If youd like to get additional infos or if you want me to
> test other OS (SUN 32bit: Solaris8, OpenBSD 3.4, Open BSD 3.6
> SUN 64 bit: Solaris8, Solaris9, OpenBSD3.4, Open BSD 3.6)
> let me know!

Thanks.  I have access to hosts like those, but not to SunOS 4.1.4.

> M4 is version 1.4.2, but there was no problem detected!

Great.  Thanks.  I installed this patch:

2005-09-29  Paul Eggert  <address@hidden>

        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.

--- bootstrap   27 Sep 2005 06:08:27 -0000      1.28
+++ bootstrap   29 Sep 2005 19:02:21 -0000
@@ -108,6 +108,8 @@ quotearg
 stdbool
 stdio-safer
 stpcpy
+strerror
+strtoul
 unistd-safer
 verify
 xalloc
--- lib/.cvsignore      27 Sep 2005 06:08:27 -0000      1.16
+++ lib/.cvsignore      29 Sep 2005 19:02:21 -0000
@@ -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
--- m4/.cvsignore       22 Aug 2005 06:38:59 -0000      1.13
+++ m4/.cvsignore       29 Sep 2005 19:02:21 -0000
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]