<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0">
  <channel>
    <title>SP-Forth CVS ChangeLog</title>
    <link>http://spf.sf.net/</link>
    <description>Latest changes on the SP-Forth DEV CVS - in RSS format</description>
    <language>en-us</language>
    <copyright>Copyright &amp;copy;2004 Etype. All rights reserved.</copyright>
    <pubDate>Thu, 24 Sep 2009 16:11:57 GMT</pubDate>
    <lastBuildDate>Thu, 24 Sep 2009 16:11:57 GMT</lastBuildDate>
    <generator>Forth.Script</generator>
    <docs>http://www.eserv.ru/ChangeLog</docs>
    <image>
      <title>forth.org.ru</title>
      <url>http://www.eserv.ru/img/powered-by-eserv-3.gif</url>
      <link>http://www.eserv.ru/ru/rss/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>2009-09-24 (20:11) ext/uppercase.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/uppercase.f</link>
      <description>oops, utf-8 -&gt; cp1251
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Thu, 24 Sep 2009 16:11:57 GMT</pubDate>
    </item>
    <item>
      <title>2009-08-31 (11:55) ext/caseins-tools.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/caseins-tools.f</link>
      <description>Do not depend on devel
Thanks to Anton Ertl -- http://groups.google.com/group/comp.lang.forth/browse_thread/thread/f9a14ef8a6a618c9#msg_304a74267b187d6a
Code from ~ac/lib/string/uppercase.f
+[ext/uppercase.f]
v.1.1,

