makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / msvcrt / Makefile.in
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-01-18  Andrew Nguyenmsvcrt: Implement and test rand_s.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2006-10-04  Michael Stefaniucmsvcrt: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2005-11-03  Marcus MeissnerSpecify a DLL version for msvcrt.dll.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2004-11-08  Eric PouechImplemented __unDName and __unDNameEx functions.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-01-13  Alexandre JulliardImplemented the remaining 64-bit file functions, and...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-03-15  Jon GriffithsDisplay abnormal exit text in a message box for GUI...
2002-10-30  Uwe BonnesFirst version of msvcrt scanf test.
2002-10-25  Michael StefaniucCompile the msvcrt dll with -DSTRICT.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-08-17  Daniel GudbjartssonCombined the implementation of all the scanf's in a...
2002-07-24  Alexandre JulliardFirst pass implementation of CxxFrameHandler (thanks...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-26  Uwe BonnesAdd stub for __lconv_init().
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-02-21  Peter HunnisettAdd _lock,_unlock and header file for them.
2001-04-10  Francois GougetInclude the msvcrt headers, remove duplicate definitions.
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.