Fix ChangeLog entry

This commit is contained in:
Corinna Vinschen 2013-12-19 09:50:19 +00:00
parent 5536f9210f
commit 0fcafd1535
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
2013-12-18 Corinna Vinschen <vinschen@redhat.com>
* vfscanf.c (BUF): Change definition to take multibyte decimal point
into account.
* libc/stdio/vfscanf.c (BUF): Change definition to take multibyte
decimal point into account.
(__SVFSCANF_R): Handle radix char language-dependent
per POSIX.
(__SVFWSCANF_R): Ditto.
* libc/stdio/vfwscanf.c (__SVFWSCANF_R): Ditto.
2013-12-10 Jeff Johnston <jjohnstn@redhat.com>