V25 with 64-bit support
[pforth] / releases.txt
index 59e7752..88fd68c 100644 (file)
@@ -2,9 +2,9 @@ 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
-V?? \r
-       - Added -m32 to Makefile so we get 32 bit longs on Snow Leopard.
-       - Added "-x c" to Makefile CCOPTS to prevent confusion with C++
+V25  5/19/2010
+    - Added 64-bit CELL support contributed by Aleksej Saushev. Thanks Aleksej!
+    - Added "-x c" to Makefile CCOPTS to prevent confusion with C++
        - Allow space after -d command line option.\r
        - Restore normal tty mode if pForth dictionary loading fails.\r
         \r
        - Allow space after -d command line option.\r
        - Restore normal tty mode if pForth dictionary loading fails.\r
         \r
@@ -32,7 +32,7 @@ V22  (unreleased)
     - Fixed float evaluation in EVALUATE in "quit.fth".\r
     - Flush register cache for ffColon and ffSemiColon to prevent stack warnings from ;\r
 \r
     - Fixed float evaluation in EVALUATE in "quit.fth".\r
     - Flush register cache for ffColon and ffSemiColon to prevent stack warnings from ;\r
 \r
-V21 - 9/16/98\r
+V21 - 9/16/1998\r
        - Fixed some compiler warnings.\r
 \r
 V20\r
        - Fixed some compiler warnings.\r
 \r
 V20\r
@@ -57,7 +57,7 @@ V20
          started with "-i" option.  It used to always consider numeric input as HEX.\r
          Initial BASE is decimal.  \r
 \r
          started with "-i" option.  It used to always consider numeric input as HEX.\r
          Initial BASE is decimal.  \r
 \r
-V19  4/98\r
+V19  4/1998\r
 \r
        - Warn if local var name matches dictionary, : foo { count -- } ;\r
        - TO -> and +-> now parse input stream. No longer use to-flag.\r
 \r
        - Warn if local var name matches dictionary, : foo { count -- } ;\r
        - TO -> and +-> now parse input stream. No longer use to-flag.\r