index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
boot
/
ficl
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Use proper literal names.
jkh
1998-11-06
1
-2
/
+2
*
Don't not print the prompt string; not doing this has funny side-effects.
msmith
1998-11-06
2
-4
/
+6
*
Remember a bit more of my forth and do:
jkh
1998-11-05
3
-13
/
+55
*
1. rebuild all elements of testmain properly for safety.
jkh
1998-11-05
3
-7
/
+99
*
Explicitly invoke perl to run the softwords.pl script in case the
msmith
1998-11-05
1
-2
/
+2
*
Improve the assertion testing for successful softword compilation.
msmith
1998-11-04
1
-4
/
+1
*
Fix includes; we were still pulling in <stdlib.h> in some places.
msmith
1998-11-04
10
-34
/
+54
*
Make this work in the libstand environment; don't use stdio/stdlib headers.
msmith
1998-11-04
7
-30
/
+12
*
Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well,
msmith
1998-11-03
22
-0
/
+9735