From: Paul Eggert Date: Mon, 2 Dec 2002 18:20:30 +0000 (+0000) Subject: Add strtoul.c X-Git-Tag: BISON-1_875~171 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/b64755e391ba5874761239a37581e7ff1382d39e?ds=inline Add strtoul.c In src/scan-gram.l, move helper function definitions to epilogue. --- diff --git a/ChangeLog b/ChangeLog index e454950e..15db3880 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ +2002-12-02 Paul Eggert + + * configure.ac (AC_REPLACE_FUNCS): Add strtoul. + * lib/strtoul.c: New file, from gnulib. + This fixes a porting bug reported by Peter Klein in + . + 2002-11-30 Paul Eggert + * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue, + and put only a forward declaration in the prologue. This is for + consistency with the other scanner helper functions. + Type clashes now generate warnings, not errors, since it appears that POSIX may allow some grammars with type clashes. * src/reader.c (grammar_current_rule_check): Warn about