index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
locale
Age
Commit message (
Expand
)
Author
Lines
2018-06-01
fix output size handling for multi-unicode-char big5-hkscs characters
Rich Felker
-5
/
+13
2018-06-01
fix iconv mapping of big5-hkscs characters that map to two unicode chars
Rich Felker
-1
/
+1
2018-05-09
fix iconv conversion to UTF-32 with implicit (big) endianness
Will Dietz
-0
/
+2
2018-05-09
fix iconv buffer overflow converting to legacy JIS-based encodings
Will Dietz
-0
/
+1
2018-03-07
fix nl_langinfo_l(CODESET, loc) reporting wrong locale's value
Rich Felker
-1
/
+1
2018-01-09
revise the definition of multiple basic locks in the code
Jens Gustedt
-3
/
+3
2017-12-18
fix iconv output of surrogate pairs in ucs2
Rich Felker
-1
/
+1
2017-12-18
add support for BOM-determined-endian UCS2, UTF-16, and UTF-32 to iconv
Rich Felker
-3
/
+40
2017-12-18
add cp866 (dos cyrillic) to iconv
Rich Felker
-0
/
+12
2017-12-12
add ibm1047 codepage (ebcdic representation of latin1) to iconv
Rich Felker
-0
/
+20
2017-11-14
add reverse iconv mappings for JIS-based encodings
Rich Felker
-1
/
+612
2017-11-13
generalize iconv framework for 8-bit codepages
Rich Felker
-246
/
+273
2017-11-11
reformat cjk iconv tables to be diff-friendly, match tool output
Rich Felker
-2755
/
+2808
2017-11-10
add iso-2022-jp support (decoding only) to iconv
Rich Felker
-2
/
+45
2017-11-10
add iconv framework for decoding stateful encodings
Rich Felker
-3
/
+24
2017-11-10
simplify/optimize iconv utf-8 case
Rich Felker
-4
/
+3
2017-11-10
handle ascii range individually in each iconv case
Rich Felker
-2
/
+10
2017-11-10
move iconv_close to its own translation unit
Rich Felker
-5
/
+6
2017-11-10
refactor iconv conversion descriptor encoding/decoding
Rich Felker
-6
/
+20
2017-07-31
add _NL_LOCALE_NAME extension to nl_langinfo
Rich Felker
-0
/
+4
2017-07-04
fix missing volatile qualifier on lock in __get_locale
Jens Gustedt
-1
/
+1
2017-06-20
fix iconv conversions for iso88592-iso885916
Bartosz Brachaczek
-1
/
+1
2017-06-14
catopen: set errno to EOPNOTSUPP
A. Wilcox
-0
/
+2
2017-05-27
fix iconv conversions to legacy 8bit encodings
Rich Felker
-9
/
+12
2017-03-21
search locale name variants for gettext translations
Rich Felker
-32
/
+55
2017-03-21
make setlocale return a single name for LC_ALL if all categories match
Rich Felker
-2
/
+5
2017-01-29
avoid unbounded strlen in gettext functions
Rich Felker
-3
/
+3
2017-01-29
fix use of uninitialized pointer in gettext core
Rich Felker
-2
/
+2
2017-01-29
fix bindtextdomain logic error deactivating other domains
Rich Felker
-1
/
+1
2015-11-10
fix return value of nl_langinfo for invalid item arguments
Rich Felker
-5
/
+5
2015-10-01
make nl_langinfo(CODESET) always return "ASCII" in byte-based C locale
Rich Felker
-1
/
+1
2015-09-24
fix localeconv field value for unavailable values
Rich Felker
-14
/
+15
2015-09-09
fix breakage in nl_langinfo from previous commit
Rich Felker
-1
/
+1
2015-09-09
make nl_langinfo(CODESET) always return "UTF-8"
Rich Felker
-2
/
+1
2015-06-16
byte-based C locale, phase 2: stdio and iconv (multibyte callers)
Rich Felker
-0
/
+6
2015-06-16
byte-based C locale, phase 1: multibyte character handling functions
Rich Felker
-1
/
+2
2015-06-06
make static C and C.UTF-8 locales available outside of newlocale
Rich Felker
-21
/
+21
2015-06-05
fix uselocale((locale_t)0) not to modify locale
Timo Teräs
-3
/
+1
2015-05-27
implement fail-safe static locales for newlocale
Rich Felker
-13
/
+46
2015-05-27
rename internal locale file handling locale maps
Rich Felker
-0
/
+0
2015-05-27
overhaul locale internals to treat categories roughly uniformly
Rich Felker
-129
/
+107
2015-05-27
replace atomics with locks in locale-setting code
Rich Felker
-32
/
+51
2015-05-21
remove outdated and misleading comment in iconv.c
Rich Felker
-6
/
+0
2015-05-21
in iconv_open, accept "CHAR" and "" as aliases for "UTF-8"
Rich Felker
-1
/
+2
2015-05-18
fix null pointer dereference in dcngettext under specific conditions
Rich Felker
-1
/
+1
2015-05-16
eliminate costly tricks to avoid TLS access for current locale state
Rich Felker
-15
/
+2
2015-04-21
fix duplocale clobbering of new locale struct with memcpy of old
Rich Felker
-1
/
+2
2015-03-03
make all objects used with atomic operations volatile
Rich Felker
-5
/
+5
2014-09-06
fix non-static dummy function that slipped in with locale implementation
Rich Felker
-1
/
+1
2014-08-13
add inline isspace in ctype.h as an optimization
Szabolcs Nagy
-8
/
+0
[next]