ChangeSet ID: 8604 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/06/27 14:02:24
Modified files: libs/unicode : wine_unicode.def wctomb.c utf8.c mbtowc.c Makefile.in include/wine : unicode.h include : winnls.h dlls/ntdll : debugtools.c dlls/kernel/tests: locale.c dlls/kernel : locale.c Makefile.in . : configure.ac configure Added files: libs/unicode : sortkey.c Removed files: ole : ole2nls.c
Log message: Dmitry Timoshkov dmitry@codeweavers.com Implement LCMapString using unicode collation tables. Move CompareString and LCMapString to dlls/kernel/locale.c.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8604
Old revision New revision Changes Path 1.3 1.4 +1 -0 wine/libs/unicode/wine_unicode.def 1.3 1.4 +0 -1 wine/libs/unicode/wctomb.c 1.3 1.4 +0 -1 wine/libs/unicode/utf8.c 1.2 1.3 +1 -2 wine/libs/unicode/mbtowc.c 1.4 1.5 +2 -0 wine/libs/unicode/Makefile.in 1.19 1.20 +4 -0 wine/include/wine/unicode.h 1.42 1.43 +4 -0 wine/include/winnls.h 1.29 1.30 +4 -3 wine/dlls/ntdll/debugtools.c 1.12 1.13 +264 -8 wine/dlls/kernel/tests/locale.c 1.10 1.11 +323 -10 wine/dlls/kernel/locale.c 1.73 1.74 +1 -2 wine/dlls/kernel/Makefile.in 1.163 1.164 +0 -1 wine/configure.ac 1.437 1.438 +0 -5 wine/configure Added 1.1 +0 -0 wine/libs/unicode/sortkey.c 1.115 Removed +0 -0 wine/ole/ole2nls.c