Browse Source

no message

florian 21 years ago
parent
commit
a60890b167
2 changed files with 41 additions and 6 deletions
  1. 6 5
      install/doc/readme.txt
  2. 35 1
      install/doc/whatsnew.txt

+ 6 - 5
install/doc/readme.txt

@@ -1,7 +1,7 @@
 
                             Free Pascal Compiler
 
-                        Version 1.9.0 aka 2.0.0-Beta1
+                        Version 1.9.2 aka 2.0.0-Beta2
 
 
 ****************************************************************************
@@ -19,8 +19,9 @@ This package contains a freeware 32-bit pascal compiler for 386+. The language
 and the runtime library are almost compatible with TP 7.0 and recent Delphi
 releases.
 
-Free Pascal 1.9.0 is currently available for the following platforms:
-- Linux (i386), both aout and elf
+Free Pascal 1.9.2 is currently available for the following platforms:
+- Linux-i386, both aout and elf
+- Linux-powerpc
 - Dos (i386), using the Go32v2 dos extender
 - Win32 (Win32s, Win95/98/Me/XP/2000 and WinNT)
 - FreeBSD i386
@@ -68,7 +69,7 @@ targets, feel free to contact us, E-Mail addresses are listed below.
 
 
 ****************************************************************************
-* Requirements
+* Minimum requirements
 ****************************************************************************
 
 386 processor
@@ -79,7 +80,7 @@ Linux:
  - system running a 2.0.x kernel
 FreeBSD:
 - FreeBSD 4.x system or 5.x system that has COMPAT_4 system (which is 
-	default)
+  default)
 
 ****************************************************************************
 * Quick start

+ 35 - 1
install/doc/whatsnew.txt

@@ -1,7 +1,41 @@
 
                             Free Pascal Compiler
 
-                        Version 1.9.0 aka 2.0.0-Beta1
+                        Version 1.9.2 aka 2.0.0-Beta2
+
+******************************************************************************
+                      Whats New in 1.9.2 aka 2.0.0-Beta2
+******************************************************************************
+
+Compiler:
+  + PowerPC compiler
+  + sse/sse2 code generation support
+  + "global" property support
+  * improved inlining support
+  * optimizer enabled again
+  * uses register calling conventions by default
+  * $fputype directive
+  + properties of type single can have default values
+  + support of $IF DECLARED()
+  + support of DQWORT in inline intel assembler code
+  * lots of bug fixes
+
+RTL:
+  * more improvements for unix runtime library
+  * using FPC_USE_LIBC allows to compile an rtl which uses libc instead of syscalls
+  + System.Initialize
+  + Sysutils.ExecuteProcess
+  + System.WideStringManager
+  + System.PtrInt and System.PtrUInt
+  * ipv6 support
+  * lots of bug fixes
+
+FCL: 
+  + sqlite support
+  * bug fixes
+
+Misc:  
+  * improved docs
 
 ******************************************************************************
                       Whats New in 1.9.0 aka 2.0.0-Beta1