summaryrefslogtreecommitdiffstats
path: root/subopt-helper.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: don't check for NULL before free()diego2010-11-081-2/+1
* Move code to avoid forward declarations in top-level .c filesdiego2010-11-021-69/+66
* Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+18
|\
| * Add license header to all top-level files missing them.diego2010-01-301-0/+18
* | Merge svn changes up to r30165Uoti Urpala2010-01-081-8/+6
|\|
| * Simplify range-checking functions for subopt parsing.reimar2010-01-011-6/+2
| * Fix function declarations to avoid casting function pointers.reimar2010-01-011-2/+4
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+0
|/
* Get rid of some more trailing whitespacereynaldo2009-05-121-4/+4
* Get rid of the "set" member of the subopt-parser struct, it madereimar2009-03-061-10/+3
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.diego2007-02-211-1/+1
* marks several read-only string parameters which aren't modified inside the ca...reynaldo2006-07-151-1/+1
* 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