summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
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-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-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-02-19fix Unicode build on glibcDenys Vlasenko1-2/+5
2010-02-02more thorough fix for systems with strange socklen_tDenys Vlasenko6-32/+36
2010-01-31ls: unicode fixesDenys Vlasenko8-206/+545
2010-01-30further work on unicodizationDenys Vlasenko7-41/+146
2010-01-24libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko10-98/+410
2010-01-18ls: make it so that group never glues itself to file sizeDenys Vlasenko4-31/+52
2010-01-04fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko11-105/+183
2009-07-11tweaking Unicode supportDenys Vlasenko3-79/+57
2009-07-11added simplified Unicode support for non-locale-enabled buildsDenys Vlasenko6-24/+331