migrate substitution keywords to SVN
[reactos.git] / reactos / lib / msvcrt / misc / dllmain.c
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-08-27 Filip Navara- Complete rewrite of environment variable handling...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-05-27 Hartmut Birr- Don't change the environment block if the number...
2004-05-11 Gé van GeldorpFix command line handling (mostly double-quoting stuff)
2004-01-31 Filip NavaraCall initialization of the msvcrt parts ported from...
2003-06-01 Hartmut Birr- Do not free the environment strings from the initial...
2003-04-24 Hartmut Birr- Do not free the initial environment block, if the...
2002-11-24 Robert DickensonAdded binary and unicode file i/o support to msvcrt.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-05-07 Hartmut BirrStarted piping implementation.
2002-05-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
2002-04-28 Hartmut BirrAdded _fcloseall for DLL_PROCESS_DETACH.
2002-04-01 Hartmut BirrAdded heap initialization for malloc/calloc/realloc...
2001-07-29 Eric KohlFixed msvcrt startup bug.
2001-07-27 Eric KohlDisabled a function-call that crashes all msvcrt-based...
2001-07-12 Eric KohlAdded more functions to msvcrt.
2001-04-10 Eric KohlAdded functions to run MS VC++ 5/6 apps
2001-01-18 jeancorrect environ affectation : it's an array of pointers
2001-01-15 jeancorrect crash when running DllMain
2001-01-11 Phillip SusiFixed compilation error with symbols _environ/_environ_dll
2001-01-07 Eric KohlAdded some more runtime functions
2000-12-03 Eric KohlAdded some functions to msvcrt
2000-06-18 Emanuele AlibertiBase files for a compatible MSVCRT.DLL.