summaryrefslogtreecommitdiff
path: root/lib/parse.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-27Fix previous broken commitinitd-tools-0.1.3Dan Nicholson1-1/+1
2008-11-02Report errors with more useful messagesDan Nicholson1-5/+5
2008-06-04Rename libinitd headers with initd- prefix to avoid conflictsDan Nicholson1-1/+1
2008-06-04Add basename and dirname wrapper utilitiesDan Nicholson1-4/+6
2008-04-29parse: Only convert rc token to integer when it's a single digitDan Nicholson1-25/+26
2008-04-21parse: Delay expensive sysinit level parsingDan Nicholson1-19/+19
2008-04-17Sanitize sysinit handlingDan Nicholson1-9/+33
2008-04-09New function initd_set_rc for setting rc levelsDan Nicholson1-3/+1
2008-03-25Skip invalid scripts when parsingDan Nicholson1-5/+15
2008-03-20Set initd_t members from script parserDan Nicholson1-36/+134
2008-03-12Use autoconf AC_GNU_SOURCE for defining _GNU_SOURCEDan Nicholson1-3/+0
2008-03-12Add common macros in config.h through AC_CONFIG_HEADERSDan Nicholson1-1/+3
2008-02-28Don't dereference pointers pointers into the etherDan Nicholson1-1/+6
2008-02-28Strip trailing space from key and value and test itDan Nicholson1-1/+9
2008-02-28Print value when key is extended description, tooDan Nicholson1-3/+4
2008-02-28Parse the script line into key and value pairsDan Nicholson1-1/+150
2008-02-28Initial initd script parsing functionsDan Nicholson1-0/+96