packaging: Add support for configure-dumper
[platform/upstream/glibc.git] / iconv /
2023-01-06 Joseph MyersUpdate copyright dates not handled by scripts/update...
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-10-18 Florian WeimerUse PTR_MANGLE and PTR_DEMANGLE unconditionally in...
2022-10-18 Florian WeimerIntroduce <pointer_guard.h>, extracted from <sysdep.h>
2022-09-22 Adhemerval Zanella... Use '%z' instead of '%Z' on printf functions
2022-09-20 Florian Weimergconv: Use 64-bit interfaces in gconv_parseconfdir...
2022-06-14 Stefan LieblerAvoid -Wstringop-overflow= warning in iconv module.
2022-06-01 Adhemerval Zanellaiconv: Use 64 bit stat for gconv_parseconfdir (BZ#...
2022-04-14 Noah GoldsteinReplace {u}int_fast{16|32} with {u}int32_t
2022-03-14 Steve Grubbassociate a deallocator for iconv_open
2022-02-25 H.J. Lubuild: Properly generate .d dependency files [BZ #28922]
2022-01-01 Paul EggertUpdate copyright dates not handled by scripts/update...
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-10-21 Stafford Horneiconv: Use TIMEOUTFACTOR for iconv test timeout
2021-09-13 Siddhesh Poyarekariconvconfig: Fix behaviour with --prefix [BZ #28199]
2021-09-06 Carlos O'DonellAdd generic C.UTF-8 locale (Bug 17318)
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-08-23 Joseph MyersFix iconv build with GCC mainline
2021-08-03 Siddhesh Poyarekariconv_charmap: Close output file when done
2021-08-03 Siddhesh Poyarekargconv_parseconfdir: Fix memory leak
2021-07-07 Florian Weimerlibio: Replace internal _IO_getdelim symbol with __getdelim
2021-07-02 Siddhesh Poyarekariconvconfig: Use the public feof_unlocked
2021-06-28 Siddhesh Poyarekariconvconfig: Fix multiple issues
2021-06-23 Siddhesh PoyarekarHandle DT_UNKNOWN in gconv-modules.d
2021-06-23 Siddhesh Poyarekariconvconfig: Use common gconv module parsing function
2021-06-23 Siddhesh Poyarekargconv_conf: Split out configuration file processing
2021-06-23 Siddhesh Poyarekargconv_conf: Remove unused variables
2021-06-23 Siddhesh Poyarekariconv: Remove alloca use in gconv-modules configuration...
2021-06-22 Adhemerval ZanellaUse 64 bit time_t stat internally
2021-06-09 Siddhesh Poyarekargconv_conf: Read configuration files in gconv-modules.d
2021-06-09 Siddhesh Poyarekariconvconfig: Read configuration from gconv-modules...
2021-06-09 Siddhesh Poyarekariconvconfig: Make file handling more general purpose
2021-05-18 Siddhesh Poyarekarcharmap_conversion: Free conversion table on exit
2021-05-07 H.J. LuRun $(objpfx)iconvconfig with $(run-program-prefix...
2021-01-02 Paul EggertUpdate copyright dates not handled by scripts/update...
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-21 liqingqingiconv add iconv_close before the function returned...
2020-12-21 liqingqingiconv: use iconv_close after iconv_open
2020-12-11 Dmitry V. Levintreewide: fix incorrect spelling of indices in comments
2020-12-07 Michael Colavitaiconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)
2020-11-04 Arjun Shankariconv: Accept redundant shift sequences in IBM1364...
2020-09-25 Arjun Shankarintl: Handle translation output codesets with suffixes...
2020-09-11 Adhemerval ZanellaRemove internal usage of extensible stat functions
2020-07-07 Arjun ShankarRewrite iconv option parsing [BZ #19519]
2020-07-07 Stefan LieblerFix stringop-overflow errors from gcc 10 in iconv.
2020-01-01 Joseph MyersUpdate copyright dates not handled by scripts/update...
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-07-31 Florian Weimericonv: Revert steps array reference counting changes
2019-07-25 Florian Weimergconv: Check reference count in __gconv_release_cache...
2019-06-04 Florian Weimericonv: Use __twalk_r in __gconv_release_shlib
2019-06-04 Andreas SchwabFix iconv buffer handling with IGNORE error handler...
2019-05-21 Florian Weimerwcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584]
2019-05-15 Florian Weimericonv: Remove public declaration of __gconv_transliterate
2019-03-21 Gabriel F. T. GomesFix parentheses error in iconvconfig.c and ld-collate...
2019-03-21 DJ Delorieiconv, localedef: avoid floating point rounding differe...
2019-02-25 Joseph MyersBreak more lines before not after operators.
2019-01-01 Joseph MyersUpdate copyright dates not handled by scripts/update...
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-11-05 Arjun ShankarUnconditionally call __gconv_get_path when reading...
2018-10-17 Arjun ShankarRemove unnecessary locking when reading iconv configura...
2018-09-25 Arjun ShankarClean up iconv/gconv_int.h for unnecessary declarations
2018-03-05 Joseph MyersFix s390 -Os iconv build.
2018-02-15 Joseph MyersFix -Os feof_unlocked linknamespace, localplt issues...
2018-01-01 Joseph MyersUpdate copyright dates not handled by scripts/update...
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-11 H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-10-25 Carlos O'Donelllocaledef: Add --no-warnings/--warnings option
2017-10-01 H.J. LuMark internal functions with attribute_hidden [BZ ...
2017-08-31 Florian Weimericonv, intl, locale, wcsmbs: Remove internal_function
2017-08-29 Florian Weimericonv_open: Fix heap corruption on gconv_init failure...
2017-08-29 Florian Weimericonv: Mangle __btowc_fct even without __init_fct ...
2017-08-29 Patsy Franklingconv: Consistently mangle NULL function pointers ...
2017-08-18 Adhemerval ZanellaConsolidate non cancellable close call
2017-08-17 Adhemerval ZanellaConsolidate non cancellable open call
2017-06-08 Zack WeinbergRemove __need macros from stdio.h and wchar.h.
2017-05-09 Zack WeinbergRename cppflags-iterator.mk to libof-iterator.mk, remov...
2017-03-02 Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-02-16 Zack WeinbergAdd missing header files throughout the testsuite.
2017-01-01 Joseph MyersUpdate copyright dates not handled by scripts/update...
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-11-06 Aurelien Jarnogconv.h: fix build with GCC 7
2016-05-25 Stefan LieblerFix UTF-16 surrogate handling. [BZ #19727]
2016-05-25 Stefan LieblerFix ucs4le_internal_loop in error case. [BZ #19726]
2016-03-07 Andreas SchwabFix min/max needed for ascii to INTERNAL conversion
2016-01-15 Martin SeborFix build failures with -DDEBUG.
2016-01-15 Martin SeborFix build errors with -DNDEBUG.
2016-01-04 Joseph MyersUpdate copyright dates not handled by scripts/update...
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-10-06 Paul PluzhnikovFix BZ #19012 -- iconv_open leaks memory on error path.
2015-09-08 Joseph MyersMove bits/libc-lock.h and bits/libc-lockP.h out of...
2015-02-26 Roland McGrathConvert tst-iconv3 to use test-skeleton.
2015-02-25 Roland McGrathConvert tst-iconv5 to use test-skeleton.
2015-02-25 Roland McGrathDon't crash in iconv setup when getcwd fails.
2015-01-27 Andreas Krebbeliconv: Suppress array out of bounds warning.
2015-01-02 Joseph MyersUpdate copyright dates not handled by scripts/update...
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-11-24 Siddhesh PoyarekarRemove NOT_IN_libc
2014-11-19 Siddhesh PoyarekarAdd new macro IN_MODULE to identify module in which...
2014-11-05 Arjun ShankarModify several tests to use test-skeleton.c
next