Improved unicode fileio support.
[reactos.git] / reactos / lib / msvcrt / stdlib /
2002-12-05 Robert DickensonImproved unicode fileio support.
2002-11-29 Robert DickensonFurther reduced differences and include all identical...
2002-11-25 Robert Dickensoncleaned up some warnings.
2002-11-24 Robert DickensonAdded binary and unicode file i/o support to msvcrt.
2002-11-18 Robert DickensonFixed up the path spec and filename in the header blocks
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-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
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 BirrChanged to a separat heap for malloc/calloc/realloc...
2002-04-01 Hartmut BirrRemoved fixed size of environment vars.
2002-04-01 Hartmut BirrAdded debug messages.
2001-10-11 Eric KohlMade qsort() thread-safe.
2001-10-04 Eric KohlFixed __doserrno type.
2001-10-03 Eric KohlImplemented _doserrno().
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-16 Eric KohlFixed compiler warnings.
2001-07-19 Eric KohlRestored _wmakepath(). Grrr. :-/
2001-07-19 Eric KohlFixed bug in _makepath().
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-03-06 Carl NettelbladAdditional fixes.
2001-03-03 Carl NettelbladReflecting changes in crtdll.
2001-01-18 jeanchanges due to correction in ../misc/dllmain.c
2001-01-18 jean*** empty log message ***
2000-12-28 jeancopy some functions from crtdll
2000-12-03 Eric KohlAdded some functions to msvcrt
2000-06-18 Emanuele AlibertiBase files for a compatible MSVCRT.DLL.