aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-262-1/+348
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move non-static variables into .h fileMattias Andrée2013-06-262-55/+57
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move structs into .h fileMattias Andrée2013-06-262-80/+81
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move includes into new .h fileMattias Andrée2013-06-262-3/+22
| | | | 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>
* 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>
* derpMattias Andrée2013-06-211-3/+3
| | | | 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>
* beginning of c versionMattias Andrée2013-06-191-4/+677
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-06-191-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-06-191-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m bug fixMattias Andrée2013-06-191-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2013-06-183-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-06-183-2/+42
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* complete bash versionMattias Andrée2013-06-181-16/+243
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-06-181-3/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-06-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2013-06-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2013-06-182-7/+68
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implement help for bash versionMattias Andrée2013-06-181-1/+127
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2013-06-181-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-06-182-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update gitignore with jarMattias Andrée2013-06-181-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of bash versionMattias Andrée2013-06-181-0/+284
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-06-181-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-06-181-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2013-06-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add java versionMattias Andrée2013-06-181-0/+1007
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>