* add combobox (select language/region)
[reactos.git] / reactos / lib / msvcrt /
2005-02-17 Gunnar Dalsnesforgot to change those two...
2005-02-16 Gunnar Dalsneshack into private crt headers
2005-02-16 Gunnar Dalsnesntdll:
2005-01-29 Gunnar Dalsnesmsvcrt: fix incorrect export
2005-01-27 Gunnar Dalsnesbuild msvcrt and crtdll from same source via lib\crt
2005-01-15 Hartmut Birr- Fixed a bug which results in losing a character in...
2005-01-14 Steven Edwardsadded some missing license headers
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-03 Steven Edwardsmove wine tests from tests to winetests
2005-01-01 Hartmut Birr- Initialized the pointers for the init environment.
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-27 Filip Navara- Implement _onexit.
2004-12-25 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-20 Gé van GeldorpAdd some stubs to allow msvcp60.dll to load
2004-12-18 Gé van GeldorpAdd some stubs
2004-12-13 Hartmut Birr- Replaced HeapAlloc, HeapFree and HeapReAlloc with...
2004-12-11 Steven Edwardsdisable 2 environ tests that fail under ros.
2004-12-11 Steven EdwardsDisable a cpp test. We need dbghelp support for name...
2004-12-11 Steven EdwardsAdded Wine msvcrt regression tests.
2004-12-11 Steven EdwardsWineism cleanup has started.
2004-12-11 Steven EdwardsRemove some of the unneeded internal headers in a furth...
2004-12-11 Steven Edwardsmsvcrt lock functions have been dewine-ifyed.
2004-12-11 Filip Navara- Use malloc/free in C++ new/delete operator implementa...
2004-12-09 Steven EdwardsStarted cleaning up the mess from my old import of
2004-12-09 Steven EdwardsDoing some work on the msvcrt Wine mess.
2004-12-03 Gregor AnichPrefix libs in dk/w32 and dk/nkm with "lib" to make...
2004-12-02 Thomas Bluemelthe time zone buffers need to be large enough, applicat...
2004-11-27 Casper Hornstrup2004-11-27 Casper S. Hornstrup <chorns@users.sourcefo...
2004-11-09 Gregor AnichFix _control87, the old implementation was terribly...
2004-10-16 Gé van Geldorp- Centralize definition of version resource
2004-10-03 Thomas Bluemeldon't let dlltool mess up c++ mangled exports for crtdl...
2004-08-31 Hartmut Birr- Allow always shared read for a file which is opened...
2004-08-31 Hartmut Birr- Fixed some wchar to char translations.
2004-08-27 Filip Navara- Complete rewrite of environment variable handling...
2004-08-22 Hartmut Birr- Added '-Werror' to the compiler options.
2004-08-22 Hartmut Birr- Fixed some 'dereferencing type-punned pointer will...
2004-08-22 Hartmut Birr- Fixed some pointer increments/decrements.
2004-08-20 Filip NavaraFix few compiler/linker warnings.
2004-08-20 Filip NavaraFix compiler warnings.
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-06-15 Hartmut Birr- Interpret the sign for qualifier 'l'.
2004-05-29 Hartmut Birr- Moved the definition of all dll base addresses to...
2004-05-27 Hartmut Birr- Don't change the environment block if the number...
2004-05-15 Jason FilbyStub __badioinfo
2004-05-11 Gé van GeldorpFix command line handling (mostly double-quoting stuff)
2004-05-02 Hartmut Birr- Removed old debug code which may crash a user mode...
2004-04-28 Hartmut Birr- Fixed _chmod and _wchmod.
2004-04-21 Hartmut Birr- Made some flags for the flag value from the FILE...
2004-04-08 Gé van GeldorpExport _wcmdln
2004-03-19 Gé van GeldorpHandle invalid Unicode strings for %S format like MS...
2004-03-19 Gé van GeldorpHandle characters outside first page
2004-03-19 Gé van GeldorpFix link warnings
2004-02-28 Filip Navara- Fixed the MSVCRT compiling error.
2004-02-27 Steven EdwardsRemoved and moved some internal headers for the WINE...
2004-02-24 Vizzinipatch by Michael Fritscher to get Mspaint closer to...
2004-02-21 Mike NordellFix environment variable handling. The (optional) envp...
2004-01-31 Filip NavaraCall initialization of the msvcrt parts ported from...
2004-01-23 Eric KohlAdd missing header.
2004-01-23 Eric KohlGet rid of useless prototypes.
2004-01-13 Hartmut Birr- Fixed the handling of command line parameters between...
2004-01-11 Hartmut Birr- Fixed the binary search in _dosmaperr.
2004-01-10 Hartmut Birr- Check first for string length and second for the...
2004-01-08 Jason FilbyAdd a _commit() to fflush() functions. As advised by...
2004-01-04 Filip NavaraCompilation fixes.
2004-01-01 Steven EdwardsMore WINE porting work.
2003-12-26 Steven EdwardsFix compile bug. - remove this config.h in the future.
2003-12-25 Filip NavaraFixed compilation problems.
2003-12-24 Steven EdwardsAdded a README file regarding the status of msvcrt.
2003-12-24 Steven EdwardsRemoved the old port of the __CxxFrameHandler
2003-12-24 Steven EdwardsMarry Christmas!!!!!
2003-12-14 Hartmut Birr- Use the correct heap for all heap functions.
2003-12-13 Jason FilbyCopied _heapchk(), _heapmin(), _heapset() and _heapwalk...
2003-12-08 Gé van GeldorpHandle NULL fname
2003-12-07 Filip NavaraImplementation of _expand and _msize.
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...
next