summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
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 f620b622d..f3e2939b0 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,16 @@
2005-10-28 Bob Wilson <bob.wilson@acm.org>
+ * libc/stdio/siprintf.c: Wrap long lines in ANSI_SYNOPSIS.
+ * libc/stdio/siscanf.c: Likewise.
+ * libc/stdio/sprintf.c: Likewise.
+ * libc/stdio/sscanf.c: Likewise.
+ * libc/stdio/vfprintf.c: Likewise.
+ * libc/stdio/vfscanf.c: Likewise.
+ * libc/stdio/viprintf.c: Likewise.
+ * libc/stdio/viscanf.c: Likewise.
+
+2005-10-28 Bob Wilson <bob.wilson@acm.org>
+
* libc/sys.tex (Stubs): Format examples consistently. Change sbrk
example to use "_end" symbol instead of "end". Change write example
to use "outbyte" instead of "writechar".