wine/ include/winternl.h dlls/ntdll/wcstring.c ...

Alexandre Julliard julliard at wine.codeweavers.com
Fri Mar 21 18:20:59 CST 2003


ChangeSet ID:	7589
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/03/21 18:20:58

Modified files:
	include        : winternl.h 
	dlls/ntdll     : wcstring.c string.c rtlstr.c rtl.c ntdll.spec 
	                 large_int.c 

Log message:
	Thomas Mertes <thomas.mertes at gmx.at>
	- Implement RtlDowncaseUnicodeString, RtlUniform, iswdigit, iswlower,
	iswspace, iswxdigit.
	- Fixed RtlInt64ToUnicodeString and RtlIntegerToUnicodeString.
	- According to tests RtlAppendUnicodeStringToString leaves the
	destination unchanged when the source length is 0 (FIXED).
	- Documentation updates in RtlExtendedMagicDivide,
	RtlLargeIntegerToChar, RtlInt64ToUnicodeString, RtlUpperChar,
	RtlUpperString, RtlUpcaseUnicodeChar, RtlCharToInteger,
	RtlIntegerToChar, RtlUnicodeStringToInteger,
	RtlIntegerToUnicodeString, _ultoa, _ltoa, _itoa, _ui64toa, _i64toa,
	_atoi64, _ultow, _ltow, _itow, _ui64tow, _i64tow, _wtol, _wtoi,
	_wtoi64.

Patch: http://cvs.winehq.com/patch.py?id=7589

Old revision  New revision  Changes     Path
 1.20          1.21          +1 -0       wine/include/winternl.h
 1.19          1.20          +166 -43    wine/dlls/ntdll/wcstring.c
 1.9           1.10          +76 -30     wine/dlls/ntdll/string.c
 1.29          1.30          +148 -63    wine/dlls/ntdll/rtlstr.c
 1.57          1.58          +39 -1      wine/dlls/ntdll/rtl.c
 1.100         1.101         +6 -1       wine/dlls/ntdll/ntdll.spec
 1.7           1.8           +53 -40     wine/dlls/ntdll/large_int.c




More information about the wine-cvs mailing list