Use the W32API headers.
[reactos.git] / reactos / lib / crtdll /
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-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-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...
2002-01-27 David WelchAdded missing files
2001-09-24 Casper HornstrupFix for compile error
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-02 Hartmut BirrFixed a minor bug in __getmainargs()/__GetMainArgs().
2001-08-02 Hartmut BirrFixed a minor bug in _filbuf().
2001-07-27 Eric KohlFixed a warning.
2001-07-21 Emanuele AlibertiMinor fix.
2001-07-19 Eric KohlFixed bug in _makepath().
2001-07-18 Eric KohlFixed a tiny bug.
2001-07-15 Rex Jolliffmove work on clean rule
2001-06-25 Eric KohlFixed a lot of warnings.
2001-05-30 Eric KohlFixed potential crash when empty ANSI_STRING or UNICODE...
2001-03-06 Carl NettelbladAdditional fixes.
2001-03-02 Carl NettelbladFixes for cmd copy command.
2001-02-19 David WelchCorrected va_arg bugs
2001-02-03 jeanoops! leave make a pop, and caller of alloca make esp...
2001-02-01 jean*** empty log message ***
2001-02-01 jeancorrect some bugs in spawn... functions
2001-02-01 jeanchanges in alloca because gcc push only ebp at begin...
2001-01-27 Eric KohlFixed _iob bug
2001-01-25 jeanchanges in _iob
2001-01-25 jeancorrect some arguments for CreateFile
2001-01-18 jeansuppress use of FILE_READ_xx and FILE_WRITE_xxx defines.
2001-01-18 jeancorrect _environ assignment, because it's an array...
2001-01-17 jeanbetter clean
2000-12-22 Emanuele Aliberti_itow, _ltow, _ultow added to crtdll.
2000-12-03 Eric KohlSome minor fixes
2000-12-02 Eric KohlFixed compiler warnings
2000-11-20 Eric KohlModified makefiles for use with rcopy
2000-11-16 Eric KohlFixed a compiler warning
2000-10-08 David WelchFixed compilation bugs
2000-10-08 Eric KohlFixed a typo
2000-10-08 David WelchAdditional bug fixes
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-08-10 Eric KohlFixed typo
2000-08-05 David WelchIntegrated fixes from prep0016
2000-05-01 Emanuele AlibertiSome STDCALL/FASTCALL added in Ex code.
2000-04-08 Eric KohlFixed compiler warnings
2000-03-18 Eric KohlFixed compiler warnings
2000-03-17 Eric KohlFixed compiler warning
2000-03-10 Eric KohlFixed compiler warning
2000-02-05 Eric KohlFixed _wcsnicmp()
2000-01-20 Eric KohlAdded missing format types to vfprintf()
2000-01-19 Eric KohlCleanup
2000-01-19 Eric KohlFixed compiler warning
2000-01-05 Eric KohlFixed ctype table and functions.
next