added lib Doxygen config file
[reactos.git] / reactos / lib / msvcrt /
2003-12-07 Filip NavaraModification for compatibility with crtdll.
2003-12-06 Filip NavaraBugfixes
2003-12-04 Filip Navara- Fixed MSVCRTand CRTDLL building.
2003-12-03 Filip Navara- Patched prsht.h bug reported by Jonathan Wilson.
2003-11-14 Thomas BluemelPatch by Jonathon Wilson:
2003-10-24 KJK::HyperionFixed long-standing, annoying warnings in MSVCRT and...
2003-10-05 Filip NavaraAdded C++ terminate function.
2003-09-08 Thomas Bluemelchanges in this patch by Jonathon Wilson:
2003-08-20 Gé van GeldorpChange credits as requested by Jon Griffiths <jon_p_gri...
2003-08-18 Andrew GreenwoodOK I must be having a bad coding day or something....
2003-08-18 Andrew GreenwoodOops... Sorry guys, the last commit I made broke the...
2003-08-18 Andrew Greenwood* Added stubs for GetSecurityInfo and GetSecurityInfoEx...
2003-08-08 Hartmut Birr- Fixed _(w)makepath.
2003-08-07 Hartmut Birr- Fixed the build of the environmen in some functions.
2003-08-07 Hartmut Birr- Added a missing call to string in __vfwprintf.
2003-08-07 Hartmut Birr- Set the _IOBINARY flag for in memory streams.
2003-08-07 Hartmut Birr- Fixed _(w)splitpath.
2003-08-07 Royce Mitchell III* added _DISABLE_TIDENTS macro to disable any ANSI...
2003-08-05 James TaborFound problem when copy file to C:\TEST, output result...
2003-08-05 Thomas BluemelANSI/UNICODE struct separation patch by Royce3, ANSI...
2003-07-26 Hartmut Birr- Fixed the using of the assert macro.
2003-07-24 Gé van GeldorpSpecial processing for NULL locale
2003-07-16 Royce Mitchell IIImodifed strtok & wcstok in msvcrt so that crtdll can...
2003-07-16 Royce Mitchell IIIfixed some warnings
2003-07-16 Royce Mitchell IIIintegrated Art Yerkes' _ftime implementation at lib...
2003-07-16 Royce Mitchell IIIFixed references to errno in MSVCRT to use __set_errno...
2003-07-11 Royce Mitchell IIIchecks against EOF were always failing according to...
2003-07-11 Royce Mitchell III@implemented and @unimplemented comments for lib/msvcrt/*
2003-06-28 guidostill more .cvsignore maintenance
2003-06-11 Gé van Geldorp"ext" is a pointer
2003-06-09 Hartmut Birr- Replaced FindFirstFile/FindClose with GetFileAttribut...
2003-06-09 Hartmut Birr- Moved strspn and strcspn to the string library.
2003-06-06 Hartmut Birr- Do not interpret spaces within a quoted string as...
2003-06-06 Hartmut Birr- Return ENOENT if the path name contains '*' or '?'.
2003-06-01 Hartmut Birr- Do not free the environment strings from the initial...
2003-05-29 Hartmut Birr- Removed files for functions which are used from the...
2003-05-27 Hartmut Birr- Removed files for functions which are used from the...
2003-05-27 Hartmut Birr- Link string library to msvcrt.
2003-04-30 Gé van GeldorpC++ runtime support, mostly copied from Wine
2003-04-25 Hartmut Birr- Fixed a rounding bug within the translation from...
2003-04-24 Hartmut Birr- Do not free the initial environment block, if the...
2003-04-24 Hartmut Birr- Fixed a rounding bug within the translation from...
2003-04-23 Gé van GeldorpFix _ftol() and move it to NTDLL i386 subdir
2003-04-20 Gé van GeldorpImplemented _beginthreadex and _endthreadex
2003-04-06 Gé van GeldorpAdded _setjmp3() and __p__iob()
2003-03-23 Hartmut Birr- Set the executable flag for some files in _stat.
2003-03-23 Hartmut Birr- Fixed a bug in valisttos.
2003-02-27 Eric KohlDo not expand command lines automatically. This fixes...
2003-02-21 Jason FilbyNew and delete operators
2003-02-21 Robert Dickensoncorrected parameter type for towupper.
2003-02-03 Gé van GeldorpFix by Royce3 to make _tolower() and _toupper() behave...
2003-02-03 Gé van GeldorpFix by Royce3
2003-01-19 Gé van GeldorpHandle textmode translation where CR is at the end...
2003-01-15 Robert DickensonMainly standardisation of makefiles. Added some exports...
2003-01-11 Gé van Geldorpgetc must return unsigned chars, cast to int
2003-01-02 Hartmut BirrFixed a buffer overflow in wcsncpy.
2002-12-26 Robert DickensonPerl5.8 requires the pointer to i/o table to be exporte...
2002-12-12 Robert DickensonFixed "kernel32_test codepage" conformance test:
2002-12-10 Hartmut BirrRemoved dependancy tracking.
2002-12-09 Hartmut BirrAdded ntdll.a to TARGET_SDKLIBS. Ntdll.a is needed...
2002-12-09 Hartmut BirrDisabled the definition of DbgPrint for __GNUC__. DbgPr...
2002-12-09 Hartmut BirrFixed the initializing of the C runtime handles.
2002-12-08 Robert DickensonFix for wide character streams.
2002-12-05 Robert DickensonImproved unicode fileio support.
2002-11-29 Robert DickensonSplit out a few variable differences between libraries.
2002-11-29 Robert DickensonFurther reduced differences and include all identical...
2002-11-27 Hartmut BirrAdded a missing increment operator.
2002-11-27 Hartmut BirrFixed the return value in ferror.
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-11-18 Robert DickensonFixed up the path spec and filename in the header blocks
2002-11-05 Hartmut Birr* Fixed the searching for executable files in the spawn...
2002-10-31 Hartmut BirrMerged all exec* and spawn* functions in one source...
2002-10-31 Hartmut BirrMerged all exec* and spawn* functions in one source...
2002-10-26 David Welchdos2unix'd some more files.
2002-10-26 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-26 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
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.
next