summaryrefslogtreecommitdiff
path: root/lib/unicodeio.c
Commit message (Expand)AuthorAgeFilesLines
* gnulib-common.m4: Use C2x [[maybe_unused]] when possible.Bruno Haible2021-08-221-2/+2
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* unicodeio: Fix wrong result on FreeBSD.Bruno Haible2020-12-071-3/+3
* unicodeio: Add comment.Bruno Haible2020-07-301-0/+8
* unicodeio: Fix wrong result on musl libc.Bruno Haible2020-07-301-1/+5
* unicodeio: Fix wrong result on NetBSD.Bruno Haible2020-07-101-3/+4
* unicodeio: Fix wrong result on Solaris 11.Bruno Haible2020-07-091-0/+4
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-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
* unicodeio: depend on stdio, not ignore-valuePaul Eggert2013-01-031-2/+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-1/+3
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_Eric Blake2009-12-231-2/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-26/+26
* Avoid warning despite dropping the return value of fwrite.Bruno Haible2009-10-281-2/+7
* unicodeio.c: mark unused parametersJim Meyering2008-12-071-2/+5
* * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.Jim Meyering2008-11-121-1/+1
* Don't duplicate a function defined elsewhere in gnulib.Bruno Haible2008-11-121-41/+3
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+5
* Include <config.h> unconditionally.Bruno Haible2006-09-141-3/+1
* From Eric Blake: Assume errno.h declares errno.Bruno Haible2006-06-171-5/+1
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Assume ANSI C.Bruno Haible2003-09-101-5/+1
* Fix comments to identify Solaris versions using the same versionPaul Eggert2003-07-311-1/+1
* Switch from LGPL to GPL.Paul Eggert2003-07-141-9/+8
* Assume ANSI C.Bruno Haible2003-06-201-5/+5
* New file localcharset.h.Bruno Haible2002-12-311-1/+2
* Make getline.h and unicodeio.h self-contained.Bruno Haible2002-12-311-6/+2
* Include gettext.h instead of <libintl.h> with #ifdefs.Bruno Haible2002-11-051-8/+4
* 2002-02-02 Paul Eggert <eggert@twinsun.com>Jim Meyering2002-02-111-30/+93
* (print_unicode_char): Simplify accordingly.Jim Meyering2001-03-061-5/+3
* (print_unicode_char): Cast the second iconv() arg,Jim Meyering2001-01-211-2/+4
* (print_unicode_char): Remove `const' from declaration ofJim Meyering2001-01-031-1/+1
* Back out Paul's changes while we wait for him and Bruno to reach agreement.FILEUTILS-4_0_32Jim Meyering2000-11-111-88/+52
* (ENOTSUP): Define to EINVAL if not defined.Jim Meyering2000-11-101-0/+3
* don't back them outJim Meyering2000-11-101-70/+59
* Back out the last two changes, at least for now.Jim Meyering2000-11-101-59/+70
* (MB_LEN_MAX): Make sure it's at least 6, to avoid buggy C libraries.Jim Meyering2000-11-091-2/+6
* (<wchar.h>): Do not include; no longer needed, since we no longer use wcrtomb.Jim Meyering2000-11-091-71/+56
* Include wchar.h.Jim Meyering2000-11-081-12/+56
* (print_unicode_char): Work around ansi2knr deficiency.Jim Meyering2000-06-251-1/+1