File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- FreeCom version 0.85a - WATCOMC [July 1 2021]
1
+ FreeCom version 0.85a - WATCOMC [July 10 2021]
Original file line number Diff line number Diff line change 1
1
Begin3
2
2
Title: FreeCom
3
3
Version: 0.85a
4
- Entered-date: July 1 2021
4
+ Entered-date: July 10 2021
5
5
Description: The FreeDOS Command Shell
6
6
Keywords: freecom freedos command shell
7
7
Author:
[email protected] (developers)
Original file line number Diff line number Diff line change 8
8
correct help for 'for' command, add %% escaping to printf so for command shows %a ... do ... %a instead of ?a ... do ... ?a
9
9
use program exit code as errorlevel when using loadfix or loadhigh (unless error invoking program)
10
10
compatibility improvement, don't print % when missing paired % on command lines (show 'somevar' not '%somevar')
11
+ if COMSPEC isn't set, strdup an empty "" string instead of potential NULL pointer dereference
11
12
add beginning of more comprehensive test batch file
12
13
prevent debug builds crashing on startup, intr and lowexec needs to retf not retn for medium memory model builds (e.g.debug build)
14
+ fix xms-swap debug build when returning from exec'd programs, fixup return segment and do a far return from xmsexec call
15
+
13
16
v0.85
14
17
~~~~~
15
18
From Kenneth J Davis
You can’t perform that action at this time.
0 commit comments