summary refs log tree commit diff
path: root/iconv
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up iconv/gconv_int.h for unnecessary declarationsArjun Shankar2018-09-253-22/+12
* Fix s390 -Os iconv build.Joseph Myers2018-03-051-0/+11
* Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-151-1/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2018-01-012-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0134-34/+34
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-8/+8
* localedef: Add --no-warnings/--warnings optionCarlos O'Donell2017-10-253-8/+4
* Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-15/+28
* iconv, intl, locale, wcsmbs: Remove internal_functionFlorian Weimer2017-08-3111-58/+17
* iconv_open: Fix heap corruption on gconv_init failure [BZ #22026]Florian Weimer2017-08-295-2/+151
* iconv: Mangle __btowc_fct even without __init_fct [BZ #22025]Florian Weimer2017-08-291-12/+9
* gconv: Consistently mangle NULL function pointers [BZ #22025]Patsy Franklin2017-08-293-35/+23
* Consolidate non cancellable close callAdhemerval Zanella2017-08-181-2/+2
* Consolidate non cancellable open callAdhemerval Zanella2017-08-171-1/+1
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-081-3/+3
* Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg2017-05-091-1/+1
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-161-0/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2017-01-012-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0131-31/+31
* gconv.h: fix build with GCC 7Aurelien Jarno2016-11-061-1/+1
* Fix UTF-16 surrogate handling. [BZ #19727]Stefan Liebler2016-05-251-1/+2
* Fix ucs4le_internal_loop in error case. [BZ #19726]Stefan Liebler2016-05-253-1/+120
* Fix min/max needed for ascii to INTERNAL conversionAndreas Schwab2016-03-071-1/+1
* Fix build failures with -DDEBUG.Martin Sebor2016-01-151-1/+4
* Fix build errors with -DNDEBUG.Martin Sebor2016-01-151-1/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2016-01-042-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0430-30/+30
* Fix BZ #19012 -- iconv_open leaks memory on error path.Paul Pluzhnikov2015-10-051-8/+31
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-085-5/+5
* Convert tst-iconv3 to use test-skeleton.Roland McGrath2015-02-251-2/+5
* Convert tst-iconv5 to use test-skeleton.Roland McGrath2015-02-251-8/+12
* Don't crash in iconv setup when getcwd fails.Roland McGrath2015-02-251-1/+1
* iconv: Suppress array out of bounds warning.Andreas Krebbel2015-01-271-1/+7
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2015-01-022-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0230-30/+30
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-2/+0
* Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2014-11-191-5/+6
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-052-4/+10
* Clean up wchar_t conversion code in iconv program.Roland McGrath2014-10-301-79/+53
* Complete the removal of __gconv_translit_findFlorian Weimer2014-09-128-255/+32
* __gconv_translit_find: Disable function [BZ #17187]Florian Weimer2014-08-261-173/+4
* Remove redundant CPPFLAGS for some programsSiddhesh Poyarekar2014-08-211-2/+0
* iconv/loop.c: Fix -Wundef warning with !_STRING_ARCH_unalignedWill Newton2014-07-171-30/+29
* 2014-05-01 Steve Ellcey <sellcey@mips.com>Steve Ellcey2014-05-012-5/+4
* 2014-04-29 Steve Ellcey <sellcey@mips.com>Steve Ellcey2014-04-291-0/+4
* Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella2014-04-093-8/+8
* Make tests consistently use *.out output files.Joseph Myers2014-03-071-8/+8
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-4/+4
* Generate .test-result files for tests with special rules.Joseph Myers2014-02-211-1/+2