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 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
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
7
-8
/
+8
*
duplocale: don't crash when called with LC_GLOBAL_LOCALE
Rich Felker
2012-06-20
1
-1
/
+1
*
fix localeconv values and implementation
Rich Felker
2012-06-19
1
-15
/
+28
*
fix multiple iconv bugs reading utf-16/32 and wchar_t
Rich Felker
2012-06-18
1
-8
/
+8
*
fix iconv dest utf-16: unavailable chars must be replaced; EILSEQ is wrong
Rich Felker
2012-06-18
1
-2
/
+2
*
fix erroneous utf-16 encoding with surrogates in iconv
Rich Felker
2012-06-18
1
-0
/
+1
*
fix major breakage in iconv, bogus rejecting of dest charsets
Rich Felker
2012-04-21
1
-1
/
+1
*
add strfmon_l variant (still mostly incomplete)
Rich Felker
2012-03-25
1
-3
/
+27
*
initial, very primitive strfmon
Rich Felker
2012-03-21
1
-0
/
+77
*
add all missing wchar functions except floating point parsers
Rich Felker
2012-03-01
2
-0
/
+12
*
more locale_t interfaces (string stuff) and header updates
Rich Felker
2012-02-06
7
-0
/
+48
*
fix some omissions and mistakes in locale_t interface definitions
Rich Felker
2012-02-06
13
-13
/
+13
*
add more of the locale_t interfaces, all dummied out to ignore the locale
Rich Felker
2012-02-06
18
-0
/
+108
*
gb18030 support in iconv (only from, not to)
Rich Felker
2011-07-12
2
-2
/
+1887
[next]