aboutsummaryrefslogtreecommitdiffhomepage
path: root/subopt-helper.c
Commit message (Expand)AuthorAge
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* Move code to avoid forward declarations in top-level .c filesGravatar diego2010-11-02
* Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
* | Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\|
| * Simplify range-checking functions for subopt parsing.Gravatar reimar2010-01-01
| * Fix function declarations to avoid casting function pointers.Gravatar reimar2010-01-01
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
|/
* Get rid of some more trailing whitespaceGravatar reynaldo2009-05-12
* Get rid of the "set" member of the subopt-parser struct, it madeGravatar reimar2009-03-06
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.Gravatar diego2007-02-21
* marks several read-only string parameters which aren't modified inside the ca...Gravatar reynaldo2006-07-15
* 1l, strtof is only C99, strtod is ANSI C, so use that instead.Gravatar reimar2005-10-11
* support float arguments in subopt helper.Gravatar joey2005-10-10
* Allow string escaping via "".Gravatar reimar2005-09-27
* helper functions for comparing strarg_t "strings".Gravatar reimar2005-06-16
* support lenght-quoting of strings in subopt parser.Gravatar reimar2005-06-16
* Move generic tests to a common place.Gravatar al2005-02-19
* 100l, missing () around *valpGravatar reimar2005-01-22
* New suboption type: malloc'ed, zero terminated stringGravatar reimar2005-01-19
* fix string argument parsing (e.g. one char strings were not accepted)Gravatar reimar2005-01-01
* suboption parser for vo and ao modulesGravatar al2004-12-31