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
...
*
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
*
implement non-default plural rules for ngettext translations
Rich Felker
2014-07-28
2
-8
/
+243
*
implement gettext message translation functions
Rich Felker
2014-07-27
4
-68
/
+271
*
add support for LC_TIME and LC_MESSAGES translations
Rich Felker
2014-07-26
2
-7
/
+1
*
add missing yes/no strings to nl_langinfo
Rich Felker
2014-07-26
1
-2
/
+2
*
fix nl_langinfo table for LC_TIME era-related items
Rich Felker
2014-07-26
1
-1
/
+2
*
implement mo file string lookup for translations
Rich Felker
2014-07-26
3
-0
/
+65
*
implement locale file loading and state for remaining locale categories
Rich Felker
2014-07-24
2
-2
/
+70
*
fix locale environment variable logic for empty strings
Rich Felker
2014-07-24
1
-3
/
+3
*
properly pass current locale to *_l functions when used internally
Rich Felker
2014-07-02
6
-6
/
+12
*
consolidate str[n]casecmp_l into str[n]casecmp source files
Rich Felker
2014-07-02
2
-13
/
+0
*
consolidate *_l ctype/wctype functions into their non-_l source files
Rich Felker
2014-07-02
32
-204
/
+0
*
add locale framework
Rich Felker
2014-07-02
5
-19
/
+155
*
replace all remaining internal uses of pthread_self with __pthread_self
Rich Felker
2014-06-10
1
-1
/
+1
*
add cp437 and cp850 to available iconv conversions
Rich Felker
2014-05-13
2
-177
/
+206
*
fix an overflow in wcsxfrm when n==0
Szabolcs Nagy
2014-01-23
1
-2
/
+4
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
3
-3
/
+1
*
remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.c
Szabolcs Nagy
2013-11-25
1
-1
/
+0
*
remove spurious tmp file present since initial git check-in
Rich Felker
2013-08-17
1
-390
/
+0
*
add hkscs/big5-2003/eten extensions to iconv big5
Rich Felker
2013-08-17
3
-977
/
+1433
*
add Big5 charset support to iconv
Rich Felker
2013-08-07
2
-0
/
+1066
*
iconv support for legacy Korean encodings
Rich Felker
2013-08-05
2
-0
/
+678
*
fix semantically incorrect use of LC_GLOBAL_LOCALE
Rich Felker
2013-07-28
5
-5
/
+5
*
rework langinfo code for ABI compat and for use by time code
Rich Felker
2013-07-24
2
-9
/
+8
*
update strxfrm/wcsxfrm for future LC_COLLATE support and ABI compat
Rich Felker
2013-07-24
4
-14
/
+20
*
add ABI compat aliases for a number of locale_t functions
Rich Felker
2013-07-24
8
-0
/
+24
*
prepare strcoll/wcscoll for LC_COLLATE support and add ABI symbols
Rich Felker
2013-07-24
4
-15
/
+20
*
move strftime_l into strftime.c and add __-prefixed version
Rich Felker
2013-07-24
1
-7
/
+0
*
fix iconv conversion to legacy 8bit codepages
Rich Felker
2013-06-26
1
-2
/
+2
[prev]
[next]