Francois Gouget
|
bab91aa4af
|
Implemented _mbsupr.
|
2001-09-17 19:02:21 +00:00 |
Marcus Meissner
|
2378305c89
|
Implemented mbsnbcnt, added stubs for _Gettnames and __lc_collate_cp.
|
2001-09-07 18:34:45 +00:00 |
Mike McCormack
|
0dae258385
|
Implemented msvcrt._mbspbrk.
|
2001-08-10 22:24:54 +00:00 |
Mike McCormack
|
7b3495ac93
|
Implemented multibyte string reverse.
|
2001-08-09 21:37:19 +00:00 |
Patrik Stridvall
|
4b1574577d
|
- Made sure that the files that contains the declarations
of the implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
|
2001-07-23 23:50:18 +00:00 |
Patrik Stridvall
|
33929be46f
|
- Made sure that the files that contains the declarations
of implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
|
2001-07-18 21:04:23 +00:00 |
Uwe Bonnes
|
e0cef27056
|
Semistubs for _ismbcdigit,_ismbcspace,_mbslwr,_mbsnbcmp,_mbsspn.
|
2001-07-11 20:13:14 +00:00 |
Patrik Stridvall
|
8b216b3d02
|
Documentation ordinal fixes.
|
2001-06-19 18:20:47 +00:00 |
Francois Gouget
|
e7f75c5dfb
|
Include the msvcrt headers, remove duplicate definitions.
Fixed the signature of a few functions.
Don't use wcs* functions, use *W (from unicode.h) instead.
|
2001-04-10 23:25:25 +00:00 |
Francois Gouget
|
203a8f8290
|
Adjust the 'MSVCRT_' prefix to match the msvcrt headers
Prefix internal methods with 'msvcrt_' instead of 'MSVCRT_', '__MSVCRT_', etc.
Remove '_cdecl', it's unnecessary
|
2001-04-10 21:16:07 +00:00 |
Francois Gouget
|
05fc3cdf9a
|
Typo fixes in comments.
|
2001-01-22 02:22:26 +00:00 |
Jon Griffiths
|
a91a28cf5a
|
Fixes as a result of testing builtin crtdll against builtin msvcrt.
|
2001-01-12 19:56:22 +00:00 |
Jon Griffiths
|
1db20bfd33
|
- Migrate CRTDLL to MSVCRT.
- Many fixes and a load of new functions.
|
2001-01-10 23:59:25 +00:00 |