aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ficl
Commit message (Expand)AuthorAgeFilesLines
* bsd.lib.mk,v 1.143 no longer uses ld(1) directly to stripRuslan Ermilov2003-06-301-1/+0
* Build on amd64. Yes, I know this isn't particularly nice.Peter Wemm2003-06-261-0/+20
* Set arch-pc98 env to true for pc98.Yoshihiro Takahashi2003-06-082-1/+6
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Make ficl work on sparc64. The assumption that int == long == void * isScott Long2002-08-312-9/+9
* Fix for stand-alone compilingScott Long2002-08-211-0/+4
* MD ficl files for sparc64.Jake Burkholder2002-05-192-0/+513
* More s/file system/filesystem/gTom Rhodes2002-05-163-3/+3
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-2/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forDavid E. O'Brien2002-05-121-0/+2
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingDavid E. O'Brien2002-05-111-2/+0
* -ffreestanding is the word.David E. O'Brien2002-05-101-0/+1
* Partical style cleanup.David E. O'Brien2002-05-091-19/+17
* Upgrade to FICL version 3.02. Anything wrong is my fault, everything right isDaniel C. Sobral2002-04-0927-1275/+3925
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.John Baldwin2001-12-111-8/+65
* Remove unused filed.Daniel C. Sobral2001-12-031-29/+0
* Revert rev 1.7 which moved us away from POSIX character classes.David E. O'Brien2001-11-031-15/+18
* Substitute "[:space:]" with the character constants it expands to.David E. O'Brien2001-11-011-18/+15
* Avoid an alignment fault on 64bit architectures.Doug Rabson2001-09-041-1/+1
* Add definition for arch-ia64.Doug Rabson2001-09-041-0/+6
* Add ia64 system dependancies.Doug Rabson2001-09-042-0/+513
* Turn dictthreshold and dictincrease into cell-sized variables, soDaniel C. Sobral2001-05-292-7/+8
* As in with ":", check dictionary space and increase it if necessary beforeDaniel C. Sobral2001-05-271-0/+2
* FICL 2.05 has a flawed definition of BASE. Fix it.Daniel C. Sobral2001-05-101-1/+1
* Bring in ficl 2.05.Daniel C. Sobral2001-04-2926-1804/+3992
* setlocale(3) has been fixed to match POSIX standard:Ruslan Ermilov2001-03-021-1/+1
* Cosmetique: don't use localized `date`Andrey A. Chernov2000-12-011-1/+1
* Don't use the Gawkism strftime(). Pass in the date stamp on the awkDavid E. O'Brien2000-11-142-2/+3
* Fix this so that we actually define HAVE_PNP when its available.Doug Rabson2000-09-101-2/+2
* Only build PnP parts if the platform supports PnP.Doug Rabson2000-09-103-0/+9
* Add the infrastructure necessary to handle PnP from a Forth script.Daniel C. Sobral2000-09-083-0/+103
* Add -mpreferred-stack-boundary=2 to CFLAGS for i386. This and libstandPeter Wemm2000-08-111-0/+3
* Fix REFILL. It must throw RESTART instead of OUTOFTEXT so thatDaniel C. Sobral2000-06-121-2/+27
* Make abort" functional in interpret mode. This behavior is undefinedDaniel C. Sobral2000-06-121-11/+24
* Make comment reflect reality.Daniel C. Sobral2000-06-121-1/+1
* Add setenv, getenv, setenv?, unsetenv, copyin and copyout to FICL.Daniel C. Sobral2000-06-074-1/+229
* Remove a bug that caused local variables declarations in the formatDaniel C. Sobral2000-06-071-1/+1
* Apply a number of fixes for the Alpha platform.Daniel C. Sobral2000-06-027-57/+21
* Add something that was missing from the original 2.04 distribution.Daniel C. Sobral2000-06-021-0/+148
* Add "int" sized manipulation words.Daniel C. Sobral2000-06-014-14/+58
* Strip spaces and comments more agressively.Daniel C. Sobral2000-05-261-14/+52
* Bring in FICL 2.04. No bump of loader version is required by thisDaniel C. Sobral2000-05-269-162/+423
* Stop libficl from using floating point registers - this was cauingPeter Wemm2000-05-121-0/+3
* Lay the groundwork for on-demand dictionary expansion.Daniel C. Sobral2000-05-053-5/+48
* Correct a bug whereby allocations to the dictionary would not be allowedDaniel C. Sobral2000-05-041-3/+3
* Add heap?, so we can tell how much free space we have left.Daniel C. Sobral2000-05-041-0/+9
* Implement a machine-independent (word size-independent) FICL_TRUE.Daniel C. Sobral2000-01-281-1/+1
* ANS Forth for logical not is 0=, not invert. Replace wrong usage.Daniel C. Sobral2000-01-281-2/+2
* Add testmain.o to CLEANFILES.Daniel C. Sobral2000-01-281-1/+1
* Try my hand again at removing ugly testmain target.Daniel C. Sobral2000-01-281-14/+12