Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/stdio



Module Name:    src
Committed By:   christos
Date:           Sun Nov 16 16:26:01 UTC 2008

Modified Files:
        src/lib/libc/stdio: vfwscanf.c

Log Message:
PR/39347: floating and long double conversions were ifdef'ed out because
we did not have wcstold and wcstof back then. But this was done incorrectly
because we did not move the argument vector. Enable them now.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libc/stdio/vfwscanf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index