Added entry point flags -noimport, -norelay, -ret64 and -i386.
[wine] / dlls / crtdll / crtdll_main.c
2000-11-25  Marcus Meissnerglibc2.2 needs __USE_ISOC99 for FP_NAN and isfinite().
2000-11-25  Jon Griffiths- Fix ctype(), make is* functions binary compatible
2000-11-25  Jon Griffiths- Add math calls: scalb, fpclass, nextafter, logb,...
2000-11-16  Alexandre JulliardRemoved calls to Wine internal functions.
2000-11-15  Jon Griffiths- Complete the implementation of heap functions
2000-11-08  Jon Griffiths- Implemented 73 CRT functions
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-11  Ove KaavenImplemented fopen() append mode, and a really cheesy...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
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-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-12  Waldek HebischImplemented _read and _lseek.
2000-03-08  Alexandre JulliardCleaned up CRTDLL__unlink.
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-04  Andreas Mohr- prevent mem leak of CRTDLL_acmdln_dll
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-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/