CVS log for gforth/Attic/Makefile

[BACK] Up to [gforth] / gforth

Request diff between arbitrary revisions


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


Revision 1.20
Sat Jun 30 20:28:55 2007 UTC (16 years, 9 months ago) by anton
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.19: +0 -0 lines
fixed minor bug in -falign-* configure tests
cleaned up dependencies on .h files in engine/Makefile.in
made Alpha port compile with gcc-2.95 (disabled longlong.h division)
optimized Alpha port:
  use old division code
  native code after a jump is now aligned.  Speed effect:
   sieve bubble matrix  fib
    1.950 1.605  1.259 1.653 b1 gcc-3.3.5
    1.453 1.932  1.230 1.458 b1 gcc-3.3.5 with alignment
  aligning branch targets would probably also help

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Oct 24 19:15:52 1994 UTC (29 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.18: preferred, unified
Changes since revision 1.18: +11 -4 lines
Added automatic glossary entry transfer from primitives to the texi file.
renamed gfoprth.texi to gforth.ds.
fixed a few minor bugs.
changed the behaviour of locals scoping when encountering an unreachable BEGIN.
made UNREACHABLE immediate

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Oct 3 18:23:57 1994 UTC (29 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.17: preferred, unified
Changes since revision 1.17: +1 -1 lines
Updated ToDo and INSTALL; Wrote README; Lifted COPYING and getopt*
from other packages;  removed $Id$ lines from some files

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Sep 28 17:02:45 1994 UTC (29 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +11 -7 lines
Fixed some bugs and eliminated some warnings

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Sep 12 19:00:26 1994 UTC (29 years, 6 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +14 -7 lines
Added forth variants for primitives
Added a generator for forth primitives
Cleaned up some minor errors
Changed names of local access (was cell size dependent)
Where is "getopt.h"???!? Added tiny workaround. Where is getopt_long?

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Sep 8 17:20:04 1994 UTC (29 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +3 -3 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.14: download - view: text, markup, annotated - select for diffs
Fri Sep 2 15:23:32 1994 UTC (29 years, 7 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +5 -5 lines
Corrected bug in error reporting due to input stream restoration
Corrected bug in cross compiler du to later defined constants
renamed search into lookup and implemented the correct "search"
UPS: removed double deferred header and (header) - if problems tell
me why double deferred?

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Aug 31 19:42:42 1994 UTC (29 years, 7 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +10 -7 lines
Added options to allow good register scheduling on i386
added blocks

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Aug 25 15:25:18 1994 UTC (29 years, 7 months ago) by anton
Branches: MAIN
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +15 -9 lines
make now generates both images
the image names were changed
added C-level support for deferred words (dodefer)
made 2>r 2r> 2r@ 2rdrop primitives
some tuning of the outer interpreter; eliminated many words based on
 counted strings
Replaced the hash function with one that works better for larger tables

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Aug 19 17:47:19 1994 UTC (29 years, 7 months ago) by anton
Branches: MAIN
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +5 -5 lines
Added filling to gforth.el and defined some keys
Minor changes in gforth.texi
renamed ?DUP-NOT-IF to ?DUP-0=-IF
increased default sizes for kernal
renamed ansforth to gforth

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jul 29 11:16:20 1994 UTC (29 years, 8 months ago) by anton
Branches: MAIN
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +1 -1 lines
Minor changes: adapted locals to the changed wordlists, some deletions
and additions to struct.fs and gforth.el

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jul 27 13:36:58 1994 UTC (29 years, 8 months ago) by anton
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +2 -2 lines
Changed environment? to use a wordlist
added most of the core environmental queries

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jul 21 10:52:35 1994 UTC (29 years, 8 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +10 -12 lines
Added dictionary hashing
Changed argument interpretation as documented
Made refill for DOS 20 times faster
Added m*/ and missing FP words.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jul 8 15:00:26 1994 UTC (29 years, 8 months ago) by anton
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +1 -1 lines
signals are now translated into THROWs
A number of bug fixes (make a diff of BUGS for details)
added assert.fs and debugging.fs
made .s nicer
keep names of included files (in loadfilename) and print them upon error

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jul 7 14:59:19 1994 UTC (29 years, 8 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +4 -4 lines
Made gray warnings-off-compatible
Added (type) as primitive

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jun 17 13:28:31 1994 UTC (29 years, 9 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +1 -1 lines
Moved -DDEFAULT_BIN before version dependent features (TOS, etc.)
Changed sample variable in wordinfo.fs to udp

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jun 17 12:34:55 1994 UTC (29 years, 9 months ago) by anton
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +1 -1 lines
Integrated locals (in particular automatic scoping) into the system.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat May 7 14:55:46 1994 UTC (29 years, 10 months ago) by anton
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +24 -13 lines
local variables
rewrote primitives2c.el in Forth (prims2x.el)
various small changes
Added Files:
 	from-cut-here gforth.el gforth.texi glocals.fs gray.fs
 	locals-test.fs prims2x.fs

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue May 3 19:10:32 1994 UTC (29 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +1 -1 lines
Make ca local to primitive to avoid constant register usage.

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
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>