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