CVS log for gforth/Attic/dumpimage.fs

[BACK] Up to [gforth] / gforth

Request diff between arbitrary revisions


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


Revision 1.9
Wed May 21 20:39:24 1997 UTC (26 years, 10 months ago) by anton
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.8: +0 -0 lines
jwilke's changes:
Moved many files to other directories
renamed many files
other changes unknown to me.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Dec 23 15:07:44 1996 UTC (27 years, 3 months ago) by anton
Branches: MAIN
CVS tags: v0-3-0
Diff to: previous 1.7: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.7: +2 -2 lines
bumped version number to 0.2.9.
added --offset-image option, comp-image.fs, and changed Makefile to
make a relocatable image gforth.fi from two nonrelocatable images.
added UNDER+.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Aug 21 14:58:39 1996 UTC (27 years, 7 months ago) by anton
Branches: MAIN
CVS tags: v0-2-1, v0-2-0
Diff to: previous 1.6: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.6: +1 -0 lines
a little cleanup in 386.h
renamed special: to interpret/compile:
renamed save-string to save-mem
added extend-mem
replaced (name>) with ((name>))
replaced name> with name>int and name>comp
renamed compile-only to compile-only-error
replaced xt>i with name>int
replaced xt>c with name>comp
removed xt>s
removed found
search-wordlist now delivers interpretation-xt
replaced (sfind) with find-name
replaced C' with COMP' and [C'] with [COMP']
removed S' and [S']
added hex.
added some helper words
adapted other words to the changes
started documenting the intergration of Gforth in applications

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Apr 17 16:39:40 1996 UTC (27 years, 11 months ago) by anton
Branches: MAIN
Diff to: previous 1.5: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.5: +8 -9 lines
changed image file format:
   now every stack has its own size spec in the image
   size changes through the command line are passed to the image (and
	saved with savesystem)
   added a checksum to protect against incompatible binary/image combinations
	(e.g., direct threaded binary with indirect threaded image)
   the preamble specifies an interpreter and is propagated by save-system

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Nov 7 18:06:37 1995 UTC (28 years, 4 months ago) by anton
Branches: MAIN
CVS tags: gforth-0_1beta
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +18 -0 lines
added copyright headers
changes to loadfilename & co. to make savesystem transparent to
 assertions and ~~

Revision 1.4: download - view: text, markup, annotated - [selected for diffs]
Wed Oct 11 19:39:33 1995 UTC (28 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +26 -4 lines
Now gforth.fi is a nonrelocatable image containing all of startup.fs etc.
savesystem now saves `included-files', too (so require does not start from
 scratch)
added/fixed stack effect and wordset documentation for many words in kernal.fs
some reformatting in kernal.fs
fixed some wordset info in primitives
added strsignal

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jul 25 15:28:06 1995 UTC (28 years, 8 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.2: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.2: +5 -2 lines
Changed magic, endianess and word size is now encoded.
Make gforth before redoing kernals (old images still work).

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Nov 17 15:53:10 1994 UTC (29 years, 4 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.1: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.1: +4 -1 lines
*Added:
* configure.bat configures on MS-DOS machines
* io-dos.h provides IO for MS-DOS
* makefile.dos is a GNU make Makefile for MS-DOS
*Changed:
* Merged gray/gforth and gray/gray4, added conditional compilation for
  gray ports (gforth and bigFORTH first)
* added gforth recognising string in environment
* added interpreter support for images (starts now with magic)
* changed make rule for ds2texi, so that it can run with Messy-DOS
* added SAVESYSTEM in dumpimage.fs
* fixed bug in Makefile for big endian systems (->configure)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Nov 15 15:55:35 1994 UTC (29 years, 4 months ago) by pazsan
Branches: MAIN
Diff to: selected 1.4: preferred, unified
* Made slight modification in configure
* Select from make first and make more to allow first time compilation
* Added simple image dump and reload
* Added extended COLD functionality in 'COLD for image reboot
* Added boot procedures in hash.fs and history.fs

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>