* minor additions

This commit is contained in:
peter 2003-11-02 09:28:34 +00:00
parent cb1dd30620
commit a66bdecfd4
2 changed files with 5 additions and 3 deletions

View File

@ -11,7 +11,8 @@
*** WARNING *** WARNING *** WARNING ***
This a beta release and it still contains some known bugs. However, it would
be very useful if you could test your projects with it and tell us when
you find bugs.
you find bugs. You can submit bug reports on the website or mail them to
bugrep@freepascal.org.
*** WARNING *** WARNING *** WARNING ***
This package contains a freeware 32-bit pascal compiler for 386+. The language

View File

@ -8,7 +8,7 @@
******************************************************************************
Compiler:
+ dyn. arrays
+ dynamic arrays
+ interfaces
+ variants
+ full widestring support
@ -23,6 +23,7 @@ Compiler:
+ PIC code generation
+ new language mode: "Mac Pascal"
+ full boolean evaluation is now also available
+ threadvar support, enabled by using {$threading on}
* support of int64 integer constants
* improved delphi compatibility in -Sd mode
* a lot of bug fixes
@ -50,4 +51,4 @@ IDE:
* a lot of bug fixes
Misc:
* improved cross compilation
* improved cross compilation