summaryrefslogtreecommitdiffstats
path: root/sys/boot/ficl
Commit message (Expand)AuthorAgeFilesLines
* Fix this so that we actually define HAVE_PNP when its available.dfr2000-09-101-2/+2
* Only build PnP parts if the platform supports PnP.dfr2000-09-103-0/+9
* Add the infrastructure necessary to handle PnP from a Forth script.dcs2000-09-083-0/+103
* Add -mpreferred-stack-boundary=2 to CFLAGS for i386. This and libstandpeter2000-08-111-0/+3
* Fix REFILL. It must throw RESTART instead of OUTOFTEXT so thatdcs2000-06-121-2/+27
* Make abort" functional in interpret mode. This behavior is undefineddcs2000-06-121-11/+24
* Make comment reflect reality.dcs2000-06-121-1/+1
* Add setenv, getenv, setenv?, unsetenv, copyin and copyout to FICL.dcs2000-06-074-1/+229
* Remove a bug that caused local variables declarations in the formatdcs2000-06-071-1/+1
* Apply a number of fixes for the Alpha platform.dcs2000-06-027-57/+21
* Add something that was missing from the original 2.04 distribution.dcs2000-06-021-0/+148
* Add "int" sized manipulation words.dcs2000-06-014-14/+58
* Strip spaces and comments more agressively.dcs2000-05-261-14/+52
* Bring in FICL 2.04. No bump of loader version is required by thisdcs2000-05-269-162/+423
* Stop libficl from using floating point registers - this was cauingpeter2000-05-121-0/+3
* Lay the groundwork for on-demand dictionary expansion.dcs2000-05-053-5/+48
* Correct a bug whereby allocations to the dictionary would not be alloweddcs2000-05-041-3/+3
* Add heap?, so we can tell how much free space we have left.dcs2000-05-041-0/+9
* Implement a machine-independent (word size-independent) FICL_TRUE.dcs2000-01-281-1/+1
* ANS Forth for logical not is 0=, not invert. Replace wrong usage.dcs2000-01-281-2/+2
* Add testmain.o to CLEANFILES.dcs2000-01-281-1/+1
* Try my hand again at removing ugly testmain target.dcs2000-01-281-14/+12
* Zeroes structure before using it.dcs1999-11-271-0/+1
* Revert ill-considered simplification in 1.13.dcs1999-11-231-8/+11
* Improve Makefile by using .PATH.dcs1999-11-231-2/+4
* Improve on ficl port to alpha.dcs1999-11-235-462/+7
* (Hopefully) make all necessary changes for ficl to support alpha.dcs1999-11-235-6/+18
* Fix world-breaking bug, add $FreeBSD$ tag.dcs1999-09-291-1/+2
* Bring in ficl version 2.03. No version bump for loader.dcs1999-09-2919-816/+1488
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Reactivate trace! after making it egcs-friendly.dcs1999-04-062-13/+16
* Disable trace! until it gets fixed.dcs1999-03-171-2/+2
* Remove redundant code.dcs1999-03-151-2/+2
* Make $ print different lines in, well, different lines.dcs1999-02-281-2/+2
* Remove dictHashSummary internal function; it used doubles.jkh1999-02-093-79/+0
* Make FICL_TRACE default.dcs1999-02-042-3/+39
* Make ficlExec recursive. This removes vmReset and vmQuit from thedcs1999-02-041-7/+17
* Fix ficlExecFD to take kern/9412 changes into account. Also modify itdcs1999-02-041-3/+3
* The trace facility was full of bugs. Correct that by using thedcs1999-02-041-73/+72
* The previous fix for "type" was absolutely lousy. Not only the bufferdcs1999-02-041-2/+2
* Add conditional compilation facilities to ficl. This had been previouslydcs1999-02-041-0/+32
* From the PR:msmith1999-01-243-6/+145
* From the PR:msmith1999-01-241-11/+7
* Add EXCEPTION word set.msmith1999-01-2213-58/+339
* Transition from using Perl to using awk for our text-manipulationmsmith1999-01-183-89/+99
* Change counter-intuitive pc@ and pc! to inb and outb.abial1999-01-145-20/+22
* Add words "pc!" and "pc@" which allow to manipulate I/O ports. This canabial1999-01-135-0/+120
* Add support for some FACILITY words:abial1998-12-311-1/+74
* Add new word ".#" which acts like "." but doesn't output a space separator.abial1998-12-221-0/+13
* o Add proper stack checking to all file wordsjkh1998-11-071-28/+48
OpenPOWER on IntegriCloud