diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 9aeac02d3..426eb7071 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,4 +1,8 @@ -2009-03-09 Craig Howland <howland@LGSInnovations.com> +2009-03-12 Craig Howland <howland@LGSInnovations.com> + + * libc/stdio/swscanf.c: Some documentation corrections. + +2009-03-12 Craig Howland <howland@LGSInnovations.com> * libc/stdio/swprintf.c (_swprintf_r, swprintf): correct how terminating L'\0' is added; |