aboutsummaryrefslogtreecommitdiffstats
path: root/src/argparser.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* add the map variablesMattias Andrée2013-06-261-4/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* free the mapsMattias Andrée2013-06-261-0/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoopsMattias Andrée2013-06-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implement more map functionsMattias Andrée2013-06-261-5/+45
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implement more map functionsMattias Andrée2013-06-251-18/+164
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + implement the reset of the optmap functionsMattias Andrée2013-06-251-7/+38
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use reallocMattias Andrée2013-06-251-23/+58
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* missing variable + make some variables staticMattias Andrée2013-06-251-6/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2013-06-251-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-06-251-3/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-06-251-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + docMattias Andrée2013-06-251-6/+58
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implement args_options functionsMattias Andrée2013-06-251-8/+45
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + bring all todos togetherMattias Andrée2013-06-251-26/+51
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-06-251-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add function for add optionMattias Andrée2013-06-251-3/+93
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* free freequeue on disposeMattias Andrée2013-06-251-11/+22
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* determine a upper bound for the queues sizesMattias Andrée2013-06-211-2/+17
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* give value to args_messageMattias Andrée2013-06-211-1/+22
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-06-211-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* almost complete implementation of parse in C versionMattias Andrée2013-06-211-1/+197
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of c versionMattias Andrée2013-06-191-4/+677
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-06-181-0/+38
Signed-off-by: Mattias Andrée <maandree@operamail.com>