diff options
author | Akim Demaille <akim@epita.fr> | 2001-12-13 10:59:37 +0000 |
---|---|---|
committer | Akim Demaille <akim@epita.fr> | 2001-12-13 10:59:37 +0000 |
commit | f7e7f5794130b652241032081312cd83191c6b32 (patch) | |
tree | 61c321a4514092d05e0b41ab5593b4d570a3b958 /doc | |
parent | d1210d1d6ec88a5c80a9f23e0d455fae7528651d (diff) | |
download | bison-f7e7f5794130b652241032081312cd83191c6b32.tar.gz |
The computation of nullable is broken: it doesn't handle empty
RHS's properly.
* tests/torture.at (GNU AWK Grammar): New.
* tests/sets.at (Nullable): New.
* src/nullable.c (set_nullable): Instead of blindly looping over
`ritems', loop over the rules, and then over their rhs's.
Work around Autotest bugs.
* src/warshall.c (bitmatrix_print): Don't use `+--+' as table
frame, because Autotest understand lines starting with a `+' as
traces from the shell. Then, they are not processed properly.
Admittedly an Autotest bug, but we don't have time to wait for
Autotest to catch up.
* tests/regression.at (Broken Closure): Adjust to the new table
frames.
Move to...
* tests/sets.at: here.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/version.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/version.texi b/doc/version.texi index f0d731b2..c5b35bab 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 30 November 2001 -@set UPDATED-MONTH November 2001 +@set UPDATED 13 December 2001 +@set UPDATED-MONTH December 2001 @set EDITION 1.30g @set VERSION 1.30g |