aboutsummaryrefslogtreecommitdiff
path: root/locale
AgeCommit message (Expand)AuthorFilesLines
2024-06-17Define ISO 639-3 "ltg" (Latgalian) and add ltg_LV localeMike FABIAN1-0/+1
2024-04-22locale: Handle loading a missing locale twice (Bug 14247)Carlos O'Donell2-4/+17
2024-03-11duplocale: protect use of global locale (bug 23970)Andreas Schwab1-6/+8
2024-01-18Define ISO 639-3 "ssy" (Saho)Mike FABIAN1-0/+1
2024-01-17Define ISO 639-3 "gbm" (Garhwali)Mike FABIAN1-0/+1
2024-01-11Define ISO 639-3 "glk" (Gilaki)Mike FABIAN1-0/+1
2024-01-10locale: Sort Makefile variables.Carlos O'Donell1-29/+97
2024-01-09localedata: add new locale zgh_MAMike FABIAN1-0/+1
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert2-2/+2
2024-01-01Update copyright in generated files by running "make"Paul Eggert2-2/+2
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert107-107/+107
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella6-5/+450
2023-05-24locale/programs/locarchive.c: fix warn unused resultFrédéric Bérat1-8/+16
2023-04-26locale/programs/locarchive.c: Remove unnecessary check in add_locale_archiveFrédéric Bérat1-1/+1
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto3-5/+5
2023-02-16C2x strtol binary constant handlingJoseph Myers1-0/+10
2023-01-11locale: Use correct buffer size for utf8_sequence_error [BZ #19444]Adhemerval Zanella1-1/+1
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers2-2/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers107-107/+107
2023-01-06Remove trailing whitespaceJoseph Myers1-1/+1
2022-10-05locale: prevent maybe-uninitialized errors with -Os [BZ #19444]Martin Jansa1-0/+7
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2-6/+6
2022-07-22locale: Optimize tst-localedef-path-normAdhemerval Zanella2-111/+128
2022-07-05localedef: Support building for older C standardsFlorian Weimer1-9/+11
2022-07-05locale: localdef input files are now encoded in UTF-8Florian Weimer1-11/+133
2022-07-05locale: Introduce translate_unicode_codepoint into linereader.cFlorian Weimer1-82/+85
2022-07-05locale: Fix signed char bug in lr_getcFlorian Weimer1-1/+1
2022-07-05locale: Turn ADDC and ADDS into functions in linereader.cFlorian Weimer1-99/+104
2022-05-23locale: Add more cached data to LC_CTYPEFlorian Weimer3-5/+100
2022-05-23locale: Remove private union from struct __locale_dataFlorian Weimer13-19/+19
2022-05-23locale: Remove cleanup function pointer from struct __localedataFlorian Weimer5-21/+25
2022-05-23locale: Call _nl_unload_locale from _nl_archive_subfreeresFlorian Weimer1-7/+1
2022-04-13Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein2-2/+2
2022-04-07Add rif_MA locale [BZ #27781]Ilyahoo Proshel1-0/+1
2022-03-31locale: Remove set but unused variable on ld-collate.cAdhemerval Zanella1-8/+1
2022-03-23locale: Remove ununsed wctype_table_get functionAdhemerval Zanella1-27/+0
2022-03-14Define ISO 639-3 "tok" [BZ #28950]Carlos O'Donell1-0/+1
2022-02-25localedef: Update LC_MONETARY handling (Bug 28845)Carlos O'Donell1-36/+146
2022-02-24localedef: Handle symbolic links when generating locale-archiveArjun Shankar1-1/+1
2022-02-01localedef: Fix handling of empty mon_decimal_point (Bug 28847)Carlos O'Donell1-3/+1
2022-01-01Update automatically-generated copyright datesPaul Eggert2-200/+200
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2-2/+2
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert105-105/+105
2021-12-07localedef: check magic value on archive load [BZ #28650]Aurelien Jarno1-0/+7
2021-09-06locale: Add missing second argument to _Static_assert in C-collate-seq.cFlorian Weimer1-1/+1
2021-09-06Add 'codepoint_collation' support for LC_COLLATE.Carlos O'Donell6-229/+286
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar67-67/+0
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella2-7/+7
2021-05-18show_archive_content: Fix trivial memory leakSiddhesh Poyarekar1-0/+1
2021-05-11write_archive_locales: Fix memory leakSiddhesh Poyarekar1-0/+2