aboutsummaryrefslogtreecommitdiffhomepage
path: root/m_config.c
Commit message (Expand)AuthorAge
* m_config: reallow specifying static default values for string optionsGravatar wm42012-08-02
* mplayer: turn playtree into a list, and change per-file option handlingGravatar wm42012-07-31
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrGravatar wm42012-07-28
* options: support "no-foo" syntax for flag suboptionsGravatar Uoti Urpala2012-07-27
* options: make option struct the talloc parent of optionsGravatar Uoti Urpala2012-07-16
* options: support parsing values into substructsGravatar Uoti Urpala2012-07-16
* options: simplify option parsing/setting machineryGravatar Uoti Urpala2012-05-08
* options: add "disabled option" functionalityGravatar Uoti Urpala2011-09-04
* options: change option parsing to use bstrGravatar Uoti Urpala2011-07-29
* options: indicate ambiguous option parameters explicitlyGravatar Uoti Urpala2011-07-29
* options: free option defaults when freeing configGravatar Uoti Urpala2011-07-06
* options: allocate dynamic options with tallocGravatar Uoti Urpala2011-07-06
* cleanup: reformat and clean up m_config.[ch]Gravatar Uoti Urpala2011-07-06
* cleanup: remove more warningsGravatar Clément Bœsch2011-05-02
* options: remove CONF_OLD option flagGravatar Uoti Urpala2011-01-31
* commands: add generic option -> property wrapperGravatar Uoti Urpala2010-12-18
* options: fix autoloaded profile handling of flag optionsGravatar Uoti Urpala2010-11-15
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* m_config.c: cosmetics: Move functions to avoid forward declarationsGravatar diego2010-11-02
* m_config.[ch]: mark some function parameters constGravatar diego2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \
* | | Restore collapsed whitespace in output messagesGravatar Uoti Urpala2010-03-07
| | * Make more option-parsing related function arguments const.Gravatar reimar2010-02-25
| | * Mark m_config_get_option_ptr() as static, it is only used within the file.Gravatar diego2010-02-20
| |/
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | m_config.c: Remove unused function m_config_get_option_ptrGravatar Uoti Urpala2008-08-12
* | options: Make dynamic dup hack work with new optionsGravatar Uoti Urpala2008-04-30
* | m_config.c: Cosmetics: fix nested block lacking indentationGravatar Uoti Urpala2008-04-30
* | Mark some constant symbols as suchGravatar Uoti Urpala2008-04-26
* | Move global mconfig to mpctxGravatar Uoti Urpala2008-04-26
* | Convert m_config.c to use tallocGravatar Uoti Urpala2008-04-26
* | Start of new option systemGravatar Uoti Urpala2008-04-23
|/
* Replace the trivial command line preparser with a more robust versionGravatar albeu2008-04-13
* Add some const qualifiers to reduce warningsGravatar uau2008-04-02
* typo fix: inited --> initializedGravatar diego2008-02-14
* export m_config_set_profile()Gravatar ben2008-01-10
* First try to mark some things in m_config correctly as constGravatar reimar2007-12-02
* Fix some typos in commentsGravatar reimar2007-07-28
* Remove some more useless *alloc castsGravatar reimar2007-07-19
* Fix obvious typo, although the exact effect is still unclear to me, see also ...Gravatar reimar2006-11-19
* rm unnecesary casts from void* - part 3Gravatar reynaldo2006-07-02
* Rename some misspelled and misnamed messages.Gravatar diego2006-04-28
* Doxygen attack!Gravatar albeu2006-04-24
* 10L fix missing return statement.Gravatar albeu2006-03-13