summaryrefslogtreecommitdiff
path: root/phpdbg_lexer.c
Commit message (Expand)AuthorAgeFilesLines
* Fix lexing of -r \d+ in raw-string commandsBob Weinand2014-10-161-203/+290
* Revert WS change from "[\r\n\t ]+" to "[\t ]+"Bob Weinand2014-10-081-602/+821
* Merge branch 'master' into xml-protocolBob Weinand2014-10-081-29/+42
|\
| * Fix bug which causes inf loop on \r\nBob Weinand2014-10-081-585/+653
* | Add request_id possibility for xml outputBob Weinand2014-10-061-402/+459
|/
* Fixed issue krakjoe/phpdbg#94 - List behavior is inconsistentBob Weinand2014-06-291-243/+252
* Fix issue krakjoe/phpdbg#99Bob Weinand2014-06-291-429/+567
* Finish fixing phpdbg on ZTS buildBob Weinand2014-06-091-36/+49
* Fix segfault in tests with lexerBob Weinand2014-06-091-329/+349
* Fix ZTS buildBob Weinand2014-06-091-48/+48
* Updated parser & leer to be usable with re2cBob Weinand2014-06-081-2200/+892
* use a portable strndup implementationAnatol Belski2014-04-241-4/+4
* remove compile commandkrakjoe2014-04-191-151/+148
* command tokens just available at the beginning nowBob Weinand2014-04-161-202/+332
* Updated version number to 0.4.0Bob Weinand2014-04-161-168/+150
* fix addr parameterskrakjoe2014-04-131-2/+2
* parse stream locations properly, bp.c still needs work for #82krakjoe2014-02-281-125/+149
* use php streams to handle line endings better for #81krakjoe2014-02-271-20/+30
* fix ts buildkrakjoe2014-02-241-31/+33
* set colors workingkrakjoe2014-02-231-1/+1
* do not allow abbreivation of anything without alias, fixes input for sh/evkrakjoe2014-02-211-72/+65
* case insensitivekrakjoe2014-02-211-144/+123
* ...krakjoe2014-02-211-133/+124
* trim breaking commandskrakjoe2014-02-211-121/+152
* better-ness, I thinkkrakjoe2014-02-211-270/+132
* work on lexer to be more permissive (accept moar strings)krakjoe2014-02-191-197/+230
* execute new stack nowkrakjoe2014-02-181-126/+132
* start work on resolving commands, add numeric function and method to lexerkrakjoe2014-02-171-206/+228
* case insensitivity where we cankrakjoe2014-02-171-165/+214
* ...krakjoe2014-02-161-121/+121
* modify command to parse arguments with lexer for testingzkrakjoe2014-02-161-0/+2160