NetBSD-Bugs archive

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

PR/39347 CVS commit: src/lib/libc/stdio



The following reply was made to PR lib/39347; it has been noted by GNATS.

From: Christos Zoulas <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/39347 CVS commit: src/lib/libc/stdio
Date: Sun, 16 Nov 2008 16:26:01 +0000 (UTC)

 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