Age | Commit message (Expand) | Author | Files | Lines |
2023-05-24 | locale/programs/locarchive.c: fix warn unused result | Frédéric Bérat | 1 | -8/+16 |
2023-04-26 | locale/programs/locarchive.c: Remove unnecessary check in add_locale_archive | Frédéric Bérat | 1 | -1/+1 |
2023-03-27 | Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions | Adhemerval Zanella Netto | 3 | -5/+5 |
2023-02-16 | C2x strtol binary constant handling | Joseph Myers | 1 | -0/+10 |
2023-01-11 | locale: Use correct buffer size for utf8_sequence_error [BZ #19444] | Adhemerval Zanella | 1 | -1/+1 |
2023-01-06 | Update copyright dates not handled by scripts/update-copyrights | Joseph Myers | 2 | -2/+2 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 107 | -107/+107 |
2023-01-06 | Remove trailing whitespace | Joseph Myers | 1 | -1/+1 |
2022-10-05 | locale: prevent maybe-uninitialized errors with -Os [BZ #19444] | Martin Jansa | 1 | -0/+7 |
2022-09-22 | Use '%z' instead of '%Z' on printf functions | Adhemerval Zanella Netto | 2 | -6/+6 |
2022-07-22 | locale: Optimize tst-localedef-path-norm | Adhemerval Zanella | 2 | -111/+128 |
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-05-23 | locale: Add more cached data to LC_CTYPE | Florian Weimer | 3 | -5/+100 |
2022-05-23 | locale: Remove private union from struct __locale_data | Florian Weimer | 13 | -19/+19 |
2022-05-23 | locale: Remove cleanup function pointer from struct __localedata | Florian Weimer | 5 | -21/+25 |
2022-05-23 | locale: Call _nl_unload_locale from _nl_archive_subfreeres | Florian Weimer | 1 | -7/+1 |
2022-04-13 | Replace {u}int_fast{16|32} with {u}int32_t | Noah Goldstein | 2 | -2/+2 |
2022-04-07 | Add rif_MA locale [BZ #27781] | Ilyahoo Proshel | 1 | -0/+1 |
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-03-14 | Define ISO 639-3 "tok" [BZ #28950] | Carlos O'Donell | 1 | -0/+1 |
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 | 105 | -105/+105 |
2021-12-07 | localedef: check magic value on archive load [BZ #28650] | Aurelien Jarno | 1 | -0/+7 |
2021-09-06 | locale: Add missing second argument to _Static_assert in C-collate-seq.c | Florian Weimer | 1 | -1/+1 |
2021-09-06 | Add 'codepoint_collation' support for LC_COLLATE. | Carlos O'Donell | 6 | -229/+286 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 67 | -67/+0 |
2021-06-22 | Use 64 bit time_t stat internally | Adhemerval Zanella | 2 | -7/+7 |
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-05-11 | get-translit.py: Fix typo | Siddhesh Poyarekar | 1 | -1/+1 |
2021-05-03 | locale: Align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32 | Lirong Yuan | 1 | -2/+3 |
2021-04-26 | LC_COLLATE: Fix last character ellipsis handling (Bug 22668) | Hanataka Shinya | 1 | -0/+3 |
2021-03-25 | locale: Use compat_symbol_reference in _nl_postload_ctype | Florian Weimer | 1 | -6/+8 |
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 | 104 | -104/+104 |
2020-12-11 | treewide: fix incorrect spelling of indices in comments | Dmitry V. Levin | 1 | -2/+2 |
2020-10-30 | Do not use array parameter to new_composite_name (bug 26726) | Joseph Myers | 1 | -1/+1 |
2020-09-11 | Remove internal usage of extensible stat functions | Adhemerval Zanella | 2 | -4/+4 |
2020-05-15 | locale: Add transliteration for Geresh, Gershayim (U+05F3, U+05F4) | Florian Weimer | 1 | -0/+2 |
2020-04-30 | locale/tst-localedef-path-norm: Don't create $(complocaledir) | Carlos O'Donell | 1 | -22/+19 |