Fix for DeviceIoControl masking FILE_DEVICE_FILE_SYSTEM incorrectly.
[reactos.git] / reactos / lib / msvcrt / misc /
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-25 Robert DickensonAdded a whole lot of CVS sugar so I can use WinCVS...
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 wild card expansion for argv.
2002-04-28 Hartmut BirrAdded _fcloseall for DLL_PROCESS_DETACH.
2002-04-01 Hartmut BirrChanged heap validation.
2002-04-01 Hartmut BirrAdded heap initialization for malloc/calloc/realloc...
2001-10-03 Eric KohlImplemented _doserrno().
2001-08-02 Hartmut BirrFixed a minor bug in __getmainargs()/__GetMainArgs().
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-07-03 Eric KohlUntangled crtdll/msvcrt header mess.
2001-07-02 Eric KohlAdded some float and stdlib functions
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-18 jean*** empty log message ***
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
2001-01-06 Eric KohlAdded some more functions
2000-12-03 Eric KohlAdded some functions to msvcrt
2000-06-18 Emanuele AlibertiBase files for a compatible MSVCRT.DLL.