| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Update to FICL 3.03 (the last release before FICL4 rewrite). | jkim | 2007-03-23 | 1 | -37/+303 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | Make ficl work on sparc64. The assumption that int == long == void * is | scottl | 2002-08-31 | 1 | -8/+8 |
* | Upgrade to FICL version 3.02. Anything wrong is my fault, everything right is | dcs | 2002-04-09 | 1 | -629/+945 |
* | Avoid an alignment fault on 64bit architectures. | dfr | 2001-09-04 | 1 | -1/+1 |
* | As in with ":", check dictionary space and increase it if necessary before | dcs | 2001-05-27 | 1 | -0/+2 |
* | FICL 2.05 has a flawed definition of BASE. Fix it. | dcs | 2001-05-10 | 1 | -1/+1 |
* | Bring in ficl 2.05. | dcs | 2001-04-29 | 1 | -1336/+924 |
* | Only build PnP parts if the platform supports PnP. | dfr | 2000-09-10 | 1 | -0/+2 |
* | Add the infrastructure necessary to handle PnP from a Forth script. | dcs | 2000-09-08 | 1 | -0/+4 |
* | Fix REFILL. It must throw RESTART instead of OUTOFTEXT so that | dcs | 2000-06-12 | 1 | -2/+27 |
* | Add setenv, getenv, setenv?, unsetenv, copyin and copyout to FICL. | dcs | 2000-06-07 | 1 | -0/+6 |
* | Apply a number of fixes for the Alpha platform. | dcs | 2000-06-02 | 1 | -1/+1 |
* | Add "int" sized manipulation words. | dcs | 2000-06-01 | 1 | -4/+27 |
* | Bring in FICL 2.04. No bump of loader version is required by this | dcs | 2000-05-26 | 1 | -129/+243 |
* | Lay the groundwork for on-demand dictionary expansion. | dcs | 2000-05-05 | 1 | -1/+16 |
* | Add heap?, so we can tell how much free space we have left. | dcs | 2000-05-04 | 1 | -0/+9 |
* | (Hopefully) make all necessary changes for ficl to support alpha. | dcs | 1999-11-23 | 1 | -1/+1 |
* | Bring in ficl version 2.03. No version bump for loader. | dcs | 1999-09-29 | 1 | -446/+485 |
* | Remove dictHashSummary internal function; it used doubles. | jkh | 1999-02-09 | 1 | -1/+0 |
* | The previous fix for "type" was absolutely lousy. Not only the buffer | dcs | 1999-02-04 | 1 | -2/+2 |
* | From the PR: | msmith | 1999-01-24 | 1 | -6/+51 |
* | From the PR: | msmith | 1999-01-24 | 1 | -11/+7 |
* | Add EXCEPTION word set. | msmith | 1999-01-22 | 1 | -23/+239 |
* | Change counter-intuitive pc@ and pc! to inb and outb. | abial | 1999-01-14 | 1 | -2/+4 |
* | Add words "pc!" and "pc@" which allow to manipulate I/O ports. This can | abial | 1999-01-13 | 1 | -0/+10 |
* | Add support for some FACILITY words: | abial | 1998-12-31 | 1 | -1/+74 |
* | Add new word ".#" which acts like "." but doesn't output a space separator. | abial | 1998-12-22 | 1 | -0/+13 |
* | o Add proper stack checking to all file words | jkh | 1998-11-07 | 1 | -28/+48 |
* | Eliminate much code cruft by extending simple file I/O API to include | jkh | 1998-11-07 | 1 | -53/+45 |
* | OK, fload/fexec work properly when both compiling and interpreting | jkh | 1998-11-07 | 1 | -11/+9 |
* | switch words to default mode. | jkh | 1998-11-06 | 1 | -4/+4 |
* | Make fexists/fload work with existing string literals instead. Doing | jkh | 1998-11-06 | 1 | -40/+8 |
* | Argh, I had this right[er] before. More commits to follow. | jkh | 1998-11-06 | 1 | -2/+2 |
* | Use proper literal names. | jkh | 1998-11-06 | 1 | -2/+2 |
* | Remember a bit more of my forth and do: | jkh | 1998-11-05 | 1 | -11/+50 |
* | 1. rebuild all elements of testmain properly for safety. | jkh | 1998-11-05 | 1 | -1/+87 |
* | Fix includes; we were still pulling in <stdlib.h> in some places. | msmith | 1998-11-04 | 1 | -0/+6 |
* | Make this work in the libstand environment; don't use stdio/stdlib headers. | msmith | 1998-11-04 | 1 | -3/+1 |
* | Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well, | msmith | 1998-11-03 | 1 | -0/+4339 |