diff packages/language/c/libc/stdio/current/ChangeLog @ 161:ac086aa3217e

Merge from eCos master repository on 2001-06-08-21:11:51-BST
author jlarmour
date Sun, 10 Jun 2001 19:35:23 +0000
parents b939e9cada46
children 0d2b193a635f
line wrap: on
line diff
--- a/packages/language/c/libc/stdio/current/ChangeLog
+++ b/packages/language/c/libc/stdio/current/ChangeLog
@@ -1,3 +1,13 @@
+2001-06-08  Jeff Johnston  <jjohnstn@redhat.com>
+
+	* src/input/vfscanf.cxx (vfscanf)[CYGINT_LIBC_I18N_MB_REQUIRED]: Added
+	call to mbtowc_fn for current locale to process format string.
+	Also added variable definitions needed in this circumstance.
+	* src/output/vfnprintf.cxx (vfnprintf)[CYGINT_LIBC_I18N_MB_REQUIRED]: Ditto.
+	(vfnprintf): Changed non-multibyte path to simply use the current
+	character rather than call the C mbtowc function since only
+	single byte characters would be possible. 
+
 2001-03-19  Jonathan Larmour  <jlarmour@redhat.com>
 
 	* src/common/stream.cxx (refill_read_buffer): Flush all streams here...
@@ -214,7 +224,7 @@ 2000-05-02  Jonathan Larmour  <jlarmour@
 //                                                                          
 // The Initial Developer of the Original Code is Red Hat.                   
 // Portions created by Red Hat are                                          
-// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.          
 // All Rights Reserved.                                                     
 // -------------------------------------------                              
 //