about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-11-29 05:00:56 +0000
committerUlrich Drepper <drepper@redhat.com>2001-11-29 05:00:56 +0000
commite0e86ccb1d2848678b5c32f65bf6239ba5fb9d24 (patch)
treed2db260a028fd346925bdc815e3774d3b6135666 /ChangeLog
parentc6baa867d3d57ca3eb89226b44ad696960d869cd (diff)
downloadglibc-e0e86ccb1d2848678b5c32f65bf6239ba5fb9d24.tar.gz
glibc-e0e86ccb1d2848678b5c32f65bf6239ba5fb9d24.tar.xz
glibc-e0e86ccb1d2848678b5c32f65bf6239ba5fb9d24.zip
Update.
	* iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
	the current locale's codeset.
	* iconv/iconv_open.c (iconv_open): Don't strip out everything for
	empty input string.
	* iconv/iconv_prog.c: Pass empty strings as default value for to-
	and from-charset.  Don't determine locale's charset here.

	if libio is used [PR libc/2575].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4194944f80..3fffb747fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,18 @@
 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
 
+	* iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
+	the current locale's codeset.
+	* iconv/iconv_open.c (iconv_open): Don't strip out everything for
+	empty input string.
+	* iconv/iconv_prog.c: Pass empty strings as default value for to-
+	and from-charset.  Don't determine locale's charset here.
+
 	* libio/genops.c (_IO_flush_all_lockp): New function.  The same code
 	as the old _IO_flush_all but lock only if parameter is nonzero.
 	(_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
 	* libio/libioP.h: Add prototype for _IO_flush_all_lockp.
 	* sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
-	if libio is used.
+	if libio is used [PR libc/2575].
 
 2001-11-28  Jakub Jelinek  <jakub@redhat.com>