Skip to content

Commit 35f9a75

Browse files
committed
documentation: update dates and history for 0.85a release
1 parent 1a47ca5 commit 35f9a75

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

VERSION.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FreeCom version 0.85a - WATCOMC [July 1 2021]
1+
FreeCom version 0.85a - WATCOMC [July 10 2021]

command.lsm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Begin3
22
Title: FreeCom
33
Version: 0.85a
4-
Entered-date: July 1 2021
4+
Entered-date: July 10 2021
55
Description: The FreeDOS Command Shell
66
Keywords: freecom freedos command shell
77
Author: [email protected] (developers)

docs/history.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ v0.85a
88
correct help for 'for' command, add %% escaping to printf so for command shows %a ... do ... %a instead of ?a ... do ... ?a
99
use program exit code as errorlevel when using loadfix or loadhigh (unless error invoking program)
1010
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
1112
add beginning of more comprehensive test batch file
1213
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+
1316
v0.85
1417
~~~~~
1518
From Kenneth J Davis

0 commit comments

Comments
 (0)