summaryrefslogtreecommitdiffstats
path: root/subopt-helper.c
Commit message (Expand)AuthorAgeFilesLines
* 1l, strtof is only C99, strtod is ANSI C, so use that instead.reimar2005-10-111-1/+1
* support float arguments in subopt helper.joey2005-10-101-0/+19
* Allow string escaping via "".reimar2005-09-271-0/+9
* helper functions for comparing strarg_t "strings".reimar2005-06-161-0/+19
* support lenght-quoting of strings in subopt parser.reimar2005-06-161-1/+12
* Move generic tests to a common place.al2005-02-191-0/+18
* 100l, missing () around *valpreimar2005-01-221-1/+1
* New suboption type: malloc'ed, zero terminated stringreimar2005-01-191-1/+19
* fix string argument parsing (e.g. one char strings were not accepted)reimar2005-01-011-14/+5
* suboption parser for vo and ao modulesal2004-12-311-0/+256