aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-01Add more compat code for non GNU environmentsDan Fandrich
2009-10-29tty: use defines rather than constantsBernhard Reutner-Fischer
2009-10-29*: random code shrinkDenys Vlasenko
2009-10-29lineedit: REALLY fix compile error nowDenys Vlasenko
2009-10-29lineedit: compile fixDenys Vlasenko
2009-10-29echo et al: support \e escapeDenys Vlasenko
2009-10-27wall: new appletBernhard Reutner-Fischer
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer
2009-10-27chpst: tiny shrinkage and add possible TODOBernhard Reutner-Fischer
2009-10-27mdev: adjust error messageBernhard Reutner-Fischer
2009-10-27mdev: handle string modesBernhard Reutner-Fischer
2009-10-27mdev: tiny shrinkage by index_in_stringsBernhard Reutner-Fischer
2009-10-27applets/usage_compressed: combine many seds in one; hide dd statsBernhard Reutner-Fischer
2009-10-27platform compatibility work (by Dan Fandrich)Dan Fandrich
2009-10-27rename sent_ESC_br_n6 variable to sent_ESC_br6nDenys Vlasenko
2009-10-27libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less uglyDenys Vlasenko
2009-10-27libbb/xrealloc_vector.c: better commentDenys Vlasenko
2009-10-27libbb/bb_do_delay.c: shrinkDenys Vlasenko
2009-10-27libbb/ask_confirmation.c: shrinkDenys Vlasenko
2009-10-27httpd_indexcgi: fix off-by-one errorDenys Vlasenko
2009-10-27sed: shrink usage textDenys Vlasenko
2009-10-27Minor usage tweak for sed.Rob Landley
2009-10-26read_key,lineeedit: parse position answerback faster; sanitize its useDenys Vlasenko
2009-10-26lsmod: unicode-aware column formattingTomas Heinrich
2009-10-26read_key: ignore unknown keys (do not return them to caller byte-by-byte)Denys Vlasenko
2009-10-26read_key: remove handling for ctrl-up/down, we don't use that. -12 bytesDenys Vlasenko
2009-10-26read_key: document more weird key sequencesDenys Vlasenko
2009-10-25lineedit: handle Ctrl-arrowsDenys Vlasenko
2009-10-25modutils: add FEATURE_INSMOD_TRY_MMAP optionDenys Vlasenko
2009-10-25tar: add support for -o as synonym to --no-same-owner. +5 bytesBernhard Reutner-Fischer
2009-10-25tar: handle "tar fx TARFILE" etcDenys Vlasenko
2009-10-25patch: add Rob's version for reference, it may handle fuzz and offsetsDenys Vlasenko
2009-10-25patch: add another test (currently fails)Denys Vlasenko
2009-10-24fix up potential printf's with unsafe format stringsDenys Vlasenko
2009-10-24mkfs_ext2: fix compile errorDenys Vlasenko
2009-10-24patch: add longopts, --dry-run, add one more testDenys Vlasenko
2009-10-23ftpget/put: make 3rd parameter optionalVladimir Dronnikov
2009-10-23ifplugd: fix compile errorDenys Vlasenko
2009-10-23date: line up tabs in usage textDenys Vlasenko
2009-10-23ls: fix "ls | cat" to not show "total NNN" headerDenys Vlasenko
2009-10-23date: handle long optionsBernhard Reutner-Fischer
2009-10-23libbb.h: tidy it up a bit. no code changes (verified)Denys Vlasenko
2009-10-23fix isalnum and isxdigit. Unfortunately, +285 bytesDenys Vlasenko
2009-10-23eliminate all remaining users of ctype. ~600 byte large tables are gone.Denys Vlasenko
2009-10-23small optimizations of toupper/tolowerDenys Vlasenko
2009-10-23*: optimize most of isXXXXX() macrosDenys Vlasenko
2009-10-23libbb: smaller isdigit. -95 bytesDenys Vlasenko
2009-10-23build failure fix and some cosmeticsDenys Vlasenko
2009-10-22*: remove last function calls to isspaceDenys Vlasenko
2009-10-22networking/interface.c: tiny code shrinkDenys Vlasenko