summaryrefslogtreecommitdiffstats
path: root/src/pacman/ini.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-20move ini parser into commonAndrew Gregory1-116/+1
2015-09-20move strtrim to util-commonAndrew Gregory1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2015-01-21ini.c: move error output into conf.cAndrew Gregory1-11/+7
2015-01-21ini.c: remove useless key checkAndrew Gregory1-6/+0
2015-01-21ini.c: remove empty section name restrictionAndrew Gregory1-7/+0
2015-01-21ini.c: remove unnecessary helper functionAndrew Gregory1-34/+16
2015-01-21ini.c: move Include parsing to conf.cAndrew Gregory1-64/+3
2015-01-21ini.c: remove final callback callAndrew Gregory1-6/+1
2014-09-23wrap fgets to retry on EINTRAndrew Gregory1-1/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-08-21ini.c: give recursion limit file scopeAndrew Gregory1-3/+5
2013-08-21ini.c: make errors in includes fatalAndrew Gregory1-1/+5
2013-08-21ini.c: reuse line bufferAndrew Gregory1-5/+5
2013-08-21conf.c: extract ini parsing code to separate filesAndrew Gregory1-0/+211