Skip to content

Commit 274b4a9

Browse files
committed
Update changelog, README, and version to pre6.
1 parent 8f0f538 commit 274b4a9

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGED

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
v0.84pre6
2+
fix: Revert to first-fit dosalloc for copy&dir buffers for non-large model
3+
(Bart)
4+
fix: Enable reporting of directory sizes up to 2TB (with Tom Ehlert)
5+
fix: dosalloc: apply carry to flag image for intr(), not directly via stc
6+
The carry flag was not preserved before. (Bart)
7+
fix: Use intr.asm with OW too, to be able to use SZAPC flags on input. (Bart)
8+
chg: Enable cross-compilation from 64-bit Windows using Open Watcom (Bart)
9+
fix: ia16-elf-gcc: intr( ) now loads flags before invoking interrupt (TK Chia)
10+
fix: compilation errors when LFN is disabled. Fixes #5. (Bart)
11+
fix: Allocate a large enough buffer for the rest of the command line.
12+
We need to use a full buffer for the rest to allow for alias expansion.
13+
Fixes #6. (Bart)
14+
fix: GCC: make sure that XMS calls get ds:si, otherwise ds can be wrong. (Bart)
15+
fix: OW: Use xmsfunc typedef and apply #pragma aux to that.
16+
This way XMScopy actually works, and passes the structure in si,
17+
so messages are copied correctly. Fixes issues with metados. (Bart)
18+
fix: keep asm inputs & clobbers separate in gcc port of dup2 (TK Chia)
19+
fix: ia16-elf-gcc code wrongly assumed XMS driver preserves %bx (TK Chia)
20+
fix: tell OW that bx/cx can be modified, similar to ia16-elf-gcc (Bart)
21+
fix: cmd: shift: use correct context, Fixes SF Bug #155 (Wolfram Sang)
22+
chg: Replace XMSrequest external asm with inline asm for GCC. (Bart)
123
v0.84pre5
224
add: Serbian/Yugoslavian for cp852 from freedoslocal (Dejan Strbac)
325
add: Slovenian translations from freedoslocal (Matej Horvat)

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source code distribution of FreeCOM - a Command line interface
22
program, which substitutes COMMAND.COM
33

44
The sources are hosted on:
5-
http://sourceforge.net/project/?group_id=5109
5+
https://github.com/FDOS/freecom
66

77

88
CHANGED Changes since last offical release

VERSION.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FreeCom version 0.84-pre5 - WATCOMC - XMS_Swap [Aug 14 2018 07:42:24]
1+
FreeCom version 0.84-pre6 - WATCOMC - XMS_Swap [Sep 2 2018 21:07:44]

shell/ver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#include "../err_fcts.h"
4242
#include "../strings.h"
4343

44-
const char shellver[] = "0.84-pre5 - "
44+
const char shellver[] = "0.84-pre6 - "
4545
#if defined(__BORLANDC__)
4646
"BORLANDC"
4747
#elif defined(__TURBOC__)

0 commit comments

Comments
 (0)