| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-08-21 | add and use xclose and xfclose, we do not want close or fclose to be ignored because a singal interrupts it. | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-02-13 | bump year | 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 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-10 | add xmemdup macro | Mattias Andrée | 1 | -2/+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 | -2/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-09 | mds-kbdc: bug fixes and test cases | Mattias Andrée | 1 | -1/+1 | |
| 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 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | rename pfail to fail | Mattias Andrée | 1 | -5/+5 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | replace all goto pfail with fail_if, so that we can take whence it failed | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | mds-kbdc: parse function calls | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | mds-kbdc: whoops, functions name may include digits | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-02 | mds-kbdc: expand tabs | Mattias Andrée | 1 | -4/+49 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-01 | mds-kbdc: add some test cases + fix issued with inclusion | Mattias Andrée | 1 | -0/+17 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-30 | whitespace | Mattias Andrée | 1 | -1/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-30 | simplify | Mattias Andrée | 1 | -39/+28 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-30 | mds-kbdc: process includes | Mattias Andrée | 1 | -0/+104 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-30 | mds-kbdc: add support for empty files | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-22 | Starting on some rework | Mattias Andrée | 1 | -10/+10 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-10 | mds-kbdc: more parsing into a tree | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-09 | working on tree parsing | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-09 | whitespace | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-09 | support nested quotes | Mattias Andrée | 1 | -11/+92 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-08 | add todo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-08 | whoops | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-08 | m + buf fix: wrong element size on malloc | Mattias Andrée | 1 | -4/+5 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-09-28 | split mds-kbdc | Mattias Andrée | 1 | -24/+60 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-09-28 | mds-kbdc will need multiple .c files + .h files are not required during linking | Mattias Andrée | 1 | -0/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-09-28 | derp | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-09-28 | m | Mattias Andrée | 1 | -5/+7 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-09-28 | mkd-kbdc: split lines | Mattias Andrée | 1 | -7/+69 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-09-28 | missed to include LF at end of comment | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-09-28 | m + make sure the code ends with a new line | Mattias Andrée | 1 | -5/+12 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-09-28 | mds-kbdc: we cannot remove unneeded whitespace, but comments can still be removed, we want to be able to print out the code | Mattias Andrée | 1 | -12/+15 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-09-28 | m + shrink kbd layout code | Mattias Andrée | 1 | -0/+52 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-09-27 | m + kbd layout compiler: read file | Mattias Andrée | 1 | -0/+127 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
