gforth: gforth/Attic/386.h
Default branch: MAIN
Bookmark a link to HEAD:
(view)
(download)
(as text)
Revision 1.16
Wed May 21 20:39:14 1997 UTC (16 years ago) by anton
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.15: +0 -0 lines
FILE REMOVED
jwilke's changes:
Moved many files to other directories
renamed many files
other changes unknown to me.
Revision 1.15
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Tue Mar 4 17:49:45 1997 UTC (16 years, 2 months ago) by anton
Branch:
MAIN
CVS Tags:
v0-3-0
Changes since 1.14: +0 -1 lines
Diff to previous 1.14
added double indirect threaded version and making of fully relocatable images.
added gforth-makeimage script for making fully relocatable images.
removed locals bug in if else endif constructs.
added mmap support for machines without MAP_ANON
removed command-line options -c and -o
moved definition of DOES_HANDLER_SIZE from machine.h to forth.h.
added hpux FLUSH_ICACHE in m68k.h
made source words print decimal
Revision 1.14
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Wed Aug 21 14:58:37 1996 UTC (16 years, 9 months ago) by anton
Branch:
MAIN
CVS Tags:
v0-2-0,
v0-2-1
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
a little cleanup in 386.h
renamed special: to interpret/compile:
renamed save-string to save-mem
added extend-mem
replaced (name>) with ((name>))
replaced name> with name>int and name>comp
renamed compile-only to compile-only-error
replaced xt>i with name>int
replaced xt>c with name>comp
removed xt>s
removed found
search-wordlist now delivers interpretation-xt
replaced (sfind) with find-name
replaced C' with COMP' and [C'] with [COMP']
removed S' and [S']
added hex.
added some helper words
adapted other words to the changes
started documenting the intergration of Gforth in applications
Revision 1.13
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Thu Jul 25 09:25:15 1996 UTC (16 years, 9 months ago) by anton
Branch:
MAIN
Changes since 1.12: +6 -5 lines
Diff to previous 1.12
fixed some macros such that their arguments are only evaluated once.
checked in special.fs
Revision 1.12
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Tue Jul 16 20:57:05 1996 UTC (16 years, 10 months ago) by pazsan
Branch:
MAIN
Changes since 1.11: +7 -2 lines
Diff to previous 1.11
SPECIAL: to create special "state-smart" words
Revision 1.11
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Tue Nov 7 18:06:29 1995 UTC (17 years, 6 months ago) by anton
Branch:
MAIN
CVS Tags:
gforth-0_1beta
Changes since 1.10: +18 -2 lines
Diff to previous 1.10
added copyright headers
changes to loadfilename & co. to make savesystem transparent to
assertions and ~~
Revision 1.10
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Thu Oct 26 22:48:38 1995 UTC (17 years, 6 months ago) by pazsan
Branch:
MAIN
Changes since 1.9: +20 -5 lines
Diff to previous 1.9
Changed threading ifdefs.
Requires debugging !!!!!!
Perhaps change concepts with LONG_LATENCY
on RISCs.
Added sokoban.fs as a nice little game.
Revision 1.9
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Wed Oct 11 19:39:31 1995 UTC (17 years, 7 months ago) by anton
Branch:
MAIN
Changes since 1.8: +5 -0 lines
Diff to previous 1.8
Now gforth.fi is a nonrelocatable image containing all of startup.fs etc.
savesystem now saves `included-files', too (so require does not start from
scratch)
added/fixed stack effect and wordset documentation for many words in kernal.fs
some reformatting in kernal.fs
fixed some wordset info in primitives
added strsignal
Revision 1.8
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Sat Jun 3 14:24:38 1995 UTC (17 years, 11 months ago) by anton
Branch:
MAIN
Changes since 1.7: +8 -0 lines
Diff to previous 1.7
replaced Bernds solution for the path searching problem with mine.
Use different register declarations for Intel depending on compiler version
Updated bug list
added GNU-convention make target check
Revision 1.7
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Mon Dec 12 17:10:27 1994 UTC (18 years, 5 months ago) by anton
Branch:
MAIN
Changes since 1.6: +4 -21 lines
Diff to previous 1.6
Reorganized configuration: configure is now created by autoconf from
configure.in; I still left it in the CVS repository because not
everyone has autoconf. decstation.h renamed to mips.h and apollo68k to
m68k. Added general 32bit.h description, which the other machine
descriptions use. Created/copied replacement files install-sh memcmp.c
memmove.c select.c (carved out from ecvt.c) strtol.c
strtoul.c. Bytesex is now handled by configure.
Deciding the threading method is now done in machine.h, this should
also be done for USE_TOS and USE_FTOS.
Revision 1.6
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Mon Oct 3 18:23:54 1994 UTC (18 years, 7 months ago) by anton
Branch:
MAIN
Changes since 1.5: +0 -1 lines
Diff to previous 1.5
Updated ToDo and INSTALL; Wrote README; Lifted COPYING and getopt*
from other packages; removed $Id$ lines from some files
Revision 1.5
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Wed Sep 28 17:02:44 1994 UTC (18 years, 7 months ago) by anton
Branch:
MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Fixed some bugs and eliminated some warnings
Revision 1.4
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Fri Sep 9 16:27:15 1994 UTC (18 years, 8 months ago) by anton
Branch:
MAIN
Changes since 1.3: +12 -2 lines
Diff to previous 1.3
made declaring explicit register variables available for all machines
in machine.h; threw out such hacks in engine.c for the 386.
renamed endian to bigendian
Revision 1.3
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Thu Sep 8 17:20:03 1994 UTC (18 years, 8 months ago) by anton
Branch:
MAIN
Changes since 1.2: +5 -4 lines
Diff to previous 1.2
cleaned up NEXT macros; provided for CISC (united) and RISC (split) versions
cstr is now a function that can process arbitrarily long strings
Revision 1.2
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Wed May 18 17:32:59 1994 UTC (19 years ago) by pazsan
Branch:
MAIN
Changes since 1.1: +14 -7 lines
Diff to previous 1.1
386.h for DTC (speeds nothing up).
Revision 1.1.1.1
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
(vendor branch)
Fri Feb 11 16:30:46 1994 UTC (19 years, 3 months ago) by anton
Branch:
no-vendor
CVS Tags:
alpha
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
The GNU Forth Project
Revision 1.1
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Fri Feb 11 16:30:45 1994 UTC (19 years, 3 months ago) by anton
Branch:
MAIN
Branch point for:
no-vendor
Initial revision
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.