Alexandre Julliard
|
d354a1ca87
|
Implemented _getdllprocaddr(), it cannot be simply a forward to
GetProcAddress.
|
2003-03-17 00:05:44 +00:00 |
Alexandre Julliard
|
2b6eafa0f9
|
Fixed data copying in msvcrt_argvtos (spotted by bill@taniwha.org).
|
2002-11-13 04:20:54 +00:00 |
Alexandre Julliard
|
613ead7f0f
|
Fixed some handle conversions in prevision of void* handles.
|
2002-10-04 00:27:10 +00:00 |
Martin Wilck
|
94638aa276
|
MSVCRT needs a public errno.h file.
|
2002-09-17 18:32:53 +00:00 |
Marcus Meissner
|
5ee517ac3d
|
Copy va_lists by using va_copy, not by just assigning them.
|
2002-08-09 19:49:31 +00:00 |
Alexandre Julliard
|
44b4235af2
|
Fixed per-thread data handling.
Made terminate and unexpected function pointer per-thread.
Added set_se_translator.
|
2002-07-19 03:24:50 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +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
|
bd1689ec0a
|
Don't include debugtools.h in the header file, moved it to the C files
that need it (and used the new wine/debug.h while we are at it).
|
2002-01-22 00:57:16 +00:00 |
Francois Gouget
|
e0ca651e0e
|
Rewrite msvcrt_{argvtos,valisttos} to be more efficient.
Warn about the ' ' and '"' handling of the exec and spawn functions.
Copy the command line in MSVCRT_system to make it writable.
|
2001-09-10 23:07:07 +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
|
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
|
282f7270c1
|
Small 'typos in comments' fixes.
|
2001-02-28 05:31:02 +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 |
Jon Griffiths
|
1db20bfd33
|
- Migrate CRTDLL to MSVCRT.
- Many fixes and a load of new functions.
|
2001-01-10 23:59:25 +00:00 |