X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/550245801ebf0b39ba470fa5e9be8eb8a576134b..564801f7958888947a9b82d3018b8cd4498fdc45:/ChangeLog diff --git a/ChangeLog b/ChangeLog index cb69ee05..67f6f91f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2002-03-04 Akim Demaille + + * src/closure.c (closure): `r' is unused. + +2002-03-04 Akim Demaille + + * tests/sets.at (Broken Closure): Add the ending `;'. + * src/reader.at (readgram): Complain if a rule is not ended with a + semi-colon. + +2002-03-04 Akim Demaille + + * src/conflicts.c (set_conflicts): Use bitset_disjoint_p. + (count_sr_conflicts): Use bitset_count. + * src/reduce.c (inaccessable_symbols): Ditto. + (bits_size): Remove. + * src/warshall.h, src/warshall.c: Convert to bitsetv. + +2002-03-04 Akim Demaille + + * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c, + * src/reduce.c: Remove the `bitset_zero's following the + `bitset_create's, as now it is performed by the latter. + +2002-03-04 Akim Demaille + + * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h, + * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h, + * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the + latest sources from Michael. + +2002-03-04 Akim Demaille + + * src/output.c (output): Don't free the grammar. + * src/reader.c (grammar_free): New. + * src/main.c (main): Call it and don't free symtab here. + 2002-03-04 Akim Demaille * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer @@ -14,26 +51,22 @@ * src/reduce.c (useless_nonterminals): Formatting changes. * src/warshall.c (TC): Use bitset_or. - 2002-03-04 Akim Demaille * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused. * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET): Ditto. - 2002-03-04 Akim Demaille * src/lalr.c (F): Now a bitset*. Adjust all dependencies. - 2002-03-04 Akim Demaille * src/conflicts.c (shiftset, lookaheadset): Now bitset. Adjust all dependencies. - 2002-03-04 Akim Demaille * src/L0.c, src/LR0.h (nstates): Be size_t. @@ -42,7 +75,6 @@ bitset*. Adjust all dependencies. - 2002-03-04 Akim Demaille * src/closure.c (firsts): Now, also a bitset. @@ -55,7 +87,6 @@ * src/print.c: Convert to use bitset.h, not hand coded iterations over ints. - 2002-03-04 Akim Demaille * src/reduce.c: Convert to use bitset.h, not hand coded BSet. @@ -65,7 +96,6 @@ * src/closure.c (ruleset): Be a bitset. (rulesetsize): Remove. - 2002-03-04 Akim Demaille * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,