summaryrefslogtreecommitdiff
path: root/tests/sets.at
Commit message (Expand)AuthorAgeFilesLines
* Automate regression testing of the XML/XSLT implementation. DiscussedJoel E. Denny2007-12-221-5/+5
* Update to GPLv3.Paul Eggert2007-08-151-8/+6
* Redo some of the previous commit: add back the ability to useJoel E. Denny2006-08-181-1/+0
* Don't allow an undeclared string literal, but allow a string literal toJoel E. Denny2006-08-181-0/+1
* * tests/sets.at (Accept): Fix typos in regular expression used toPaul Eggert2005-12-101-1/+1
* Typo.Akim Demaille2005-11-031-0/+48
* * NEWS: Version 2.0b.Paul Eggert2005-07-241-5/+5
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* Let --trace have arguments.Akim Demaille2002-07-311-3/+3
* Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.Akim Demaille2002-07-291-14/+14
* Stop storing rules from 1 to nrules + 1.Akim Demaille2002-07-251-20/+20
* * src/closure.c (print_fderives): Use rule_rhs_print.Akim Demaille2002-07-031-31/+31
* * src/closure.c (print_firsts): Display of the symbol tags.Akim Demaille2002-05-061-9/+9
* * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no spaceAkim Demaille2002-04-251-4/+4
* * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.Akim Demaille2002-04-231-7/+8
* * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...Akim Demaille2002-03-041-12/+12
* * tests/sets.at (Broken Closure): Add the ending `;'.Akim Demaille2002-03-041-8/+8
* * tests/sets.at (AT_EXTRACT_SETS): New.Akim Demaille2002-01-271-107/+112
* Fix the `GAWK Grammar' failure.Akim Demaille2001-12-291-1/+5
* * src/gram.c (ritem_print): Be sure to subtract 1 when displayingAkim Demaille2001-12-291-17/+17
* * src/lalr.c (lookaheads_print): New.Akim Demaille2001-12-291-0/+6
* * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',Akim Demaille2001-12-291-4/+4
* * src/LR0.c (new_state): Recognize the final state by the fact itAkim Demaille2001-12-271-39/+84
* The computation of nullable is broken: it doesn't handle emptyAkim Demaille2001-12-131-0/+193