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:
authorJon Turney <jon.turney@dronecode.org.uk>2015-11-12 16:11:07 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2015-11-19 14:39:52 +0300
commitbdc616938151be67ad286748bd382d068ca80ef2 (patch)
tree87cce2315a4fab6b5307b4121edf06d264dd7d0a /newlib/ChangeLog
parent21e6ba20ae08ca0b54e3e10f9ad09572ed9e587a (diff)
Simplify the markup for sprintf and swprintf documentation
- move the description of the alternative form produced with the # flag from a nested table to an additional table 2015-11-12 Jon Turney <jon.turney@dronecode.org.uk> * libc/stdio/sprintf.c: Simplify documentation markup. * libc/stdio/swprintf.c: Ditto. Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 070622b8f..b56fc0674 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
2015-11-12 Jon Turney <jon.turney@dronecode.org.uk>
+ * libc/stdio/sprintf.c: Simplify documentation markup.
+ * libc/stdio/swprintf.c: Ditto.
+
+2015-11-12 Jon Turney <jon.turney@dronecode.org.uk>
+
* libc/stdio/sscanf.c: Improve documentation markup.
* libc/stdio/swscanf.c: Ditto.