X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/b3651f38b79671793118de32512a8c0806cfdab5..54b27a8713239cf47e1ed2ee7cdb3b14de22e663:/releases.txt diff --git a/releases.txt b/releases.txt index f89773b..2e5e4e1 100644 --- a/releases.txt +++ b/releases.txt @@ -2,7 +2,12 @@ Release History for pForth - a Portable ANS-like Forth written in ANSI 'C' Documentation for pForth at http://www.softsynth.com/pforth/ -V?? +V26 5/20/2010 + - 64-bit support for M* UM/MOD etc by Aleksej Saushev. Thanks Aleksej! + +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. - Restore normal tty mode if pForth dictionary loading fails. @@ -30,7 +35,7 @@ V22 (unreleased) - Fixed float evaluation in EVALUATE in "quit.fth". - Flush register cache for ffColon and ffSemiColon to prevent stack warnings from ; -V21 - 9/16/98 +V21 - 9/16/1998 - Fixed some compiler warnings. V20 @@ -55,7 +60,7 @@ V20 started with "-i" option. It used to always consider numeric input as HEX. Initial BASE is decimal. -V19 4/98 +V19 4/1998 - Warn if local var name matches dictionary, : foo { count -- } ; - TO -> and +-> now parse input stream. No longer use to-flag.