gforth: gforth/Attic/Makefile
Default branch: MAIN
Bookmark a link to HEAD:
(view)
(download)
Revision 1.20
Sat Jun 30 20:28:55 2007 UTC (5 years, 11 months ago) by anton
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.19: +0 -0 lines
FILE REMOVED
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
-
(view)
(download)
(annotate)
- [select for diffs]
Mon Oct 24 19:15:52 1994 UTC (18 years, 7 months ago) by anton
Branch:
MAIN
Changes since 1.18: +11 -4 lines
Diff to previous 1.18
,
to selected 1.13
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
-
(view)
(download)
(annotate)
- [select for diffs]
Mon Oct 3 18:23:57 1994 UTC (18 years, 8 months ago) by anton
Branch:
MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
,
to selected 1.13
Updated ToDo and INSTALL; Wrote README; Lifted COPYING and getopt*
from other packages; removed $Id$ lines from some files
Revision 1.17
-
(view)
(download)
(annotate)
- [select for diffs]
Wed Sep 28 17:02:45 1994 UTC (18 years, 8 months ago) by anton
Branch:
MAIN
Changes since 1.16: +11 -7 lines
Diff to previous 1.16
,
to selected 1.13
Fixed some bugs and eliminated some warnings
Revision 1.16
-
(view)
(download)
(annotate)
- [select for diffs]
Mon Sep 12 19:00:26 1994 UTC (18 years, 9 months ago) by pazsan
Branch:
MAIN
Changes since 1.15: +14 -7 lines
Diff to previous 1.15
,
to selected 1.13
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
-
(view)
(download)
(annotate)
- [select for diffs]
Thu Sep 8 17:20:04 1994 UTC (18 years, 9 months ago) by anton
Branch:
MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
,
to selected 1.13
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
-
(view)
(download)
(annotate)
- [select for diffs]
Fri Sep 2 15:23:32 1994 UTC (18 years, 9 months ago) by pazsan
Branch:
MAIN
Changes since 1.13: +5 -5 lines
Diff to previous 1.13
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
-
(view)
(download)
(annotate)
- [selected]
Wed Aug 31 19:42:42 1994 UTC (18 years, 9 months ago) by pazsan
Branch:
MAIN
Changes since 1.12: +10 -7 lines
Diff to previous 1.12
Added options to allow good register scheduling on i386
added blocks
Revision 1.12
-
(view)
(download)
(annotate)
- [select for diffs]
Thu Aug 25 15:25:18 1994 UTC (18 years, 9 months ago) by anton
Branch:
MAIN
Changes since 1.11: +15 -9 lines
Diff to previous 1.11
,
to selected 1.13
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
-
(view)
(download)
(annotate)
- [select for diffs]
Fri Aug 19 17:47:19 1994 UTC (18 years, 10 months ago) by anton
Branch:
MAIN
Changes since 1.10: +5 -5 lines
Diff to previous 1.10
,
to selected 1.13
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
-
(view)
(download)
(annotate)
- [select for diffs]
Fri Jul 29 11:16:20 1994 UTC (18 years, 10 months ago) by anton
Branch:
MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
,
to selected 1.13
Minor changes: adapted locals to the changed wordlists, some deletions
and additions to struct.fs and gforth.el
Revision 1.9
-
(view)
(download)
(annotate)
- [select for diffs]
Wed Jul 27 13:36:58 1994 UTC (18 years, 10 months ago) by anton
Branch:
MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
,
to selected 1.13
Changed environment? to use a wordlist
added most of the core environmental queries
Revision 1.8
-
(view)
(download)
(annotate)
- [select for diffs]
Thu Jul 21 10:52:35 1994 UTC (18 years, 11 months ago) by pazsan
Branch:
MAIN
Changes since 1.7: +10 -12 lines
Diff to previous 1.7
,
to selected 1.13
Added dictionary hashing
Changed argument interpretation as documented
Made refill for DOS 20 times faster
Added m*/ and missing FP words.
Revision 1.7
-
(view)
(download)
(annotate)
- [select for diffs]
Fri Jul 8 15:00:26 1994 UTC (18 years, 11 months ago) by anton
Branch:
MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
,
to selected 1.13
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
-
(view)
(download)
(annotate)
- [select for diffs]
Thu Jul 7 14:59:19 1994 UTC (18 years, 11 months ago) by pazsan
Branch:
MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
,
to selected 1.13
Made gray warnings-off-compatible
Added (type) as primitive
Revision 1.5
-
(view)
(download)
(annotate)
- [select for diffs]
Fri Jun 17 13:28:31 1994 UTC (19 years ago) by pazsan
Branch:
MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
,
to selected 1.13
Moved -DDEFAULT_BIN before version dependent features (TOS, etc.)
Changed sample variable in wordinfo.fs to udp
Revision 1.4
-
(view)
(download)
(annotate)
- [select for diffs]
Fri Jun 17 12:34:55 1994 UTC (19 years ago) by anton
Branch:
MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
,
to selected 1.13
Integrated locals (in particular automatic scoping) into the system.
Revision 1.3
-
(view)
(download)
(annotate)
- [select for diffs]
Sat May 7 14:55:46 1994 UTC (19 years, 1 month ago) by anton
Branch:
MAIN
Changes since 1.2: +24 -13 lines
Diff to previous 1.2
,
to selected 1.13
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
-
(view)
(download)
(annotate)
- [select for diffs]
Tue May 3 19:10:32 1994 UTC (19 years, 1 month ago) by pazsan
Branch:
MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
,
to selected 1.13
Make ca local to primitive to avoid constant register usage.
Revision 1.1.1.1
-
(view)
(download)
(annotate)
- [select for diffs]
(vendor branch)
Fri Feb 11 16:30:46 1994 UTC (19 years, 4 months ago) by anton
Branch:
no-vendor
CVS Tags:
alpha
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
,
to selected 1.13
The GNU Forth Project
Revision 1.1
-
(view)
(download)
(annotate)
- [select for diffs]
Fri Feb 11 16:30:45 1994 UTC (19 years, 4 months ago) by anton
Branch:
MAIN
Branch point for:
no-vendor
Diff
to selected 1.13
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.