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
*
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
*
(Hopefully) make all necessary changes for ficl to support alpha.
dcs
1999-11-23
5
-6
/
+18
*
Fix world-breaking bug, add $FreeBSD$ tag.
dcs
1999-09-29
1
-1
/
+2
*
Bring in ficl version 2.03. No version bump for loader.
dcs
1999-09-29
19
-816
/
+1488
*
$Id$ -> $FreeBSD$
peter
1999-08-28
2
-2
/
+2
*
Reactivate trace! after making it egcs-friendly.
dcs
1999-04-06
2
-13
/
+16
*
Disable trace! until it gets fixed.
dcs
1999-03-17
1
-2
/
+2
*
Remove redundant code.
dcs
1999-03-15
1
-2
/
+2
*
Make $ print different lines in, well, different lines.
dcs
1999-02-28
1
-2
/
+2
*
Remove dictHashSummary internal function; it used doubles.
jkh
1999-02-09
3
-79
/
+0
*
Make FICL_TRACE default.
dcs
1999-02-04
2
-3
/
+39
*
Make ficlExec recursive. This removes vmReset and vmQuit from the
dcs
1999-02-04
1
-7
/
+17
*
Fix ficlExecFD to take kern/9412 changes into account. Also modify it
dcs
1999-02-04
1
-3
/
+3
*
The trace facility was full of bugs. Correct that by using the
dcs
1999-02-04
1
-73
/
+72
*
The previous fix for "type" was absolutely lousy. Not only the buffer
dcs
1999-02-04
1
-2
/
+2
*
Add conditional compilation facilities to ficl. This had been previously
dcs
1999-02-04
1
-0
/
+32
*
From the PR:
msmith
1999-01-24
3
-6
/
+145
*
From the PR:
msmith
1999-01-24
1
-11
/
+7
*
Add EXCEPTION word set.
msmith
1999-01-22
13
-58
/
+339
*
Transition from using Perl to using awk for our text-manipulation
msmith
1999-01-18
3
-89
/
+99
*
Change counter-intuitive pc@ and pc! to inb and outb.
abial
1999-01-14
5
-20
/
+22
*
Add words "pc!" and "pc@" which allow to manipulate I/O ports. This can
abial
1999-01-13
5
-0
/
+120
*
Add support for some FACILITY words:
abial
1998-12-31
1
-1
/
+74
*
Add new word ".#" which acts like "." but doesn't output a space separator.
abial
1998-12-22
1
-0
/
+13
*
o Add proper stack checking to all file words
jkh
1998-11-07
1
-28
/
+48
[next]