aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2009-11-17libbb: fix vasprintf implementationDenys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-15date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko
2009-11-15some non-gnu compilers can't have non-const struct initializersDenys Vlasenko
2009-11-15use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-11tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko
2009-11-11ash: fix bad interaction of "stty -echo" + ASK_TERMINALDenys Vlasenko
2009-11-08wget: factor out progress bar codeMagnus Damm
2009-11-07big endian warning fixesDenys Vlasenko
2009-11-02passwd: do not complain if /etc/shadow is missingDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-11-01Add more compat code for non GNU environmentsDan Fandrich
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-27add and use xopen_nonblocking (-18b)Bernhard 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-26read_key,lineeedit: parse position answerback faster; sanitize its useDenys Vlasenko
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-23build failure fix and some cosmeticsDenys Vlasenko
2009-10-22*: remove last function calls to isspaceDenys Vlasenko
2009-10-22*: use better isspace implementationDenys Vlasenko
2009-10-20add B921600Bernhard Reutner-Fischer
2009-10-15move generate_uuid from mkswap to libbbVladimir Dronnikov
2009-10-14lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields.Denys Vlasenko
2009-10-14comment anc Config.in changes, no code changesDenys Vlasenko
2009-10-13libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko
2009-10-11libbb: revert the change where spawn reports exec failureDenys Vlasenko
2009-10-08libbb: make spawn() print "can't execute '%s'" on execv errorDenys Vlasenko
2009-10-08*: code shrink via NOINLINEDenys Vlasenko
2009-10-05unpackers: check errors from close() tooDenys Vlasenko
2009-09-29find: -follow should not error out on dandling linksDenys Vlasenko
2009-09-29libbb/lineedit: restore ^D handling for unicodeDenys Vlasenko
2009-09-27libbb/lineedit: fix the case when we configured history to have 0 linesDenys Vlasenko
2009-09-23*: more portability fixes by Dan FandrichDenys Vlasenko
2009-09-23*: optimize code size in strtoul callsDenys Vlasenko
2009-09-22pidof/killall: fix bug 625 (kernel threads get stale "binary name")Denys Vlasenko
2009-09-19ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko
2009-09-12fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko
2009-09-11top, ps: do not output trailing spacesDenys Vlasenko