gforth: gforth/Attic/hppa.h
Default branch: MAIN
Bookmark a link to HEAD:
(view)
(download)
(as text)
Revision 1.17
Wed May 21 20:39:31 1997 UTC (16 years ago) by anton
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.16: +0 -0 lines
FILE REMOVED
jwilke's changes:
Moved many files to other directories
renamed many files
other changes unknown to me.
Revision 1.16
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Fri Jul 19 20:45:01 1996 UTC (16 years, 10 months ago) by pazsan
Branch:
MAIN
CVS Tags:
v0-2-0,
v0-2-1,
v0-3-0
Changes since 1.15: +17 -81 lines
Diff to previous 1.15
Fixed DOES_CODE for hppa
Revision 1.15
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Tue Jul 16 20:57:11 1996 UTC (16 years, 10 months ago) by pazsan
Branch:
MAIN
Changes since 1.14: +8 -4 lines
Diff to previous 1.14
SPECIAL: to create special "state-smart" words
Revision 1.14
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Tue Nov 7 18:06:45 1995 UTC (17 years, 6 months ago) by anton
Branch:
MAIN
CVS Tags:
gforth-0_1beta
Changes since 1.13: +18 -4 lines
Diff to previous 1.13
added copyright headers
changes to loadfilename & co. to make savesystem transparent to
assertions and ~~
Revision 1.13
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Thu Nov 2 14:20:53 1995 UTC (17 years, 6 months ago) by pazsan
Branch:
MAIN
Changes since 1.12: +2 -0 lines
Diff to previous 1.12
Some bugfixes and added features (like -loop) in see.fs and debug.fs
Defined LONG_LATENCY in hppa.h (gives more than 10% speed boost)
Revision 1.12
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Sun Oct 29 21:35:12 1995 UTC (17 years, 7 months ago) by pazsan
Branch:
MAIN
Changes since 1.11: +18 -18 lines
Diff to previous 1.11
Corrected aligned instructions
Added COPYING to gforth.ds
added options to gforth.1
Revision 1.11
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Thu Oct 26 22:48:40 1995 UTC (17 years, 7 months ago) by pazsan
Branch:
MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Changed threading ifdefs.
Requires debugging !!!!!!
Perhaps change concepts with LONG_LATENCY
on RISCs.
Added sokoban.fs as a nice little game.
Revision 1.10
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Thu Oct 12 20:43:24 1995 UTC (17 years, 7 months ago) by pazsan
Branch:
MAIN
Changes since 1.9: +179 -177 lines
Diff to previous 1.9
Fixed problems with hppa.h
Made engine.c compile without warning
rewrote cache.c for hppa.h with true asm template.
Revision 1.9
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Sat Oct 7 17:38:16 1995 UTC (17 years, 7 months ago) by anton
Branch:
MAIN
Changes since 1.8: +3 -6 lines
Diff to previous 1.8
added code.fs (code, ;code, end-code, assembler)
renamed dostruc to dofield
made index and doc-entries nicer
Only words containing 'e' or 'E' are converted to FP numbers.
added many wordset comments
added flush-icache primitive and FLUSH_ICACHE macro
added +DO, U+DO, -DO, U-DO and -LOOP
added code address labels (`docol:' etc.)
fixed sparc cache_flush
Revision 1.8
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Wed Sep 6 21:00:18 1995 UTC (17 years, 8 months ago) by pazsan
Branch:
MAIN
Changes since 1.7: +0 -0 lines
Diff to previous 1.7
Removed BUGS, tried to clean up.
Revision 1.7
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Sun Aug 27 19:56:32 1995 UTC (17 years, 9 months ago) by pazsan
Branch:
MAIN
Changes since 1.6: +12 -1 lines
Diff to previous 1.6
Made kernal generation saver
added automatic creation of makefile.dos
newer version texinfo.tex
fixed some inconsistencies (don't know, what happend with model?)
Revision 1.6
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Wed Dec 14 16:15:28 1994 UTC (18 years, 5 months ago) by anton
Branch:
MAIN
Changes since 1.5: +5 -1 lines
Diff to previous 1.5
Fixed a few bugs in config.in
added USE_TOS and USE_FTOS to the machine.h files as appropriate
Revision 1.5
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Mon Dec 12 17:10:39 1994 UTC (18 years, 5 months ago) by anton
Branch:
MAIN
Changes since 1.4: +9 -28 lines
Diff to previous 1.4
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.4
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Tue Nov 29 16:22:39 1994 UTC (18 years, 5 months ago) by pazsan
Branch:
MAIN
Changes since 1.3: +0 -0 lines
Diff to previous 1.3
* added configure mode for DOS-Makefile:
configure -target=i386-<anythinh>-msdos<anyversion>
creates Makefile for DOS.
* checked in some mminor changes which never were checked in.
* added special startup file for DOS
Revision 1.3
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Tue Oct 4 18:23:59 1994 UTC (18 years, 7 months ago) by pazsan
Branch:
MAIN
Changes since 1.2: +26 -50 lines
Diff to previous 1.2
Added delay slot copying
Revision 1.2
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Mon Sep 26 20:31:13 1994 UTC (18 years, 8 months ago) by pazsan
Branch:
MAIN
Changes since 1.1: +206 -40 lines
Diff to previous 1.1
Made DTC on HPPA run!
Changed -DDEBUG output to go to stderr
Revision 1.1.1.1
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
(vendor branch)
Fri Feb 11 16:30:47 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:46 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.