index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
locale
/
dcngettext.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-27
accept null pointer as message argument to gettext functions
psykose
1
-0
/
+3
2020-11-11
lift child restrictions after multi-threaded fork
Rich Felker
1
-1
/
+4
2020-11-11
convert malloc use under libc-internal locks to use internal allocator
Rich Felker
1
-0
/
+5
2019-02-07
locale: ensure dcngettext() preserves errno
A. Wilcox
1
-0
/
+3
2018-09-14
drop lazy plural forms init in dcngettext
Rich Felker
1
-18
/
+17
2018-09-12
split internal lock API out of libc.h, creating lock.h
Rich Felker
1
-0
/
+1
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
1
-1
/
+0
2018-09-12
overhaul internally-public declarations using wrapper headers
Rich Felker
1
-3
/
+1
2018-09-12
add internal header for declaring __pleval function (used by gettext)
Rich Felker
1
-1
/
+1
2018-01-09
revise the definition of multiple basic locks in the code
Jens Gustedt
1
-1
/
+1
2017-03-21
search locale name variants for gettext translations
Rich Felker
1
-32
/
+55
2017-01-29
avoid unbounded strlen in gettext functions
Rich Felker
1
-3
/
+3
2017-01-29
fix use of uninitialized pointer in gettext core
Rich Felker
1
-2
/
+2
2017-01-29
fix bindtextdomain logic error deactivating other domains
Rich Felker
1
-1
/
+1
2015-05-27
overhaul locale internals to treat categories roughly uniformly
Rich Felker
1
-17
/
+11
2015-05-18
fix null pointer dereference in dcngettext under specific conditions
Rich Felker
1
-1
/
+1
2015-03-03
make all objects used with atomic operations volatile
Rich Felker
1
-4
/
+4
2014-07-29
harden dcngettext plural processing
Rich Felker
1
-2
/
+3
2014-07-28
implement non-default plural rules for ngettext translations
Rich Felker
1
-8
/
+46
2014-07-27
implement gettext message translation functions
Rich Felker
1
-0
/
+216