Moved standard syslevel APIs declaration to winbase.h.
[wine] / dlls / crtdll /
2000-11-15  Jon Griffiths- Complete the implementation of heap functions
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-08  Jon Griffiths- Implemented 73 CRT functions
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-08-11  Ove KaavenImplemented fopen() append mode, and a really cheesy...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-08-01  Marcus MeissnerFixed 2 forward entries.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-15  Patrik StridvallFixed some issues found by winapi_check.
2000-07-11  Marcus MeissnerImplemented _vsnprintf by calling wvsnprintfA.
2000-06-23  Alexandre JulliardMoved shared crtdll/ntdll functions into ntdll.
2000-06-14   <jimregan@litsu.ie>Added difftime function.
2000-06-08  Dmitry TimoshkovImplement NTDLL.towupper and NTDLL.towlower using alrea...
2000-04-16  Uwe Bonnesfgets: Don't swallow \n, treat EOF
2000-03-28  Patrik Stridvall- Added/fixed some documentation reported by winapi_check
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Patrik StridvallFixed some warnings.
2000-03-24  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-12  Waldek HebischImplemented _read and _lseek.
2000-03-08  Alexandre JulliardCleaned up CRTDLL__unlink.
2000-02-26  Alexandre JulliardMore portable CRTDLL_iswctype.
2000-02-14  Gerald PfeiferFixed FreeBSD compile.
2000-02-13  David HowellsImplemented isw*() wctype.h functions.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-25  Alexandre JulliardUse argv[0] to locate the server executable.
2000-01-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
2000-01-04  Andreas Mohr- prevent mem leak of CRTDLL_acmdln_dll
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-11-14  Marcus MeissnerWork around glibc bug, that does not handle latin-1...
1999-11-12  Bernd PaysanAdded a stub for setjmp.
1999-10-31  Patrik StridvallFixed documentation.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Patrik StridvallAdded spec file declarations for already implemented...
1999-09-29  Patrik StridvallFixed some of the issues reported by winapi-check,...
1999-09-10  Juergen SchmiedPrevent endless loop in except2.
1999-08-08  Alexandre JulliardReimplemented multi-byte and wide-chars functions to...
1999-08-04  Ulrich WeigandMoved various DLLs to dlls/