| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ficl work on sparc64. The assumption that int == long == void * is | scottl | 2002-08-31 | 2 | -9/+9 |
* | Fix for stand-alone compiling | scottl | 2002-08-21 | 1 | -0/+4 |
* | MD ficl files for sparc64. | jake | 2002-05-19 | 2 | -0/+513 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 3 | -3/+3 |
* | Removed now unused INTERNALSTATICLIB. | ru | 2002-05-13 | 1 | -2/+0 |
* | Back out last commit. I expect our bsd.*.mk gods to remove the need for | obrien | 2002-05-12 | 1 | -0/+2 |
* | NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using | obrien | 2002-05-11 | 1 | -2/+0 |
* | -ffreestanding is the word. | obrien | 2002-05-10 | 1 | -0/+1 |
* | Partical style cleanup. | obrien | 2002-05-09 | 1 | -19/+17 |
* | Upgrade to FICL version 3.02. Anything wrong is my fault, everything right is | dcs | 2002-04-09 | 27 | -1275/+3925 |
* | - Add 'fwrite' and 'fseek' words for writing to and seeking on files. | jhb | 2001-12-11 | 1 | -8/+65 |
* | Remove unused filed. | dcs | 2001-12-03 | 1 | -29/+0 |
* | Revert rev 1.7 which moved us away from POSIX character classes. | obrien | 2001-11-03 | 1 | -15/+18 |
* | Substitute "[:space:]" with the character constants it expands to. | obrien | 2001-11-01 | 1 | -18/+15 |
* | Avoid an alignment fault on 64bit architectures. | dfr | 2001-09-04 | 1 | -1/+1 |
* | Add definition for arch-ia64. | dfr | 2001-09-04 | 1 | -0/+6 |
* | Add ia64 system dependancies. | dfr | 2001-09-04 | 2 | -0/+513 |
* | Turn dictthreshold and dictincrease into cell-sized variables, so | dcs | 2001-05-29 | 2 | -7/+8 |
* | 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 | 26 | -1804/+3992 |
* | setlocale(3) has been fixed to match POSIX standard: | ru | 2001-03-02 | 1 | -1/+1 |
* | Cosmetique: don't use localized `date` | ache | 2000-12-01 | 1 | -1/+1 |
* | Don't use the Gawkism strftime(). Pass in the date stamp on the awk | obrien | 2000-11-14 | 2 | -2/+3 |
* | Fix this so that we actually define HAVE_PNP when its available. | dfr | 2000-09-10 | 1 | -2/+2 |
* | Only build PnP parts if the platform supports PnP. | dfr | 2000-09-10 | 3 | -0/+9 |
* | Add the infrastructure necessary to handle PnP from a Forth script. | dcs | 2000-09-08 | 3 | -0/+103 |
* | Add -mpreferred-stack-boundary=2 to CFLAGS for i386. This and libstand | peter | 2000-08-11 | 1 | -0/+3 |
* | Fix REFILL. It must throw RESTART instead of OUTOFTEXT so that | dcs | 2000-06-12 | 1 | -2/+27 |
* | Make abort" functional in interpret mode. This behavior is undefined | dcs | 2000-06-12 | 1 | -11/+24 |
* | Make comment reflect reality. | dcs | 2000-06-12 | 1 | -1/+1 |
* | 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 |