summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1999-06-11 14:11:38 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:41:25 +0200
commit3d4957c86ff239b24b43933924ec72a3fd288518 (patch)
treeda8225a4d7bb2d9123e10d558cdc3eebae6254c8 /Changes
parente62b35169cdcd13632ae353b1e5ffde7dec44201 (diff)
downloaddev86-3d4957c86ff239b24b43933924ec72a3fd288518.tar.gz
Import Dev86src-0.14.8.tar.gzv0.14.8
Diffstat (limited to 'Changes')
-rw-r--r--Changes10
1 files changed, 9 insertions, 1 deletions
diff --git a/Changes b/Changes
index bb39b23..6708e02 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
For version 0.15.0.
+> Bugfixes on utmpent and friends.
+
> A bit more in the manpages on how to use the assembler etc.
> Bug fixes in stdio, fp->mode cached too much, buffer type mixup.
@@ -7,9 +9,15 @@ For version 0.15.0.
> Altered initial make variables, you only need to modify 'PREFIX=' to allow
installs into /usr/local.
+> The BIOS library has a simple MSDOS fs file reader now, based on the code
+ from monitor.out.
+
> Added bin86-0.... source distribution archive.
-> Fixed bug in -t option to as
+> Fixed bug in -t option to as/bcc (for moving the text segment)
+
+> Lines that have a unexpected character are now listed by the assembler
+ not just ignored.
> Added assembly externals in as86_encap generated code.