Download : https://sourceforge.net/project/showfiles.php?group_id=17919&package_id=13485&release_id=655371
Notes : https://sourceforge.net/project/shownotes.php?release_id=655371&group_id=17919
Release notes : https://sourceforge.net/project/shownotes.php?group_id=17919&release_id=623074
Download : http://downloads.sourceforge.net/spf/spf4-19-linux-beta2.tar.gz
SPF devel directory (contributed code) snapshot as of 19 June 2008
http://sourceforge.net/project/shownotes.php?release_id=608161&group_id=17919
Release notes : https://sourceforge.net/project/shownotes.php?release_id=597863&group_id=17919
Download : http://downloads.sourceforge.net/spf/spf4-19-linux-beta1.tar.gz
ANS Forth for Win32 and Linux/x86 (used to compile the following SF projects: acWEB, acFTP, acFreeProxy, acSMTP, Forth-Script)
SP-Forth for Windows is a reliable and comfortable forth system producing optimized native code.
This release features fixes and improvements in kernel, adds more documentation.
Download: http://sourceforge.net/project/showfiles.php?group_id=17919
Notes: http://sourceforge.net/project/shownotes.php?group_id=17919&release_id=569286
ANS Forth for Win32 and Linux/x86 (used to compile the following SF projects: acWEB, acFTP, acFreeProxy, acSMTP, Forth-Script).
SPF devel directory (contributed code) snapshot as of 17 September 2007
http://sourceforge.net/project/shownotes.php?release_id=540403&group_id=17919
SPF devel directory (contributed code) snapshot as of 1 June 2007
http://sourceforge.net/project/shownotes.php?group_id=17919&release_id=512772
SPF devel directory (contributed code) snapshot as of 1 April 2007
http://sourceforge.net/project/shownotes.php?release_id=497972&group_id=17919
SP-Forth for Windows is a reliable and comfortable forth system producing optimized native code.
This release adds documentation, fixes bugs and improves speed. Executable installer now uses NSIS.
Download: http://sourceforge.net/project/showfiles.php?group_id=17919
Notes: http://sourceforge.net/project/shownotes.php?group_id=17919&release_id=468058
SP-Forth 4 now works on Linux, Cygwin, Win32 (new: DLOPEN word).
https://sourceforge.net/project/showfiles.php?group_id=17919&package_id=141388
Wordlist:
http://spf.sourceforge.net/cgi-bin/spf.cgi
(generated by SPF, installed on this server)
SP-FORTH - reliable and comfortable forth system producing native code
optimized.
This releases improves speed, improves stability.
The refreshed optimizer from ~mak.
New SEH. ~ac
The READ-LINE is corrected. ~ac
SAVE generates correct (from the point of view WinXP) file header.
It generates the program which is not having of resources.
If the resources are necessary, it is possible to use src\tsave.f :
S" name.exe" S" src\spf.fres" src\tsave.f
CONSOLE-HANDLES is transferred in a beginning of cycle of QUIT.
Instead of hand connection of icons, the resources are linking on the ~yz technology from spf.fres.
The insert of characters of line feed into a log-file is transferred from MAIN1 into ACCEPT1.
Instead of the constant #ST-RES the variable ST-RES is entered - size of the data stack. By default size of the data stack - about 4Kb. ~af
The system of errors output from ~ruvim, lost in build 7, is added.
Large package of changes from uspf4m10-uspf4m13 ~mak
The variable ERASED-CNT is removed. Instead of it the word PROCESS-INIT is entered.
Width of columns in WORDS was modified from 8 to 15.
RECEIVE-WITH allocate now C\L+2 bytes for TIB. REFILL transmits to READ-LINE as buffer TIB by size C\L, and READ-LINE require, that the buffer really was on two bytes more than was declared.
The asm-version DIGIT is again used. It understand only large characters. Case-insensitive DIGIT is transferred in lib caseins.
The variable SOURCE-ID-XT is added. It stores xt of the word, which reads from SOURCE-ID one line. It is necessary in that case, when SOURCE-ID not file, but memory for example. ~af
All words for operations with input-output streams are transferred in separate lib.
(INCLUDED) now is vector.
New INCLUDED from ~ruvim - file input on relative "current" directory.
Some, not used functions Windows, are removed from kernel .
The word .TO-LOG is added. It prints top number from data stack into log-file.
Was modified WINAPI:. Field, containing quantity of parameters which is necessary transmit to function, is added. This quantity is calculated at the first call of the function. ~ruvim
Word ; clears now the buffer JpBuff in the optimizer.
The possibility of availability of the tab characters in sources is taken into account. Was modified - REQUIRE, LAST-WORD.
The processing of hex-constants was modified. If following after 0x the part of token contains characters which are not being hex digits, then this token not considered as hex-constant. The exception - at the end of constant can stand the character L.