log subopt-helper.c @ 27195:5eb532ff5793

age author description
Wed, 21 Feb 2007 10:05:46 +0000 diego cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
Sat, 15 Jul 2006 16:03:12 +0000 reynaldo marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org
Tue, 11 Oct 2005 08:50:32 +0000 reimar 1l, strtof is only C99, strtod is ANSI C, so use that instead.
Mon, 10 Oct 2005 12:56:44 +0000 joey support float arguments in subopt helper.
Tue, 27 Sep 2005 08:52:40 +0000 reimar Allow string escaping via "".
Thu, 16 Jun 2005 09:08:07 +0000 reimar helper functions for comparing strarg_t "strings".
Thu, 16 Jun 2005 09:03:11 +0000 reimar support lenght-quoting of strings in subopt parser.
Sat, 19 Feb 2005 20:14:00 +0000 al Move generic tests to a common place.
Sat, 22 Jan 2005 12:49:11 +0000 reimar 100l, missing () around *valp
Wed, 19 Jan 2005 17:10:20 +0000 reimar New suboption type: malloc'ed, zero terminated string
Sat, 01 Jan 2005 19:03:22 +0000 reimar fix string argument parsing (e.g. one char strings were not accepted)
Fri, 31 Dec 2004 11:11:24 +0000 al suboption parser for vo and ao modules