Age | Commit message (Expand) | Author | Files | Lines |
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 | 106 | -106/+106 |
2019-09-05 | locale: Avoid zero-length array in _nl_category_names [BZ #24962] | Florian Weimer | 5 | -25/+23 |
2019-09-03 | localedef: Use initializer for flexible array member [BZ #24950] | Florian Weimer | 2 | -7/+7 |
2019-07-20 | locale/C-translit.h.in: Cyrillic -> ASCII transliteration [BZ #2872] | Egor Kobylkin | 1 | -0/+169 |
2019-07-10 | locale/tst-locale-locpath: Fix arguments passing | Mao Han | 1 | -1/+1 |
2019-06-26 | Fix build warnings in locale/programs/ld-ctype.c | Stefan Liebler | 1 | -1/+2 |
2019-04-24 | locale/tst-locale-locpath: Run test only for $(run-built-tests) == yes | Florian Weimer | 1 | -1/+4 |
2019-04-23 | locale: Add LOCPATH diagnostics to the locale program | Florian Weimer | 3 | -9/+216 |
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-25 | Break more lines before not after operators. | Joseph Myers | 1 | -6/+6 |
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 | 103 | -103/+103 |
2018-12-18 | locale: Rewrite locale/gen-translit.pl in Python | Florian Weimer | 5 | -2354/+1554 |
2018-12-03 | Add --no-hard-links option to localedef (bug 23923) | Carlos O'Donell | 3 | -4/+28 |
2018-07-25 | Fix out of bounds access in findidxwc (bug 23442) | Andreas Schwab | 1 | -3/+3 |
2018-02-27 | Fix two more -Os strcoll / wcscoll build failures. | Joseph Myers | 1 | -0/+15 |
2018-02-07 | Fix -Os strcoll, wcscoll, build (bug 21313). | Joseph Myers | 2 | -0/+15 |
2018-01-22 | Abbreviated alternative month names (%Ob) also added (bug 10871). | Rafal Luzynski | 7 | -59/+140 |
2018-01-22 | Implement alternative month names (bug 10871). | Rafal Luzynski | 7 | -57/+154 |
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 | 102 | -102/+102 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -4/+4 |
2017-10-30 | Assume that _DIRENT_HAVE_D_TYPE is always defined. | Florian Weimer | 3 | -8/+0 |
2017-10-28 | Correct the size of _nl_value_type_LC_... arrays. | Rafal Luzynski | 1 | -1/+5 |
2017-10-25 | localedef: Add --no-warnings/--warnings option | Carlos O'Donell | 8 | -224/+325 |
2017-10-25 | Add new locale yuw_PG [BZ #20952] | Mike FABIAN | 1 | -0/+1 |
2017-10-19 | Add new locale mjw_IN [BZ #13994] | Mike FABIAN | 1 | -0/+1 |
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 |
2017-10-01 | Mark internal functions with attribute_hidden [BZ #18822] | H.J. Lu | 1 | -2/+4 |
2017-09-09 | Finish change from “Bengali” to “Bangla” | Mike FABIAN | 1 | -1/+1 |
2017-09-05 | Add miq_NI locale for Miskito | Mike FABIAN | 1 | -0/+1 |
2017-08-31 | iconv, intl, locale, wcsmbs: Remove internal_function | Florian Weimer | 6 | -27/+15 |
2017-08-29 | Add locale for mfe_MU | Akhilesh Kumar | 1 | -0/+1 |
2017-08-18 | Consolidate non cancellable close call | Adhemerval Zanella | 2 | -6/+6 |
2017-08-18 | Consolidate non cancellable read call | Adhemerval Zanella | 1 | -1/+1 |
2017-08-17 | Consolidate non cancellable open call | Adhemerval Zanella | 2 | -5/+5 |
2017-08-07 | Consistently use uintN_t not u_intN_t everywhere. | Joseph Myers | 2 | -2/+2 |
2017-07-27 | Minor improvements to new az_IR locale | Mike FABIAN | 1 | -0/+2 |
2017-07-13 | Added Fiji Hindi language locale for Fiji | Akhilesh Kumar | 1 | -0/+1 |
2017-07-12 | New locale for agr_PE. | Chris Leonard | 1 | -0/+1 |
2017-06-20 | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg | 9 | -20/+20 |
2017-06-20 | Rename xlocale.h to bits/types/__locale_t.h. | Zack Weinberg | 5 | -31/+49 |
2017-05-09 | Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. | Zack Weinberg | 1 | -1/+1 |