samwise52 <samcharly@hotmail.com>
[reactos.git] / reactos / lib / crtdll /
2005-11-27 Steven Edwardsmore crt, crtdll and msvcrt cleanup
2005-08-22 Gunnar Dalsnesmove old cruft
2005-08-22 Gunnar Dalsnesprepare move old cruft
2005-08-11 Hartmut BirrCall the registered exit functions if the dll is unloaded.
2005-08-03 Filip Navara#include "precomp.h" -> #include <precomp.h>
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-24 Martin Fuchsset eol-style for most xml files
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Gé van GeldorpDon't let msvcrt import itself and fix the resulting...
2005-05-15 Casper HornstrupGenerate proxy makefiles
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-11 Art YerkesCommit for blight: fix stack alignment.
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-04 Casper HornstrupInstall generated files
2005-03-10 Royce Mitchell IIIadd <pch> to existing xml files that support pch on...
2005-03-05 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-26 Casper HornstrupSet base address of modules
2005-02-17 Gunnar Dalsnesforgot to change those two...
2005-02-17 Gunnar Dalsnesremove more cruft
2005-02-16 Gunnar Dalsneshack into private crt headers
2005-02-16 Gunnar Dalsnesntdll:
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-31 Gunnar Dalsnesremove obvious duplicates
2005-01-29 Gunnar Dalsnesmsvcrt: fix incorrect export
2005-01-27 Gunnar Dalsnesbuild msvcrt and crtdll from same source via lib\crt
2005-01-22 Casper Hornstrup* Build crtdll
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-25 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-02 Thomas Bluemelthe time zone buffers need to be large enough, applicat...
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-09-16 Gé van GeldorpGet rid of .edf files
2004-08-28 Filip Navara- RtlReAllocateHeap shouldn't allocate memory if ptr...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-06-19 Filip Navara- Fixed compilation problems with MinGW runtime 3.3.
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-10 Gé van GeldorpAvoid warnings when using gcc 3.4
2004-02-26 Eric KohlRemoved all forwarded exports to MSVCRT because a proce...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-23 Eric KohlGet rid of useless prototypes.
2004-01-23 Eric KohlNtdll implements the user heaps. Don't try to handle...
2004-01-08 Jason FilbyAdd a _commit() to fflush() functions. As advised by...
2003-12-04 Filip Navara- Fixed MSVCRTand CRTDLL building.
2003-11-19 Vizzinipatch by jonathan wilson to enable -Wall -Werror, and...
2003-11-14 Thomas BluemelPatch by Jonathon Wilson:
2003-10-24 KJK::HyperionFixed long-standing, annoying warnings in MSVCRT and...
2003-08-26 Thomas Bluemelbig patch by Jonathon Wilson for GDI32 & related stuff
2003-08-07 Royce Mitchell III* added _DISABLE_TIDENTS macro to disable any ANSI...
2003-08-05 Thomas BluemelANSI/UNICODE struct separation patch by Royce3, ANSI...
2003-08-01 Royce Mitchell IIImoved function names to left-most column
2003-07-24 Gé van GeldorpRemove unused files (msvcrt version is used instead)
2003-07-16 Royce Mitchell IIIchanged crtdll to use msvcrt's stdio/scanf.c
2003-07-16 Royce Mitchell IIIusing msvcrt's vfscanf now.
2003-07-16 Royce Mitchell IIImodifed strtok & wcstok in msvcrt so that crtdll can...
2003-07-15 Royce Mitchell IIIUpdated by TortoiseCVS
2003-07-15 Royce Mitchell IIImodified crtdll to forward most of it's CTYPE, STRING...
2003-07-11 Royce Mitchell III@implemented and @unimplemented comments for lib/crtdll/*
2003-07-06 KJK::Hyperion - apps/utils/tickcount/tickcount.c: corrected assertion
2003-06-28 guidostill more .cvsignore maintenance
2003-06-09 Hartmut Birr- Moved strspn and strcspn to the string library.
2003-05-27 Hartmut Birr*** empty log message ***
2003-05-27 Hartmut Birr- Link string library to crtdll.
2003-04-24 Gé van GeldorpMoved _ftol to NTDLL
2003-04-06 Gé van GeldorpMoved MSVCRT setjmp.o
2003-01-11 Gé van Geldorpgetc must return unsigned chars, cast to int
2002-12-09 Hartmut BirrAdded -D_MSVCRT_LIB_ to TARGET_CFLAGS and ntdll.a to...
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-29 Robert DickensonUpdating include path in files previously missed.
2002-11-29 Robert DickensonUpdating files somehow confused by CVS.
2002-11-25 Robert Dickensonno longer depend on msvcrt/tchar.h
2002-11-24 Robert Dickensoncleaning up the cvs views a bit and added a makefile...
2002-11-24 Robert DickensonAdded binary and unicode file i/o support to msvcrt.
2002-11-19 Robert DickensonAltered layout for easier comparison with msvcrt's...
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-06-15 Eric KohlEnable %wZ and %Z format specifiers (remove #if 0).
2002-05-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
next