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().