X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/2175bfbd0996b5570f50df01577166ca8ffe9dea..e743727fcd27ba00c0ae808058ea18d457171da5:/ChangeLog diff --git a/ChangeLog b/ChangeLog index b0a6e0fb..1da9686d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-05-03 Paul Eggert + + * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE): + Do not overrun array bounds. + This should fix a bug reported today by Olatunji Oluwabukunmi in + . + 2003-04-29 Akim Demaille * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...