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
/
dcngettext.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
locale: ensure dcngettext() preserves errno
A. Wilcox
2019-02-07
1
-0
/
+3
*
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
1
-0
/
+1
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
1
-1
/
+0
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
1
-3
/
+1
*
add internal header for declaring __pleval function (used by gettext)
Rich Felker
2018-09-12
1
-1
/
+1
*
revise the definition of multiple basic locks in the code
Jens Gustedt
2018-01-09
1
-1
/
+1
*
search locale name variants for gettext translations
Rich Felker
2017-03-21
1
-32
/
+55
*
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
*
overhaul locale internals to treat categories roughly uniformly
Rich Felker
2015-05-27
1
-17
/
+11
*
fix null pointer dereference in dcngettext under specific conditions
Rich Felker
2015-05-18
1
-1
/
+1
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
1
-4
/
+4
*
harden dcngettext plural processing
Rich Felker
2014-07-29
1
-2
/
+3
*
implement non-default plural rules for ngettext translations
Rich Felker
2014-07-28
1
-8
/
+46
*
implement gettext message translation functions
Rich Felker
2014-07-27
1
-0
/
+216