log m_config.c @ 36537:3b2228019b6a

age author description
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Mon, 06 Jun 2011 14:55:06 +0000 ib Pass m_config_new() error information to caller.
Sun, 22 May 2011 20:32:42 +0000 ib Add missing m_option_free() to m_config_free().
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Mon, 27 Sep 2010 12:10:59 +0000 diego cosmetics: Move some functions around to avoid ugly forward declarations.
Mon, 27 Sep 2010 11:54:17 +0000 diego Mark some function parameters that are not modified as const.
Sat, 27 Feb 2010 20:52:06 +0000 cehoyos Remove unused static function m_config_get_option_ptr().
Thu, 25 Feb 2010 22:32:28 +0000 reimar Make more option-parsing related function arguments const.
Sat, 20 Feb 2010 20:01:56 +0000 diego Mark m_config_get_option_ptr() as static, it is only used within the file.
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 13 Apr 2008 19:18:51 +0000 albeu Replace the trivial command line preparser with a more robust version
Wed, 02 Apr 2008 01:01:22 +0000 uau Add some const qualifiers to reduce warnings
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Thu, 10 Jan 2008 18:41:21 +0000 ben export m_config_set_profile()