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:13:34 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2015-11-19 14:39:49 +0300
commit21e6ba20ae08ca0b54e3e10f9ad09572ed9e587a (patch)
treed6b491eb4fc3568d13b176839ad633ebc2974942 /newlib/ChangeLog
parent396e8310b11d4cce63d8a7544c0fc624a4fd822c (diff)
Improve markup of sscanf and swscanf documentation
- use bullet points to separate width, size and type sections, rather than using rows in an enormous table, for consistency with sprintf and swprintf. - use code markup for size bullet point for consistency - use a texinfo multitable for description of the size flags, rather than some preformatted text - tidy up some whitespace so type flags are all aligned 2015-11-12 Jon Turney <jon.turney@dronecode.org.uk> * libc/stdio/sscanf.c: Improve documentation markup. * libc/stdio/swscanf.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 4045b7cd0..070622b8f 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2015-11-12 Jon Turney <jon.turney@dronecode.org.uk>
+
+ * libc/stdio/sscanf.c: Improve documentation markup.
+ * libc/stdio/swscanf.c: Ditto.
+
2015-11-17 Yaakov Selkowitz <yselkowi@redhat.com>
* libc/include/stdlib.h (rpmatch): Declare.