summaryrefslogtreecommitdiff
path: root/lib/striconveh.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* free-posix: use more often in other modulesPaul Eggert2021-03-251-40/+7
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* striconveh: Fix use of uninitialized iconv_t.Bruno Haible2019-01-261-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Port to uClibc.Bruno Haible2010-11-201-10/+18
* striconveh: Simplify last commit.Bruno Haible2010-07-131-8/+3
* striconveh: Don't malloc memory if the result buffer is sufficient.Bruno Haible2010-07-131-7/+16
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-665/+665
* Fix bug occurring when converting invalid input.Bruno Haible2009-09-051-1/+2
* Make the striconveh API easier to use.Bruno Haible2009-08-301-180/+115
* Make striconveh work better with stateful encodings.Bruno Haible2008-09-071-11/+20
* Optimize conversion from UTF-8 to UTF-8//TRANSLIT.Bruno Haible2008-03-301-2/+10
* Avoid failure when attempting to return empty iconv results on some platforms.Bruno Haible2008-03-301-3/+5
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Do an indirect conversion if iconv_open does not support a direct conversion.Bruno Haible2007-03-311-34/+88
* Some refactoring.Bruno Haible2007-03-281-46/+77
* Distinguish invalid and incomplete UTF-8 input, and set errno accordingly.Bruno Haible2007-03-281-7/+4
* Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,Bruno Haible2007-03-241-2/+0
* Rename utf8-ucs4-safe -> utf8-ucs4, u8_mbtouc_safe -> u8_mbtouc.Bruno Haible2007-01-281-2/+2
* Rename u8_mbtouc -> u8_mbtouc_unsafe.Bruno Haible2007-01-271-2/+2
* * doc/gnulib-tool.texi (Initial import): Update to match currentPaul Eggert2007-01-261-1/+0
* Various fixes.Bruno Haible2007-01-261-1/+1
* Optimize the recognition of "UTF-8" strings.Bruno Haible2007-01-241-4/+5
* Add optional offsets argument to conversion routines.Bruno Haible2007-01-231-21/+128
* New module 'striconveha'.Bruno Haible2007-01-211-2/+8
* Ensure errno when strdup fails.Bruno Haible2007-01-211-1/+7
* New function mem_iconveh.Bruno Haible2007-01-211-0/+148
* Change specification of mem_cd_iconveh.Bruno Haible2007-01-211-59/+64
* New module 'striconveh'.Bruno Haible2007-01-161-0/+881