>> > wscanf based on our scanf implementation. The delta from narrow
>> > to wide character support was obtained from FreeBSD and modified
>> > to fit our code.
>> >
>> > Does not include a libc bump yet!
>>
>> Here are corresponding libstdc++ changes, also without bumps.
>>
>> The gcc3 version will have to be revisited once we also get wcsftime.
>> But for now it should work like this (the configure script doesn't define
>> _GLIBCPP_USE_WCHAR_T unless it finds all wchar functions it wants).
>>
>> Not sure if the c_compatibility change is really needed.
>> We didn't update it for wprintf (by accident?)
>>
>> As with wprintf, no actual changes for gcc2 -- we'll just bump the lib
>> for safety.
>>
>> Can someone run this (together with the libc wscanf diff) through a build
>> on gcc2 and gcc3 architectures?
>
> Fwiw, this went on a full amd64 bulk build without issues in the ports
> tree. Yay!
>

i remember that there were ports where wprintf was enabled but wscanf
was disabled during configure, were they now turned to enable both?

great news indeed!!!

thanks

Reply via email to