mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
* minor additions
This commit is contained in:
parent
cb1dd30620
commit
a66bdecfd4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user