1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Mar 30, 2024 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
wl: do code more transparent More... 1 day ago
wl: correct missing errno.h header file More... 2 days ago
bld: correct build make files after wmake backward compatibility changes More... 2 days ago
wmake: fix backward compatibility with previous versions of wmake remove copy command wmake interception and move this copy functionality to %copy wmake internal command More... 2 days ago
wlink: replace handle I/O by stream I/O for map file processing improved separation of processing code from map file output code More... 2 days ago
wmake: change loaddll directive to use case-sensitive command name More... 3 days ago
wmake: fix DOS version case-sensitivity following wmake commands now pass case-sensitive file name to DOS even if DOS is case insensitive More... 3 days ago
watcom: separate DOSEMU check code to global dosemu.h do code pure inline More... 3 days ago
wlink: improved separation of processing code from map file output code reformat source files More... 4 days ago
wlink: cleanup code rename symbols for Dwarf VM handling More... 4 days ago
wlink: improved separation of processing code from map file output code rename symbols to be more transparent More... 4 days ago
wlink: better separate processing code from write map file code rename symbols to be visible if code is write map processing More... 4 days ago
wlink: restructure source file More... 4 days ago
wlink: remove unaligned pointer More... 4 days ago
wlink: use dedicated map file buffer instead of shared buffer (TokBuff) More... 5 days ago
wlink: correct map file finalization map file can be finalized after calling EndTime() procedure More... 5 days ago
wl: cleanup code rename symbols to be more readable More... 5 days ago
hdr: remove redundant items from sys/time.h and sys/select.h change implementation comments from public to private More... 5 days ago
hdr: Add sys/select.h posix header (#1275)
Detlef
as Detlef Riekenberg
More... 5 days ago
hdr: add new POSIX prototype suseconds_t More... 6 days ago
cc: correct processing of W106 and enable it More... 6 days ago
hdr: add fdset.sp and select.sp include files to share by multiple header file More... 6 days ago
hdr: cleanup timeval.sp (thanks @winspool) More... 6 days ago
cc: temporary disable W106 More... 7 days ago
posix: return back previous change because OW 1.9 has a problem with it More... 7 days ago
cc: cleanup compiler code More... 7 days ago
cc: remove redundant blank line More... 7 days ago
cc: use _Bool type for C99 and above or with extension More... 7 days ago
cc: correct handling of long long (64-bit) and _Bool (1-bit) bitfields add test for 64-bit bitfields correct boundary checks, now unified by bit-sized check common for bitfields and integer types More... 7 days ago
cg: correct ommited items More... 7 days ago