From: Paul Eggert Date: Mon, 27 Sep 2004 22:04:13 +0000 (+0000) Subject: * src/parse-gram.y (add_param): Fix bug where NUL was mishandled. X-Git-Tag: BISON-2_0~100 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/5b7e1e73e692565d7613ceb8d45ce95d2071077f?ds=inline * src/parse-gram.y (add_param): Fix bug where NUL was mishandled. --- diff --git a/ChangeLog b/ChangeLog index 3c1863eb..6657f471 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-27 Paul Eggert + + * src/parse-gram.y (add_param): Fix bug where NUL was mishandled. + Avoid the use of strchr to avoid future recurrences. + 2004-09-27 Akim Demaille * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.