Added ntdll.a to TARGET_SDKLIBS
[reactos.git] / reactos / lib / msvcrt /
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
2000-08-18 David WelchAdded .o -> .sys rule to simplify driver makefiles
2000-08-11 Eric KohlRenamed pseudo target 'floppy' to 'install'
2000-06-18 Emanuele AlibertiBase files for a compatible MSVCRT.DLL.