浏览代码

* minor additions

peter 22 年之前
父节点
当前提交
a66bdecfd4
共有 2 个文件被更改,包括 5 次插入3 次删除
  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 ***
 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
[email protected].
 *** WARNING *** WARNING *** WARNING ***
 
 This package contains a freeware 32-bit pascal compiler for 386+. The language

+ 3 - 2
install/doc/whatsnew.txt

@@ -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