summaryrefslogtreecommitdiff
path: root/scss/src/scanner.c
Commit message (Expand)AuthorAgeFilesLines
* Fix DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formatsAkihiro Motoki2021-03-081-3/+4
* Fix unused variableGermán Méndez Bravo2018-08-231-3/+3
* Using hashtables as cached restriction setsGerman M. Bravo2014-09-221-45/+30
* Added hashtableGerman M. Bravo2014-09-221-51/+37
* Removed leftover call to Pattern_regex() in Scanner_token which made it slowerGerman M. Bravo2014-09-191-2/+0
* Fixed compiler warningsGerman M. Bravo2014-09-181-2/+0
* Make scanner errors slightly more friendly to read.Eevee (Alex Munroe)2014-09-021-13/+0
* Remove extraneous Pattern_setup function from speedups.Eevee (Alex Munroe)2014-08-291-25/+12
* Speedups C code: spaces -> tabsGerman M. Bravo2014-06-031-1/+1
* Fix some declaration-after-statement gripes in the C.Eevee (Alex Munroe)2014-05-211-1/+1
* Made the speedups module Unicode-aware!Eevee (Alex Munroe)2014-03-291-4/+5
* Correctly support scanning zero-length strings.Eevee (Alex Munroe)2013-08-231-9/+7
* Improved errors returned from the scannerGerman M. Bravo2013-08-181-2/+2
* Debugging prints improvedGerman M. Bravo2013-08-161-2/+2
* Fixed a few bugs in the scannerGerman M. Bravo2013-08-161-5/+22
* Some parser fixes. Allow arbitrary units.Eevee (Alex Munroe)2013-07-311-3/+3
* Checks for unsatable C objects. Fixes #48German M. Bravo2012-02-051-1/+20
* Added scanner cacheGerman M. Bravo2011-12-301-2/+2
* Scanner activatedGerman M. Bravo2011-12-261-0/+3
* Scanner speed fixedGerman M. Bravo2011-12-261-105/+110
* Using PyMem for allocating memoryGerman M. Bravo2011-12-261-12/+27
* C extension modules for scanning and locating blocks finished (scanning seems...German M. Bravo2011-12-251-0/+406