summaryrefslogtreecommitdiff
path: root/scss/src/block_locator.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Let the speedup block locator complain about surplus closing"Ivan Kolodyazhny2020-03-211-6/+0
* Let the speedup block locator complain about surplus closing braces.Martin Natano2016-09-291-0/+6
* Make the C block locator aware of escape sequences.Eevee (Alex Munroe)2014-08-291-5/+10
* Remove #define DEBUG, oops.Eevee (Alex Munroe)2014-08-291-1/+0
* Several vast improvements to string parsing.Eevee (Alex Munroe)2014-08-291-0/+1
* Fix teeny oversight in the C block locator's Unicode handling.Eevee (Alex Munroe)2014-08-241-2/+2
* Fix some declaration-after-statement gripes in the C.Eevee (Alex Munroe)2014-05-211-2/+5
* Remove the "thin ice" logic from the block locators.Eevee (Alex Munroe)2014-03-291-47/+2
* Made the speedups module Unicode-aware!Eevee (Alex Munroe)2014-03-291-110/+70
* Fixed bug with non-ascii strings. Fixes #187German M. Bravo2013-08-141-1/+1
* Checks for unsatable C objects. Fixes #48German M. Bravo2012-02-051-9/+38
* Fixed bug for bad line numbersGerman M. Bravo2012-01-091-3/+6
* Scanner speed fixedGerman M. Bravo2011-12-261-22/+20
* Using PyMem for allocating memoryGerman M. Bravo2011-12-261-4/+7
* Fixed memory errors, writing beyond buffer due debugging leftover code and de...German M. Bravo2011-12-261-3/+0
* C extension modules for scanning and locating blocks finished (scanning seems...German M. Bravo2011-12-251-0/+517