Fix inconsistent line endings. Thanks Aleksej.
[pforth] / releases.txt
index 615d2cc..571a512 100644 (file)
@@ -1,24 +1,24 @@
 Release History for pForth - a Portable ANS-like Forth written in ANSI 'C'\r
 \r
 Documentation for pForth at http://www.softsynth.com/pforth/\r
 Release History for pForth - a Portable ANS-like Forth written in ANSI 'C'\r
 \r
 Documentation for pForth at http://www.softsynth.com/pforth/\r
-
-V27
-    - Fixed REPOSITION-FILE FILE-SIZE and FILE-POSITION.
-      They used to use single precision offset. Now use double as specified.
-    - Delete object directories in Makefile clean.
-    - Fixed "Issue 4: Filehandle remains locked upon INCLUDE error".
-      http://code.google.com/p/pforth/issues/detail?id=4&can=1
-    - Fixed scrambled HISTORY on 64-bit systems. Was using CELL+ but really needed 4 +.
-    - Fixed floating point input. Now accepts "1E" as 1.0. Was Issue #2.
-    - Fixed lots of warning and made code compatible with C89 and ANSI with -pedantic.
-    - Use fseek and ftell on WIN32 instead of fseeko and ftello.
 \r
 \r
-V26  5/20/2010
-    - 64-bit support for M* UM/MOD etc by Aleksej Saushev. Thanks Aleksej!
+V27\r
+    - Fixed REPOSITION-FILE FILE-SIZE and FILE-POSITION.\r
+      They used to use single precision offset. Now use double as specified.\r
+    - Delete object directories in Makefile clean.\r
+    - Fixed "Issue 4: Filehandle remains locked upon INCLUDE error".\r
+      http://code.google.com/p/pforth/issues/detail?id=4&can=1\r
+    - Fixed scrambled HISTORY on 64-bit systems. Was using CELL+ but really needed 4 +.\r
+    - Fixed floating point input. Now accepts "1E" as 1.0. Was Issue #2.\r
+    - Fixed lots of warning and made code compatible with C89 and ANSI with -pedantic.\r
+    - Use fseek and ftell on WIN32 instead of fseeko and ftello.\r
+\r
+V26  5/20/2010\r
+    - 64-bit support for M* UM/MOD etc by Aleksej Saushev. Thanks Aleksej!\r
     \r
     \r
-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++
+V25  5/19/2010\r
+    - Added 64-bit CELL support contributed by Aleksej Saushev. Thanks Aleksej!\r
+    - Added "-x c" to Makefile CCOPTS to prevent confusion with C++\r
        - 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