X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/35687a9d8c10446d020975fd40a3acf35b6895f6..03ec521cc59f725f9142737e8ddf9a4943c80d8a:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index b9189245..840e1e4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2001-12-05 Akim Demaille + + * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are + indexed by nonterminals. + + +2001-12-05 Akim Demaille + + * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of + what it was!). + * src/warshall.h: Remove accidental duplication of the content. + + +2001-12-05 Akim Demaille + + * src/closure.c (set_fderives): De-obfuscate. + + +2001-12-05 Akim Demaille + + * src/closure.c (print_firsts, print_fderives): De-obfuscate. + + +2001-12-05 Akim Demaille + + * src/closure.c (set_firsts): De-obfuscate. + +2001-12-05 Akim Demaille + + * src/output.c (action_row): De-obfuscate + using the good o' techniques: arrays not pointers, variable + locality, BITISSET, RESETBIT etc. + + 2001-12-05 Akim Demaille Pessimize the code to simplify it: from now on, all the states