aboutsummaryrefslogtreecommitdiff
path: root/locale/programs
AgeCommit message (Expand)AuthorFilesLines
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2-6/+6
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-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-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 Eggert39-39/+39
2021-12-07localedef: check magic value on archive load [BZ #28650]Aurelien Jarno1-0/+7
2021-09-06Add 'codepoint_collation' support for LC_COLLATE.Carlos O'Donell4-152/+185
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar33-33/+0
2021-05-18show_archive_content: Fix trivial memory leakSiddhesh Poyarekar1-0/+1
2021-05-11write_archive_locales: Fix memory leakSiddhesh Poyarekar1-0/+2
2021-04-26LC_COLLATE: Fix last character ellipsis handling (Bug 22668)Hanataka Shinya1-0/+3
2021-01-02Update automatically-generated copyright datesPaul Eggert2-2/+2
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2-2/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert39-39/+39
2020-12-11treewide: fix incorrect spelling of indices in commentsDmitry V. Levin1-2/+2
2020-04-27Use 2020 as copyright year.Carlos O'Donell1-1/+1
2020-04-26localedef: Add verbose messages for failure paths.Carlos O'Donell3-73/+113
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2-2/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers40-40/+40
2019-09-09Regenerate charmap-kw.h, locfile-kw.hPaul Eggert4-30/+18
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert39-39/+39
2019-09-03localedef: Use initializer for flexible array member [BZ #24950]Florian Weimer2-7/+7
2019-06-26Fix build warnings in locale/programs/ld-ctype.cStefan Liebler1-1/+2
2019-04-23locale: Add LOCPATH diagnostics to the locale programFlorian Weimer1-9/+128
2019-03-21Fix parentheses error in iconvconfig.c and ld-collate.c [BZ #24372]Gabriel F. T. Gomes1-1/+1
2019-03-21iconv, localedef: avoid floating point rounding differences [BZ #24372]DJ Delorie1-2/+2
2019-02-22Break some lines before not after operators.Joseph Myers1-10/+12
2019-02-12Add fall-through comments.Joseph Myers1-0/+1
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2-2/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers40-40/+40
2018-12-03Add --no-hard-links option to localedef (bug 23923)Carlos O'Donell3-4/+28
2018-01-22Abbreviated alternative month names (%Ob) also added (bug 10871).Rafal Luzynski4-53/+76
2018-01-22Implement alternative month names (bug 10871).Rafal Luzynski4-53/+78
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2-2/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers40-40/+40
2017-10-30Assume that _DIRENT_HAVE_D_TYPE is always defined.Florian Weimer3-8/+0
2017-10-25localedef: Add --no-warnings/--warnings optionCarlos O'Donell7-223/+323
2017-10-15locale: Don't use \n with record_verbose messages.Carlos O'Donell1-3/+3
2017-10-13locale: No warning for non-symbolic character (bug 22295)Carlos O'Donell1-8/+0
2017-10-13locale: Allow "" int_curr_Symbol (bug 22294)Carlos O'Donell1-2/+8
2017-10-13locale: Fix localedef exit code (Bug 22292)Carlos O'Donell22-476/+658