[gforth] / gforth / Attic / kernel.fs  

gforth: gforth/Attic/kernel.fs


Default branch: MAIN
Bookmark a link to HEAD: (view) (download)
Current tag: MAIN

Revision 1.25
Wed May 21 20:39:32 1997 UTC (16 years ago) by anton
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +0 -0 lines
FILE REMOVED
jwilke's changes:
Moved many files to other directories
renamed many files
other changes unknown to me.

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Apr 10 21:32:08 1997 UTC (16 years, 1 month ago) by pazsan
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
Made \G work in interpret cross state

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Mar 28 14:06:23 1997 UTC (16 years, 1 month ago) by anton
Branch: MAIN
CVS Tags: v0-3-0
Changes since 1.22: +4 -1 lines
Diff to previous 1.22
added outfile flushing before error message
fixed Makefile.in typo

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Mar 27 13:31:02 1997 UTC (16 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.21: +5 -5 lines
Diff to previous 1.21
threw out blocks.fs:include (would confuse users)
added dictionary-end
script? is now set correctly
look and represent now work correctly on the Alpha

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Mar 25 23:27:13 1997 UTC (16 years, 2 months ago) by pazsan
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
Improved DOS/OS/2 support

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Mar 21 12:21:13 1997 UTC (16 years, 2 months ago) by pazsan
Branch: MAIN
Changes since 1.19: +4 -1 lines
Diff to previous 1.19
Ensure backward compatibility to 0.2.1 to create a new system only from diffs
switch to stderr during error display

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Mar 20 14:39:51 1997 UTC (16 years, 2 months ago) by anton
Branch: MAIN
Changes since 1.18: +4 -1 lines
Diff to previous 1.18
fixed a few Makefile bugs (make clean)
renamed blocks.fs:flush-file into flush-blocks
fixed bell bug (now flushes the output)
documentation changes

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Mar 19 18:27:16 1997 UTC (16 years, 2 months ago) by anton
Branch: MAIN
Changes since 1.17: +8 -4 lines
Diff to previous 1.17
fixed some documentation bugs
updated dates on copyright messages
updated NEWS
some fixes in Makefile.in

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Mar 4 22:09:54 1997 UTC (16 years, 2 months ago) by pazsan
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
fixed key? problem on Win32
Minor fixes

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Feb 24 22:28:58 1997 UTC (16 years, 2 months ago) by pazsan
Branch: MAIN
Changes since 1.15: +4 -4 lines
Diff to previous 1.15
Fixed some alignment problems

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Feb 9 21:51:39 1997 UTC (16 years, 3 months ago) by pazsan
Branch: MAIN
Changes since 1.14: +55 -14 lines
Diff to previous 1.14
A few additional fixes. gforth EC should run now with only three
doers: docol, dovar and dodoes. Tried without dovar, failed (strange).

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Feb 8 22:58:10 1997 UTC (16 years, 3 months ago) by pazsan
Branch: MAIN
Changes since 1.13: +108 -27 lines
Diff to previous 1.13
Merged in gforth-EC patches

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Feb 6 21:23:01 1997 UTC (16 years, 3 months ago) by pazsan
Branch: MAIN
Changes since 1.12: +27 -296 lines
Diff to previous 1.12
Started to merge in changes made for gforth-EC project.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Feb 1 14:59:31 1997 UTC (16 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.11: +24 -5 lines
Diff to previous 1.11
documentation changes: added chapter on image files; added concept index
bug fixes

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Jan 29 21:32:36 1997 UTC (16 years, 3 months ago) by pazsan
Branch: MAIN
Changes since 1.10: +2 -287 lines
Diff to previous 1.10
Fixes in see
Split kernel conditionals in extra file

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Jan 4 16:32:30 1997 UTC (16 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.9: +4 -34 lines
Diff to previous 1.9
reformatted errore.fs to single-column format
updated definition of UNUSED
fixed some documentation typos
removed FUZZ

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Dec 28 17:19:25 1996 UTC (16 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.8: +6 -2 lines
Diff to previous 1.8
use mmap for allocating the dictionary and the stacks on some systems
added installdirs target to Makefile.in.
Use mkinstalldirs instead of install-sh -d.
added version-stamp to avoid recompiling everything after changing Makefile.in.
mostly fixed the maiming of words containing '/' in TAGS
added options --clear-dictionary and --debug.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Nov 22 17:41:36 1996 UTC (16 years, 6 months ago) by anton
Branch: MAIN
CVS Tags: v0-2-0, v0-2-1
Changes since 1.7: +5 -3 lines
Diff to previous 1.7
fixed QUERY bug.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Oct 3 16:05:35 1996 UTC (16 years, 7 months ago) by anton
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
Made PATHSEP a configure variable
"make dist" now works
minor bugfixes

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Oct 2 09:48:58 1996 UTC (16 years, 7 months ago) by anton
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
made path separator OS-dependent (';' for non-Unix)
renamed use-file to open-blocks
reintroduced FUZZ (for non-Unix)

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Oct 1 16:25:59 1996 UTC (16 years, 7 months ago) by anton
Branch: MAIN
Changes since 1.4: +17 -3 lines
Diff to previous 1.4
added POSTPONE,; optimized POSTPONE
doc changes

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Sep 30 13:16:11 1996 UTC (16 years, 7 months ago) by anton
Branch: MAIN
Changes since 1.3: +37 -23 lines
Diff to previous 1.3
Documentation changes
Building in a dir different from the srcdir now works
a few bug fixes

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Sep 24 19:15:03 1996 UTC (16 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.2: +81 -178 lines
Diff to previous 1.2
Some bug fixing:
\G in cross compilation works now
marker <-> local conflict resolved
hack around problems with non-relocating images.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Sep 23 08:52:49 1996 UTC (16 years, 8 months ago) by anton
Branch: MAIN
Changes since 1.1: +9 -3 lines
Diff to previous 1.1
documentation changes

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Sep 19 22:17:34 1996 UTC (16 years, 8 months ago) by pazsan
Branch: MAIN
Steps to make 0.2.0 dist-ready.

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