Added header to aid porting and include tchar.h here as it's the only unique thing...
[reactos.git] / reactos / lib /
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...
2002-09-24 Robert DickensonVery minor updates in support of network applications...
2002-09-23 Steven EdwardsAdded some stubbs for the WINE kernel32 regression...
2002-09-20 Jason FilbyWindows now show captions
2002-09-17 David WelchMore user fixes.
2002-09-17 David WelchMisc. user fixes.
2002-09-13 Hartmut BirrIncreased the search buffer for InternalFindFirstFile...
2002-09-13 Hartmut BirrCheck for CREATE_UNICODE_ENVIRONMENT in CreateProcessA.
2002-09-13 Hartmut BirrUse the functions from ntdll in SystemeTimeToFileTime...
2002-09-13 Hartmut BirrFixed a buffer overflow if there is given a not null...
2002-09-13 Hartmut BirrFixed a buffer overflow if there is given a not null...
2002-09-12 guidoPrevent buffer overflows in vsn(w)printf
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupFixed declaration of WSHGetWSAProtocolInfo
2002-09-07 Casper HornstrupAdded MSVCRT.DLL private headers.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-09-05 Emanuele AlibertiUSER32.EqualRect(): partial implementation.
2002-09-03 David WelchImplemented part of window properties support
2002-09-02 Steven EdwardsAdded binary resources from Wine for user32.
2002-09-02 Steven EdwardsFixed another stub for the WINE dlls.
2002-09-02 Steven EdwardsFix export to get WineMine to load.
2002-09-01 David WelchDon't reinitialize the VGA on an enable surface if...
2002-09-01 Robert DickensonAdded some exports.
2002-09-01 Robert DickensonSeem to have missed updating these previously....
2002-08-31 David WelchNon-client painting fixes.
2002-08-31 KJK::HyperionPSAPI (re)licensed under LGPL to be shared with WinE...
2002-08-31 KJK::HyperionPSAPI: all the annoying stuff (enumeration and search...
2002-08-30 David WelchImplemented GetAncestor and IsWindowVisible
2002-08-29 KJK::HyperionPSAPI almost finished
2002-08-29 David WelchFixed when changing the attributes of an area larger...
2002-08-28 Jason FilbyInitial nonclient code
2002-08-28 Robert Kopferladded a preliminary WideCharToMultyByte(). This impl...
2002-08-27 Jason FilbyBeginPaint and EndPaint now functional
2002-08-27 Robert DickensonCreated new module for library IPRTPRIO.DLL
2002-08-27 Hartmut BirrRepleaced wcsicmp with _wcsicmp in ScLookupServiceBySer...
2002-08-27 Robert DickensonAdded entry points for WinHelpA and WinHelpW exports.
2002-08-27 Hartmut BirrChanged from CreateFileW for opening a directory to...
2002-08-26 Hartmut BirrInitialized Peb->WindowFlags (instead of Flags) with...
2002-08-26 David Welch2002-08-26 David Welch <welch@computer2.darkstar...
2002-08-26 David WelchOops, fixed compile errors.
2002-08-26 David WelchCopy all the startup info to the new process.
next