Silence debug message.
[reactos.git] / reactos / lib /
2004-10-13 Gé van GeldorpPass win.ini as filename to *PrivateProfile* functions...
2004-10-13 Gé van GeldorpCreate "Program Files" directory and store its location...
2004-10-13 Eric KohlUse the W32API headers.
2004-10-12 Gé van GeldorpLastError needs to be set always if disposition is...
2004-10-12 Eric KohlImplement GetCurrentHwProfileA/W.
2004-10-11 Thomas Bluemeluse INT_PTR as return type for dialog callbacks as...
2004-10-11 Filip Navara- Return correct error value from WSPSocket.
2004-10-10 Eric KohlRemove obsolete comments.
2004-10-10 Eric KohlSilence a debug message.
2004-10-10 Eric KohlImplement RegQueryMultipleValuesA().
2004-10-10 Hartmut Birr- Fixed some size calculations according to the last...
2004-10-09 Gé van Geldorp- Implement GetPrivateProfileSectionA/W()
2004-10-09 Filip Navara- Delete all build files on "make clean".
2004-10-08 Thomas BluemelCreate named pipes with security information if argumen...
2004-10-08 Thomas BluemelCreate mail slots with security information if argument...
2004-10-08 Thomas Bluemellittle simplification
2004-10-08 Thomas Bluemelatomically increment the pipe id to be thread-safe...
2004-10-08 Thomas Bluemellittle simplification
2004-10-08 Thomas Bluemelfixed return value of FindCloseChangeNotification()
2004-10-08 Thomas Bluemelimplemented GetNamedPipeHandleStateA() and a few fixes...
2004-10-08 Filip NavaraCorrectly handle small buffers in NtEnumerate[Value...
2004-10-08 Eric Kohl- User resource strings instead of constant strings...
2004-10-07 Gé van GeldorpRemove forgotten breakpoint
2004-10-07 Gé van GeldorpFix GetFullPathNameA/W() return value
2004-10-07 Gé van GeldorpUndo last change, since GetFullPathName is supposed...
2004-10-07 Gé van GeldorpDon't rely on UNICODE being #define'ed
2004-10-07 Gé van GeldorpFrancois Gouget <fgouget@free.fr>
2004-10-06 Gé van GeldorpGetFullPathName returns length without nul byte
2004-10-06 Gé van GeldorpRolf Kalbermatter <rolf.kalbermatter@citeng.com>
2004-10-05 Gé van GeldorpDo some simple error checking on .cur and .ico file...
2004-10-05 Gé van GeldorpFrancois Gouget <fgouget@free.fr>
2004-10-05 Gregor AnichMesa version 6.2 import (also removed _MSC_VER define...
2004-10-05 Eric KohlRemove outdated profile path postfix.
2004-10-05 Eric KohlRemove fixed heap base address (HEAP_BASE) to enable...
2004-10-05 Gé van GeldorpRecognize our CD-Rom drives
2004-10-05 Gé van GeldorpAlexandre Julliard <julliard@winehq.org>
2004-10-04 Gé van GeldorpPiotr Caban <pio13@poczta.onet.pl>
2004-10-04 Gé van GeldorpReapply winehq change:
2004-10-04 Gé van GeldorpUse GetStringTypeW() for implementation of IsCharAlphaN...
2004-10-04 Gé van GeldorpImplement GetStringTypeA/W() and GetStringTypeExA/W()
2004-10-03 Gé van GeldorpRollback last change since it was incorrect.
2004-10-03 Gé van GeldorpMove final user stack cleanup to kernelmode
2004-10-03 Gé van GeldorpCVS maintenance
2004-10-03 Thomas Bluemeldon't let dlltool mess up c++ mangled exports for crtdl...
2004-10-03 Thomas Bluemelfixed GetHandleInformation(), SetHandleInformation...
2004-10-03 Eric KohlUpdate a new users private shell folder paths when...
2004-10-02 Thomas Bluemelfixed ProcessIdToSessionId()
2004-10-02 Thomas Bluemeldon't duplicate tons of code for error handling
2004-10-02 Thomas Bluemeladded stubs for winfax.dll
2004-10-02 Eric KohlImprove creation of shell folder settings.
2004-10-02 Hartmut Birr- Terminate the wait thread if the handle was from...
2004-10-02 Casper Hornstrup2004-10-02 Casper S. Hornstrup <chorns@users.sourcefo...
2004-09-30 Eric Kohl- Add proper file header.
2004-09-30 Gé van GeldorpRollback winehq merge since it breaks Explorer
2004-09-29 Thomas Bluemeluse ULONG_PTR to calculate pointers
2004-09-29 Gé van GeldorpRobert Shearman <rob@codeweavers.com>
2004-09-28 Gé van GeldorpDon't return data length if not requested
2004-09-28 Steven EdwardsPorted icmp.dll from wine.
2004-09-28 Thomas Bluemelrelicense to LGPL
2004-09-28 Thomas Bluemelavoid compiler warning
2004-09-27 Gé van GeldorpNtSetInformationThread() expects a pointer, not the...
2004-09-26 Steven EdwardsSlightly new and improved stub for GetUserNameA based...
2004-09-26 Gé van GeldorpScream when an unimplemented function is called
2004-09-26 Gé van GeldorpStub LookupAccountNameA/W
2004-09-26 Gé van GeldorpCall GetProcessHeap() instead of passing it's address
2004-09-26 Royce Mitchell IIIadd a little more debug output in case of unhandled...
2004-09-26 Thomas Bluemelminor fix
2004-09-26 Thomas Bluemeluse Get/SetWindowLongPtr() where appropriate in favor...
2004-09-26 Filip Navara- Move shldisp.h to the right place.
2004-09-26 Thomas Bluemelminor fix
2004-09-26 Thomas Bluemelenable PCH
2004-09-26 Thomas Bluemelfixed typo
2004-09-26 Thomas Bluemeladded shell extension that enables the user to change...
2004-09-26 Art YerkesFixed each call to use a unique event. This is needed...
2004-09-25 Filip Navara- Fix RtlFindClearBits to correctly treat the hint.
2004-09-25 Gé van GeldorpDon't abandon file creation if hTemplateFile is INVALID...
2004-09-25 Art YerkesAdded simple recursive mutex adapted from my afd one...
2004-09-25 Filip Navara- Fix implementation of RtlFindSetBits to be able to...
2004-09-25 Filip Navara- Remove the incorrect ALIGN macro (missing "* (align...
2004-09-25 Eric Kohl- Use ROUND_UP macro instead of explicit calculation.
2004-09-25 Gé van Geldorp- Round up requested amount of memory instead of down
2004-09-25 Art Yerkescm/regfile.c, ldr/init.c, ldr/loader.c: OBJ_CASE_INSENS...
2004-09-25 Art YerkesChanged functions RtlClearAllBits and RtlSetAllBits...
2004-09-24 Thomas Bluemel1. implemented GetThreadSelectorEntry()
2004-09-24 Eric KohlEnable wizard 97 style and add a dummy progress page.
2004-09-24 Gé van GeldorpImplement PathIsCharValidA/W
2004-09-24 Gé van GeldorpMerge back commit from winehq
2004-09-24 Gé van Geldorp- SHGetAppCompatFlags() takes 4 bytes of parameters
2004-09-24 Thomas Bluemelimplemented GetUserDefaultUILanguage()
2004-09-23 Emanuele AlibertiEmanuele Aliberti <ea@reactos.com>
2004-09-23 Casper Hornstrup2004-09-23 Casper S. Hornstrup <chorns@users.sourcefo...
2004-09-23 Thomas Bluemelremove implemented stubs
2004-09-23 Thomas Bluemelfixed returning a wrong handle count in GetProcessHandl...
2004-09-23 Thomas Bluemelfixed initialization of the object attributes in Create...
2004-09-23 Thomas Bluemelimplemented OpenJobObjectA/W() - untested though
2004-09-23 Thomas Bluemelimplemented CreateJobObjectA/W() - untested though
2004-09-23 Thomas Bluemelimplemented IsProcessInJob(), AssignProcessToJobObject...
2004-09-23 Thomas Bluemelexport job functions
2004-09-23 Art YerkesFixed the way send and recv are called and return errors.
2004-09-23 Gé van GeldorpSteven Edwards <steven_ed4153@yahoo.com>
next