Thomas Mertes
|
c83aa0d311
|
- 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.
|
2003-03-22 00:20:58 +00:00 |
Dmitry Timoshkov
|
ad068bc0c2
|
Move vsnwprintf implementation to libwine_unicode, export snprintfW
and vsnprintfW from there, forward MSVCRT and NTDLL functions to
libwine_unicode.
|
2003-03-12 22:30:16 +00:00 |
Thomas Mertes
|
414772ac28
|
Implement _itoa, _ltoa, _ultoa, _i64toa, _ui64toa, _itow, _ltow,
_ultow, _i64tow, _ui64tow, _atoi64, _wtoi, _wtol, _wtoi64.
|
2003-03-12 20:16:07 +00:00 |
Patrik Stridvall
|
9c1de6de30
|
Moved all the content of the DDK files ntdef.h and ntddk.h to
winternl.h.
|
2002-09-12 22:07:02 +00:00 |
John K. Hohm
|
454d99f0a2
|
More comcat.dll implementation, swprintf fix, winerror.h additions.
|
2002-05-19 22:27:41 +00:00 |
Alexandre Julliard
|
9b6f433ebb
|
Implemented strtolW/strtoulW in libwine_unicode and used it to replace
wcstol and friends.
|
2002-05-16 18:58:47 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Alexandre Julliard
|
996c0bff59
|
Removed ntdll dependency on MultiByteToWideChar/WideCharToMultiByte
kernel32 functions, plus a few small cleanups.
|
2001-12-05 22:14:57 +00:00 |
David Elliott
|
bfa70fe642
|
Implemented the wcstoul function.
|
2001-10-22 18:58:21 +00:00 |
Huw D M Davies
|
899861d130
|
Better handling of typelibs loaded with a trailing resource number.
The logic for determining whether an SLTG typelib has a function param
as a 'short' or 'long' type has been 'refined'.
|
2001-09-26 23:05:35 +00:00 |
Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +00:00 |
Patrik Stridvall
|
3ca9823941
|
Documentation ordinal fixes.
|
2001-06-20 23:03:14 +00:00 |
Ove Kaaven
|
54dfe595ca
|
Implemented _wtoi and _wtol.
|
2001-04-16 20:24:47 +00:00 |
Ove Kaaven
|
e188fda25f
|
Handle the %f case in wsprintf.
|
2001-04-16 19:00:42 +00:00 |
James Juran
|
d537d09b9c
|
Use int instead of WCHAR in va_arg() (fixes gcc-current compilation
problem).
|
2001-01-22 19:26:42 +00:00 |
Jon Griffiths
|
4ab1558d8a
|
- Remove <string.h> from winnt.h.
- ntdll: complete crt functions, prevent libc imports, fix sscanf.
|
2001-01-22 02:17:29 +00:00 |
Eric Kohl
|
32eeb85cd6
|
Implemented _ultow() and export [Nt/Zw]QueryVolumeInformationFile().
|
2000-12-13 21:28:15 +00:00 |
Alexandre Julliard
|
c7e7df8b17
|
Replaced all lstr* calls from inside Wine code by their str* equivalent.
|
2000-08-14 14:41:19 +00:00 |
Alexandre Julliard
|
c97bb4c5d6
|
Added Unicode ctype support.
|
2000-08-11 20:53:40 +00:00 |
Alexandre Julliard
|
4f356e86e4
|
Moved shared crtdll/ntdll functions into ntdll.
Made crtdll a separate dll.
|
2000-06-23 16:16:30 +00:00 |