Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / unicode.c
2019-07-23 Denys Vlasenkounicode: code shrink in character width determination
2018-09-30 Denys Vlasenkounzip: use printable_string() for printing filenames
2018-09-03 Denys Vlasenkolibbb: fix potential NULL pointer use
2013-08-19 Denys Vlasenkolineedit: improve Unicode handling (still buggy though)
2013-07-07 Denys VlasenkoCall setlocale("") , not "C", if we want to set the...
2013-07-05 Denys Vlasenkounicode: check $LC_CTYPE too to detect Unicode mode
2013-07-02 Denys Vlasenkounicode: check $LC_ALL to detect Unicode mode, not...
2011-03-27 Denys Vlasenkolineedit: fixes for CONFIG_UNICODE_USING_LOCALE=y
2011-03-23 Denys Vlasenkoash,hush: recheck LANG before every line input
2011-01-11 Denys Vlasenkolibbb unicode: comment out usused function and unused...
2010-10-28 Denys Vlasenkounicode: update unicode_width on !unicode branch too...
2010-09-02 Denys Vlasenkolineedit: fix completion with Unicode chars
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-01 Tomas Heinrichlineedit: fix column display for wide and combining...
2010-05-16 Denys Vlasenkostop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORT...
2010-05-16 Tomas Heinrichlineedit: partially fix wide and combining chars editing
2010-04-29 Tomas Heinrichlibbb/lineedit: add support for preserving "broken...
2010-03-26 Denys Vlasenkounicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT,...
2010-03-26 Tomas Heinrichunicode: optional table for better handling of neutral...
2010-03-18 Tomas Heinrichlineedit: first shot at optional unicode bidi input...
2010-01-31 Denys Vlasenkols: fix handling of broken unicode sequences
2010-01-30 Denys Vlasenkofurther work on unicodization
2010-01-29 Denys Vlasenkomore fine-grained Unicode support
2010-01-25 Denys Vlasenkotestsuite-discovered fixes
2010-01-24 Denys Vlasenkolibbb: better unicode width support. Hopefully fixes...
2010-01-20 Denys Vlasenko*: small code shrinks and compile fix for unicode
2010-01-04 Denys Vlasenkofold: unicode support. Based on a patch by Tomas Heinri...
2009-07-16 Denys Vlasenkowiden "Unicode in environment" check
2009-07-16 Denys Vlasenkolineedit+unicode: code shrink
2009-07-16 Denys Vlasenkocomment fixes, no code changes
2009-07-11 Denys Vlasenkotweaking Unicode support
2009-07-11 Denys Vlasenkoadded simplified Unicode support for non-locale-enabled...