| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix missing redirects in testsuite targets | Andreas Schwab | 2017-08-07 | 1 | -5/+5 |
* | _nl_load_domain: Use calloc instead of alloca | Florian Weimer | 2017-06-21 | 1 | -38/+7 |
* | DCIGETTEXT: Use getcwd, asprintf to construct absolute pathname | Florian Weimer | 2017-06-21 | 1 | -28/+14 |
* | DCIGETTEXT: Do not make copy of localename | Florian Weimer | 2017-06-19 | 1 | -1/+1 |
* | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 2017-05-11 | 1 | -0/+2 |
* | Remove the str(n)dup inlines from string/bits/string2.h. Although inlining | Wilco Dijkstra | 2017-03-13 | 2 | -6/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 42 | -42/+42 |
* | hurd: fix pathconf visibility | Samuel Thibault | 2016-09-18 | 1 | -1/+1 |
* | Enable --localedir to set message catalog directory (Bug 14259) | Carlos O'Donell | 2016-02-24 | 1 | -4/+4 |
* | Make shebang interpreter directives consistent | Marko Myllynen | 2016-01-07 | 5 | -5/+5 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 42 | -42/+42 |
* | Add dependencies on needed locales in each subdir tests (bug 18969) | Andreas Schwab | 2015-10-12 | 1 | -0/+13 |
* | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2015-09-08 | 7 | -7/+7 |
* | Remove obsolete aliases that broke 'locale -a' | Paul Eggert | 2015-05-22 | 1 | -2/+11 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 42 | -42/+42 |
* | intl: Merge with gettext version 0.19.3 | Will Newton | 2014-12-11 | 24 | -1129/+1366 |
* | Remove NOT_IN_libc | Siddhesh Poyarekar | 2014-11-24 | 1 | -1/+1 |
* | Fix localealias.c fgets_unlocked namespace (bug 17589). | Joseph Myers | 2014-11-12 | 1 | -1/+1 |
* | Modify several tests to use test-skeleton.c | Arjun Shankar | 2014-11-05 | 5 | -10/+25 |
* | tst-gettext2: make setup more robust | Mike Frysinger | 2014-08-08 | 1 | -14/+10 |
* | Sync up loadmsgcat.c with gettext | Siddhesh Poyarekar | 2014-07-03 | 1 | -14/+65 |
* | Don't use __glibc_unlikely in shared code | Siddhesh Poyarekar | 2014-07-03 | 1 | -2/+2 |
* | Fix typo and formatting in loadmsgcat.c | Siddhesh Poyarekar | 2014-07-02 | 1 | -18/+8 |
* | Don't require test wrappers to preserve environment variables, use more consi... | Joseph Myers | 2014-06-06 | 6 | -50/+22 |
* | Include LOCPATH in default test environment. | Joseph Myers | 2014-06-04 | 1 | -5/+0 |
* | Make tests consistently use *.out output files. | Joseph Myers | 2014-03-07 | 1 | -3/+3 |
* | Enumerate tests with special rules in tests-special variable. | Joseph Myers | 2014-03-06 | 1 | -7/+12 |
* | Fix fallout from Joseph's untested Makeconfig change. | Roland McGrath | 2014-02-28 | 1 | -3/+3 |
* | Consistently include Makeconfig after defining subdir. | Joseph Myers | 2014-02-26 | 1 | -2/+3 |
* | Generate .test-result files for tests with special rules. | Joseph Myers | 2014-02-21 | 1 | -6/+12 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 4 | -23/+23 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 42 | -42/+42 |
* | Use (void) in no-arguments function definitions. | Joseph Myers | 2013-06-08 | 3 | -3/+3 |
* | Fix _nl_find_msg malloc failure case, and callers. | Carlos O'Donell | 2013-05-22 | 2 | -5/+24 |
* | Remove bounded-pointers build system support. | Joseph Myers | 2013-02-15 | 1 | -3/+0 |
* | Add --enable-hardcoded-path-in-tests configure option | H.J. Lu | 2013-01-11 | 6 | -15/+15 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 42 | -207/+185 |
* | Define and use $(run-built-tests). | Joseph Myers | 2012-10-24 | 1 | -1/+1 |
* | Use $(run-program-prefix) in more shell script tests. | Joseph Myers | 2012-10-19 | 4 | -11/+16 |
* | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | 2012-09-25 | 6 | -16/+21 |
* | Fix rule dependency in last change. | Roland McGrath | 2012-08-17 | 1 | -2/+2 |
* | 2012-08-17 Jeff Law <law@redhat.com> | Jeff Law | 2012-08-17 | 4 | -133/+19 |
* | Fix lots of bitrot for stub configurations. | Roland McGrath | 2012-07-30 | 1 | -2/+5 |
* | Fix tst-gettext test | Andreas Schwab | 2012-07-04 | 3 | -53/+48 |
* | Update copyright years | Jeff Law | 2012-06-21 | 1 | -1/+1 |
* | [BZ #14277] | Jeff Law | 2012-06-21 | 1 | -6/+7 |
* | Remove use of INTDEF/INTUSE in intl | Andreas Schwab | 2012-05-24 | 4 | -16/+6 |
* | Replace FSF snail mail address with URL in Yacc input. | Paul Eggert | 2012-03-10 | 2 | -249/+295 |
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -10/+1 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 43 | -127/+84 |