comparison docs/ccguide/intro.preface @ 468:60b821f18853

A little here and there.
author roug
date Thu, 03 Oct 2002 21:39:06 +0000
parents bea58398bb15
children 72f3c79b0674
comparison
equal deleted inserted replaced
467:b631b0ca676b 468:60b821f18853
1 <preface> 1 <preface>
2 <title>Differences between Versions 1.1 and 1.0</title> 2 <title>Differences between Versions 1.1 and 1.0</title>
3 <para> 3 <para>
4 This package contains the OS-9 C Compiler Version 1.1. Many 4 This package contains the OS-9 C Compiler Version 1.1. Many
5 improvements and bug fixes have been incorporated since the V1.0 5 improvements and bug fixes have been incorporated since the V1.0
6 release. If you are upgrading from V1.0 6 release. If you are upgrading from V1.0, be <emphasis>absolutely sure</emphasis>
7 to all <emphasis>all</emphasis> the files from the V1.1 disks. None of the
8 compiler sections or the library is compatible with V1.0 files. Any ".r" or
9 ".a" files produced by the V1.0 compiler should not be assembled or
10 linked with any ".a" or ".r" files produced by the V1.1 compiler.
11 To be safe, recompile/reassemble <emphasis>all</emphasis> ".a" and ".r"
12 files with V.1.1.
7 </para> 13 </para>
8 <para> 14 <para>
9 This update... 15 This update include appendices for the C Compiler User's Guide
16 describing the compiler error messages, compiler phase command
17 lines, interfacing C functions to BASIC09, and an overview of the
18 relocating macro assembler.
10 </para> 19 </para>
11
12 <para> 20 <para>
13 The remainder of this notice describes the changes made since V1.0. 21 The remainder of this notice describes the changes made since V1.0.
14 </para> 22 </para>
23
24 <variablelist>
25 <varlistentry><term>General:</term>
26 <listitem>
27 <para>
28 The compiler code generator and c.opt have been improved to
29 produce even smaller object code. This, and improved source
30 coding, has resulted in a 1 page decrease in the size of c.comp
31 and a 4 page decrease in c.pass1.
32 </para>
33 </listitem>
34 </varlistentry>
35
36
37 </variablelist>
15 </preface> 38 </preface>