Jon Griffiths
|
0b47b289a8
|
Turn crtdll into forwards to msvcrt.
|
2001-01-12 20:42:06 +00:00 |
Jon Griffiths
|
61e48c7af1
|
- Implement console I/O
- Support temporary files, add tmpfile, rmtmp
- spawn* functions: fix args, add cwait, searchenv
|
2000-12-13 01:58:39 +00:00 |
Jon Griffiths
|
e371e682cb
|
- Implemented setlocale parsing and LC_TYPE behavior.
- Implemented isleadbyte, snprintf.
- Added NLS IsValidCodePage prototype, misc CRTDLL fixes.
|
2000-12-12 00:37:27 +00:00 |
Alexandre Julliard
|
e2222fd8ff
|
Use libwine and libwine_unicode directly from their build directory
instead of using symlinks.
|
2000-12-06 00:05:14 +00:00 |
Alexandre Julliard
|
5b971f009a
|
Moved wsprintf functions to dlls/user.
|
2000-11-26 22:39:50 +00:00 |
Alexandre Julliard
|
27939f00fd
|
Start using import tables for dlls that can already support it.
|
2000-11-12 03:50:10 +00:00 |
Jon Griffiths
|
d3576a9f85
|
- Implemented 73 CRT functions
- Reimplemented file I/O using Win32 calls
- Set errno/doserrno in most calls
|
2000-11-08 22:42:53 +00:00 |
Alexandre Julliard
|
1a3f705fc1
|
Added import of ntdll.
|
2000-10-31 00:22:41 +00:00 |
Alexandre Julliard
|
6c9d83aa4c
|
Added imports of user32/gdi32/kernel32 wherever necessary.
|
2000-08-03 00:04:24 +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 |
Alexandre Julliard
|
d229b98c61
|
Reimplemented multi-byte and wide-chars functions to not depend on
lstr* functions; added a few missing ones; fixed a couple of bugs.
|
1999-08-08 18:47:59 +00:00 |
Ulrich Weigand
|
6c6da674ef
|
Moved various DLLs to dlls/
|
1999-08-04 09:49:49 +00:00 |