<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/boot/common/interp_forth.c, branch release/3.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-09-16T08:26:13Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-09-16T08:26:13Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-09-16T08:26:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5be28542797ac26e17de490f50e0830003596d38'/>
<id>urn:sha1:5be28542797ac26e17de490f50e0830003596d38</id>
<content type='text'>
'RELENG_3_3_0_RELEASE'.

This commit was manufactured to restore the state of the 3.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-29T16:33:42Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T16:33:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c4f617ca01b475bdf034553dfe123deeb1589899'/>
<id>urn:sha1:c4f617ca01b475bdf034553dfe123deeb1589899</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC. r1.13, increase FICL dictionary size.</title>
<updated>1999-03-14T22:03:11Z</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>1999-03-14T22:03:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d78dd4a690b2837660dbf7435d150e91583c4c82'/>
<id>urn:sha1:d78dd4a690b2837660dbf7435d150e91583c4c82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>1999-02-06T14:27:46Z</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>1999-02-06T14:27:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1205ceba72fbd3a7f15379adffd301ad6b663f84'/>
<id>urn:sha1:1205ceba72fbd3a7f15379adffd301ad6b663f84</id>
<content type='text'>
Rename "source" as "include". Make it capable of including forth source,
while stripping #@- functionality (in the BOOT_FORTH case).

Add builtin "more". (This is already in help.common -- must got into one
of Mike's MFC).

Make bf_run return ficlExec() result code. Push "interpret" on the
execution stack before calling ficlExec() (not doing this was a bug,
if we want ficlExec() to recurse).

Add EXCEPTION and MEMORY-ALLOC word sets.

Fix "evaluate" to respect buffer size.

Make builtins "throw" errors instead of pushing them on the stack. Move
error message printing from bf_command() to bf_run().

Make builtins state-aware.

Fix "type" not to use fixed sized buffers.

Add version words to ficl.

Add trace facility to ficl.

Add words $ and % to replace @ and - in "include".

Approved by: jhk
</content>
</entry>
<entry>
<title>Fix variable initialization.. It was written with '==' instead of '-'.</title>
<updated>1999-01-04T18:39:24Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-01-04T18:39:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4cd1140888721aed5ae25cd5b1778e00f8e70ffc'/>
<id>urn:sha1:4cd1140888721aed5ae25cd5b1778e00f8e70ffc</id>
<content type='text'>
#include &lt;string.h&gt; for string prototypes.
</content>
</entry>
<entry>
<title>* Begin integration of built-ins with Forth: leave the exit code from</title>
<updated>1998-12-22T11:41:51Z</updated>
<author>
<name>Andrzej Bialecki</name>
<email>abial@FreeBSD.org</email>
</author>
<published>1998-12-22T11:41:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1c49fb07d89bcb4e617854b192605ad602478f56'/>
<id>urn:sha1:1c49fb07d89bcb4e617854b192605ad602478f56</id>
<content type='text'>
  a built-in command on Forth stack.
* Fix a bug which was causing a panic when loading stripped aout kernels.

Reviewed by:	jkh
</content>
</entry>
<entry>
<title>Eliminate much code cruft by extending simple file I/O API to include</title>
<updated>1998-11-07T06:18:00Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-11-07T06:18:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ed82a24960c517b57900e77ebad824edfd845424'/>
<id>urn:sha1:ed82a24960c517b57900e77ebad824edfd845424</id>
<content type='text'>
fopen and fclose.  Also look for /boot/boot.4th now and, if found,
load its contents.
</content>
</entry>
<entry>
<title>Don't have debugging on by default - it makes testing annoying. :)</title>
<updated>1998-11-07T03:44:10Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-11-07T03:44:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c412a7ae32f92125efdcab3b57c1b0247e485427'/>
<id>urn:sha1:c412a7ae32f92125efdcab3b57c1b0247e485427</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ack.  Create parseable command tail properly, and eat args out of the TIB.</title>
<updated>1998-11-06T03:50:44Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-11-06T03:50:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8a34f8ba881273c34e9ee0ce947b32859b0ae2d6'/>
<id>urn:sha1:8a34f8ba881273c34e9ee0ce947b32859b0ae2d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't use the poxy vmGetString interface (who uses counted strings these</title>
<updated>1998-11-06T03:45:36Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-11-06T03:45:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=84924924e158450b15030a78798cecbfd42df209'/>
<id>urn:sha1:84924924e158450b15030a78798cecbfd42df209</id>
<content type='text'>
days?), get the input buffer ourselves.  Add some debugging code.
</content>
</entry>
</feed>
