summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Reject reversed ranges like [z-a].Kaz Kylheku2014-03-171-0/+6
|
* Fix use of nonexistent variable in test driver.Kaz Kylheku2014-03-171-0/+5
|
* Remove unnecessary semicolons.Kaz Kylheku2014-03-171-0/+5
|
* New file: awkreg-grammar.txt.Kaz Kylheku2014-03-171-0/+5
|
* Fix in {m,n} syntax. Improved driver code.Kaz Kylheku2014-03-171-0/+30
The issue is that the parser partially consumes broken {m,n} syntax. The eat_rep_notation function must backtrack fully, and its caller must detect it has done so.