summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-01-10mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko3-4/+6
2011-06-20parse_config: use getline. BIG speedup with glibc (~40%).Timo Teras2-50/+45
2011-06-18parse_config: make test applet easier to enable; fix its codeDenys Vlasenko3-35/+29
2011-06-17libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuationDenys Vlasenko3-44/+56
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-10-23libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko6-61/+44
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-26universal parser: do not leak parser->dataDenys Vlasenko1-8/+12
2009-09-06documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko16-24/+24
2009-04-19mdev: Rob's #if forest removalDenis Vlasenko7-187/+155
2009-02-23- fix typo (thanks to Peter Kjellerstedt for noticing)Bernhard Reutner-Fischer1-1/+1
2009-02-22- Dual-license the config parser also under "LGLPv2.1 or later"Bernhard Reutner-Fischer1-0/+1
2008-10-24build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;Denis Vlasenko7-13/+11
2008-08-09optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)Denis Vlasenko3-115/+91
2008-07-26fix several problems with config parser:Denis Vlasenko18-145/+163
2008-07-24*: conversion to config parserDenis Vlasenko5-106/+57
2008-07-22fix all cases of strcpy on overlapping strings.Denis Vlasenko7-5/+15
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-20libbb/parse_config.c: fix small buglet (by Vladimir)Denis Vlasenko2-2/+45
2008-07-20libbb: fixes to config_read() by maintainerDenis Vlasenko2-50/+27
2008-07-19libbb: config_read() updateDenis Vlasenko4-18/+16
2008-07-19libbb: updated config_parse() from VladimirDenis Vlasenko10-54/+206
2008-07-17init: fix compile-time error; fix exiting on broken config fileDenis Vlasenko2-25/+21
2008-07-17- fix "noreduce" flag of config_read (didn't work at all, at least for me).Bernhard Reutner-Fischer2-16/+76
2008-07-17- fix segfault in nameif with mactab fileBernhard Reutner-Fischer5-59/+59
2008-07-16fix up callsites of config_read to check for >= 0Denis Vlasenko4-5/+5
2008-07-16update of config file parser from VladimirDenis Vlasenko4-177/+52
2008-07-15libbb: unified config parser (By Vladimir Dronnikov)Denis Vlasenko4-56/+295