From: Akim Demaille Date: Mon, 11 May 2009 06:53:35 +0000 (+0200) Subject: Fix ChangeLog for the previous patch. X-Git-Tag: v2.5_rc1~237 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/7ac45a46875b0204dbafde1456a1b32bf8e26b25?ds=sidebyside Fix ChangeLog for the previous patch. --- diff --git a/ChangeLog b/ChangeLog index 30d09f38..93c08536 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-05-11 Akim Demaille + + doc: use C++ headers. + * doc/bison.texinfo (Calc++ Scanner): Prefer C++ headers to C + headers. + 2009-05-05 Akim Demaille fix hexadecimal token number support. @@ -8,12 +14,6 @@ tests: check token numbers. * tests/input.at (Numbered tokens): New. -2009-05-11 Akim Demaille - - doc: use C++ headers. - * doc/bison.texinfo (Calc++ Scanner): Prefer C++ headers to C - headers. - 2009-05-04 Akim Demaille bison: catch bad symbol names.