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
*
locale: ensure dcngettext() preserves errno
A. Wilcox
2019-02-07
1
-0
/
+3
*
fix regression in setlocale for LC_ALL with per-category setting
Rich Felker
2018-11-02
1
-1
/
+1
*
make the default locale (& a variant) failure-free cases for newlocale
Rich Felker
2018-10-22
1
-1
/
+20
*
simplify newlocale and allow failure for explicit locale names
Rich Felker
2018-10-22
1
-23
/
+14
*
adapt setlocale to support possibility of failure
Rich Felker
2018-10-20
1
-12
/
+20
*
drop lazy plural forms init in dcngettext
Rich Felker
2018-09-14
1
-18
/
+17
*
split internal lock API out of libc.h, creating lock.h
Rich Felker
2018-09-12
3
-2
/
+3
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
10
-11
/
+0
*
apply hidden visibility to various remaining internal interfaces
Rich Felker
2018-09-12
1
-1
/
+3
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
3
-9
/
+2
*
add internal header for declaring __pleval function (used by gettext)
Rich Felker
2018-09-12
3
-1
/
+8
*
move __loc_is_allocated declaration to locale_impl.h
Rich Felker
2018-09-12
1
-2
/
+0
*
fix output size handling for multi-unicode-char big5-hkscs characters
Rich Felker
2018-06-01
1
-5
/
+13
*
fix iconv mapping of big5-hkscs characters that map to two unicode chars
Rich Felker
2018-06-01
1
-1
/
+1
*
fix iconv conversion to UTF-32 with implicit (big) endianness
Will Dietz
2018-05-09
1
-0
/
+2
*
fix iconv buffer overflow converting to legacy JIS-based encodings
Will Dietz
2018-05-09
1
-0
/
+1
*
fix nl_langinfo_l(CODESET, loc) reporting wrong locale's value
Rich Felker
2018-03-07
1
-1
/
+1
*
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
[next]