| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-02-13 | bump year | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-01-03 | m | Mattias Andrée | 1 | -2/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-13 | mds-kbdc: dump call-stack | Mattias Andrée | 1 | -3/+8 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-13 | mds-kbdc: compile-layout: use the call-stack | Mattias Andrée | 1 | -3/+16 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-12 | mds-kbdc: beginning on call-stacks | Mattias Andrée | 1 | -3/+5 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-11 | use atoz and not atoll when parsing integers to size_t | Mattias Andrée | 1 | -3/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-11 | m + fix errors in layout files | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-11 | whitespace | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-11 | mds-kbdc: minor bug fixes | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-11 | some small fixes | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-11 | mds-kbdc: compile-layout: do not warn about non-shadowing after a for-loop | Mattias Andrée | 1 | -2/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-11 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-10 | mds-kbdc: compile-layout: fix sideeffect tracking | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-10 | mds-kbdc: compile-layout: m bug fix + more test cases | Mattias Andrée | 1 | -1/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-10 | mds-kbdc: compile-layout: test return | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-10 | no more direct allocations, always use macros, unless using alloca | Mattias Andrée | 1 | -15/+15 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-10 | mds-kbdc: compile-layout: m bug fix + more test cases | Mattias Andrée | 1 | -4/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-10 | mds-kbdc: compile-layout: m + more test cases | Mattias Andrée | 1 | -9/+10 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-09 | mds-kbdc: m bug fixes + more test cases | Mattias Andrée | 1 | -6/+6 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-09 | m | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-09 | mds-kbdc: bug fixes and test cases | Mattias Andrée | 1 | -13/+13 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-09 | mds-kbdc: compile-layout: watch out for incomplete function calls | Mattias Andrée | 1 | -0/+6 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-09 | mds-kbdc: m + compile-layout: bug fixes and test cases | Mattias Andrée | 1 | -15/+17 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-09 | mds-kbdc: compile-layout: macro_call: fix bug: do not duplicate the arguments if there are none | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-09 | mds-kbdc: compile-layout: fix a bug in parse_variable | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-09 | report an error, rather than causing failure the caller but not for the called function | Mattias Andrée | 1 | -0/+9 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-09 | missed to change some parts | Mattias Andrée | 1 | -2/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_if | Mattias Andrée | 1 | -22/+68 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | rename pfail to fail | Mattias Andrée | 1 | -13/+13 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | mds-kbdc: compile-layout. bug fixes, test-cases and mark all untested error reports | Mattias Andrée | 1 | -61/+70 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | mds-kbdc: compile-keyboard: regression | Mattias Andrée | 1 | -4/+9 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | mds-kbdc: bug fix | Mattias Andrée | 1 | -6/+10 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | mds-kbdc: compile-layout: more tested and bug fixes | Mattias Andrée | 1 | -38/+36 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | mds-kbdc: test call to undefined callables and mark the entire macro call if the macro does not exist | Mattias Andrée | 1 | -0/+7 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | mds-kbdc: compile-layout: bug fixes | Mattias Andrée | 1 | -29/+32 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | mds-kbdc: compile-layout: bug fixes | Mattias Andrée | 1 | -8/+7 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | ... derp | Mattias Andrée | 1 | -12/+12 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | m derp | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | mds-kbdc: compile-keyboard: ,:s in < > are not special when inside quotes | Mattias Andrée | 1 | -3/+11 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | mds-kbdc: compile-layout: support " in < > | Mattias Andrée | 1 | -11/+17 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | mds-kbdc: compile-layout: fix bug in parsing escapes | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | fail_if supports sequences without being double bracketed | Mattias Andrée | 1 | -44/+44 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | mds-kbdc: compile-layout: some bug fixes and test cases | Mattias Andrée | 1 | -18/+27 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | mds-kbdc: compile-layout: add some test cases + file parsing bug | Mattias Andrée | 1 | -5/+5 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | mds-kbdc: track side-effects | Mattias Andrée | 1 | -5/+14 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | mds-kbdc: parse function calls | Mattias Andrée | 1 | -23/+184 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | mds-kbdc: typo | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
