| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add setenv, getenv, setenv?, unsetenv, copyin and copyout to FICL. | dcs | 2000-06-07 | 4 | -1/+229 |
* | Remove a bug that caused local variables declarations in the format | dcs | 2000-06-07 | 1 | -1/+1 |
* | Apply a number of fixes for the Alpha platform. | dcs | 2000-06-02 | 7 | -57/+21 |
* | Add something that was missing from the original 2.04 distribution. | dcs | 2000-06-02 | 1 | -0/+148 |
* | Add "int" sized manipulation words. | dcs | 2000-06-01 | 4 | -14/+58 |
* | Strip spaces and comments more agressively. | dcs | 2000-05-26 | 1 | -14/+52 |
* | Bring in FICL 2.04. No bump of loader version is required by this | dcs | 2000-05-26 | 9 | -162/+423 |
* | Stop libficl from using floating point registers - this was cauing | peter | 2000-05-12 | 1 | -0/+3 |
* | Lay the groundwork for on-demand dictionary expansion. | dcs | 2000-05-05 | 3 | -5/+48 |
* | Correct a bug whereby allocations to the dictionary would not be allowed | dcs | 2000-05-04 | 1 | -3/+3 |
* | Add heap?, so we can tell how much free space we have left. | dcs | 2000-05-04 | 1 | -0/+9 |
* | Implement a machine-independent (word size-independent) FICL_TRUE. | dcs | 2000-01-28 | 1 | -1/+1 |
* | ANS Forth for logical not is 0=, not invert. Replace wrong usage. | dcs | 2000-01-28 | 1 | -2/+2 |
* | Add testmain.o to CLEANFILES. | dcs | 2000-01-28 | 1 | -1/+1 |
* | Try my hand again at removing ugly testmain target. | dcs | 2000-01-28 | 1 | -14/+12 |
* | Zeroes structure before using it. | dcs | 1999-11-27 | 1 | -0/+1 |
* | Revert ill-considered simplification in 1.13. | dcs | 1999-11-23 | 1 | -8/+11 |
* | Improve Makefile by using .PATH. | dcs | 1999-11-23 | 1 | -2/+4 |
* | Improve on ficl port to alpha. | dcs | 1999-11-23 | 5 | -462/+7 |
* | (Hopefully) make all necessary changes for ficl to support alpha. | dcs | 1999-11-23 | 5 | -6/+18 |
* | Fix world-breaking bug, add $FreeBSD$ tag. | dcs | 1999-09-29 | 1 | -1/+2 |
* | Bring in ficl version 2.03. No version bump for loader. | dcs | 1999-09-29 | 19 | -816/+1488 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | Reactivate trace! after making it egcs-friendly. | dcs | 1999-04-06 | 2 | -13/+16 |
* | Disable trace! until it gets fixed. | dcs | 1999-03-17 | 1 | -2/+2 |
* | Remove redundant code. | dcs | 1999-03-15 | 1 | -2/+2 |
* | Make $ print different lines in, well, different lines. | dcs | 1999-02-28 | 1 | -2/+2 |
* | Remove dictHashSummary internal function; it used doubles. | jkh | 1999-02-09 | 3 | -79/+0 |
* | Make FICL_TRACE default. | dcs | 1999-02-04 | 2 | -3/+39 |
* | Make ficlExec recursive. This removes vmReset and vmQuit from the | dcs | 1999-02-04 | 1 | -7/+17 |
* | Fix ficlExecFD to take kern/9412 changes into account. Also modify it | dcs | 1999-02-04 | 1 | -3/+3 |
* | The trace facility was full of bugs. Correct that by using the | dcs | 1999-02-04 | 1 | -73/+72 |
* | The previous fix for "type" was absolutely lousy. Not only the buffer | dcs | 1999-02-04 | 1 | -2/+2 |
* | Add conditional compilation facilities to ficl. This had been previously | dcs | 1999-02-04 | 1 | -0/+32 |
* | From the PR: | msmith | 1999-01-24 | 3 | -6/+145 |
* | From the PR: | msmith | 1999-01-24 | 1 | -11/+7 |
* | Add EXCEPTION word set. | msmith | 1999-01-22 | 13 | -58/+339 |
* | Transition from using Perl to using awk for our text-manipulation | msmith | 1999-01-18 | 3 | -89/+99 |
* | Change counter-intuitive pc@ and pc! to inb and outb. | abial | 1999-01-14 | 5 | -20/+22 |
* | Add words "pc!" and "pc@" which allow to manipulate I/O ports. This can | abial | 1999-01-13 | 5 | -0/+120 |
* | 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 | 3 | -55/+101 |
* | Take init out of here - it's a layering violation. | jkh | 1998-11-07 | 1 | -3/+0 |
* | 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 |
* | Submit better fix to the prompt bug. | jkh | 1998-11-06 | 2 | -3/+3 |
* | Make fexists/fload work with existing string literals instead. Doing | jkh | 1998-11-06 | 2 | -41/+9 |
* | Argh, I had this right[er] before. More commits to follow. | jkh | 1998-11-06 | 1 | -2/+2 |