Release 1.4.1.
[wine] / dlls / winecrt0 /
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-08-02  Alexandre Julliardwinecrt0: No longer register typelibs, they use IRegist...
2011-07-09  Alexandre Julliardmakefiles: Make MODULE contain the full module name...
2010-12-08  Alexandre Julliardwinecrt0: Automatically register typelib resources...
2010-11-24  Alexandre Julliardwinecrt0: Add a generic mechanism for dll registration...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-04-08  Alexandre Julliardwinecrt0: Add a trampoline function to align the stack...
2010-04-08  Alexandre Julliardinclude: Move the exception handling support functions...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-01-23  Alexandre JulliardAvoid using wine/port.h in static libraries.
2009-04-01  Alexandre Julliardwinecrt0: Disable the delay import destructor on Mac...
2009-03-31  Alexandre Julliardwinecrt0: Don't bother passing the environment to the...
2009-02-26  Alexandre Julliardwinecrt0: Add entry point code for stand-alone 16-bit...
2008-12-29  Alexandre Julliardntdll: Make sure we don't return from a stub exception.
2008-10-18  Alexandre Julliardwinecrt0: Add missing WINAPI on driver entry point.
2008-03-10  Rob Shearmanmakefiles: Simplify the use of the MODULE variable...
2007-12-12  Alexandre Julliardwinecrt0: DriverEntry is a WINAPI function.
2007-12-03  Rob Shearmaninclude: Move Wine-specific EH_* defines from winnt...
2006-10-30  Alexandre Julliardwinecrt0: Fix delay load structure types for Win64.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-07  Alexandre JulliardInclude wine/port.h in files that use exceptions.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-10-30  Alexandre JulliardMake all winecrt0 functions and variables hidden.
2005-09-03  Alexandre JulliardMake sure to always call the destructors when the const...
2005-09-03  Alexandre JulliardThere's no way to properly unload a driver, so don...
2005-09-02  Alexandre JulliardAdded an entry point routine for native drivers.
2005-09-02  Alexandre JulliardMoved the spec file init function and constructor to...
2005-08-29  Alexandre JulliardAvoid using common symbols, they are broken on Mac OS.
2005-08-29  Alexandre JulliardUncomment out DisableThreadLibraryCalls in DllMain...
2005-08-29  Alexandre JulliardMoved more of the spec initialization code to the winec...
2005-08-25  Alexandre JulliardMoved the delay loading support code to the winecrt0...
2005-08-25  Alexandre JulliardMoved the implementation of spec file stubs to the...
2005-08-25  Alexandre JulliardAdded a make rules file for static import libraries.
2005-08-25  Alexandre JulliardBeginnings of a crt0 library.