aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2015-11-12 13:11:07 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2015-11-19 11:39:52 +0000
commitbdc616938151be67ad286748bd382d068ca80ef2 (patch)
tree87cce2315a4fab6b5307b4121edf06d264dd7d0a /newlib/ChangeLog
parent21e6ba20ae08ca0b54e3e10f9ad09572ed9e587a (diff)
downloadnewlib-bdc616938151be67ad286748bd382d068ca80ef2.zip
newlib-bdc616938151be67ad286748bd382d068ca80ef2.tar.gz
newlib-bdc616938151be67ad286748bd382d068ca80ef2.tar.bz2
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 070622b..b56fc06 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.