Age | Commit message (Expand) | Author | Files | Lines |
2022-09-22 | Use '%z' instead of '%Z' on printf functions | Adhemerval Zanella Netto | 2 | -6/+6 |
2022-07-05 | localedef: Support building for older C standards | Florian Weimer | 1 | -9/+11 |
2022-07-05 | locale: localdef input files are now encoded in UTF-8 | Florian Weimer | 1 | -11/+133 |
2022-07-05 | locale: Introduce translate_unicode_codepoint into linereader.c | Florian Weimer | 1 | -82/+85 |
2022-07-05 | locale: Fix signed char bug in lr_getc | Florian Weimer | 1 | -1/+1 |
2022-07-05 | locale: Turn ADDC and ADDS into functions in linereader.c | Florian Weimer | 1 | -99/+104 |
2022-03-31 | locale: Remove set but unused variable on ld-collate.c | Adhemerval Zanella | 1 | -8/+1 |
2022-03-23 | locale: Remove ununsed wctype_table_get function | Adhemerval Zanella | 1 | -27/+0 |
2022-02-25 | localedef: Update LC_MONETARY handling (Bug 28845) | Carlos O'Donell | 1 | -36/+146 |
2022-02-24 | localedef: Handle symbolic links when generating locale-archive | Arjun Shankar | 1 | -1/+1 |
2022-02-01 | localedef: Fix handling of empty mon_decimal_point (Bug 28847) | Carlos O'Donell | 1 | -3/+1 |
2022-01-01 | Update automatically-generated copyright dates | Paul Eggert | 2 | -200/+200 |
2022-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Paul Eggert | 2 | -2/+2 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 39 | -39/+39 |
2021-12-07 | localedef: check magic value on archive load [BZ #28650] | Aurelien Jarno | 1 | -0/+7 |
2021-09-06 | Add 'codepoint_collation' support for LC_COLLATE. | Carlos O'Donell | 4 | -152/+185 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 33 | -33/+0 |
2021-05-18 | show_archive_content: Fix trivial memory leak | Siddhesh Poyarekar | 1 | -0/+1 |
2021-05-11 | write_archive_locales: Fix memory leak | Siddhesh Poyarekar | 1 | -0/+2 |
2021-04-26 | LC_COLLATE: Fix last character ellipsis handling (Bug 22668) | Hanataka Shinya | 1 | -0/+3 |
2021-01-02 | Update automatically-generated copyright dates | Paul Eggert | 2 | -2/+2 |
2021-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Paul Eggert | 2 | -2/+2 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 39 | -39/+39 |
2020-12-11 | treewide: fix incorrect spelling of indices in comments | Dmitry V. Levin | 1 | -2/+2 |
2020-04-27 | Use 2020 as copyright year. | Carlos O'Donell | 1 | -1/+1 |
2020-04-26 | localedef: Add verbose messages for failure paths. | Carlos O'Donell | 3 | -73/+113 |
2020-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2 | -2/+2 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 40 | -40/+40 |
2019-09-09 | Regenerate charmap-kw.h, locfile-kw.h | Paul Eggert | 4 | -30/+18 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 39 | -39/+39 |
2019-09-03 | localedef: Use initializer for flexible array member [BZ #24950] | Florian Weimer | 2 | -7/+7 |
2019-06-26 | Fix build warnings in locale/programs/ld-ctype.c | Stefan Liebler | 1 | -1/+2 |
2019-04-23 | locale: Add LOCPATH diagnostics to the locale program | Florian Weimer | 1 | -9/+128 |
2019-03-21 | Fix parentheses error in iconvconfig.c and ld-collate.c [BZ #24372] | Gabriel F. T. Gomes | 1 | -1/+1 |
2019-03-21 | iconv, localedef: avoid floating point rounding differences [BZ #24372] | DJ Delorie | 1 | -2/+2 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 1 | -10/+12 |
2019-02-12 | Add fall-through comments. | Joseph Myers | 1 | -0/+1 |
2019-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2 | -2/+2 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 40 | -40/+40 |
2018-12-03 | Add --no-hard-links option to localedef (bug 23923) | Carlos O'Donell | 3 | -4/+28 |
2018-01-22 | Abbreviated alternative month names (%Ob) also added (bug 10871). | Rafal Luzynski | 4 | -53/+76 |
2018-01-22 | Implement alternative month names (bug 10871). | Rafal Luzynski | 4 | -53/+78 |
2018-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2 | -2/+2 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 40 | -40/+40 |
2017-10-30 | Assume that _DIRENT_HAVE_D_TYPE is always defined. | Florian Weimer | 3 | -8/+0 |
2017-10-25 | localedef: Add --no-warnings/--warnings option | Carlos O'Donell | 7 | -223/+323 |
2017-10-15 | locale: Don't use \n with record_verbose messages. | Carlos O'Donell | 1 | -3/+3 |
2017-10-13 | locale: No warning for non-symbolic character (bug 22295) | Carlos O'Donell | 1 | -8/+0 |
2017-10-13 | locale: Allow "" int_curr_Symbol (bug 22294) | Carlos O'Donell | 1 | -2/+8 |
2017-10-13 | locale: Fix localedef exit code (Bug 22292) | Carlos O'Donell | 22 | -476/+658 |