[gforth] / gforth / arch / sparc / machine.h  

gforth: gforth/arch/sparc/machine.h


Default branch: MAIN
Bookmark a link to HEAD: (view) (download) (as text)

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 1 22:19:30 2008 UTC (4 years, 7 months ago) by anton
Branch: MAIN
CVS Tags: HEAD, v0-7-0
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
updated copyright years

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 20:20:32 2008 UTC (4 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
fixed some warnings that were reported on sparc-solaris

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 31 19:02:25 2007 UTC (5 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
updated copyright year after changing license notice

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 31 18:40:25 2007 UTC (5 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.14: +2 -3 lines
Diff to previous 1.14
updated copyright notices for GPL v3

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 31 15:46:12 2005 UTC (7 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
updated the copyright year on many files
added FSF copyright header to complex.fs fft.fs regexp-test.fs regexp.fs
added fsl-util.fs to update-copyright-blacklist

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 16 13:46:49 2005 UTC (7 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.12: +0 -4 lines
Diff to previous 1.12
threw out THREADING_SCHEME, now Scheme 8 is used everywhere.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 15:17:01 2003 UTC (10 years, 3 months ago) by anton
Branch: MAIN
CVS Tags: v0-6-0, v0-6-1, v0-6-2
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
updated copyright years

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 20 17:07:39 2003 UTC (10 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
undid changes to copyright notices

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 19 23:35:31 2003 UTC (10 years, 5 months ago) by pazsan
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Updated copyright notices
Added stack effects to kernel/input.fs

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 7 09:31:20 2003 UTC (10 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.8: +0 -66 lines
Diff to previous 1.8
Some changes for portability to AIX and Darwin
Eliminated the (non-hybrid) direct threading stuff from arch/*/machine.h

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 22 20:36:26 2002 UTC (11 years, 2 months ago) by anton
Branch: MAIN
Changes since 1.7: +0 -4 lines
Diff to previous 1.7
cleaned up #defines of DIRECT_THREADED and INDIRECT_THREADED
introduced engine gforth-itc (indirect threading, no replication)
fixed bug in indirect threading

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 23 15:47:04 2000 UTC (12 years, 8 months ago) by anton
Branch: MAIN
CVS Tags: v0-5-0
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
changed FSF address in copyright messages

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 23 15:06:07 2000 UTC (12 years, 8 months ago) by anton
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
updated copyright dates in many files (not in ec-related files)

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 2 08:27:20 2000 UTC (12 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.4: +11 -7 lines
Diff to previous 1.4
replaced the glibc-2.1.3 version of fnmatch with the tar-1.1.13 version
 for SunOS 4.1 portability
better configuration for fnmatch
CODE_ADDRESS for SPARC can now deal with primitives in direct threading

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 6 22:28:24 1999 UTC (14 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.3: +5 -1 lines
Diff to previous 1.3
cleaned up threading stuff:
  now the schemes are selected with -DTHREADED_SCHEME=n
  there is now a macro SET_IP for setting ip.
New threading schemes: for Power (20% speedup on 604e) and a plain scheme

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 8 22:02:56 1998 UTC (14 years, 6 months ago) by anton
Branch: MAIN
CVS Tags: v0-4-0
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
updated dates in copyright messages
inserted copyright messages in most files that did not have them
removed outdated files engine/32bit.h engine/strsig.c

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 1 23:08:37 1997 UTC (15 years, 9 months ago) by jwilke
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Dos Changes:
!!Moved:
engine/32bit.h moved to arch/generic/machine.h
cache.c moved to arch/hppa/
cleanalign.c moved to engine/
!!New Files:
envos.* *.bsh
Instead of linking arch/xy/machine.h an custom include path is used
engine.a engine.o main.o makes with engine/Makefile now
history.fs and startup.fs works for dos and unix now
environment variable osclass is set in envos.fs, wich is os-specific
any comments?
supressed some warnings in main.c

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 21 20:40:02 1997 UTC (16 years, 1 month ago) by anton
Branch: MAIN
jwilke's changes:
Moved many files to other directories
renamed many files
other changes unknown to me.

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.

  Diffs between and
  Type of Diff should be a

View only Branch:

Sort log by:

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help