aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-01-26 06:55:29 +0000
committerUlrich Drepper <drepper@redhat.com>2000-01-26 06:55:29 +0000
commit4e2e99997a2890df8ab5d7b86646a2b067eb8723 (patch)
tree30c16b2a54b2c166e03f136f4bd99a13db915032 /ChangeLog
parentc36897fb5bef95d586557f960840ee0c614adabf (diff)
downloadglibc-4e2e99997a2890df8ab5d7b86646a2b067eb8723.tar.xz
glibc-4e2e99997a2890df8ab5d7b86646a2b067eb8723.zip
Update.
* libio/fileops.c (_IO_new_file_open): Recognize ,ccs= in mode string and load appropriate conversions. * libio/iofwide.c (__libio_codecvt): Renamed from libio_codecvt and made global. * libio/libioP.h: Declare __libio_codecvt. * manual/stdio.texi: Document ,ccs= option for fopen. * wcsmbs/wcsmbsload.c (__wcsmbs_named_conv): New function. * wcsmbs/wcsmbsload.h (__wcsmbs_named_conv): Declare. * libio/iofclose.c: Free conversion data if stream was wide-oriented. * sysdeps/unix/sysv/linux/i386/Dist: Add sys/io.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b9f092c24..8739cc0cca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2000-01-25 Ulrich Drepper <drepper@cygnus.com>
+ * libio/fileops.c (_IO_new_file_open): Recognize ,ccs= in mode string
+ and load appropriate conversions.
+ * libio/iofwide.c (__libio_codecvt): Renamed from libio_codecvt and
+ made global.
+ * libio/libioP.h: Declare __libio_codecvt.
+ * manual/stdio.texi: Document ,ccs= option for fopen.
+ * wcsmbs/wcsmbsload.c (__wcsmbs_named_conv): New function.
+ * wcsmbs/wcsmbsload.h (__wcsmbs_named_conv): Declare.
+
+ * libio/iofclose.c: Free conversion data if stream was wide-oriented.
+
+ * sysdeps/unix/sysv/linux/i386/Dist: Add sys/io.h.
+
* sysdeps/unix/sysv/linux/Dist: Remove sys/io.h.
* posix/fnmatch_loop.c: Fix problem with FNM_LEADING_DIR.