summaryrefslogtreecommitdiffstats
path: root/libc/misc/internals/parse_config.c
Commit message (Expand)AuthorAgeFilesLines
* parse_config: discard rest of incomplete lineNatanael Copa2010-10-141-0/+7
* config parser: always initialize line pointerNatanael Copa2010-10-141-2/+1
* config parser: do not assume that realloc return same pointerNatanael Copa2010-10-141-5/+4
* misc: Fix build error about missing PAGE_SIZEAbdoulaye Walsimou Gaye2010-09-061-0/+1
* getserv: fix reading services lines w > 80 charsBernhard Reutner-Fischer2010-08-191-4/+7
* config parser: fix memory corruptionTimo Teräs2010-08-061-2/+2
* add config parserBernhard Reutner-Fischer2010-08-051-0/+268