summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-12-05 09:23:24 +0000
committerAkim Demaille <akim@epita.fr>2001-12-05 09:23:24 +0000
commit5e5b240715023675e5c668de91bd8e40fa0f3d90 (patch)
tree4e4b5ed111ca67fbcc9071a5c947c7ea9963a1c4 /ChangeLog
parentaaf7be2c4b4fd3bb8cfc17ce6c31c4533fc92048 (diff)
downloadbison-5e5b240715023675e5c668de91bd8e40fa0f3d90.tar.gz
* src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
indexed by nonterminals.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1f1fdd6..cd170049 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2001-12-05 Akim Demaille <akim@epita.fr>
+ * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
+ indexed by nonterminals.
+
+
+2001-12-05 Akim Demaille <akim@epita.fr>
+
* src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
what it was!).
* src/warshall.h: Remove accidental duplication of the content.