aboutsummaryrefslogtreecommitdiff
path: root/libbb/parse_config.c
AgeCommit message (Expand)Author
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-05sysctl: recognize ";comment" and "<whitespace>#comment" linesDenys Vlasenko
2017-08-05sysctl: fix file parsing, do not require -w for VAR=VALDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2012-01-11mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko
2011-06-20parse_config: use getline. BIG speedup with glibc (~40%).Timo Teras
2011-06-18parse_config: make test applet easier to enable; fix its codeDenys Vlasenko
2011-06-17libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuationDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-23libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-26universal parser: do not leak parser->dataDenys Vlasenko
2009-09-06documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-04-19mdev: Rob's #if forest removalDenis Vlasenko
2009-02-23- fix typo (thanks to Peter Kjellerstedt for noticing)Bernhard Reutner-Fischer
2009-02-22- Dual-license the config parser also under "LGLPv2.1 or later"Bernhard Reutner-Fischer
2008-10-24build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;Denis Vlasenko
2008-08-09optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)Denis Vlasenko
2008-07-26fix several problems with config parser:Denis Vlasenko
2008-07-24*: conversion to config parserDenis Vlasenko
2008-07-22fix all cases of strcpy on overlapping strings.Denis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-20libbb/parse_config.c: fix small buglet (by Vladimir)Denis Vlasenko
2008-07-20libbb: fixes to config_read() by maintainerDenis Vlasenko
2008-07-19libbb: config_read() updateDenis Vlasenko
2008-07-19libbb: updated config_parse() from VladimirDenis Vlasenko
2008-07-17init: fix compile-time error; fix exiting on broken config fileDenis Vlasenko
2008-07-17- fix "noreduce" flag of config_read (didn't work at all, at least for me).Bernhard Reutner-Fischer
2008-07-17- fix segfault in nameif with mactab fileBernhard Reutner-Fischer
2008-07-16fix up callsites of config_read to check for >= 0Denis Vlasenko
2008-07-16update of config file parser from VladimirDenis Vlasenko
2008-07-15libbb: unified config parser (By Vladimir Dronnikov)Denis Vlasenko