Fixed POSIX IO, (ACCEPT) now emits SPACE at end of line.
[pforth] / releases.txt
index 7cfef67..82b8c3d 100644 (file)
@@ -2,6 +2,11 @@ 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
+V24 2/20/09\r
+       - Fixed Posix IO on Mac. ?TERMINAL was always returning true.\r
+       - ACCCEPT now emits a space at end of line before output.\r
+       - Fixed RESIZE because it was returning the wrong address.\r
+\r
 V23 8/4/2008\r
        - Removed -v option from mkdir in build/unix/Makefile. It was not supported on FreeBSD.\r
          Thank you Alexsej Sauchdev for reporting this.\r
 V23 8/4/2008\r
        - Removed -v option from mkdir in build/unix/Makefile. It was not supported on FreeBSD.\r
          Thank you Alexsej Sauchdev for reporting this.\r
@@ -15,7 +20,7 @@ V22  (unreleased)
        - Modified ACCEPT so that a line at the end of a file that does NOT have a line\r
            terminator will now be processed.\r
        - Use _getch(), _putch(), and _kbhit() so that KEY, EMIT and ?TERMINAL will work on PC.\r
        - Modified ACCEPT so that a line at the end of a file that does NOT have a line\r
            terminator will now be processed.\r
        - Use _getch(), _putch(), and _kbhit() so that KEY, EMIT and ?TERMINAL will work on PC.\r
-       - Fixed  : foo { -- } 55 ;  - was entering local frame but not exiting.\r
+       - Fixed  : foo { -- } 55 ;  - Was entering local frame but not exiting. Now prints error.\r
     - Redefined MAKE_ID to protect it from 16 bit ints\r
     - John Providenza says "If you split local variables onto 2 lines, PForth crashes." Fixed. Also allow \\r
     - Fixed float evaluation in EVALUATE in "quit.fth".\r
     - Redefined MAKE_ID to protect it from 16 bit ints\r
     - John Providenza says "If you split local variables onto 2 lines, PForth crashes." Fixed. Also allow \\r
     - Fixed float evaluation in EVALUATE in "quit.fth".\r