0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 12 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
FreeType in XFree86 4.5 does not have FT_INTERNAL_OBJECT_H, and PEACE does not need it. More... over 18 years ago
Make compile again on NetBSD 3.99.*.
oki
More... over 18 years ago
fix warnings on NetBSD-current More... over 18 years ago
use ft2build.h More... over 18 years ago
* FileObject::create_handle() - fix a typo: fd -> fp - check validity of fd More... almost 19 years ago
add some trace messages More... almost 19 years ago
fix compilation problems on recent NetBSD. More... almost 19 years ago
avoid cast-as-lvalue More... over 19 years ago
${TARGET} -> ${.TARGET} More... over 19 years ago
use Win32 API instead of pthread supress compiler warnings More... over 19 years ago
SetThreadPriority(): implement, but not enabled for now. More... over 19 years ago
use Win32 API instead of pthread More... over 19 years ago
handle hook_list with uithread because pthread_get/setspecific() has no capability to handle data for non-current specific thread More... over 19 years ago
- rename hh to hook_list - SetWindowsHookEx() returns an error if system-wide hook is specified. - LocalAlloc() -> HeapAlloc() More... over 19 years ago
use Win32 API instead of pthread More... over 19 years ago
use Win32 API instead of pthread More... over 19 years ago
remove unused #include More... over 19 years ago
use Win32 API instead of pthread More... over 19 years ago
call SwitchToThread() in Sleep() More... over 19 years ago
initialize the process heap with the appropriate parameters in the executable header More... over 19 years ago
follow the pcb change More... over 19 years ago
* The pcb has a pointer to win32_opthder(IMAGE_OPTIONAL_HEADER) instead of win32_imghdr (IMAGE_DATA_DIRECTORY). * check directory size while adjusting addresses in the directory More... over 19 years ago
rename initsignalhandler() to initialize_seh() More... over 19 years ago
remove Japanese comments More... over 19 years ago
clear passed buffer More... over 19 years ago
clear descriptor before calling i386_get_ldt() More... over 19 years ago
- add "void *context" parameter to some functions. The parameter must be NULL for LoadLibrary() context. This is needed to call DllMain() correctly. More... over 19 years ago
- ansify - make some functions static - add "void *context" parameter to some functions. The parameter must be NULL for LoadLibrary() context. This is needed to call DllMain() correctly. More... over 19 years ago
nuke __P() KNF: no parameter names in prototypes More... over 19 years ago
use _pecoff_get_pcb() More... over 19 years ago