summaryrefslogtreecommitdiffstats
path: root/parser-cfg.c
Commit message (Expand)AuthorAgeFilesLines
* windows support: unicode filenameswm42012-03-091-0/+2
* build: fix --enable-debug, remove some "#ifdef MP_DEBUG"Uoti Urpala2011-07-301-10/+0
* options: change option parsing to use bstrUoti Urpala2011-07-291-1/+1
* cosmetics: parser-cfg.c: reformatUoti Urpala2011-07-291-208/+208
* options: indicate ambiguous option parameters explicitlyUoti Urpala2011-07-291-1/+1
* options: move command line preparse together with parseUoti Urpala2011-07-261-40/+0
* Add license header to all top-level files missing them.diego2010-01-301-0/+17
* Move variable declaration into block where it is used and make it const.reimar2009-08-311-1/+1
* Make m_config_parse_config_file file name argument constreimar2009-08-311-1/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-3/+3
* Replace the trivial command line preparser with a more robust versionalbeu2008-04-131-0/+38
* Include some .h files in corresponding .c filesuau2008-03-281-0/+1
* Remove some more useless *alloc castsreimar2007-07-191-1/+1
* increased a bit max param length as it can be too short to declare tv channel...ben2007-01-041-1/+1
* Fix stray newline that should only be printed in verbose mode.diego2006-08-201-2/+3
* Doxygen Attack! - Chapter 3albeu2006-04-251-0/+18
* Profiles support.albeu2006-01-241-1/+19
* Reduce excessive verbosity.diego2004-11-151-2/+2
* 100l to albeu for his english grammar, and 10l to me becouse I noticed that l...alex2003-08-131-1/+1
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-5/+0
* 1000l! crashing on broken config files finally fixed!rfelker2003-06-041-3/+3
* longer option buffers, needed for tv optionshenry2003-04-031-3/+3
* Better error messages (with line number now) and make unknow optionalbeu2003-03-131-7/+11
* New config system + cleanup of header inter dependencyalbeu2002-11-121-0/+211