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 |
Dmitry Timoshkov
|
29fdbe9f98
|
Correct .spec file parameters for msvcrt._fullpath and ntdll._splitpath.
|
2001-09-07 15:25:31 +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 |
Uwe Bonnes
|
e0cef27056
|
Semistubs for _ismbcdigit,_ismbcspace,_mbslwr,_mbsnbcmp,_mbsspn.
|
2001-07-11 20:13:14 +00:00 |
Patrik Stridvall
|
887c035be1
|
- Added, cleaned up and/or documentated _{begin,end}thread{,ex}.
- _lfind and _ltow are implemented (not stubs).
|
2001-06-19 03:46:27 +00:00 |
Marcus Meissner
|
737e624d1b
|
_tzset just forwards to libc tzset().
|
2001-06-13 19:35:48 +00:00 |
Patrik Stridvall
|
172cd1b967
|
Fixed some issues found by winapi_check.
|
2001-06-11 20:16:11 +00:00 |
Francois Gouget
|
a08b165955
|
Added msvcrt/eh.h.
Implemented unexpected, terminate and set_unexpected/terminate.
|
2001-05-31 21:32:53 +00:00 |
Mike Bond
|
a286cd3074
|
Fixed spawnlp and added exec variants.
|
2001-05-22 19:18:51 +00:00 |
Mike Bond
|
2f3b2ec5e5
|
Implementation of spawnl and spawnlp.
|
2001-05-18 20:58:08 +00:00 |
Francois Gouget
|
32ca55ee9d
|
ntdll._iswctype should be ntdll.iswctype.
|
2001-05-02 01:09:47 +00:00 |
Patrik Stridvall
|
b3086a7593
|
Fixed some issues found by winapi_check.
|
2001-04-25 19:54:21 +00:00 |
Ove Kaaven
|
4e73f7e9ac
|
Changed the spec definition of *s*printf from *str to ptr, since that
parameter is a destination buffer that may only contain garbage on entry.
|
2001-04-16 19:00:24 +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 |
Eric Kohl
|
03df00e925
|
Added stub for _setjmp3().
Implemented _sopen().
|
2001-03-19 19:13:40 +00:00 |
Dmitry Timoshkov
|
5ab5e1c5df
|
Fix prototypes of MSVCRT___getmainargs and MSVCRT___wgetmainargs.
Protect MSVCRT__acmdln global variable from corruption.
|
2001-02-20 00:51:49 +00:00 |
Patrik Stridvall
|
d5f824b482
|
Fixed some issues found by winapi_check.
|
2001-01-25 22:23:08 +00:00 |
Jon Griffiths
|
34c786b2db
|
- New msvcrt unicode functions, winapi_check/-Wall/-W clean.
- Forward to ntdll where possible.
- Fix some .spec entries with incorrect parameters.
|
2001-01-22 02:21:54 +00:00 |
Alexandre Julliard
|
ea6a10def8
|
Fixed toupper/_toupper mixup.
|
2001-01-15 19:57:48 +00:00 |
Jon Griffiths
|
e5348e27b3
|
Added binary compatible __EH_prolog.
|
2001-01-11 22:30:19 +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 |