diff --git a/VERSION.TXT b/VERSION.TXT index 5e20fb8d..1eb2be3f 100644 --- a/VERSION.TXT +++ b/VERSION.TXT @@ -1 +1 @@ -FreeCom version 0.85a - WATCOMC [July 1 2021] +FreeCom version 0.85a - WATCOMC [July 10 2021] diff --git a/command.lsm b/command.lsm index c7809a31..5f4c92dc 100644 --- a/command.lsm +++ b/command.lsm @@ -1,7 +1,7 @@ Begin3 Title: FreeCom Version: 0.85a -Entered-date: July 1 2021 +Entered-date: July 10 2021 Description: The FreeDOS Command Shell Keywords: freecom freedos command shell Author: freedos-devel@lists.sourceforge.net (developers) diff --git a/docs/history.txt b/docs/history.txt index 4bc99567..24ddc3f3 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -8,8 +8,11 @@ v0.85a correct help for 'for' command, add %% escaping to printf so for command shows %a ... do ... %a instead of ?a ... do ... ?a use program exit code as errorlevel when using loadfix or loadhigh (unless error invoking program) compatibility improvement, don't print % when missing paired % on command lines (show 'somevar' not '%somevar') + if COMSPEC isn't set, strdup an empty "" string instead of potential NULL pointer dereference add beginning of more comprehensive test batch file prevent debug builds crashing on startup, intr and lowexec needs to retf not retn for medium memory model builds (e.g.debug build) + fix xms-swap debug build when returning from exec'd programs, fixup return segment and do a far return from xmsexec call + v0.85 ~~~~~ From Kenneth J Davis