log subopt-helper.c @ 37171:29802bb119f6

age author description
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Thu, 11 Aug 2011 17:45:38 +0000 diego doxygen: drop filename from @file directive
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Fri, 01 Oct 2010 18:29:35 +0000 diego Move some code around to avoid forward declarations in top-level .c files.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Fri, 01 Jan 2010 13:23:16 +0000 reimar Simplify range-checking functions for subopt parsing.
Fri, 01 Jan 2010 13:18:49 +0000 reimar Fix function declarations to avoid casting function pointers.
Tue, 12 May 2009 02:43:03 +0000 reynaldo Get rid of some more trailing whitespace
Fri, 06 Mar 2009 20:41:02 +0000 reimar Get rid of the "set" member of the subopt-parser struct, it made
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