about summary refs log tree commit diff
path: root/src/locale/dcngettext.c
Commit message (Expand)AuthorAgeFilesLines
* revise the definition of multiple basic locks in the codeJens Gustedt2018-01-091-1/+1
* search locale name variants for gettext translationsRich Felker2017-03-211-32/+55
* avoid unbounded strlen in gettext functionsRich Felker2017-01-291-3/+3
* fix use of uninitialized pointer in gettext coreRich Felker2017-01-291-2/+2
* fix bindtextdomain logic error deactivating other domainsRich Felker2017-01-291-1/+1
* overhaul locale internals to treat categories roughly uniformlyRich Felker2015-05-271-17/+11
* fix null pointer dereference in dcngettext under specific conditionsRich Felker2015-05-181-1/+1
* make all objects used with atomic operations volatileRich Felker2015-03-031-4/+4
* harden dcngettext plural processingRich Felker2014-07-291-2/+3
* implement non-default plural rules for ngettext translationsRich Felker2014-07-281-8/+46
* implement gettext message translation functionsRich Felker2014-07-271-0/+216