aboutsummaryrefslogtreecommitdiff
path: root/intl/dcigettext.c
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-12-12intl: Treat C.UTF-8 locale like C locale, part 2 (BZ# 16621)Bruno Haible
2023-09-04intl: Treat C.UTF-8 locale like C locale (BZ# 16621)Bruno Haible
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-09-25intl: Handle translation output codesets with suffixes [BZ #26383]Arjun Shankar
2020-07-07Rewrite iconv option parsing [BZ #19519]Arjun Shankar
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-09-05locale: Avoid zero-length array in _nl_category_names [BZ #24962]Florian Weimer
2019-01-02intl: Do not return NULL on asprintf failure in gettext [BZ #24018]Florian Weimer
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-08-31iconv, intl, locale, wcsmbs: Remove internal_functionFlorian Weimer
2017-06-21DCIGETTEXT: Use getcwd, asprintf to construct absolute pathnameFlorian Weimer
2017-06-19DCIGETTEXT: Do not make copy of localenameFlorian Weimer
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-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-11intl: Merge with gettext version 0.19.3Will Newton
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-05-22Fix _nl_find_msg malloc failure case, and callers.Carlos O'Donell
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-06-21Update copyright yearsJeff Law
2012-06-21 [BZ #14277]Jeff Law
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-07-20dcigettext.c: Add missing bracketMarek Polacek
2009-02-05* intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.Ulrich Drepper
2008-03-31[BZ #5443]Ulrich Drepper
2008-03-30* intl/dcigettext.c (_nl_find_msg): Reread nconversions afterUlrich Drepper
2007-11-17(struct known_translation_t): Turn msgid into a union. (transcmp): Use the ap...Ulrich Drepper
2007-10-13* intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lockUlrich Drepper
2007-09-24[BZ #5058]Ulrich Drepper
2007-08-03* intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_openUlrich Drepper
2007-07-28* iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.Ulrich Drepper
2006-06-22* intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don'tUlrich Drepper
2006-05-15* locale/setlocale.c: Change _nl_category_names into a string.Ulrich Drepper
2005-04-28* sysdeps/i386/i686/memcmp.S: Move misplaced END.Ulrich Drepper
2005-04-04* intl/tst-gettext3.c: New file.Ulrich Drepper
2005-03-29[BZ #661]Roland McGrath
2005-02-17[BZ #284, BZ #721]Roland McGrath
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek