From dcf069794b08b08d668ce91344d63e0d26b1d1c0 Mon Sep 17 00:00:00 2001 From: asau Date: Mon, 22 Nov 2010 01:25:48 +0000 Subject: Update to pForth version 27. Assume maintainership. Changes since version 21: 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. Uses -pedantic. - Use fseek and ftell on WIN32 instead of fseeko and ftello. - Makefile is now more standard. Builds in same dir as Makefile. Uses CFLAGS etc. - Add support for console IO with _WATCOMC_ - Internal CStringToForth and ForthStringToC now take a destination size for safety. - Run units tests for CStringToForth and ForthStringToC if PF_UNIT_TESTS is defined. 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 Saushev for reporting this. V23 7/20/2008 - Reorganized for Google Code project. V22 (unreleased) - Added command line history and cursor control words. - Sped up UM* and M* by a factor of 3. Thanks to Steve Green for suggested algorithm. - 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. 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 ; --- lang/pforth/PLIST | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'lang/pforth/PLIST') diff --git a/lang/pforth/PLIST b/lang/pforth/PLIST index 0a76074dcc9..e5edecd4cd4 100644 --- a/lang/pforth/PLIST +++ b/lang/pforth/PLIST @@ -1,23 +1,18 @@ -@comment $NetBSD: PLIST,v 1.3 2009/08/29 18:53:57 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2010/11/22 01:25:48 asau Exp $ bin/pforth lib/pforth/pforth.dic -share/doc/pforth/README.txt -share/doc/pforth/pf_ref.htm -share/doc/pforth/pf_todo.txt -share/doc/pforth/pf_tut.htm -share/doc/pforth/pfmanual.txt +share/doc/pforth/readme.txt share/pforth/ansilocs.fth share/pforth/bench.fth -share/pforth/bloop.fth share/pforth/c_struct.fth share/pforth/case.fth -share/pforth/catch.fth -share/pforth/checkit.fth share/pforth/condcomp.fth share/pforth/coretest.fth share/pforth/filefind.fth share/pforth/floats.fth share/pforth/forget.fth +share/pforth/history.fth +share/pforth/loadhist.fth share/pforth/loadp4th.fth share/pforth/locals.fth share/pforth/math.fth @@ -26,18 +21,27 @@ share/pforth/misc1.fth share/pforth/misc2.fth share/pforth/numberio.fth share/pforth/private.fth -share/pforth/quit.fth +share/pforth/savedicd.fth share/pforth/see.fth share/pforth/siev.fth share/pforth/smart_if.fth share/pforth/strings.fth share/pforth/system.fth share/pforth/t_alloc.fth +share/pforth/t_case.fth share/pforth/t_corex.fth share/pforth/t_floats.fth +share/pforth/t_include.fth +share/pforth/t_load.fth +share/pforth/t_load_defer.fth +share/pforth/t_load_pairs.fth +share/pforth/t_load_semi.fth +share/pforth/t_load_undef.fth share/pforth/t_locals.fth +share/pforth/t_nolf.fth share/pforth/t_strings.fth share/pforth/t_tools.fth +share/pforth/termio.fth share/pforth/tester.fth share/pforth/trace.fth share/pforth/tut.fth @@ -45,6 +49,5 @@ share/pforth/utils/clone.fth share/pforth/utils/dump_struct.fth share/pforth/utils/load_file.fth share/pforth/utils/make_all256.fth -share/pforth/utils/savedicd.fth share/pforth/utils/trace.fth share/pforth/wordslik.fth -- cgit v1.2.3