Răsfoiți Sursa

* minor additions

peter 22 ani în urmă
părinte
comite
a66bdecfd4
2 a modificat fișierele cu 5 adăugiri și 3 ștergeri
  1. 2 1
      install/doc/readme.txt
  2. 3 2
      install/doc/whatsnew.txt

+ 2 - 1
install/doc/readme.txt

@@ -11,7 +11,8 @@
 *** WARNING *** WARNING *** WARNING ***
 *** WARNING *** WARNING *** WARNING ***
 This a beta release and it still contains some known bugs. However, it would
 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
 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
[email protected].
 *** WARNING *** WARNING *** WARNING ***
 *** WARNING *** WARNING *** WARNING ***
 
 
 This package contains a freeware 32-bit pascal compiler for 386+. The language
 This package contains a freeware 32-bit pascal compiler for 386+. The language

+ 3 - 2
install/doc/whatsnew.txt

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