4
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 4 days ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Eliminate f_back field. More... about 21 years ago
Revert accidental "changeline for hard disks" change. More... about 21 years ago
Eliminated f_sector and f_boff fields from fnodes. More... about 21 years ago
Remove add_far. adjust_far can do the job. More... about 21 years ago
Remove the 65535 check for root directories. It's checked against More... about 21 years ago
Make f_diroff an entry offset so it can be 16bits. Enforce the 65536 More... about 21 years ago
Echo input LF as CR-LF unless it's the first character. Never store LF More... about 21 years ago
echo ^C to stdout, not stdin or stderr. More... about 21 years ago
A few suggestions from Arkady. Saves 5 bytes. More... about 21 years ago
add_far can get away with adding 16 bit offsets only. Saves ~200 bytes! More... about 21 years ago
Eliminated long2para and avoided use of "long"s in DosExeLoader, using More... about 21 years ago
fix: get_redirection(): double comment mark /* {Arkady V.Belousov} More... about 21 years ago
bugfix: get_redirection(): apostrophe used as quote More... about 21 years ago
Saved ~75 bytes in printf and by elimination of fstrlen. There's only one More... about 21 years ago
Eliminate intr() from resident code. Saves ~200 bytes of HMA resident code. More... about 21 years ago
talloc fix from Lucho More... about 21 years ago
Remove wrong automatic "*.*" code from Lixing Yuan -- return DE_PATHNOTFND More... about 21 years ago
int21/ah=26: new_psp now copies the old psp and just sets a few fields More... about 21 years ago
Commit each close, even if the ref count is > 0. More... about 21 years ago
From Lucho: move the lock/unlock simulation of success before the device More... over 21 years ago
(with Lucho) -- remove the dosnames path 67 length check. Review the places More... over 21 years ago
From Lucho: enable interactive re-execution of the SHELL. More... over 21 years ago
From Lucho: move NLS #defines to nls.h. Move config structure to config.h. More... over 21 years ago
From Lucho: update contributors list. More... over 21 years ago
Borland C (unlike Turbo C) didn't like this pseudo register use. More... over 21 years ago
Correct int25/26 pragmas. Need to explicitly preserve bp and pop flags. More... over 21 years ago
Merge "suspect partition" copy/paste code into functions. More... over 21 years ago
Save a couple bytes by moving the strncmp_retzero block. More... over 21 years ago
Use memcpy instead of fmemcpy where possible. More... over 21 years ago
Use asmsupt string and mem functions for the init code too. More... over 21 years ago