Made cmd unicode compatible.
[reactos.git] / reactos /
2005-07-30 Hartmut BirrMade cmd unicode compatible.
2005-07-30 Hartmut BirrUse FileGetString instead of ReadFile, because ReadFile...
2005-07-30 Hartmut BirrPut FindClose onto the correct position.
2005-07-30 Emanuele AlibertiCreate a subdir for rbuild documentation.
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-07-30 Hartmut BirrReverted back to 16420, because it contains too many...
2005-07-30 Magnus Olsenfix waring kdump.c:246: warning: 'OldIrql' may be used...
2005-07-30 James TaborImplement SetMenuItemBitmaps and fix bool flags.
2005-07-29 James TaborPatch by Dmitry Timoshkov dmitry@baikal.ru. Take into...
2005-07-29 James TaborShow SetMenuItemInfoA&W implemented.
2005-07-29 Thomas Bluemelmake the telProcessNetwork() thread function STDCALL!
2005-07-29 Thomas Bluemel- simplified BasepAnsiStringToHeapUnicodeString
2005-07-29 Hartmut Birr- Copy all data in FindFirstFileA.
2005-07-29 Hartmut BirrFixed some bugs in CreateProcessA which was introduced...
2005-07-29 Filip NavaraFix definiton of DPRINT1 for non-DBG build.
2005-07-29 Thomas Bluemeldynamically import functions from ntdll on startup
2005-07-29 Thomas Bluemelsilence debug messages when calling the SEH handler
2005-07-29 Thomas Bluemelfix the SetThreadUILanguage stub
2005-07-29 Magnus OlsenImplement GdiEntry14 (party tested see older commit...
2005-07-29 Thomas Bluemeldon't limit read/write access for kdb to umode mem
2005-07-29 Alex Ionescu- Don't always print TRACE/WARN on WINE DLLs. Thanks...
2005-07-29 Emanuele AlibertiEven if the Session Manager is a degenerate subsystem...
2005-07-29 Thomas Bluemeldefine __NO_CTYPE_INLINES to get DBG:=0 builds work...
2005-07-29 Filip NavaraStop abusing the non-paged pool.
2005-07-29 Filip NavaraFix the file to be actually compilable (with GAS 2...
2005-07-29 Alex Ionescu- Add back and fix useful dprint.
2005-07-29 Casper HornstrupAdd stylesheet header to xml
2005-07-29 Filip NavaraIoAllocateAdapterChannel should set CurrentIrp field...
2005-07-29 Emanuele AlibertiAdd posix, os2, and vms optional modules.
2005-07-29 Filip NavaraIoAllocateAdapterChannel should set CurrentIrp field...
2005-07-29 Thomas BluemelSaveliy Tretiakov <saveliyt@mail.ru>:
2005-07-29 Filip NavaraInitialize DescriptorTranslated->u.Interrupt.Level...
2005-07-29 Thomas Bluemeladded a forward declaration to _DRIVE_LAYOUT_INFORMATIO...
2005-07-29 Filip NavaraProperly propagate the SL_PENDING_RETURNED flag to...
2005-07-29 James TaborSorry for the mess. Fixup debug prints.
2005-07-29 Casper HornstrupBrowser XSLT support. Optimize for size.
2005-07-29 Emanuele AlibertiVarious fixex to make HEAD compile.
2005-07-29 Emanuele AlibertiAdd PORT_MESSAGE_TYPE macro.
2005-07-29 Emanuele AlibertiVarious fixes to DPRINT parameter list.
2005-07-29 Emanuele Aliberti[11:21] EmanueleAliberti: Usurp: drivers/dd/beep/bbep...
2005-07-29 Alex Ionescu - Fix debug header, spottted by Gunnar
2005-07-28 Thomas Bluemelclear out the lower 2 bits of a pid before using it...
2005-07-28 Thomas Bluemeldon't generate meaningless lvalue typecast
2005-07-28 Thomas Bluemeldiscard explicitly returned value
2005-07-28 Alex Ionescu - Fix/update w32api PE headers
2005-07-28 Magnus OlsenImplement GdiEntry13, GdiEntry15, GdiEntry16 (all are...
2005-07-28 Magnus OlsenImplement GdiEntry12 (8 of 16 are done and party tested)
2005-07-28 Magnus Olsenimplement GdiEntry 8, Implement GdiEntry 10
2005-07-28 Magnus Olsenthx irc : unC0Rr did sport typo fault in GdiEntry3
2005-07-28 Magnus Olsenimplement GdiEntry7 (some part is untested)
2005-07-28 Magnus Olsenimplement GdiEntry6 (party untested)
2005-07-28 Magnus Olsendelete ddentry.h for it was it was party copy of includ...
2005-07-28 Magnus Olsenset eol style native
2005-07-28 Magnus Olsenimplemet GdiEntry3 (2 of 16 are now implement) but...
2005-07-28 Filip NavaraAdd definition of PI_RESOURCE_ARBITER_ENTRY.
2005-07-28 Magnus Olsenimplement GDIEntry1 of 16, the code is bit untested...
2005-07-28 Magnus Olsenadd copyright note
2005-07-28 Magnus OlsenDo not do syscall. redirect the call to DdEntry1-56...
2005-07-28 Magnus OlsenAdd DdEntry 1-56 it is pure syscall to win32k/ntdraw...
2005-07-28 Emanuele AlibertiFix compilation (as hinted by Alex).
2005-07-28 Casper HornstrupDon't clean alias modules
2005-07-28 Alex Ionescu - Start of fixing CreateProcess's problems. Implemente...
2005-07-27 Thomas Bluemelimplemented TreeResetNamedSecurityInfo and forward...
2005-07-27 Alex Ionescu - Fix incorrect definitions
2005-07-27 Thomas Bluemelimplemented GetExplicitEntriesFromAcl and forward it...
2005-07-27 Alex Ionescu - Fix included headers in GDI for PSDK compatibility
2005-07-27 Casper HornstrupMove API status stylesheet
2005-07-27 Alex Ionescu - Fix debug header nonsense
2005-07-27 Casper HornstrupPut halmp.dll on CD
2005-07-27 Casper HornstrupUpdate API status to SVN
2005-07-27 Casper Hornstruprgenstat makefile
2005-07-27 Thomas Bluemelimplemented GetInheritanceSource and FreeInheritedFromA...
2005-07-27 Thomas Bluemelimplemented SetEntriesInAclA/W and forward the call...
2005-07-27 Steven Edwardsrevert the ctype.h changes to wine dlls
2005-07-27 Alex Ionescu - Include ctype.h by default.
2005-07-27 Alex Ionescu - Use inline function instead of macro.
2005-07-27 Alex Ionescu- Use PCH everywhere to increase compile speed
2005-07-27 Alex Ionescu - Combine some assembly files together and move them...
2005-07-27 Aleksey BraginTimer modifications, turning on debug messages, impleme...
2005-07-27 Alex Ionescu - Some more PSDK compatibility fixes
2005-07-27 Martin Fuchsfix last patch: LPWSTR -> LPTSTR
2005-07-27 Alex Ionescu - Fix all ACPI warnings and add default case for unhan...
2005-07-27 Alex Ionescu - Fix warnings
2005-07-27 Alex Ionescu- Fix warnings
2005-07-27 Alex Ionescu- Fix warnings
2005-07-27 Alex Ionescu- Fix warnings
2005-07-27 Alex Ionescu- Fix warnings
2005-07-27 Alex Ionescu- Fix warnings
2005-07-27 Alex Ionescu- Fix warnings
2005-07-27 Alex Ionescu- Fix broken IInternetZoneManagerVtbl definition.
2005-07-27 Alex Ionescu- Fix export definition
2005-07-27 Alex Ionescu- Fix warnings
2005-07-27 Alex Ionescu- Fix warnings
2005-07-27 Alex Ionescu- Fix warnings
2005-07-27 Alex Ionescu- Use correct wine debug functions
2005-07-27 Magnus Olsenfix errorlevel for type, the r16766 was Brandon Turner...
2005-07-27 Thomas Bluemelexport these stubs: AddAccessAllowedObjectAce, AddAcces...
2005-07-27 Alex Ionescu - Fix warnings
2005-07-27 Alex Ionescu - Fix warnings
2005-07-27 Alex Ionescu- Fix warnings.
next