summaryrefslogtreecommitdiff
path: root/intl
AgeCommit message (Expand)Author
2018-02-18intl/tst-gettext: fix failure with newest msgfmtAurelien Jarno
2018-02-15Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-12-01intl: create target directory for bisonAndreas Schwab
2017-11-30plural.c: improve reproducibilityJuro Bystricky
2017-10-01Hide internal __hash_string function [BZ #18822]H.J. Lu
2017-10-01Hide internal __gettextparse function [BZ #18822]H.J. Lu
2017-10-01Mark internal intl functions with attribute_hidden [BZ #18822]H.J. Lu
2017-10-01Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu
2017-08-31iconv, intl, locale, wcsmbs: Remove internal_functionFlorian Weimer
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-08-18Consolidate non cancellable read callAdhemerval Zanella
2017-08-17Consolidate non cancellable open callAdhemerval Zanella
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab
2017-06-21_nl_load_domain: Use calloc instead of allocaFlorian Weimer
2017-06-21DCIGETTEXT: Use getcwd, asprintf to construct absolute pathnameFlorian Weimer
2017-06-19DCIGETTEXT: Do not make copy of localenameFlorian Weimer
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-09-18hurd: fix pathconf visibilitySamuel Thibault
2016-02-24Enable --localedir to set message catalog directory (Bug 14259)Carlos O'Donell
2016-01-07Make shebang interpreter directives consistentMarko Myllynen
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-05-22Remove obsolete aliases that broke 'locale -a'Paul Eggert
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-11intl: Merge with gettext version 0.19.3Will Newton
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-12Fix localealias.c fgets_unlocked namespace (bug 17589).Joseph Myers
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar
2014-08-08tst-gettext2: make setup more robustMike Frysinger
2014-07-03Sync up loadmsgcat.c with gettextSiddhesh Poyarekar
2014-07-03Don't use __glibc_unlikely in shared codeSiddhesh Poyarekar
2014-07-02Fix typo and formatting in loadmsgcat.cSiddhesh Poyarekar
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers
2014-06-04Include LOCPATH in default test environment.Joseph Myers
2014-03-07Make tests consistently use *.out output files.Joseph Myers
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers
2013-05-22Fix _nl_find_msg malloc failure case, and callers.Carlos O'Donell
2013-02-15Remove bounded-pointers build system support.Joseph Myers
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu