Bump to V28
authorPhil Burk <philburk@mobileer.com>
Wed, 25 Apr 2018 04:24:18 +0000 (21:24 -0700)
committerPhil Burk <philburk@mobileer.com>
Wed, 25 Apr 2018 04:26:28 +0000 (21:26 -0700)
Update README

csrc/pf_guts.h
readme.txt
releases.txt

index 709b537..5aa4a70 100644 (file)
@@ -23,7 +23,7 @@
 ** PFORTH_VERSION changes when PForth is modified and released.
 ** See README file for version info.
 */
 ** PFORTH_VERSION changes when PForth is modified and released.
 ** See README file for version info.
 */
-#define PFORTH_VERSION "27"
+#define PFORTH_VERSION "28"
 
 /*
 ** PFORTH_FILE_VERSION changes when incompatible changes are made
 
 /*
 ** PFORTH_FILE_VERSION changes when incompatible changes are made
@@ -36,8 +36,9 @@
 ** FV7 - 971203 - Added ID_FILL, (1LOCAL@),  etc., ran out of reserved, resorted.
 ** FV8 - 980818 - Added Endian flag.
 ** FV9 - 20100503 - Added support for 64-bit CELL.
 ** FV7 - 971203 - Added ID_FILL, (1LOCAL@),  etc., ran out of reserved, resorted.
 ** FV8 - 980818 - Added Endian flag.
 ** FV9 - 20100503 - Added support for 64-bit CELL.
+** FV10 - 20170103 - Added ID_FILE_FLUSH ID_FILE_RENAME ID_FILE_RESIZE
 */
 */
-#define PF_FILE_VERSION (9)   /* Bump this whenever primitives added. */
+#define PF_FILE_VERSION (10)   /* Bump this whenever primitives added. */
 #define PF_EARLIEST_FILE_VERSION (9)  /* earliest one still compatible */
 
 /***************************************************************
 #define PF_EARLIEST_FILE_VERSION (9)  /* earliest one still compatible */
 
 /***************************************************************
index de7cf90..76bcdab 100644 (file)
@@ -4,7 +4,7 @@ by Phil Burk
 with Larry Polansky, David Rosenboom and Darren Gibbs.
 Support for 64-bit cells by Aleksej Saushev.
 
 with Larry Polansky, David Rosenboom and Darren Gibbs.
 Support for 64-bit cells by Aleksej Saushev.
 
-Last updated: December 23, 2014 V27
+Last updated: April 24, 2017 V28
 
 Code for pForth is maintained on GitHub at:
   https://github.com/philburk/pforth
 
 Code for pForth is maintained on GitHub at:
   https://github.com/philburk/pforth
@@ -29,7 +29,6 @@ purpose and their equivalents under the laws of any jurisdiction.
 -- Contents of SDK --------------------------------------
 
     build - tools for building pForth on various platforms
 -- Contents of SDK --------------------------------------
 
     build - tools for building pForth on various platforms
-    build/win32/vs2005 - Visual Studio 2005 Project and Solution
     build/unix - Makefile for unix
     
     csrc - pForth kernel in ANSI 'C'
     build/unix - Makefile for unix
     
     csrc - pForth kernel in ANSI 'C'
index c611579..74c975a 100644 (file)
@@ -2,7 +2,13 @@ Release History for pForth - a Portable ANS-like Forth written in ANSI 'C'
 
 Documentation for pForth at http://www.softsynth.com/pforth/
 
 
 Documentation for pForth at http://www.softsynth.com/pforth/
 
-V28 - unreleased
+V29 - unreleased
+
+V28 - 4/24/2018
+    - remove off_t
+    - too many changes to list, see commit history (TODO add changes)
+    - fix $ROM
+    - fix HISTORY
     - fixes for MinGW build
 
 V27 - 11/22/2010
     - fixes for MinGW build
 
 V27 - 11/22/2010