aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ficl/softwords
Commit message (Expand)AuthorAgeFilesLines
* Update to FICL 3.03 (the last release before FICL4 rewrite).Jung-uk Kim2007-03-235-22/+66
* Upgrade to FICL version 3.02. Anything wrong is my fault, everything right isDaniel C. Sobral2002-04-098-143/+467
* 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
* Bring in ficl 2.05.Daniel C. Sobral2001-04-298-146/+338
* Don't use the Gawkism strftime(). Pass in the date stamp on the awkDavid E. O'Brien2000-11-141-1/+1
* Make abort" functional in interpret mode. This behavior is undefinedDaniel C. Sobral2000-06-121-11/+24
* Remove a bug that caused local variables declarations in the formatDaniel C. Sobral2000-06-071-1/+1
* 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-011-8/+29
* 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-264-12/+73
* ANS Forth for logical not is 0=, not invert. Replace wrong usage.Daniel C. Sobral2000-01-281-2/+2
* Fix world-breaking bug, add $FreeBSD$ tag.Daniel C. Sobral1999-09-291-1/+2
* Bring in ficl version 2.03. No version bump for loader.Daniel C. Sobral1999-09-293-32/+109
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove redundant code.Daniel C. Sobral1999-03-151-2/+2
* Make $ print different lines in, well, different lines.Daniel C. Sobral1999-02-281-2/+2
* Make FICL_TRACE default.Daniel C. Sobral1999-02-041-0/+36
* Add conditional compilation facilities to ficl. This had been previouslyDaniel C. Sobral1999-02-041-0/+32
* Add EXCEPTION word set.Mike Smith1999-01-222-2/+4
* Transition from using Perl to using awk for our text-manipulationMike Smith1999-01-182-86/+96
* Take init out of here - it's a layering violation.Jordan K. Hubbard1998-11-071-3/+0
* Make fexists/fload work with existing string literals instead. DoingJordan K. Hubbard1998-11-061-1/+1
* Remember a bit more of my forth and do:Jordan K. Hubbard1998-11-051-0/+3
* Improve the assertion testing for successful softword compilation.Mike Smith1998-11-041-4/+1
* Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well,Mike Smith1998-11-036-0/+920