Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mds-kbdc: compile-layout: fix sideeffect tracking | Mattias Andrée | 2014-12-10 | 2 | -1/+16 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mds-kbdc: compile-layout: m bug fix + more test cases | Mattias Andrée | 2014-12-10 | 4 | -3/+18 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mds-kbdc: compile-layout: test return | Mattias Andrée | 2014-12-10 | 2 | -1/+25 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add xmemdup macro | Mattias Andrée | 2014-12-10 | 17 | -92/+63 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | no more direct allocations, always use macros, unless using alloca | Mattias Andrée | 2014-12-10 | 25 | -146/+179 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2014-12-10 | 1 | -2/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mds-kbdc: compile-layout: m bug fix + more test cases | Mattias Andrée | 2014-12-10 | 7 | -4/+44 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mds-kbdc: compile-layout: m + more test cases | Mattias Andrée | 2014-12-10 | 6 | -11/+103 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mds-kbdc: m bug fixes + more test cases | Mattias Andrée | 2014-12-09 | 23 | -8/+129 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2014-12-09 | 1 | -0/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mds-kbdc: bug fixes and test cases | Mattias Andrée | 2014-12-09 | 8 | -20/+76 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mds-kbdc: compile-layout: watch out for incomplete function calls | Mattias Andrée | 2014-12-09 | 2 | -0/+9 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mds-kbdc: m + compile-layout: bug fixes and test cases | Mattias Andrée | 2014-12-09 | 5 | -16/+44 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | merge track-errors and resolve conflict | Mattias Andrée | 2014-12-09 | 48 | -998/+1107 | |
|\ | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| * | report an error, rather than causing failure the caller but not for the called function | Mattias Andrée | 2014-12-09 | 1 | -0/+9 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| * | missed to change some parts | Mattias Andrée | 2014-12-09 | 3 | -23/+14 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| * | make sure errno is not changed during fail_if | Mattias Andrée | 2014-12-09 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| * | make exit_if easier on the syntax | Mattias Andrée | 2014-12-09 | 2 | -6/+4 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| * | make fail_if friendlier to complex if-statements | Mattias Andrée | 2014-12-09 | 3 | -25/+17 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| * | do no print whence an error occurred if it is EMSGSIZE, ECONNRESET or EINTR, those are not real errors, just abnormalities | Mattias Andrée | 2014-12-09 | 1 | -3/+9 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| * | with a few exceptions, never return directly on failure, always goto fail by invoking fail_if | Mattias Andrée | 2014-12-09 | 9 | -90/+93 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| * | with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_if | Mattias Andrée | 2014-12-08 | 32 | -551/+685 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| * | update the texinfo manual for the new use of fail_if | Mattias Andrée | 2014-12-08 | 1 | -3/+3 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| * | rename pfail to fail | Mattias Andrée | 2014-12-08 | 33 | -135/+135 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| * | m + make sure we never lose errno | Mattias Andrée | 2014-12-08 | 8 | -30/+31 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| * | no more goto fail | Mattias Andrée | 2014-12-08 | 15 | -110/+98 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| * | replace all variants of goto pfail with fail_if | Mattias Andrée | 2014-12-08 | 2 | -16/+11 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| * | replace all goto pfail with fail_if, so that we can take whence it failed | Mattias Andrée | 2014-12-08 | 10 | -45/+33 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| * | whenever fail_if gotos to the failure clause, print whence | Mattias Andrée | 2014-12-08 | 1 | -2/+4 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | | mds-kbdc: compile-layout: macro_call: fix bug: do not duplicate the arguments if there are none | Mattias Andrée | 2014-12-09 | 2 | -3/+2 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | | mds-kbdc: compile-layout: fix a bug in parse_variable | Mattias Andrée | 2014-12-09 | 2 | -3/+1 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | | improve with_mutex and with_mutex_if also | Mattias Andrée | 2014-12-09 | 2 | -11/+23 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | | make some macros easiler on the syntax | Mattias Andrée | 2014-12-09 | 2 | -42/+43 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | | typo | Mattias Andrée | 2014-12-08 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | | m doc | Mattias Andrée | 2014-12-08 | 1 | -4/+4 | |
|/ | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mds-kbdc: mark failing test cases | Mattias Andrée | 2014-12-08 | 2 | -0/+4 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mds-kbdc: compile-layout. bug fixes, test-cases and mark all untested error reports | Mattias Andrée | 2014-12-08 | 16 | -69/+156 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mds-kbdc: compile-keyboard: regression | Mattias Andrée | 2014-12-08 | 1 | -4/+9 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mds-kbdc: bug fix | Mattias Andrée | 2014-12-08 | 1 | -6/+10 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2014-12-08 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2014-12-08 | 1 | -0/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mds-kbdc: compile-layout: more tested and bug fixes | Mattias Andrée | 2014-12-08 | 5 | -38/+52 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mds-kbdc: simplify mds_kbdc_tree_dup | Mattias Andrée | 2014-12-07 | 1 | -38/+36 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mds-kbdc: test call to undefined callables and mark the entire macro call if the macro does not exist | Mattias Andrée | 2014-12-07 | 3 | -0/+11 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mds-kbdc: compile-layout: bug fixes | Mattias Andrée | 2014-12-07 | 2 | -32/+39 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | mds-kbdc: compile-layout: bug fixes | Mattias Andrée | 2014-12-07 | 3 | -14/+12 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2014-12-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | ... derp | Mattias Andrée | 2014-12-07 | 1 | -12/+12 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m derp | Mattias Andrée | 2014-12-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2014-12-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> |