summaryrefslogtreecommitdiff
path: root/scripts/find_error.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix empty pattern in ps lexer.Georg Brandl2010-08-221-1/+1
|
* Fix a few problems.Georg Brandl2010-03-011-10/+17
|
* Allow giving explicit lexer name.Georg Brandl2010-03-011-9/+15
|
* Fix test suite: there are problems with groups being None.Georg Brandl2010-02-281-5/+5
|
* Add an option to show all tokens.Georg Brandl2010-02-211-11/+22
|
* Make the find_error script more usable: make it possible to inspect the ↵Georg Brandl2010-02-181-8/+90
| | | | state stack for simple regex lexers, and make the output prettier.
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Return different exit status when an error is found.Georg Brandl2009-01-041-2/+5
|
* Update copyrighting style to standard "team" tags.Georg Brandl2009-01-041-2/+2
| | | | Update AUTHORS file accordingly.
* Add Smalltalk lexer, #300.Georg Brandl2007-12-141-1/+6
|
* [svn] Copyright notice update.Georg Brandl2007-02-041-1/+1
|
* [svn] Improve Unicode handling without encoding.Georg Brandl2006-12-201-1/+7
|
* [svn] Add Groff lexer by Tim Hatch, find_error script, CSS lexer improvement.Georg Brandl2006-12-101-0/+45
Add analyse_text methods to some lexers.