Mercurial > mplayer.hg
log m_config.c @ 32619:34c4e6ff7b17
age | author | description |
---|---|---|
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. |