CVS log for gforth/struct.fs

[BACK] Up to [gforth] / gforth

Request diff between arbitrary revisions


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


Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Dec 31 18:40:24 2007 UTC (16 years, 3 months ago) by anton
Branches: MAIN
CVS tags: v0-7-0, HEAD
Diff to: previous 1.24: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.24: +2 -3 lines
updated copyright notices for GPL v3

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Dec 31 17:34:58 2007 UTC (16 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.23: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.23: +1 -1 lines
updated copyright years

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Feb 8 14:07:26 2007 UTC (17 years, 1 month ago) by anton
Branches: MAIN
Diff to: previous 1.22: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.22: +1 -1 lines
documentation bug fixes thanks to Sam Falvo and Viktor Pavlu

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Mar 22 10:04:07 2003 UTC (21 years ago) by anton
Branches: MAIN
CVS tags: v0-6-2
Diff to: previous 1.21: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.21: +1 -1 lines
added LATEST, replaced uses of LAST @ with uses of LATEST
renamed LASTXT to LATESTXT, and changed the uses
made >NAME the primary name for >HEAD
documentation changes

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Mar 9 15:16:56 2003 UTC (21 years ago) by anton
Branches: MAIN
CVS tags: v0-6-1, v0-6-0
Diff to: previous 1.20: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.20: +1 -1 lines
updated copyright years

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Jan 20 17:07:38 2003 UTC (21 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.19: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.19: +1 -1 lines
undid changes to copyright notices

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Jan 19 23:35:30 2003 UTC (21 years, 2 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.18: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.18: +1 -1 lines
Updated copyright notices
Added stack effects to kernel/input.fs

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Sep 23 15:46:59 2000 UTC (23 years, 6 months ago) by anton
Branches: MAIN
CVS tags: v0-5-0
Diff to: previous 1.17: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.17: +1 -1 lines
changed FSF address in copyright messages

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Sep 23 15:06:03 2000 UTC (23 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.16: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.16: +1 -1 lines
updated copyright dates in many files (not in ec-related files)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Aug 22 18:15:38 2000 UTC (23 years, 7 months ago) by anton
Branches: MAIN
Diff to: previous 1.15: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.15: +9 -5 lines
documentation changes

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Mar 23 20:24:20 1999 UTC (25 years ago) by crook
Branches: MAIN
Diff to: previous 1.14: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.14: +17 -17 lines
Makefile.in

-- changes to make documentation build with moofglos.fs
   rather than with mini-oof.fs (since the former contains glossary
   entries and the latter does not)

assert.fs blocks.fs debug.fs environ.fs errors.fs extend.fs float.fs
glocals.fs moofglos.fs prim search.fs struct.fs stuff.fs vt100.fs
kernel/args.fs kernel/basics.fs kernel/comp.fs kernel/cond.fs
kernel/files.fs kernel/getdoers.fs kernel/int.fs kernel/io.fs
kernel/nio.fs kernel/paths.fs kernel/require.fs kernel/special.fs
kernel/tools.fs kernel/toolsext.fs kernel/vars.fs

-- many small changes to glossary entries.. I think most are done
   now, so I hope to change far fewer files next time!

doc/gforth.ds

-- many, many small changes and a few large ones. Moved some sections
   around, fixed typos and formatting errors, added new section on
   exception handling, rearranged 'files' section.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Feb 22 21:39:42 1999 UTC (25 years, 1 month ago) by anton
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -1 lines
renamed nalign into naligned (nalign is present but obsolete)
Implemented a new solution for nested hold areas (<<# ... #> ... #>>)
minor changes

Revision 1.13: download - view: text, markup, annotated - [selected for diffs]
Tue Apr 14 16:43:07 1998 UTC (25 years, 11 months ago) by anton
Branches: MAIN
CVS tags: v0-4-0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
emacs update bug fix in gforth.el
bug fix in struct.fs, compat/struct.fs
main.c: stdout is now unbuffered, if it is a tty

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jul 31 16:17:11 1997 UTC (26 years, 8 months ago) by anton
Branches: MAIN
Diff to: previous 1.11: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.11: +59 -62 lines
Added documentation for structures and object.fs
Changed representation of structures from "size align" to "align size",
   and renamed 1 cells: to cell% etc.
added %size and %alignment
fixed search bug
added command-line option --die-on-signal

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jun 6 17:27:58 1997 UTC (26 years, 9 months ago) by anton
Branches: MAIN
Diff to: previous 1.10: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.10: +28 -6 lines
Environmental query "gforth" now returns the version-string
dictionary-end and unused moved into the kernel/basics.fs
Minor gforth.el bug fixes
Major rewrite of objects.fs (not yet done)
fixed -trailing bug (with test in test/other.fs)
optimization of fields with offset 0 in struct.fs and compat/struct.fs
other changes in compat/struct.fs (not yet done)
added ansreports to compat/*.fs
documentation changes
allot now checks for dict overflow
named [IS] (compilation semantics of IS).
minor changes

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Mar 21 12:21:13 1997 UTC (27 years ago) by pazsan
Branches: MAIN
CVS tags: v0-3-0
Diff to: previous 1.9: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.9: +1 -1 lines
Ensure backward compatibility to 0.2.1 to create a new system only from diffs
switch to stderr during error display

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Feb 9 21:51:41 1997 UTC (27 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.8: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.8: +1 -1 lines
A few additional fixes. gforth EC should run now with only three
doers: docol, dovar and dodoes. Tried without dovar, failed (strange).

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Nov 7 18:07:02 1995 UTC (28 years, 4 months ago) by anton
Branches: MAIN
CVS tags: v0-2-1, v0-2-0, gforth-0_1beta
Diff to: previous 1.7: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.7: +20 -1 lines
added copyright headers
changes to loadfilename & co. to make savesystem transparent to
 assertions and ~~

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Oct 7 17:38:20 1995 UTC (28 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.6: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.6: +2 -2 lines
added code.fs (code, ;code, end-code, assembler)
renamed dostruc to dofield
made index and doc-entries nicer
Only words containing 'e' or 'E' are converted to FP numbers.
added many wordset comments
added flush-icache primitive and FLUSH_ICACHE macro
added +DO, U+DO, -DO, U-DO and -LOOP
added code address labels (`docol:' etc.)
fixed sparc cache_flush

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Sep 6 21:00:30 1995 UTC (28 years, 6 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.5: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.5: +0 -0 lines
Removed BUGS, tried to clean up.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Aug 29 21:07:39 1995 UTC (28 years, 7 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.4: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.4: +6 -7 lines
Added multibuffering in blocks and a simple block editor
(in a block file, load with include blockedit.fb after loading
blocks.fs).
Made DOS port work (you must change .gforth-history to
gforth-history by hand still!)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Aug 27 19:56:39 1995 UTC (28 years, 7 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.3: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.3: +0 -0 lines
Made kernal generation saver
added automatic creation of makefile.dos
newer version texinfo.tex
fixed some inconsistencies (don't know, what happend with model?)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Feb 23 20:17:25 1995 UTC (29 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.2: preferred, colored; selected 1.13: preferred, colored
Changes since revision 1.2: +7 -7 lines
Added structure support in kernal
fixed bug on dictionary expand (512 wordlist limit)

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

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Feb 11 16:30:47 1994 UTC (30 years, 1 month ago) by anton
Branches: MAIN
Diff to: selected 1.13: preferred, colored
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>