aboutsummaryrefslogtreecommitdiff
path: root/iconv/gconv_cache.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-22Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev1-1/+1
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto1-1/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer1-5/+0
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer1-0/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella1-2/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-07-31iconv: Revert steps array reference counting changesFlorian Weimer1-6/+3
2019-07-26gconv: Check reference count in __gconv_release_cache [BZ #24677]Florian Weimer1-3/+6
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-08-31iconv, intl, locale, wcsmbs: Remove internal_functionFlorian Weimer1-6/+0
2017-08-29gconv: Consistently mangle NULL function pointers [BZ #22025]Patsy Franklin1-6/+5
2017-08-18Consolidate non cancellable close callAdhemerval Zanella1-2/+2
2017-08-17Consolidate non cancellable open callAdhemerval Zanella1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2007-07-28* iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.Ulrich Drepper1-2/+2
2006-01-11(free_mem): Don't call munmap if gconv_cache is NULL.Ulrich Drepper1-1/+1
2005-12-20* locale/loadlocale.c (_nl_value_types): Mark as const.Ulrich Drepper1-2/+13
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-14/+3
2007-07-122.5-18.1Jakub Jelinek1-3/+14
2003-06-11Update.Ulrich Drepper1-1/+1
2003-04-232003-04-22 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+1
2003-04-19Update.Ulrich Drepper1-4/+6
2002-12-02Update.Ulrich Drepper1-0/+4
2002-11-01* include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):Roland McGrath1-4/+1
2002-08-25Update.Ulrich Drepper1-1/+1
2002-08-04Update.Ulrich Drepper1-25/+32
2001-09-01Update.Ulrich Drepper1-24/+25
2001-08-17Update.Ulrich Drepper1-4/+4
2001-08-16Update.Ulrich Drepper1-0/+2
2001-07-27(__gconv_compare_alias_cache): New function.Ulrich Drepper1-0/+20
2001-07-24Update.Ulrich Drepper1-9/+14
2001-07-24(__gconv_lookup_cache): Catch one more boundary case and reject it.Ulrich Drepper1-2/+3
2001-07-24Undo last change. Remove debugging output.Ulrich Drepper1-3/+1
2001-07-24* iconv/iconvconfig.c (name_insert): Make static to avoid warning.Andreas Jaeger1-0/+1
2001-07-23Update.Ulrich Drepper1-54/+74
2001-07-23(__gconv_lookup_cache): Select correct module for conversion direction.Ulrich Drepper1-9/+18
2001-07-22Update.Ulrich Drepper1-0/+395