Sample crossbuild makefile
[pforth] / releases.txt
index 571a512..5c2e189 100644 (file)
@@ -2,7 +2,10 @@ Release History for pForth - a Portable ANS-like Forth written in ANSI 'C'
 \r
 Documentation for pForth at http://www.softsynth.com/pforth/\r
 \r
 \r
 Documentation for pForth at http://www.softsynth.com/pforth/\r
 \r
-V27\r
+V28 - unreleased\r
+       - fixes for MinGW build\r
+\r
+V27 - 11/22/2010\r
     - Fixed REPOSITION-FILE FILE-SIZE and FILE-POSITION.\r
       They used to use single precision offset. Now use double as specified.\r
     - Delete object directories in Makefile clean.\r
     - Fixed REPOSITION-FILE FILE-SIZE and FILE-POSITION.\r
       They used to use single precision offset. Now use double as specified.\r
     - Delete object directories in Makefile clean.\r
@@ -10,8 +13,12 @@ V27
       http://code.google.com/p/pforth/issues/detail?id=4&can=1\r
     - Fixed scrambled HISTORY on 64-bit systems. Was using CELL+ but really needed 4 +.\r
     - Fixed floating point input. Now accepts "1E" as 1.0. Was Issue #2.\r
       http://code.google.com/p/pforth/issues/detail?id=4&can=1\r
     - Fixed scrambled HISTORY on 64-bit systems. Was using CELL+ but really needed 4 +.\r
     - Fixed floating point input. Now accepts "1E" as 1.0. Was Issue #2.\r
-    - Fixed lots of warning and made code compatible with C89 and ANSI with -pedantic.\r
+    - Fixed lots of warning and made code compatible with C89 and ANSI. Uses -pedantic.\r
     - Use fseek and ftell on WIN32 instead of fseeko and ftello.\r
     - Use fseek and ftell on WIN32 instead of fseeko and ftello.\r
+    - Makefile is now more standard. Builds in same dir as Makefile. Uses CFLAGS etc.\r
+    - Add support for console IO with _WATCOMC_\r
+    - Internal CStringToForth and ForthStringToC now take a destination size for safety.\r
+    - Run units tests for CStringToForth and ForthStringToC if PF_UNIT_TESTS is defined.\r
 \r
 V26  5/20/2010\r
     - 64-bit support for M* UM/MOD etc by Aleksej Saushev. Thanks Aleksej!\r
 \r
 V26  5/20/2010\r
     - 64-bit support for M* UM/MOD etc by Aleksej Saushev. Thanks Aleksej!\r