summaryrefslogtreecommitdiff
path: root/src/config_file.c
Commit message (Expand)AuthorAgeFilesLines
* config: `foreach` now returns variable values tooVicent Marti2011-06-291-2/+2
* Remove double-spaceCarlos Martín Nieto2011-06-171-1/+1
* config: Fix unitialized variable warningVicent Marti2011-06-171-4/+3
* Plug two leaks in config writingCarlos Martín Nieto2011-06-161-1/+11
* Indent config variables with tagsCarlos Martín Nieto2011-06-141-2/+2
* config: implement config writingCarlos Martín Nieto2011-06-081-1/+172
* config: store new variables with the internal representation of the sectionCarlos Martín Nieto2011-06-081-1/+34
* Remove an unfortunate optimisation from cvar_match_sectionCarlos Martín Nieto2011-06-081-5/+1
* Don't try to parse an empty config fileCarlos Martín Nieto2011-05-311-0/+4
* Config parse header ext: don't allow text after closing quoteCarlos Martín Nieto2011-05-311-4/+8
* Parse section header ext: don't leak on errorCarlos Martín Nieto2011-05-311-2/+4
* Guard against double-freeing the current sectionCarlos Martín Nieto2011-05-311-2/+2
* cfg_readline: really ignore empty linesCarlos Martín Nieto2011-05-311-31/+8
* Config file open: don't free memory that doesn't belong to usCarlos Martín Nieto2011-05-311-1/+0
* Fix compilation warnings in MSVCnulltoken2011-05-241-2/+2
* config_file.c: Move to new error handling mechanismJakob Pfender2011-05-231-5/+5
* config: Cleanup & renaming of the external APIVicent Marti2011-05-201-33/+32
* Merge pull request #193 from carlosmn/configVicent Martí2011-05-191-22/+35
|\
| * Fix variable name normalizationCarlos Martín Nieto2011-05-171-22/+35
* | Fix a few minor typos in comments and error messagesSebastian Schuberth2011-05-191-3/+3
* | Use "__inline" instead of "inline" with MSVCSebastian Schuberth2011-05-181-1/+1
|/
* config_file: Fix compilationVicent Marti2011-05-171-26/+26
* Move config to the new error methodsCarlos Martín Nieto2011-05-171-19/+18
* Move config to a backend structureCarlos Martín Nieto2011-05-101-0/+1012