Browse Source

* OS/2 version of ports mentioned

Tomas Hajny 25 years ago
parent
commit
f53621ffe2
1 changed files with 9 additions and 9 deletions
  1. 9 9
      install/doc/whatsnew.txt

+ 9 - 9
install/doc/whatsnew.txt

@@ -12,7 +12,7 @@ Compiler:
   + .so creation for linux works also with classes
   + .so creation for linux works also with classes
   + Library writing works better, also linux library support
   + Library writing works better, also linux library support
   + better FPU code generation
   + better FPU code generation
-  + only one PPU is used per unit also when static,shared and smart linked
+  + only one PPU is used per unit also when static, shared and smart linked
   + assembler understands KNI instructions
   + assembler understands KNI instructions
   + fail in class constructors works
   + fail in class constructors works
   + resourcestrings support
   + resourcestrings support
@@ -33,15 +33,15 @@ Compiler:
   * lot of other fixes
   * lot of other fixes
 
 
 RTL:
 RTL:
-  + New graph unit for go32v2,win32,linux
+  + New graph unit for GO32v2, Win32, Linux
   + Delphi style GetMem/Freemem/ReAllocMem which knows the size of
   + Delphi style GetMem/Freemem/ReAllocMem which knows the size of
     the allocated block itself. Specifying wrong size for freemem gives
     the allocated block itself. Specifying wrong size for freemem gives
     now also a Runtime Error
     now also a Runtime Error
-  + ports unit for go32v2, which contains the port[] support. It's now
-    compatible with linux ports unit
+  + ports unit for both GO32v2 and OS/2, which contains the port[] support.
+    It's now compatible with Linux ports unit
   + timezone support for linux
   + timezone support for linux
-  + primitive routines Compare[Byte,Word,Dword],Index[Byte,Word,Dword]
-  * better ioresult setting for go32v2
+  + primitive routines Compare[Byte,Word,Dword], Index[Byte,Word,Dword]
+  * better ioresult setting for GO32v2
   * some pchar fixes in sysutils unit
   * some pchar fixes in sysutils unit
   * lot of RTTI fixes for typinfo
   * lot of RTTI fixes for typinfo
   * ansistrings speedups
   * ansistrings speedups
@@ -49,14 +49,14 @@ RTL:
 
 
 Utils:
 Utils:
   + fpcmake util to create a Makefile from Makefile.fpc
   + fpcmake util to create a Makefile from Makefile.fpc
-  + delp util to delete all created files after compiling (exe,o,ppu)
+  + delp util to delete all created files after compiling (exe, o, ppu)
   + fprcp util for preprocessing win32 resource files
   + fprcp util for preprocessing win32 resource files
   + data2inc util to convert data into .inc files
   + data2inc util to convert data into .inc files
-  + binobj for binary to .o/.inc files, also with crypt,compression support
+  + binobj for binary to .o/.inc files, also with crypt, compression support
   + ppufiles show all created files needed by a unit
   + ppufiles show all created files needed by a unit
   + rstconv util to convert .rst files to gettext files
   + rstconv util to convert .rst files to gettext files
   + plex,pyacc Pascal Lex/Yacc
   + plex,pyacc Pascal Lex/Yacc
-  * ppudump,ppufiles updated for new ppu version
+  * ppudump, ppufiles updated for new ppu version
 
 
 
 
 ******************************************************************************
 ******************************************************************************