aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée2014-12-0832-551/+685
* update the texinfo manual for the new use of fail_ifMattias Andrée2014-12-081-3/+3
* rename pfail to failMattias Andrée2014-12-0833-135/+135
* m + make sure we never lose errnoMattias Andrée2014-12-088-30/+31
* no more goto failMattias Andrée2014-12-0815-110/+98
* replace all variants of goto pfail with fail_ifMattias Andrée2014-12-082-16/+11
* replace all goto pfail with fail_if, so that we can take whence it failedMattias Andrée2014-12-0810-45/+33
* whenever fail_if gotos to the failure clause, print whenceMattias Andrée2014-12-081-2/+4
* mds-kbdc: mark failing test casesMattias Andrée2014-12-082-0/+4
* mds-kbdc: compile-layout. bug fixes, test-cases and mark all untested error reportsMattias Andrée2014-12-0816-69/+156
* mds-kbdc: compile-keyboard: regressionMattias Andrée2014-12-081-4/+9
* mds-kbdc: bug fixMattias Andrée2014-12-081-6/+10
* mMattias Andrée2014-12-081-1/+1
* mMattias Andrée2014-12-081-0/+1
* mds-kbdc: compile-layout: more tested and bug fixesMattias Andrée2014-12-085-38/+52
* mds-kbdc: simplify mds_kbdc_tree_dupMattias Andrée2014-12-071-38/+36
* mds-kbdc: test call to undefined callables and mark the entire macro call if the macro does not existMattias Andrée2014-12-073-0/+11
* mds-kbdc: compile-layout: bug fixesMattias Andrée2014-12-072-32/+39
* mds-kbdc: compile-layout: bug fixesMattias Andrée2014-12-073-14/+12
* mMattias Andrée2014-12-071-1/+1
* ... derpMattias Andrée2014-12-071-12/+12
* m derpMattias Andrée2014-12-071-1/+1
* mMattias Andrée2014-12-071-1/+1
* mds-kbdc: compile-keyboard: ,:s in < > are not special when inside quotesMattias Andrée2014-12-071-3/+11
* mds-kbdc: compile-layout: support " in < >Mattias Andrée2014-12-071-11/+17
* mds-kbdc: compile-layout: fix bug in parsing escapesMattias Andrée2014-12-071-2/+2
* fail_if supports sequences without being double bracketedMattias Andrée2014-12-076-53/+53
* whitespaceMattias Andrée2014-12-071-3/+3
* mds-kbdc: compile-layout: some bug fixes and test casesMattias Andrée2014-12-079-19/+66
* mds-kbdc: compile-layout: add some test cases + file parsing bugMattias Andrée2014-12-077-5/+37
* mMattias Andrée2014-12-071-1/+1
* mds-kbdc: remove a debug outputMattias Andrée2014-12-071-1/+1
* mds-kbdc: track side-effectsMattias Andrée2014-12-071-5/+14
* mds-kbdc: parse function callsMattias Andrée2014-12-073-25/+186
* mds-kbdc: whoops, functions name may include digitsMattias Andrée2014-12-071-1/+1
* mds-kbdc: typoMattias Andrée2014-12-071-2/+2
* mds-kbdc: derpMattias Andrée2014-12-071-2/+2
* mds-kbdc: mMattias Andrée2014-12-071-1/+1
* mds-kbdc: typo + generate error if a function is used within a function before it has been definedMattias Andrée2014-12-071-7/+15
* mds-kbdc: check_function_calls_in_literalMattias Andrée2014-12-071-4/+118
* mds-kbdc: m + function callingMattias Andrée2014-12-065-71/+300
* mds-kbdc: parse_keysMattias Andrée2014-12-062-12/+130
* mds-kbdc: parse numeralsMattias Andrée2014-12-061-10/+40
* mds-kbdc: parse_quoted_string are takes care of unquotes strings with escapesMattias Andrée2014-12-061-5/+16
* mds-kbdc: parse quotes strings, but not function callsMattias Andrée2014-12-061-4/+232
* mds-kbdc: mMattias Andrée2014-12-061-6/+60
* mds-kbdc: parse variable stringsMattias Andrée2014-12-061-4/+33
* mds-kbdc: callablesMattias Andrée2014-12-066-40/+336
* mds-kbdc: mMattias Andrée2014-12-061-1/+1
* mds-kbdc: variablesMattias Andrée2014-12-0610-44/+393