X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0e721e7569828defbeb88572e7a1e331ee665006..f9abaa2c4c5c77c5b6bdcfc0149c0af5adc8cc39:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 90c60875..c816b007 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-03-04 Akim Demaille + + Use bitset operations when possible, not loops over bits. + + * src/conflicts.c (set_conflicts, count_sr_conflicts): Use + bitset_or. + * src/print.c (print_reductions): Use bitset_and, bitset_andn. + * 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.