log subopt-helper.c @ 30122:1772a5171ac7

age author description
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.