summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1997-07-20 12:16:17 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:39:55 +0200
commit9d97bc3cb3aecd3416fb7c4be3ca2f436665b696 (patch)
treeb1e5b67ef9e065efb6a4c9977ecfac8dedbad39b /Changes
parente63c244cb22bf48ca1d2695784a072269d19ea96 (diff)
downloaddev86-9d97bc3cb3aecd3416fb7c4be3ca2f436665b696.tar.gz
Import Dev86src-0.12.4.tar.gzv0.12.4
Diffstat (limited to 'Changes')
-rw-r--r--Changes36
1 files changed, 36 insertions, 0 deletions
diff --git a/Changes b/Changes
index 59f13ca..6a195a9 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,39 @@
+For version 0.13.0.
+
+> Added '-g' to gcc options, make sure install has '-s' to strip symbols.
+
+> Grrrr, missing files in bootblocks directory, I didn't have them all.
+ OK, as part of the dist script I'll have to do a 'make other' ...
+ Some other bits there too ...
+
+> Minor alteration to opening files in ld to fix problem when share.exe
+ loaded under dos.
+
+> Added Config.dflt for default libc configuration flags. I can now
+ re-introduce Joel's standard I/O functions ... but they haven't
+ been updated in a while ...
+
+> Addition to minix.c to use allow BB to determine the track size by
+ trial and error (not intuit from superblock) to allow mis-sized
+ filesystems on a floppy. Also add some error retries to the floppy
+ version.
+
+> Can now do 'use16 8086' in assembler instead of 'use16 86' also
+ 'use16 80386'
+
+> Add 'make install-ln', this installs _symbolic_links_ to the dev
+ directory in the normal directories. This means you don't have
+ to do a make install after re-compiling. But it also means the
+ 'install' is dependent on the dev dirs.
+
+> Add ability to use overrides on the comand line of the initial make,
+ and have them saved, for CC, CFLAGS, LDFLAGS, PREFIX, BINDIR and LIBDIR.
+ Includes minor alteration to bcc.c and as86_encap.
+
+> Added in 'objchop' as an option in the ld directory.
+
+> Removed too eager 'typeconv.c' warning.
+
For version 0.12.0.
> Notice the change in the version numbers, as long as I'm releasing the