Mercurial > mplayer.hg
log subopt-helper.c @ 26877:4ab1cfcee430
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. |