(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Mon, 31 Aug 2009 07:55:22 GMT</pubDate>
    </item>
    <item>
      <title>2009-02-08 (17:19) ext/rnd.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/rnd.f</link>
      <description>GetTickCount -&gt; ms@
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 08 Feb 2009 14:19:08 GMT</pubDate>
    </item>
    <item>
      <title>2009-01-22 (12:16) ext/const.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/const.f</link>
      <description>OPEN-FILE-SHARED
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Thu, 22 Jan 2009 09:16:38 GMT</pubDate>
    </item>
    <item>
      <title>2009-01-22 (12:14) ext/const.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/const.f</link>
      <description>use FIND-FULLNAME instead of TryOpenFile, consider removing lib/ext/util.f as it is not used (and shouldn't be used) by anyone.
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Thu, 22 Jan 2009 09:14:46 GMT</pubDate>
    </item>
    <item>
      <title>2009-01-04 (20:56) posix/const/consts.c</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/posix/const/consts.c</link>
      <description>more constants. (including SYS_gettid -- linux-specific syscall number)
+[posix/const/linux.const]
v.1.7,

(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 04 Jan 2009 17:56:08 GMT</pubDate>
    </item>
    <item>
      <title>2008-12-14 (18:18) include/facil.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/include/facil.f</link>
      <description>do not bring times and time functions to global scope
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 14 Dec 2008 15:18:42 GMT</pubDate>
    </item>
    <item>
      <title>2008-12-14 (18:17) ext/spf-asm-tmp.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/spf-asm-tmp.f</link>
      <description>forward slashes
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 14 Dec 2008 15:17:03 GMT</pubDate>
    </item>
    <item>
      <title>2008-12-13 (15:08) posix/key.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/posix/key.f</link>
      <description>termios constants have too generic names, so prepend them with TE_ prefix
+[posix/const/consts.c]
v.1.6,

+[posix/const/linux.const]
v.1.6,

(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sat, 13 Dec 2008 12:08:17 GMT</pubDate>
    </item>
    <item>
      <title>2008-12-01 (12:15) posix/const/consts.c</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/posix/const/consts.c</link>
      <description>added some sockets constants
+[posix/const/linux.const]
v.1.5,

(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Mon, 01 Dec 2008 09:15:06 GMT</pubDate>
    </item>
    <item>
      <title>2008-11-09 (19:40) posix/const/consts.c</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/posix/const/consts.c</link>
      <description>+ pthread_mutex
+[posix/const/linux.const]
v.1.4,

(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 09 Nov 2008 16:40:23 GMT</pubDate>
    </item>
    <item>
      <title>2008-11-08 (19:34) win/mutex.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/win/mutex.f</link>
      <description>Убрана копия кода из ~pinka/lib/MUTEX.F, перенавлено на lib/win/mutex.f
(ruv)
</description>
      <author>ruv</author>
      <category>Network Software News</category>
      <pubDate>Sat, 08 Nov 2008 16:34:49 GMT</pubDate>
    </item>
    <item>
      <title>2008-10-29 (08:52) ext/patch.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/patch.f</link>
      <description>make it work withut macroopt enabled
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Wed, 29 Oct 2008 05:52:47 GMT</pubDate>
    </item>
    <item>
      <title>2008-08-30 (16:27) ext/patch.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/patch.f</link>
      <description>hack the hack -- correctly patch inlined VECT
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sat, 30 Aug 2008 12:27:17 GMT</pubDate>
    </item>
    <item>
      <title>2008-08-25 (16:58) alg/md5-jz.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/alg/md5-jz.f</link>
      <description>* linux
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Mon, 25 Aug 2008 12:58:07 GMT</pubDate>
    </item>
    <item>
      <title>2008-08-03 (12:50) posix/const.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/posix/const.f</link>
      <description>just use REQUIRE LINUX-CONSTANTS lib/posix/const.f
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 03 Aug 2008 08:50:25 GMT</pubDate>
    </item>
    <item>
      <title>2008-08-03 (12:48) posix/const/consts.c</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/posix/const/consts.c</link>
      <description>more (mmap() and open())
+[posix/const/linux.const]
v.1.3,

(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 03 Aug 2008 08:48:51 GMT</pubDate>
    </item>
    <item>
      <title>2008-07-20 (18:14) include/ansi-file.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/include/ansi-file.f</link>
      <description>Also zero-end argument for FILE-EXIST and FILE-EXISTS
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 20 Jul 2008 14:14:38 GMT</pubDate>
    </item>
    <item>
      <title>2008-06-27 (18:48) posix/key.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/posix/key.f</link>
      <description>add termios constants to linux.const
use linux.const for KEY
+[posix/const/consts.c]
v.1.2,

+[posix/const/linux.const]
v.1.2,

(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Fri, 27 Jun 2008 14:48:06 GMT</pubDate>
    </item>
    <item>
      <title>2008-06-27 (18:44) ext/const.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/const.f</link>
      <description>fix to find the last constant
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Fri, 27 Jun 2008 14:44:07 GMT</pubDate>
    </item>
    <item>
      <title>2008-06-27 (17:55) posix/const/.cvsignore</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/posix/const/.cvsignore</link>
      <description>do not clean consts.auto.f by default
+[posix/const/Makefile]
v.1.2,

(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Fri, 27 Jun 2008 13:55:17 GMT</pubDate>
    </item>
    <item>
      <title>2008-06-27 (17:22) posix/const/Makefile</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/posix/const/Makefile</link>
      <description>linux.const
+[posix/const/compile.f]
v.1.1,

+[posix/const/consts.c]
v.1.1,

+[posix/const/linux.const]
v.1.1,

(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Fri, 27 Jun 2008 13:22:12 GMT</pubDate>
    </item>
    <item>
      <title>2008-06-01 (22:51) include/ansi.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/include/ansi.f</link>
      <description>make it work on linux
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 01 Jun 2008 18:51:15 GMT</pubDate>
    </item>
    <item>
      <title>2008-06-01 (22:50) posix/file.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/posix/file.f</link>
      <description>RENAME-FILE
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 01 Jun 2008 18:50:35 GMT</pubDate>
    </item>
    <item>
      <title>2008-06-01 (21:16) ext/locals.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/locals.f</link>
      <description>B, is in kernel for a long time already
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 01 Jun 2008 17:16:49 GMT</pubDate>
    </item>
    <item>
      <title>2008-06-01 (13:23) ext/help.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/help.f</link>
      <description>fix slashes in path
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 01 Jun 2008 09:23:50 GMT</pubDate>
    </item>
    <item>
      <title>2008-05-23 (16:08) include/tools.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/include/tools.f</link>
      <description>Слово ".S" ничего не выводит, если стек ушел под пол.
(ruv)
</description>
      <author>ruv</author>
      <category>Network Software News</category>
      <pubDate>Fri, 23 May 2008 12:08:41 GMT</pubDate>
    </item>
    <item>
      <title>2008-04-22 (23:11) include/float.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/include/float.f</link>
      <description>path slashes
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Tue, 22 Apr 2008 19:11:10 GMT</pubDate>
    </item>
    <item>
      <title>2008-04-11 (00:32) ext/disasm.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/disasm.f</link>
      <description>interactive part of disasm moved to disasmi.f and uses lib/posix/key.f on linux
fixed path slashes
(FireAndMotion)
+[ext/disasmi.f]
v.1.1,

(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Thu, 10 Apr 2008 20:32:45 GMT</pubDate>
    </item>
    <item>
      <title>2008-04-07 (00:12) include/facil.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/include/facil.f</link>
      <description>fix ms@ on linux - times() measures in 10ms ticks, need 1ms units
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 06 Apr 2008 20:12:10 GMT</pubDate>
    </item>
    <item>
      <title>2008-03-30 (20:28) posix/key.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/posix/key.f</link>
      <description>KEY for linux
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 30 Mar 2008 16:28:38 GMT</pubDate>
    </item>
    <item>
      <title>2008-03-29 (15:41) include/facil.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/include/facil.f</link>
      <description>ms@ comment
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sat, 29 Mar 2008 12:41:20 GMT</pubDate>
    </item>
    <item>
      <title>2008-03-23 (21:56) ext/caseins.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/caseins.f</link>
      <description>ms@ (linux and win)
+[include/facil.f]
v.1.4,

(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 23 Mar 2008 18:56:10 GMT</pubDate>
    </item>
    <item>
      <title>2008-03-22 (14:42) include/facil.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/include/facil.f</link>
      <description>TIME&amp;DATE for posix
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sat, 22 Mar 2008 11:42:38 GMT</pubDate>
    </item>
    <item>
      <title>2008-02-27 (16:57) include/ansi-block.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/include/ansi-block.f</link>
      <description>Мелкие поправки:
кодировка windows-1251;
детали реализации в словарь BLK-SUPPORT;
слово BLK не определяется, оно уже есть в системе;
элиминированно слово INTERPRET-BLOCK вместе с ошибкой при использовании TAKEN-TIB;
REFILL не переопределяется, оставаясь вектором;
чанк устанавливается через SOURCE! (убрано оперирование TIB).
(ruv)
</description>
      <author>ruv</author>
      <category>Network Software News</category>
      <pubDate>Wed, 27 Feb 2008 13:57:34 GMT</pubDate>
    </item>
    <item>
      <title>2008-02-27 (04:52) ext/spf-asm.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/spf-asm.f</link>
      <description>\ /
(spf)
</description>
      <author>spf</author>
      <category>Network Software News</category>
      <pubDate>Wed, 27 Feb 2008 01:52:19 GMT</pubDate>
    </item>
    <item>
      <title>2008-02-24 (23:00) include/ansi-block.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/include/ansi-block.f</link>
      <description>make it work
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 24 Feb 2008 20:00:16 GMT</pubDate>
    </item>
    <item>
      <title>2008-02-24 (21:09) include/ansi-block.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/include/ansi-block.f</link>
      <description>BLOCK wordset contributed by Forthware - pristine version
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 24 Feb 2008 18:09:00 GMT</pubDate>
    </item>
    <item>
      <title>2008-02-13 (14:16) ext/locals.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/locals.f</link>
      <description>temporary fix: "B,"  from basics.f
(ruv)
</description>
      <author>ruv</author>
      <category>Network Software News</category>
      <pubDate>Wed, 13 Feb 2008 11:16:55 GMT</pubDate>
    </item>
    <item>
      <title>2008-02-07 (18:26) ext/locals.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/locals.f</link>
      <description>CHARS-correct
+[include/float2.f]
v.1.14,

(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Thu, 07 Feb 2008 15:26:19 GMT</pubDate>
    </item>
    <item>
      <title>2008-02-07 (13:19) ext/vocs.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/vocs.f</link>
      <description>REQUIRE needed
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Thu, 07 Feb 2008 10:19:38 GMT</pubDate>
    </item>
    <item>
      <title>2008-02-05 (13:24) ext/locals.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/locals.f</link>
      <description>C, -&gt; B,
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Tue, 05 Feb 2008 10:24:36 GMT</pubDate>
    </item>
    <item>
      <title>2008-01-27 (16:11) ext/disasm.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/disasm.f</link>
      <description>move conditional definition of NEAR_NFA into vocs.f where it is used too (so disasm.f can be used with jpf375c)
+[ext/vocs.f]
v.1.6,

(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 27 Jan 2008 13:11:27 GMT</pubDate>
    </item>
    <item>
      <title>2008-01-15 (13:45) asm/486asm.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/asm/486asm.f</link>
      <description>0B0 instead of 0BC for CMPXCHG (BTW it was already fixed once)
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Tue, 15 Jan 2008 10:45:59 GMT</pubDate>
    </item>
    <item>
      <title>2008-01-15 (11:50) include/string.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/include/string.f</link>
      <description>CHAR-correct, consider using protection from invalid params?
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Tue, 15 Jan 2008 08:50:40 GMT</pubDate>
    </item>
    <item>
      <title>2008-01-14 (10:41) win/const.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/win/const.f</link>
      <description>comment was in utf8
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Mon, 14 Jan 2008 07:41:49 GMT</pubDate>
    </item>
    <item>
      <title>2008-01-14 (10:33) ext/const.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/const.f</link>
      <description>lib/ext/const.f is now pure implementation, lib/win/const.f additionally loads windows.const
+[win/const.f]
v.1.5,

(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Mon, 14 Jan 2008 07:33:46 GMT</pubDate>
    </item>
    <item>
      <title>2008-01-14 (00:11) win/winconst/compile.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/win/winconst/compile.f</link>
      <description>duplicates, not-working, obsolete.
+[win/winconst/h2f.f]
v.1.3,

+[win/winconst/readme.txt]
v.1.3,

+[win/winconst/steal.f]
v.1.3,

(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 13 Jan 2008 21:11:17 GMT</pubDate>
    </item>
    <item>
      <title>2008-01-13 (20:35) ENVIR.SPF</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ENVIR.SPF</link>
      <description>sync
(ygreks)
</description>
      <author>ygreks</author>
      <category>Network Software News</category>
      <pubDate>Sun, 13 Jan 2008 17:35:48 GMT</pubDate>
    </item>
    <item>
      <title>2008-01-13 (18:43) ext/caseins-tools.f</title>
      <link>http://spf.cvs.sourceforge.net/spf/lib/ext/caseins-tools.f</link>
      <description>* CEQUAL-U -- делать &gt;CHARS ненадо, там и так в символах длина
(ruv)
</description>
      <author>ruv</author>
      <category>Network Software News</category>
      <pubDate>Sun, 13 Jan 2008 15:43:27 GMT</pubDate>
    </item>
  </channel>
</rss>

