Fix for DeviceIoControl masking FILE_DEVICE_FILE_SYSTEM incorrectly.
[reactos.git] / reactos / lib / msvcrt /
2002-10-03 Hartmut BirrFixed the start value for the time calculation in time2.
2002-09-25 Hartmut BirrStored the return value in the location given by the...
2002-09-13 Hartmut BirrFixed a buffer overflow if there is given a not null...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupAdded MSVCRT.DLL private headers.
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-08-18 Hartmut BirrRewrote _stat functions. This functions can't use _fstat.
2002-06-15 Eric KohlEnable %wZ and %Z format specifiers (remove #if 0).
2002-06-13 Hartmut BirrReseting the conversion qualifier for each new value...
2002-06-10 Hartmut BirrAdded flushing of file streams.
2002-06-10 Hartmut BirrRewrote fread/fwrite for a better/faster handling of...
2002-06-10 Hartmut BirrFixed ftell for streams which are opened for reading...
2002-06-10 Hartmut BirrFixed fflush for non dirty file streams.
2002-06-05 Hartmut BirrFixed the error string odering.
2002-05-07 Hartmut BirrFixed the command line.
2002-05-07 Hartmut BirrAdded handling for pipe closing.
2002-05-07 Hartmut BirrStarted piping implementation.
2002-05-07 Hartmut BirrStarted piping implementation.
2002-05-05 KJK::Hyperionmade _read() non-greedy - it now returns as soon as...
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 S_IFREG for files only.
2002-04-28 Hartmut BirrAdded _fcloseall for DLL_PROCESS_DETACH.
2002-04-27 Hartmut BirrRemoved S_IFREG for files.
2002-04-27 Hartmut BirrFixed a minor bug.
2002-04-20 Phillip SusiFixed stat() to set the S_IFREG flag to indicate that...
2002-04-10 Steven EdwardsDisregard this, I hit remove by mistake and am adding...
2002-04-10 Steven EdwardsDisregard this, I hit remove by mistake and am adding...
2002-04-01 Hartmut BirrFixed handling for non existing files.
2002-04-01 Hartmut BirrAdded handling for std handles.
2002-04-01 Hartmut BirrChanged to a separat heap for malloc/calloc/realloc...
2002-04-01 Hartmut BirrRemoved fixed size of environment vars.
2002-04-01 Hartmut BirrFixed error handling in _filebuf().
2002-04-01 Hartmut BirrRemoved fixed size of args and envblock in go32_exec...
2002-04-01 Hartmut BirrAdded closing of process handle at exit.
2002-04-01 Hartmut BirrChanged heap validation.
2002-04-01 Hartmut BirrAdded heap initialization for malloc/calloc/realloc...
2002-04-01 Hartmut BirrAdded debug messages.
2002-04-01 Hartmut BirrAdded debug messages.
2002-04-01 Hartmut BirrAdded CR-removing for text files.
2002-04-01 Hartmut BirrFixed initialization of new fileno_modes in __fileno_al...
2002-04-01 Hartmut BirrAdded debug messages.
2002-04-01 Hartmut BirrAdded ntdll.a to TARGET_SDKLIBS
2002-01-27 David WelchAdded missing files
2001-11-01 Hartmut BirrInitialized statbuf->st_mode in _stat() and _fstati64().
2001-10-11 Eric KohlMade qsort() thread-safe.
2001-10-04 Eric KohlFixed __doserrno type.
2001-10-03 Eric KohlImplemented _doserrno().
2001-09-24 Casper HornstrupInitial OS level SEH support.
2001-09-23 Casper HornstrupCompile using gcc 3.0
2001-09-09 Hartmut BirrFixed a bug, that will add a '.' when the ext string...
2001-08-21 Casper HornstrupMajor update of the build system:
2001-08-16 Eric KohlFixed compiler warnings.
2001-08-02 Hartmut BirrFixed a minor bug in __getmainargs()/__GetMainArgs().
2001-08-02 Hartmut BirrFixed a minor bug in _filbuf().
2001-07-29 Eric KohlFixed msvcrt startup bug.
2001-07-27 Eric KohlDisabled a function-call that crashes all msvcrt-based...
2001-07-21 Emanuele AlibertiMinor fix.
2001-07-19 Eric KohlRestored _wmakepath(). Grrr. :-/
2001-07-19 Eric KohlFixed bug in _makepath().
2001-07-18 Eric KohlAdded process and mbstring functions.
2001-07-18 Eric KohlAdded process functions.
2001-07-18 Eric KohlAdded mbstring functions.
2001-07-15 Rex Jolliffmove work on clean rule
2001-07-12 Eric KohlAdded more functions to msvcrt.
2001-07-06 Eric KohlAdded _wasctime() and _wctime().
2001-07-06 Eric KohlAdded missing _wmktemp().
2001-07-06 Eric KohlAdded more missing functions
2001-07-06 Eric KohlAdded missing math and stdio functions
2001-07-06 Eric KohlAdded missing math functions
2001-07-04 Casper HornstrupUpdated clean rules.
2001-07-04 Eric KohlAdded conio functions
2001-07-03 Eric KohlAdded missing io functions from crtdll and implemented...
2001-07-03 Eric KohlUntangled crtdll/msvcrt header mess.
2001-07-02 Eric KohlAdded some float and stdlib functions
2001-06-25 Eric KohlFixed a lot of warnings.
2001-05-30 Eric KohlFixed potential crash when empty ANSI_STRING or UNICODE...
2001-04-10 Eric KohlAdded functions to run MS VC++ 5/6 apps
2001-03-06 Carl NettelbladAdditional fixes.
2001-03-03 Carl NettelbladReflecting changes in crtdll.
2001-02-19 David WelchCorrected va_arg bugs
2001-02-18 Phillip SusiMissing .cvsignore
2001-01-25 jeanchanges in _iob
2001-01-25 jean*** empty log message ***
2001-01-18 jeanincorrect use of FILE_xxx defines, not avalaible for...
2001-01-18 jeanchanges due to correction in ../misc/dllmain.c
2001-01-18 jean*** empty log message ***
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 KohlUpdated 'clean' rule (added missing directories)
2001-01-07 Eric KohlAdded some more runtime functions
2001-01-06 Eric KohlAdded some more functions
2000-12-28 jeancopy some functions from crtdll
2000-12-28 jeancopy of some functions from crtdll
2000-12-03 Eric KohlAdded some functions to msvcrt
2000-11-20 Eric KohlModified makefiles for use with rcopy
2000-10-07 David WelchAdded multiboot support to ntoskrnl
next