X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/246a0927c7452a30d78314ebe920c06fbf9fd4b8..81dfa5e08883473e73d981e38722533b386c7810:/releases.txt diff --git a/releases.txt b/releases.txt index 7cfef67..2e5e4e1 100644 --- a/releases.txt +++ b/releases.txt @@ -2,9 +2,23 @@ Release History for pForth - a Portable ANS-like Forth written in ANSI 'C' Documentation for pForth at http://www.softsynth.com/pforth/ +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. + +V24 2/20/09 + - Fixed Posix IO on Mac. ?TERMINAL was always returning true. + - ACCCEPT now emits a space at end of line before output. + - Fixed RESIZE because it was returning the wrong address. + V23 8/4/2008 - Removed -v option from mkdir in build/unix/Makefile. It was not supported on FreeBSD. - Thank you Alexsej Sauchdev for reporting this. + Thank you Alexsej Saushev for reporting this. V23 7/20/2008 - Reorganized for Google Code project. @@ -15,13 +29,13 @@ V22 (unreleased) - Modified ACCEPT so that a line at the end of a file that does NOT have a line terminator will now be processed. - Use _getch(), _putch(), and _kbhit() so that KEY, EMIT and ?TERMINAL will work on PC. - - Fixed : foo { -- } 55 ; - was entering local frame but not exiting. + - Fixed : foo { -- } 55 ; - Was entering local frame but not exiting. Now prints error. - Redefined MAKE_ID to protect it from 16 bit ints - John Providenza says "If you split local variables onto 2 lines, PForth crashes." Fixed. Also allow \ - 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 @@ -46,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.