aboutsummaryrefslogtreecommitdiffstats
path: root/src/argparser.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* miscMattias Andrée2014-08-041-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix more warningsMattias Andrée2014-04-241-89/+83
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix a bunch or warningsMattias Andrée2014-04-241-130/+133
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + mark pure functionsMattias Andrée2014-04-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* version common bugsMattias Andrée2013-08-271-2/+18
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* c fixMattias Andrée2013-08-271-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2013-08-271-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* issue 7, c versionMattias Andrée2013-08-271-11/+63
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* c fixMattias Andrée2013-08-261-3/+15
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* issue 2, c versionMattias Andrée2013-08-241-11/+100
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m c versionMattias Andrée2013-08-241-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* c version bug fix3.0Mattias Andrée2013-08-231-3/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix variadic issueMattias Andrée2013-08-231-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix mem faultsMattias Andrée2013-08-231-5/+68
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* c error fixesMattias Andrée2013-08-231-54/+62
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mem lackMattias Andrée2013-08-231-1/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-08-231-14/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mem faultMattias Andrée2013-08-211-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2013-08-211-6/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* missed to close fileMattias Andrée2013-08-211-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* missed to close fileMattias Andrée2013-08-211-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* rare case memory leakMattias Andrée2013-08-211-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* issue 4, c versionMattias Andrée2013-08-211-4/+33
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Half of the work for issue 4, c versionMattias Andrée2013-08-181-6/+41
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implement colour settings in c versionMattias Andrée2013-08-181-25/+34
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix help in c versionMattias Andrée2013-08-181-14/+18
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* some c fixesMattias Andrée2013-08-181-13/+19
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add alternative modeMattias Andrée2013-08-181-2/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* stronger license = better licenseMattias Andrée2013-08-091-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-07-101-4/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2013-07-021-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* misc fixMattias Andrée2013-07-021-7/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-07-021-43/+43
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix varargsMattias Andrée2013-06-261-21/+55
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* missed to initialise variableMattias Andrée2013-06-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoopsMattias Andrée2013-06-261-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* return list of values when freeing a mapMattias Andrée2013-06-261-3/+31
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix -pedantic warningsMattias Andrée2013-06-261-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix -Wextra warningsMattias Andrée2013-06-261-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix -Wall warningsMattias Andrée2013-06-261-2/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix more derpsMattias Andrée2013-06-261-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix some derpsMattias Andrée2013-06-261-36/+36
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implement mapMattias Andrée2013-06-261-8/+118
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m functio renameMattias Andrée2013-06-261-17/+17
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + add non-static prototypes to .h fileMattias Andrée2013-06-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move non-static variables into .h fileMattias Andrée2013-06-261-55/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move structs into .h fileMattias Andrée2013-06-261-80/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move includes into new .h fileMattias Andrée2013-06-261-3/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* complete map structureMattias Andrée2013-06-261-1/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add functions for creating optionsMattias Andrée2013-06-261-1/+79
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>