summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2001-05-22 10:46:57 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:47:55 +0200
commitbff547eabb6678ec8e71ffbcfbf9a4f05c94d949 (patch)
treeebdac0e16280cf9a203be553922926cb21c82a00
parentdc528617dc33dfaccb5285f327eac98ed56786b6 (diff)
downloaddev86-bff547eabb6678ec8e71ffbcfbf9a4f05c94d949.tar.gz
Import Dev86src-0.16.0.tar.gzv0.16.0
-rw-r--r--Changes2
-rw-r--r--Libc_version2
-rw-r--r--Mk_dist2
-rw-r--r--bin86/ChangeLog9
-rw-r--r--libc/Makefile4
5 files changed, 16 insertions, 3 deletions
diff --git a/Changes b/Changes
index d31b77f..dcd9cb0 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
For version 0.16.0.
+> As major bugs seem to be absent 0.16.0 is escaping.
+
> Seperated the multi-pass optimisation from the jump extension. We now have
the -j back to it's old meaning and -O added to help shorten instructions.
diff --git a/Libc_version b/Libc_version
index c619394..04a373e 100644
--- a/Libc_version
+++ b/Libc_version
@@ -1 +1 @@
-0.15.6
+0.16.0
diff --git a/Mk_dist b/Mk_dist
index 5edbefa..88a372d 100644
--- a/Mk_dist
+++ b/Mk_dist
@@ -68,6 +68,8 @@ mkdir ${TMPDIST}/doselks
rm -f /tmp/bootblocks.tar.gz /tmp/doselks.tar.gz /tmp/libc-8086-$VER.tar.gz
echo Extracting previous version
+rm -f $ARCDIR/Dev86src-$VER.tar.gz
+
mkdir ${TMPDIST}.tmp
( cd ${TMPDIST}.tmp
tar xzf `ls -tr $ARCDIR/Dev86src*.0.tar.gz | tail -1`
diff --git a/bin86/ChangeLog b/bin86/ChangeLog
index d8939ea..6687288 100644
--- a/bin86/ChangeLog
+++ b/bin86/ChangeLog
@@ -1,3 +1,12 @@
+
+This file is NOT the current changelog.
+Please see the Changes file in the directory above
+(the main directory of the Dev86 package).
+
+ Robert de Bath.
+
+
+
Fri Jun 11 13:08:27 BST 1999 Robert de Bath (rdebath@poboxes.com)
* objdump86 program included.
diff --git a/libc/Makefile b/libc/Makefile
index bf9754e..21c3a30 100644
--- a/libc/Makefile
+++ b/libc/Makefile
@@ -10,8 +10,8 @@ TOP=$(TOPDIR)/libc
endif
VERMAJOR=0
-VERMINOR=15
-VERPATCH=6
+VERMINOR=16
+VERPATCH=0
VER=$(VERMAJOR).$(VERMINOR).$(VERPATCH)
CC=bcc