CVS log for gforth/Attic/386.h

[BACK] Up to [gforth] / gforth

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN


Revision 1.16
Wed May 21 20:39:14 1997 UTC (26 years, 10 months ago) by anton
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.15: +0 -0 lines
jwilke's changes:
Moved many files to other directories
renamed many files
other changes unknown to me.

Revision 1.15: download - view: text, markup, annotated - [selected for diffs]
Tue Mar 4 17:49:45 1997 UTC (27 years, 1 month ago) by anton
Branches: MAIN
CVS tags: v0-3-0
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +0 -1 lines
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: download - view: text, markup, annotated - select for diffs
Wed Aug 21 14:58:37 1996 UTC (27 years, 7 months ago) by anton
Branches: MAIN
CVS tags: v0-2-1, v0-2-0
Diff to: previous 1.13: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.13: +4 -4 lines
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: download - view: text, markup, annotated - select for diffs
Thu Jul 25 09:25:15 1996 UTC (27 years, 8 months ago) by anton
Branches: MAIN
Diff to: previous 1.12: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.12: +6 -5 lines
fixed some macros such that their arguments are only evaluated once.
checked in special.fs

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jul 16 20:57:05 1996 UTC (27 years, 8 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.11: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.11: +7 -2 lines
SPECIAL: to create special "state-smart" words

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Nov 7 18:06:29 1995 UTC (28 years, 4 months ago) by anton
Branches: MAIN
CVS tags: gforth-0_1beta
Diff to: previous 1.10: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.10: +18 -2 lines
added copyright headers
changes to loadfilename & co. to make savesystem transparent to
 assertions and ~~

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Oct 26 22:48:38 1995 UTC (28 years, 5 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.9: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.9: +20 -5 lines
Changed threading ifdefs.
Requires debugging !!!!!!
Perhaps change concepts with LONG_LATENCY
on RISCs.
Added sokoban.fs as a nice little game.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Oct 11 19:39:31 1995 UTC (28 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.8: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.8: +5 -0 lines
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: download - view: text, markup, annotated - select for diffs
Sat Jun 3 14:24:38 1995 UTC (28 years, 10 months ago) by anton
Branches: MAIN
Diff to: previous 1.7: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.7: +8 -0 lines
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: download - view: text, markup, annotated - select for diffs
Mon Dec 12 17:10:27 1994 UTC (29 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.6: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.6: +4 -21 lines
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: download - view: text, markup, annotated - select for diffs
Mon Oct 3 18:23:54 1994 UTC (29 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.5: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.5: +0 -1 lines
Updated ToDo and INSTALL; Wrote README; Lifted COPYING and getopt*
from other packages;  removed $Id$ lines from some files

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Sep 28 17:02:44 1994 UTC (29 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.4: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.4: +2 -2 lines
Fixed some bugs and eliminated some warnings

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Sep 9 16:27:15 1994 UTC (29 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.3: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.3: +12 -2 lines
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: download - view: text, markup, annotated - select for diffs
Thu Sep 8 17:20:03 1994 UTC (29 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.2: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.2: +5 -4 lines
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: download - view: text, markup, annotated - select for diffs
Wed May 18 17:32:59 1994 UTC (29 years, 10 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.1: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.1: +14 -7 lines
386.h for DTC (speeds nothing up).

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Feb 11 16:30:45 1994 UTC (30 years, 1 month ago) by anton
Branches: MAIN
Diff to: selected 1.15: preferred, unified
Initial revision

Diff request

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.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>