summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-12-05 09:22:14 +0000
committerAkim Demaille <akim@epita.fr>2001-12-05 09:22:14 +0000
commit766ffc15232caa50f3cb4c75654725dda66df167 (patch)
tree229122281e3213521afb01554d1cbba8a5ee0b2c /ChangeLog
parent06a2f464b12323e85887a102d38bb2cefd038931 (diff)
downloadbison-766ffc15232caa50f3cb4c75654725dda66df167.tar.gz
* src/output.c (action_row): De-obfuscate
using the good o' techniques: arrays not pointers, variable locality, BITISSET, RESETBIT etc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1212dc3a..e9b3ab11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2001-12-05 Akim Demaille <akim@epita.fr>
+ * 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 <akim@epita.fr>
+
Pessimize the code to simplify it: from now on, all the states
have a valid SHIFTS, which NSHIFTS is possibly 0.