aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2010-03-23*: merge some common stringsDenys Vlasenko
2010-03-22date,touch: accept Jan 7 00:00:00 2010 formatAlexander Shishkin
2010-03-19libbb/copyfd.c: don't mmap a largish buffer if we only want to copy a few kbDenys Vlasenko
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko
2010-03-18lineedit: first shot at optional unicode bidi input supportTomas Heinrich
2010-03-18libbb/loop: comment out u32 hackDenys Vlasenko
2010-03-16libbb/getopt32.c: clear applet_long_options and opt_complementary after useDenys Vlasenko
2010-03-11lineedit: fix another corner case with bad unicode inputDenys Vlasenko
2010-03-09lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich
2010-03-08libbb/loop.c: move #include to its user, improve commentDenys Vlasenko
2010-03-06libbb/loop.c: use common fix_u32.h trickDenys Vlasenko
2010-03-05tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko
2010-03-05libbb/loop.c: style and readability fixes, no code changesDenys Vlasenko
2010-02-27*: gethostname-related fixesDenys Vlasenko
2010-02-26su: move restricted_shell into su.c (the only user)Denys Vlasenko
2010-02-26setup_environment(): eliminate one parameterDenys Vlasenko
2010-02-26crontab: use setup_environmentBernhard Reutner-Fischer
2010-02-08libbb/md5.c: remove wrong commentDenys Vlasenko
2010-02-06adduser: copy /etc/skel to mew homes. +100 bytesDenys Vlasenko
2010-02-06cosmetic fixesDenys Vlasenko
2010-02-06hexdump: fix "hexdump nonexistent_file" handlingDenys Vlasenko
2010-02-04*: eliminate more aliasing warningsDenys Vlasenko
2010-02-03libbb: fix bb_ask() to operate on correct fdDenys Vlasenko
2010-02-01mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko
2010-02-01remove now-unneeded memsetDenys Vlasenko
2010-02-01make echo -e "foo\nfoo" | passwd USER workDenys Vlasenko
2010-01-31better wording in ConfigDenys Vlasenko
2010-01-31unicode: exclude FDD0..FDEF range tooDenys Vlasenko
2010-01-31exclude more invalid unicode charsDenys Vlasenko
2010-01-31ls: fix handling of broken unicode sequencesDenys Vlasenko
2010-01-31ls: unicode fixesDenys Vlasenko
2010-01-30further work on unicodizationDenys Vlasenko
2010-01-29more fine-grained Unicode supportDenys Vlasenko
2010-01-25unicode_wcwidth.c: shrinkDenys Vlasenko
2010-01-25testsuite-discovered fixesDenys Vlasenko
2010-01-24libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko
2010-01-20*: small code shrinks and compile fix for unicodeDenys Vlasenko
2010-01-18ls: make it so that group never glues itself to file sizeDenys Vlasenko
2010-01-15cp: fix -H handlingDenys Vlasenko
2010-01-12libbb: introduce and use monotonic_msDenys Vlasenko
2010-01-09adduser: more fixes to "add user to specified group"Denys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2010-01-06hwclock: make it report system/rtc clock differenceDenys Vlasenko
2010-01-06hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko
2010-01-04fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko
2010-01-04*: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko
2010-01-02*: do not assign to stdout/stderr, it's not portable.Denys Vlasenko
2009-12-13crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes.Denys Vlasenko
2009-12-12randomconfig fixesDenys Vlasenko
2009-12-11mount: needs find_mount_point.oDenys Vlasenko