Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2001-04-25 02:09:21 +0400
committerJeff Johnston <jjohnstn@redhat.com>2001-04-25 02:09:21 +0400
commita874cd21de8bb73cb87321e3ec4a90462ff23213 (patch)
tree6d01776ffa4fa497de309c21213fde2c78c83f15 /newlib/ChangeLog
parentb7cf6a2f5b7ba5236d5c105029d37f74b9a463a6 (diff)
2001-04-24 Charles Wilson <cwilson@ece.gatech.edu
* libc/stdio/vprintf.c (vprintf): fix signature to use _DEFUN * libc/stdio/vprintf.c (_vprintf_r): new function * libc/stdio/vsnprintf.c (vsnprintf): fix signature to use _DEFUN * libc/stdio/vsnprintf.c (_vsnprintf_r): fix signature to use _DEFUN, and call _vfprintf_r, not vfprintf. * libc/stdio/vsprintf.c (vsprintf.c): fix signature to use _DEFUN * libc/stdio/vsprintf.c (_vsprintf_r): fix signature to use _DEFUN, and call _vfprintf_r, not vfprintf.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 07e2f03b1..49b3ed445 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,14 @@
+2001-04-24 Charles Wilson <cwilson@ece.gatech.edu
+
+ * libc/stdio/vprintf.c (vprintf): fix signature to use _DEFUN
+ * libc/stdio/vprintf.c (_vprintf_r): new function
+ * libc/stdio/vsnprintf.c (vsnprintf): fix signature to use _DEFUN
+ * libc/stdio/vsnprintf.c (_vsnprintf_r): fix signature to use
+ _DEFUN, and call _vfprintf_r, not vfprintf.
+ * libc/stdio/vsprintf.c (vsprintf.c): fix signature to use _DEFUN
+ * libc/stdio/vsprintf.c (_vsprintf_r): fix signature to use
+ _DEFUN, and call _vfprintf_r, not vfprintf.
+
2001-04-22 Earnie Boyd <earnie@users.sourceforge.net>
* libc/include/sys/unistd.h [X_OK]: Use better protection against