From 21e6ba20ae08ca0b54e3e10f9ad09572ed9e587a Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Thu, 12 Nov 2015 13:13:34 +0000 Subject: 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 * libc/stdio/sscanf.c: Improve documentation markup. * libc/stdio/swscanf.c: Ditto. Signed-off-by: Jon Turney --- newlib/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'newlib/ChangeLog') 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 + + * libc/stdio/sscanf.c: Improve documentation markup. + * libc/stdio/swscanf.c: Ditto. + 2015-11-17 Yaakov Selkowitz * libc/include/stdlib.h (rpmatch): Declare. -- cgit v1.2.3