0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 15 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
note SIGNALDEBUG More... almost 20 years ago
- DP -> MDP - modify some comments More... almost 20 years ago
remove useless debug prints More... almost 20 years ago
move some definitions to except.h More... almost 20 years ago
VirtualQuery(): MDPRF -> ADPRF More... almost 20 years ago
switch to SA_SIGINFO More... almost 20 years ago
- fix build errors - CreateThread(): support CREATE_SUSPENDED More... almost 20 years ago
fix build errors More... almost 20 years ago
- return value of an exception handler is 0 or 1. - default value of TIB::ExceptionList is -1 More... almost 20 years ago
add some SEH-related code. It is incomple yet. More... almost 20 years ago
VirtualFree(): fix a problem if MEM_DECOMMIT && len == 0 More... almost 20 years ago
- implent VirtualFree(). XXX needs locking - improve some debug prints More... almost 20 years ago
VirtualAlloc(): align to 64KB-boundary. By this change, cl.exe get able to compile and assemble C++ sources! More... almost 20 years ago
Initial commit of disassembler, lifted from DDB. Usage: d 0x????????
oki
More... almost 20 years ago
GetDiskFreeSpaceExW(): handle NULL parameters (for cl.exe) More... almost 20 years ago
CreateBitmap() and CreateBitmapIndirect() always copy the content of specified bits. More... almost 20 years ago
add some comments More... almost 20 years ago
HeapFree(): don't crash when NULL is passed. More... almost 20 years ago
implement some HCURSOR data handling APIs. More... almost 20 years ago
fix heap overrun More... almost 20 years ago
implement CreateIcon() More... almost 20 years ago
If ICONINFO::fIcon is false, HTYPE_CURSOR is used More... almost 20 years ago
export GetCursorInfo() More... almost 20 years ago
- add entiries of LoadCursorFromFileW() - LoadCursorFromFileA() must return NULL, not INVALID_HANDLE_VALUE More... almost 20 years ago
use common routines for allocatation/destruction of user32 handles More... almost 20 years ago
use strutil.h, and remove duplicated macro and unused declarations More... almost 20 years ago
implement PF_FLOATING_POINT_PRECISION_ERRATA for IsProcessorFeaturePresent() More... almost 20 years ago
- support PF_XMMI64_INSTRUCTIONS_AVAILABLE (SSE2) - remove unneeded #ifdefs More... almost 20 years ago
add comments about object types we should support More... almost 20 years ago
- set class styles for TABCLASS - some debug message fixes More... almost 20 years ago