aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add more compat code for non GNU environmentsDan Fandrich2009-11-013-22/+102
* tty: use defines rather than constantsBernhard Reutner-Fischer2009-10-291-5/+5
* *: random code shrinkDenys Vlasenko2009-10-293-11/+11
* lineedit: REALLY fix compile error nowDenys Vlasenko2009-10-291-2/+5
* lineedit: compile fixDenys Vlasenko2009-10-291-3/+2
* echo et al: support \e escapeDenys Vlasenko2009-10-291-3/+4
* wall: new appletBernhard Reutner-Fischer2009-10-276-0/+53
* add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer2009-10-278-7/+17
* chpst: tiny shrinkage and add possible TODOBernhard Reutner-Fischer2009-10-271-4/+4
* mdev: adjust error messageBernhard Reutner-Fischer2009-10-271-1/+1
* mdev: handle string modesBernhard Reutner-Fischer2009-10-271-2/+3
* mdev: tiny shrinkage by index_in_stringsBernhard Reutner-Fischer2009-10-271-3/+6
* applets/usage_compressed: combine many seds in one; hide dd statsBernhard Reutner-Fischer2009-10-271-7/+8
* platform compatibility work (by Dan Fandrich)Dan Fandrich2009-10-274-65/+100
* rename sent_ESC_br_n6 variable to sent_ESC_br6nDenys Vlasenko2009-10-272-6/+6
* libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less uglyDenys Vlasenko2009-10-271-10/+35
* libbb/xrealloc_vector.c: better commentDenys Vlasenko2009-10-271-2/+3
* libbb/bb_do_delay.c: shrinkDenys Vlasenko2009-10-271-5/+4
* libbb/ask_confirmation.c: shrinkDenys Vlasenko2009-10-271-9/+4
* httpd_indexcgi: fix off-by-one errorDenys Vlasenko2009-10-271-1/+1
* sed: shrink usage textDenys Vlasenko2009-10-271-1/+1
* Minor usage tweak for sed.Rob Landley2009-10-271-5/+3
* read_key,lineeedit: parse position answerback faster; sanitize its useDenys Vlasenko2009-10-262-33/+58
* lsmod: unicode-aware column formattingTomas Heinrich2009-10-261-0/+18
* read_key: ignore unknown keys (do not return them to caller byte-by-byte)Denys Vlasenko2009-10-261-50/+74
* read_key: remove handling for ctrl-up/down, we don't use that. -12 bytesDenys Vlasenko2009-10-262-3/+3
* read_key: document more weird key sequencesDenys Vlasenko2009-10-261-1/+11
* lineedit: handle Ctrl-arrowsDenys Vlasenko2009-10-253-28/+90
* modutils: add FEATURE_INSMOD_TRY_MMAP optionDenys Vlasenko2009-10-254-17/+93
* tar: add support for -o as synonym to --no-same-owner. +5 bytesBernhard Reutner-Fischer2009-10-251-10/+12
* tar: handle "tar fx TARFILE" etcDenys Vlasenko2009-10-251-0/+27
* patch: add Rob's version for reference, it may handle fuzz and offsetsDenys Vlasenko2009-10-251-0/+559
* patch: add another test (currently fails)Denys Vlasenko2009-10-251-0/+26
* fix up potential printf's with unsafe format stringsDenys Vlasenko2009-10-242-2/+2
* mkfs_ext2: fix compile errorDenys Vlasenko2009-10-241-1/+1
* patch: add longopts, --dry-run, add one more testDenys Vlasenko2009-10-243-15/+82
* ftpget/put: make 3rd parameter optionalVladimir Dronnikov2009-10-232-4/+4
* ifplugd: fix compile errorDenys Vlasenko2009-10-231-1/+1
* date: line up tabs in usage textDenys Vlasenko2009-10-231-4/+4
* ls: fix "ls | cat" to not show "total NNN" headerDenys Vlasenko2009-10-231-1/+1
* date: handle long optionsBernhard Reutner-Fischer2009-10-232-2/+25
* libbb.h: tidy it up a bit. no code changes (verified)Denys Vlasenko2009-10-232-18/+19
* fix isalnum and isxdigit. Unfortunately, +285 bytesDenys Vlasenko2009-10-231-2/+22
* eliminate all remaining users of ctype. ~600 byte large tables are gone.Denys Vlasenko2009-10-231-14/+35
* small optimizations of toupper/tolowerDenys Vlasenko2009-10-232-18/+11
* *: optimize most of isXXXXX() macrosDenys Vlasenko2009-10-237-23/+33
* libbb: smaller isdigit. -95 bytesDenys Vlasenko2009-10-231-2/+3
* build failure fix and some cosmeticsDenys Vlasenko2009-10-232-3/+3
* *: remove last function calls to isspaceDenys Vlasenko2009-10-228-35/+28
* networking/interface.c: tiny code shrinkDenys Vlasenko2009-10-222-12/+12