For me it looks like _pwctype, __p__pwctype and __pwctype_func also need to be fixed.



Am 20.08.2012 19:20, schrieb [email protected]:
Author: fireball
Date: Mon Aug 20 17:20:48 2012
New Revision: 57119

URL: http://svn.reactos.org/svn/reactos?rev=57119&view=rev
Log:
[CRT]
- Use wine's wctype table in CRT for iswctype() function. Previous 
implementation was returning incorrect information for non-Latin characters. 
Problem found and fixed by Sergey Shamanaev (seven_ro).
- Move wctype.c from libwine to lib/sdk/crt instead of making yet another copy 
of it (currently there is one more in tools/unicode). Suggested by Amine Khaldi.
See issue #5090 for more details.

Added:
     trunk/reactos/lib/sdk/crt/string/wctype.c
       - copied unchanged from r57101, 
trunk/reactos/lib/3rdparty/libwine/wctype.c
Removed:
     trunk/reactos/lib/3rdparty/libwine/wctype.c
Modified:
     trunk/reactos/lib/3rdparty/libwine/CMakeLists.txt
     trunk/reactos/lib/sdk/crt/crt.cmake
     trunk/reactos/lib/sdk/crt/string/ctype.c

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/reactos/lib/3rdparty/libwine/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/libwine/CMakeLists.txt?rev=57119&r1=57118&r2=57119&view=diff

Removed: trunk/reactos/lib/3rdparty/libwine/wctype.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/libwine/wctype.c?rev=57118&view=auto

Modified: trunk/reactos/lib/sdk/crt/crt.cmake
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/crt.cmake?rev=57119&r1=57118&r2=57119&view=diff

Modified: trunk/reactos/lib/sdk/crt/string/ctype.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/ctype.c?rev=57119&r1=57118&r2=57119&view=diff





_______________________________________________
Ros-dev mailing list
[email protected]
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to