summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-08-19lineedit: improve Unicode handling (still buggy though)Denys Vlasenko2-11/+24
2013-07-07Call setlocale("") , not "C", if we want to set the default oneDenys Vlasenko1-3/+12
2013-07-05unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko4-2/+13
2013-07-02unicode: check $LC_ALL to detect Unicode mode, not only $LANGDenys Vlasenko3-6/+18
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-03-27lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=yDenys Vlasenko2-48/+66
2011-03-23ash,hush: recheck LANG before every line inputDenys Vlasenko4-28/+52
2011-01-11libbb unicode: comment out usused function and unused parameterDenys Vlasenko5-10/+11
2010-10-28unicode: update unicode_width on !unicode branch too. Closes bug 2593Denys Vlasenko1-2/+5
2010-09-02lineedit: fix completion with Unicode charsDenys Vlasenko2-4/+14
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-01lineedit: fix column display for wide and combining chars in TAB completionTomas Heinrich3-7/+25
2010-05-16stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusingDenys Vlasenko3-22/+20
2010-05-16lineedit: partially fix wide and combining chars editingTomas Heinrich3-45/+92
2010-04-29libbb/lineedit: add support for preserving "broken" (non-unicode) charsTomas Heinrich4-20/+89
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko19-596/+481
2010-03-26unicode: optional table for better handling of neutral bidi charsTomas Heinrich5-106/+284
2010-03-18lineedit: first shot at optional unicode bidi input supportTomas Heinrich5-18/+189
2010-01-31ls: fix handling of broken unicode sequencesDenys Vlasenko2-44/+49
2010-01-30further work on unicodizationDenys Vlasenko7-41/+146
2010-01-29more fine-grained Unicode supportDenys Vlasenko3-18/+143
2010-01-25testsuite-discovered fixesDenys Vlasenko3-6/+8
2010-01-24libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko10-98/+410
2010-01-20*: small code shrinks and compile fix for unicodeDenys Vlasenko5-19/+23
2010-01-04fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko11-105/+183
2009-07-16widen "Unicode in environment" checkDenys Vlasenko1-1/+1
2009-07-16lineedit+unicode: code shrinkDenys Vlasenko1-22/+14
2009-07-16comment fixes, no code changesDenys Vlasenko1-1/+2
2009-07-11tweaking Unicode supportDenys Vlasenko3-79/+57
2009-07-11added simplified Unicode support for non-locale-enabled buildsDenys Vlasenko6-24/+331