aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-18siginfo: mds-clipboard, mds-echo, mds-kkbdMattias Andrée3-0/+93
2015-04-18m doc + iprint and iprintf macros + siginfo on mds, mds-vt and mds-respawnMattias Andrée5-1/+106
2015-04-12noop implementation of siginfo supportMattias Andrée2-0/+25
2015-04-12document siginfo and add it to macros.hMattias Andrée1-0/+9
2015-02-13bump yearMattias Andrée105-105/+105
2015-01-03mMattias Andrée1-2/+4
2014-12-13tabulationMattias Andrée1-1/+1
2014-12-13mds-kbdc: dump call-stackMattias Andrée3-3/+57
2014-12-13mds-kbdc: compile-layout: use the call-stackMattias Andrée1-3/+16
2014-12-13mds-kbdc: call-stack: push and pop functionsMattias Andrée2-1/+128
2014-12-13mMattias Andrée1-2/+1
2014-12-12mds-kbdc: beginning on call-stacksMattias Andrée3-3/+98
2014-12-12mMattias Andrée2-4/+4
2014-12-11use atoz and not atoll when parsing integers to size_tMattias Andrée1-3/+3
2014-12-11m + fix errors in layout filesMattias Andrée1-0/+1
2014-12-11whitespaceMattias Andrée1-1/+1
2014-12-11mds-kbdc: minor bug fixesMattias Andrée2-3/+4
2014-12-11some small fixesMattias Andrée1-1/+1
2014-12-11mMattias Andrée2-0/+14
2014-12-11mds-kbdc: compile-layout: do not warn about non-shadowing after a for-loopMattias Andrée3-4/+74
2014-12-11mds-kbdc: validate-tree: you can define functions and macros inside assumption-clausesMattias Andrée1-33/+40
2014-12-11mMattias Andrée1-1/+1
2014-12-10mMattias Andrée1-1/+2
2014-12-10m simplificationMattias Andrée1-3/+3
2014-12-10mds-kbdc: fix memory exhaustion bugMattias Andrée1-0/+1
2014-12-10make it easier to track memory allocationsMattias Andrée1-3/+101
2014-12-10mds-kbdc: compile-layout: fix sideeffect trackingMattias Andrée1-1/+1
2014-12-10mds-kbdc: compile-layout: m bug fix + more test casesMattias Andrée2-3/+2
2014-12-10mds-kbdc: compile-layout: test returnMattias Andrée1-1/+1
2014-12-10add xmemdup macroMattias Andrée16-91/+53
2014-12-10no more direct allocations, always use macros, unless using allocaMattias Andrée24-144/+151
2014-12-10typoMattias Andrée1-2/+2
2014-12-10mds-kbdc: compile-layout: m bug fix + more test casesMattias Andrée1-4/+2
2014-12-10mds-kbdc: compile-layout: m + more test casesMattias Andrée2-11/+12
2014-12-09mds-kbdc: m bug fixes + more test casesMattias Andrée3-8/+8
2014-12-09mMattias Andrée1-0/+1
2014-12-09mds-kbdc: bug fixes and test casesMattias Andrée3-18/+28
2014-12-09mds-kbdc: compile-layout: watch out for incomplete function callsMattias Andrée1-0/+6
2014-12-09mds-kbdc: m + compile-layout: bug fixes and test casesMattias Andrée1-15/+17
2014-12-09mds-kbdc: compile-layout: macro_call: fix bug: do not duplicate the arguments if there are noneMattias Andrée1-1/+2
2014-12-09mds-kbdc: compile-layout: fix a bug in parse_variableMattias Andrée1-1/+1
2014-12-09report an error, rather than causing failure the caller but not for the called functionMattias Andrée1-0/+9
2014-12-09missed to change some partsMattias Andrée3-23/+14
2014-12-09make sure errno is not changed during fail_ifMattias Andrée1-0/+2
2014-12-09improve with_mutex and with_mutex_if alsoMattias Andrée2-11/+23
2014-12-09make exit_if easier on the syntaxMattias Andrée2-6/+4
2014-12-09make some macros easiler on the syntaxMattias Andrée2-42/+43
2014-12-09make fail_if friendlier to complex if-statementsMattias Andrée3-25/+17
2014-12-09do no print whence an error occurred if it is EMSGSIZE, ECONNRESET or EINTR, those are not real errors, just abnormalitiesMattias Andrée1-3/+9
2014-12-09with a few exceptions, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée9-90/+93