X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7651439487857a666baa5fa5df453b715a85a090..c1a29a5b2d110170c3854fdecc5d52b5f091a14c:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 234698c0..4a6ec15a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2002-03-04 Robert Anisko + + * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge + location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and + provide a default implementation. + +2002-03-04 Akim Demaille + + * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'. + * tests/output.at (AT_CHECK_OUTPUT): Likewise. + * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto. + * tests/semantic.at (Parsing Guards): Similarly. + * src/reader.at (readgram): Complain if the last rule is not ended + with a semi-colon. + +2002-03-04 Akim Demaille + + * src/warshall.h, src/warshall.c (bitmatrix_print): Move to... + * src/closure.c: here. + (set_firsts): Use bitsetv_reflexive_transitive_closure instead of + RTC. + * src/warshall.h, src/warshall.c: Remove. + * tests/sets.at (Broken Closure): Adjust. + +2002-03-04 Akim Demaille + + * src/output.c (output_skeleton): tempdir is const. + bytes_read is unused. + +2002-03-04 Akim Demaille + + * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c, + * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c: + Update. + From Michael Hayes. + +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. @@ -20,26 +87,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. @@ -48,7 +111,6 @@ bitset*. Adjust all dependencies. - 2002-03-04 Akim Demaille * src/closure.c (firsts): Now, also a bitset. @@ -61,7 +123,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. @@ -71,7 +132,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, @@ -5705,3 +5765,5 @@ 1987-12-16 Richard Stallman * REFERENCES: entered into RCS + + $Revision$ $Date$