| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -march=i386 to fix amd64 build by generating the same code | ru | 2006-09-28 | 1 | -1/+1 |
* | Copy powerpc ficl files sysdep files (maybe we need a common one) | imp | 2006-08-18 | 2 | -0/+533 |
* | Remove Alpha bits for ficl. | jhb | 2006-05-12 | 4 | -544/+0 |
* | Add -mno-sse3 for prescott/nocona | ache | 2005-07-15 | 1 | -0/+3 |
* | Ensure GCC does not use FP registers in integer code. | obrien | 2005-05-31 | 1 | -0/+1 |
* | Instead of just not defining a bunch of words when TESTMAIN is set, provide | scottl | 2004-11-30 | 2 | -14/+45 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Part 2 of fixing the boot code: gcc 3.4 fixes. | marcel | 2004-08-22 | 1 | -1/+1 |
* | Untangle building of AMD64 boot code. | ru | 2004-02-07 | 1 | -9/+6 |
* | Disable floating point on PowerPC for the ficl library. | grehan | 2003-12-10 | 1 | -0/+3 |
* | Define 'arch-powerpc' | grehan | 2003-12-10 | 1 | -0/+8 |
* | FICL system-dependent files for powerpc. Taken from the i386 versions, | grehan | 2003-12-10 | 2 | -0/+533 |
* | bsd.lib.mk,v 1.143 no longer uses ld(1) directly to strip | ru | 2003-06-30 | 1 | -1/+0 |
* | Build on amd64. Yes, I know this isn't particularly nice. | peter | 2003-06-26 | 1 | -0/+20 |
* | Set arch-pc98 env to true for pc98. | nyan | 2003-06-08 | 2 | -1/+6 |
* | 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 | 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 |