summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adjust sizeof to use deref rather than indexingHEADmasterTom Ryder2018-12-291-6/+6
|
* Move command definitions back to .c fileTom Ryder2018-11-122-10/+10
|
* Remove implicit array boundTom Ryder2018-11-121-1/+1
|
* Copy from local variable, don't reference itTom Ryder2018-11-121-3/+4
| | | | How embarrassing!
* Create header fileTom Ryder2018-11-123-62/+66
|
* Rephrase a loopTom Ryder2018-11-121-5/+5
|
* Simplify Makefile a lotTom Ryder2018-11-101-7/+5
|
* Move final return of parse() to end of funcTom Ryder2018-11-101-1/+2
| | | | Keeps the strict compiler happy.
* Use consistent parens styleTom Ryder2018-11-101-6/+6
|
* Use adaptive sizeof on identifiers not typesTom Ryder2018-11-101-7/+7
|
* Remove bad-practice malloc(3) castsTom Ryder2018-11-101-2/+2
|
* Add spaces before asterisks in pointer type sigsTom Ryder2018-11-101-5/+5
|
* Simplify Makefile; allow gccTom Ryder2018-11-101-2/+1
|
* Cleaner mallocingTom Ryder2016-12-021-8/+8
|
* Rearrange declarations and definitionsTom Ryder2016-12-021-5/+6
|
* Move temporary doors structure into static arrayTom Ryder2016-12-021-7/+9
|
* Use arrays rather than number suffixesTom Ryder2016-12-021-34/+34
|
* Remove typedefs, be explicit with enum/structTom Ryder2016-12-021-49/+49
| | | | Helps me keep this clearer in my own head
* Name the command struct inlineTom Ryder2016-12-021-1/+1
| | | | May as well be consistent
* Ignore built programTom Ryder2016-12-021-0/+1
|
* First commitTom Ryder2016-12-022-0/+225