ps did not require a lot from C++, so now it doesn't require it at all.
[reactos.git] / reactos / lib /
2003-01-04 Robert Dickensonexported stubs for Process32First, Process32Next and...
2003-01-02 Casper Hornstrup2003-01-02 Casper S. Hornstrup <chorns@users.sourcefo...
2003-01-02 Hartmut BirrFixed a buffer overflow in wcsncpy.
2003-01-01 Robert Dickensonadded missing sub-dir to clean rule.
2002-12-27 Gé van GeldorpImproved file attribute and file time handling
2002-12-27 Robert DickensonProgress with opening and closing handles to SCM.
2002-12-26 Robert DickensonPerl5.8 requires the pointer to i/o table to be exporte...
2002-12-26 Robert DickensonUnix extra lines cleaned up.
2002-12-26 Robert DickensonStarted to port some of the support for IsCharAlphaNume...
2002-12-21 Jason FilbyScrollbar improvements
2002-12-15 Casper Hornstrup2002-12-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-12-15 Robert Dickensoncreated kernel32.mc message file which generates errcod...
2002-12-14 Steven EdwardsAdded more stubs for bochs.
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 BirrAdded -D_MSVCRT_LIB_ to TARGET_CFLAGS and ntdll.a to...
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-08 Robert DickensonAdding support for resource based error message table
2002-12-08 Robert DickensonSplit out the resource functions for finer control...
2002-12-06 Eric KohlFixed warnings.
2002-12-06 Eric KohlFixed a typo.
2002-12-06 Robert DickensonIn search of meaningful error messages and some houseke...
2002-12-05 Robert DickensonImproved unicode fileio support.
2002-12-02 Eric KohlImplemented SetThreadAffinityMask().
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-27 Hartmut BirrAdded a missing increment operator.
2002-11-27 Hartmut BirrFixed the return value in ferror.
2002-11-25 guidofixed compiler error: removed reference to crtdll
2002-11-25 Robert Dickensoncleaned up some warnings.
2002-11-25 Robert Dickensonno longer depend on msvcrt/tchar.h
2002-11-24 Jason FilbyFixes
2002-11-24 Jason FilbyInitial scrollbar code
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-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-15 Eric KohlRemoved special case of process without process paramet...
2002-11-14 Casper Hornstrup2002-11-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-13 Robert DickensonCommit of the rest of Gunnars file locking patch.
2002-11-12 Marty DillImplemented ReadConsoleOutputA() and WriteConsoleInputA().
2002-11-12 Marty DillAdded missing exports for a few console functions.
2002-11-12 Marty DillCreateDirectoryExW: Fail gracefully if directory name...
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-10 Robert Dickensonadded a whole bunch of hacks #ifdef'd into the header...
2002-11-10 Robert Dickensoncommitting a parameter swap from Gunnars heap fix which...
2002-11-10 Robert Dickensonuseless change to only some parameter names to be more...
2002-11-07 Robert DickensonManually applying Gunnars patch because it's easier...
2002-11-07 Robert DickensonManually applying Gunnars patch because it's easier...
2002-11-05 Hartmut Birr* Initialize the return value in DefWndNCCalcSize.
2002-11-05 Hartmut Birr* Fixed the call to LoadImageW/RemovePropW if there...
2002-11-05 Hartmut Birr* Fixed the searching for executable files in the spawn...
2002-11-05 Hartmut Birr* Fixed the searching for the file extension in CreateP...
2002-11-03 Casper Hornstrup2002-11-03 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-02 Robert DickensonUpdate for VALENTA and VALENTW type changes.
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-31 David WelchRemoved surplus debug messages.
2002-10-29 Marty DillAdded stub for IsProcessorFeaturePresent() to stop...
2002-10-29 Marty DillImplemented PeekConsoleInputA().
2002-10-28 Robert DickensonRtlOpenCurrentUser() freed a string a little to early...
2002-10-28 Robert DickensonCheck for GMEM_ZEROINIT flag and pass HEAP_ZERO_MEMORY...
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-25 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-25 Casper Hornstrup2002-10-25 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-21 Marty DillRevert last changes.
2002-10-20 Marty DillImplemented SubtractRect(). Misc fixes.
2002-10-20 Marty DillImplemented FreeEnvironmentStringsW().
2002-10-20 Eric KohlImplemented [Get/Set]ProcessShutdownParameters().
2002-10-20 Eric KohlImplemented RegisterServicesProcess() and ExitWindowsEx...
2002-10-20 Casper Hornstrup2002-10-20 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-20 Robert DickensonPart of patch contributed by Gunnar Andr� Dalsnes.
2002-10-20 Marty Dill-Implemented GetNumberOfConsoleInputEvents and ReadCons...
2002-10-03 Steven Edwards1. stub sndPlaySnd[A/W] to keep notepad from bitching
2002-10-03 Robert DickensonFix for DeviceIoControl masking FILE_DEVICE_FILE_SYSTEM...
2002-10-03 Robert DickensonImplemented many of the ComXX exports.
2002-10-03 Hartmut BirrFixed the start value for the time calculation in time2.
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-30 Casper Hornstrup2002-09-30 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-30 Hartmut BirrWideCharToMultiByte accept each code page like MultiByt...
2002-09-30 Hartmut BirrFixed the value for dwHighDateTime in SystemTimeToFileTime.
2002-09-30 Hartmut BirrFixed the value for EPOCHWEEKDAY.
2002-09-28 Jason FilbyDraw minimize and maximize buttons with smaller, correc...
2002-09-27 Hartmut BirrFixed the conversion in MultiByteToWideChar. Wmc.exe...
2002-09-25 David WelchAdded nicer looking default mouse cursor.
2002-09-25 Hartmut BirrStored the return value in the location given by the...
2002-09-24 guidoadded .cvsignore
2002-09-24 guidochanged backslash to slash
2002-09-24 Steven EdwardsAdded blank winmm.dll with one stub to try and get...
2002-09-24 Robert DickensonUpdated with latest version changes to original source...
2002-09-24 Robert DickensonAddition of control panel applet support to shell32...
next