summaryrefslogtreecommitdiff
path: root/libbb
Commit message (Expand)AuthorAgeFilesLines
* unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko2010-03-266-566/+443
* unicode: optional table for better handling of neutral bidi charsTomas Heinrich2010-03-263-102/+264
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* date,touch: accept Jan 7 00:00:00 2010 formatAlexander Shishkin2010-03-221-1/+13
* libbb/copyfd.c: don't mmap a largish buffer if we only want to copy a few kbDenys Vlasenko2010-03-191-0/+3
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-1/+1
* lineedit: first shot at optional unicode bidi input supportTomas Heinrich2010-03-183-18/+164
* libbb/loop: comment out u32 hackDenys Vlasenko2010-03-181-1/+2
* libbb/getopt32.c: clear applet_long_options and opt_complementary after useDenys Vlasenko2010-03-161-5/+10
* lineedit: fix another corner case with bad unicode inputDenys Vlasenko2010-03-112-26/+40
* lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich2010-03-092-5/+30
* libbb/loop.c: move #include to its user, improve commentDenys Vlasenko2010-03-081-3/+1
* libbb/loop.c: use common fix_u32.h trickDenys Vlasenko2010-03-061-5/+1
* tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko2010-03-051-0/+1
* libbb/loop.c: style and readability fixes, no code changesDenys Vlasenko2010-03-051-13/+18
* *: gethostname-related fixesDenys Vlasenko2010-02-271-22/+0
* su: move restricted_shell into su.c (the only user)Denys Vlasenko2010-02-262-47/+0
* setup_environment(): eliminate one parameterDenys Vlasenko2010-02-261-2/+2
* crontab: use setup_environmentBernhard Reutner-Fischer2010-02-261-4/+3
* libbb/md5.c: remove wrong commentDenys Vlasenko2010-02-081-7/+5
* adduser: copy /etc/skel to mew homes. +100 bytesDenys Vlasenko2010-02-061-4/+8
* cosmetic fixesDenys Vlasenko2010-02-061-2/+2
* hexdump: fix "hexdump nonexistent_file" handlingDenys Vlasenko2010-02-061-2/+2
* *: eliminate more aliasing warningsDenys Vlasenko2010-02-041-6/+6
* libbb: fix bb_ask() to operate on correct fdDenys Vlasenko2010-02-031-3/+2
* mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko2010-02-012-0/+49
* remove now-unneeded memsetDenys Vlasenko2010-02-011-1/+0
* make echo -e "foo\nfoo" | passwd USER workDenys Vlasenko2010-02-011-17/+21
* better wording in ConfigDenys Vlasenko2010-01-311-0/+2
* unicode: exclude FDD0..FDEF range tooDenys Vlasenko2010-01-311-48/+48
* exclude more invalid unicode charsDenys Vlasenko2010-01-311-9/+63
* ls: fix handling of broken unicode sequencesDenys Vlasenko2010-01-311-22/+25
* ls: unicode fixesDenys Vlasenko2010-01-312-0/+66
* further work on unicodizationDenys Vlasenko2010-01-301-18/+59
* more fine-grained Unicode supportDenys Vlasenko2010-01-292-18/+92
* unicode_wcwidth.c: shrinkDenys Vlasenko2010-01-251-50/+306
* testsuite-discovered fixesDenys Vlasenko2010-01-251-3/+5
* libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko2010-01-243-59/+372
* *: small code shrinks and compile fix for unicodeDenys Vlasenko2010-01-201-0/+3
* ls: make it so that group never glues itself to file sizeDenys Vlasenko2010-01-181-1/+1
* cp: fix -H handlingDenys Vlasenko2010-01-151-2/+2
* libbb: introduce and use monotonic_msDenys Vlasenko2010-01-121-0/+12
* adduser: more fixes to "add user to specified group"Denys Vlasenko2010-01-091-10/+15
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-092-51/+51
* hwclock: make it report system/rtc clock differenceDenys Vlasenko2010-01-061-8/+10
* hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko2010-01-061-3/+1
* fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko2010-01-043-21/+29
* *: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko2010-01-041-3/+4
* *: do not assign to stdout/stderr, it's not portable.Denys Vlasenko2010-01-021-4/+1
* crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes.Denys Vlasenko2009-12-131-1/+1