4
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 4 days ago.
Jun 04, 2024 — Jun 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Properly patch the heap size for Open Watcom More... over 7 years ago
getEnv: remove static pointers, caller responsible for free. More... over 7 years ago
We need to save ES in asm for ia16-elf-gcc. More... over 7 years ago
Fix farwrite and hence copy for Turbo/GCC. Fixes regression from r1614. More... over 7 years ago
Fix "dir" output for dates with our own printf. More... over 7 years ago
Use stdcall calling convention (-mrtd) for intr(). More... over 7 years ago
ia16-elf-gcc: do not use builtin printf, because we supply our own. More... over 7 years ago
ia16-elf-gcc: use _lseek instead of lseek. More... over 7 years ago
Eliminate dependency on feof and fileno from stdio.h. More... over 7 years ago
Add missing functions so command.exe and load_icd.exe link for ia16-elf-gcc. More... over 7 years ago
The ia16-elf-gcc port now compiles asm files to elf. More... over 7 years ago
Port C files in shell to ia16-elf-gcc. Now fails at linker stage. More... over 7 years ago
Port lib and cmd to ia16-elf-gcc. More... over 7 years ago
Port strings library to ia16-elf-gcc. More... over 7 years ago
Port suppl to ia16-elf-gcc. More... over 7 years ago
kswap_p is a _seg * pointer so we need MK_SEG_PTR More... over 7 years ago
Fix build.sh -r and XMS_SWAP. More... over 7 years ago
Fix ptchsize for 64-bit gcc. More... over 7 years ago
Fix DOS-typo in %LNG% (should be $LNG) More... over 7 years ago
Use "add si, byte 10" so old and new NASM generate the same opcodes. More... over 7 years ago
Allow cross compilation from Linux More... over 7 years ago
Follow-up from r1748: fix prototype for loadStrings, passed to enumResources. More... over 7 years ago
Change \ to / and be case sensitive in makefile dependencies. More... over 7 years ago
Move /c commandline option to AR make variable. More... over 7 years ago
Make command.h compatible with GCC compilation of mkinfres. More... over 7 years ago
Port mkinfres, mkctxt, fixstrs, critstrs, ptchsize to GCC. More... over 7 years ago
Change resource-related fields to short for compat with 32-bit compilers. More... over 7 years ago
Use proper prototypes on enum{File}Resources callback function. More... over 7 years ago
In #include switch \ to / and lowercase, to allow Linux cross-compilation. More... over 7 years ago
Fix ren for files without extensions (passes NULL ptr for ext) More... over 7 years ago