.. |
.cvsignore
|
- Migrate CRTDLL to MSVCRT.
|
2001-01-10 23:59:25 +00:00 |
Makefile.in
|
Include the msvcrt headers, remove duplicate definitions.
|
2001-04-10 23:25:25 +00:00 |
console.c
|
Add msvcrt/malloc.h (for the MFC).
|
2001-04-23 18:20:55 +00:00 |
cpp.c
|
Authors: Jon Griffiths <jon_p_griffiths@yahoo.com>, François Gouget <fgouget@codeweavers.com>
|
2001-12-21 20:27:39 +00:00 |
ctype.c
|
Include the msvcrt headers, remove duplicate definitions.
|
2001-04-10 23:25:25 +00:00 |
data.c
|
Initialize argc/argv/wargv by calling ntdll.__wine_get_{w}main_args.
|
2001-09-07 19:47:30 +00:00 |
dir.c
|
Remove unnecessary single quoting of debugstr_xxx strings.
|
2001-05-11 20:03:40 +00:00 |
environ.c
|
getenv is case insensitive.
|
2001-12-05 22:09:00 +00:00 |
errno.c
|
- Made sure that the files that contains the declarations
|
2001-07-18 21:04:23 +00:00 |
except.c
|
Authors: Jon Griffiths <jon_p_griffiths@yahoo.com>, François Gouget <fgouget@codeweavers.com>
|
2001-12-21 20:27:39 +00:00 |
exit.c
|
- Made sure that the files that contains the declarations
|
2001-07-23 23:50:18 +00:00 |
file.c
|
Fix definition of BY_HANDLE_FILE_INFORMATION structure.
|
2001-12-26 19:50:58 +00:00 |
heap.c
|
Authors: Jon Griffiths <jon_p_griffiths@yahoo.com>, François Gouget <fgouget@codeweavers.com>
|
2001-12-21 20:27:39 +00:00 |
locale.c
|
Move the RT_XXX macros to winuser.h.
|
2001-10-10 02:51:24 +00:00 |
main.c
|
Authors: Jon Griffiths <jon_p_griffiths@yahoo.com>, François Gouget <fgouget@codeweavers.com>
|
2001-12-21 20:27:39 +00:00 |
math.c
|
Fixed _control87 return value, use of wrong assembler command to get
|
2001-08-13 20:03:29 +00:00 |
mbcs.c
|
Cleanup and improve the mbcs support.
|
2001-12-05 22:11:35 +00:00 |
misc.c
|
Add msvcrt/malloc.h (for the MFC).
|
2001-04-23 18:20:55 +00:00 |
ms_errno.h
|
- Migrate CRTDLL to MSVCRT.
|
2001-01-10 23:59:25 +00:00 |
msvcrt.h
|
Fix the #include order for config.h.
|
2001-11-06 20:57:11 +00:00 |
msvcrt.spec
|
Authors: Jon Griffiths <jon_p_griffiths@yahoo.com>, François Gouget <fgouget@codeweavers.com>
|
2001-12-21 20:27:39 +00:00 |
process.c
|
Rewrite msvcrt_{argvtos,valisttos} to be more efficient.
|
2001-09-10 23:07:07 +00:00 |
string.c
|
Documentation fixes.
|
2001-07-11 18:56:41 +00:00 |
thread.c
|
_beginthread: Don't store the trampoline on the stack.
|
2001-10-08 20:32:41 +00:00 |
time.c
|
mktime must normalize the struct tm fields.
|
2001-12-05 22:08:46 +00:00 |
wcs.c
|
Implemented inline version of the iswxxx functions.
|
2001-11-08 19:16:34 +00:00 |