aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2009-09-06documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-09-06experimentally add mallopt tweaks for reduced memory consumptionDenys Vlasenko
2009-09-02small commit tweak in parse_datestr, no code changesDenys Vlasenko
2009-08-30code shrink in help text codeDenys Vlasenko
2009-08-29ash: deal with some TODOs (mostly trivial)Denys Vlasenko
2009-08-28rpm2cpio: handle bz2 too; code shrinkPascal Bellard
2009-08-27update copyright yearDenys Vlasenko
2009-08-20do not store 1st two bytes of compressed help textDenys Vlasenko
2009-08-01libbb: prevent resursion on malloc failureDenys Vlasenko
2009-07-30rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.Denys Vlasenko
2009-07-29make find_pid_by_name look at /proc/PID/exe tooAlexander Shishkin
2009-07-18fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko
2009-07-18touch: implement -t TIME (needed for testsuite)Denys Vlasenko
2009-07-18touch: implement -d --date (our own testsuite needs that)Denys Vlasenko
2009-07-18date: factor out date parsing (in preparation for touch -d)Denys Vlasenko
2009-07-16widen "Unicode in environment" checkDenys Vlasenko
2009-07-16another small lineedit fixDenys Vlasenko
2009-07-16fix a thinko in lineedit completion codeDenys Vlasenko
2009-07-16lineedit+unicode: code shrinkDenys Vlasenko
2009-07-16comment fixes, no code changesDenys Vlasenko
2009-07-16lineedit: code shrinkDenys Vlasenko
2009-07-15remove trailing whitespaceDenys Vlasenko
2009-07-15randomconfig fixesDenys Vlasenko
2009-07-15comment fix, no code changesDenys Vlasenko
2009-07-15busybox --install [-s] [DIR]: allow a parameter - destination DIRDenys Vlasenko
2009-07-13passwd + /etc/shadow: chage "change time" field tooDenys Vlasenko
2009-07-12lineedit+unicode: make TAB completion work againDenys Vlasenko
2009-07-12vi: small code shrinkDenys Vlasenko
2009-07-11tweaking Unicode supportDenys Vlasenko
2009-07-11added simplified Unicode support for non-locale-enabled buildsDenys Vlasenko
2009-07-10lineedit: implement Unicode-aware line editing (optional)Denys Vlasenko
2009-07-08move libc related stuff out of platform.hDenys Vlasenko
2009-07-06tweak MD5 config textDenys Vlasenko
2009-07-05libbb/sha: #undef macro names before #defining them.Denys Vlasenko
2009-07-05cp: make "non-POSIX" cp a bit more consistentDenys Vlasenko
2009-07-05cp: by popular demand, make it POSIX compliant (but less safe)Denys Vlasenko
2009-07-05df: fix "df /"Denys Vlasenko
2009-07-05Patches to enable FreeBSD buildDenys Vlasenko
2009-07-03ps: conditionally support additional -o FIELDsDenys Vlasenko
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko
2009-06-18tweak Config texts and some broken English elsewhereDenys Vlasenko
2009-06-15libbb: stop using bb_strtod for nowDenys Vlasenko
2009-06-07stop using non-standard macro, use WEXITSTATUS insteadDenys Vlasenko
2009-06-01lineedit: fix warning about unused label when VI editing is disabledMike Frysinger
2009-05-29read_key: drop optimization where we read 3 bytes at onceDenys Vlasenko
2009-05-25flash_lock, flash_unlock: new appletsDenys Vlasenko
2009-05-19appletlib.c: prevent applet list overflowing screenDenys Vlasenko
2009-05-19add platform tweaksDenys Vlasenko