CVS log for gforth/debug.fs

[BACK] Up to [gforth] / gforth

Request diff between arbitrary revisions


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


Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Dec 31 19:02:24 2007 UTC (16 years, 2 months ago) by anton
Branches: MAIN
CVS tags: v0-7-0, HEAD
Diff to: previous 1.26: preferred, unified
Changes since revision 1.26: +1 -1 lines
updated copyright year after changing license notice

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Dec 31 18:40:23 2007 UTC (16 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.25: preferred, unified
Changes since revision 1.25: +2 -3 lines
updated copyright notices for GPL v3

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Dec 31 13:23:56 2004 UTC (19 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.24: preferred, unified
Changes since revision 1.24: +1 -1 lines
updated copyright years for files changed in 2004

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Jun 19 15:32:31 2004 UTC (19 years, 9 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.23: preferred, unified
Changes since revision 1.23: +43 -37 lines
Made debugger work on gforth-itc

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Mar 22 10:04:06 2003 UTC (21 years ago) by anton
Branches: MAIN
CVS tags: v0-6-2
Diff to: previous 1.22: preferred, unified
Changes since revision 1.22: +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.22: download - view: text, markup, annotated - select for diffs
Sun Mar 9 15:16:47 2003 UTC (21 years ago) by anton
Branches: MAIN
CVS tags: v0-6-1, v0-6-0
Diff to: previous 1.21: preferred, unified
Changes since revision 1.21: +1 -1 lines
updated copyright years

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

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

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Sep 16 10:20:39 2001 UTC (22 years, 6 months ago) by jwilke
Branches: MAIN
Diff to: previous 1.18: preferred, unified
Changes since revision 1.18: +2 -0 lines
added requires

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Nov 12 18:34:39 2000 UTC (23 years, 4 months ago) by jwilke
Branches: MAIN
Diff to: previous 1.17: preferred, unified
Changes since revision 1.17: +32 -10 lines
debugging can nest into defered words, as well as execute and perform

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

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

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri May 12 07:55:41 2000 UTC (23 years, 10 months ago) by jwilke
Branches: MAIN
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +33 -13 lines
Fixed see table failure problem.
break: now takes along a literal with the xt of the current definition.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Dec 3 18:28:58 1999 UTC (24 years, 3 months ago) by crook
Branches: MAIN
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +5 -5 lines
documentation tweaks plus a bug-fix: a recent change to this file meant
that break: and break: were only available in the cross-compiler
environment. I think that this *should* have been coded so that these
two words were *never* available in the cross-compiler environment
-- if I'm wrong, humble apologies (and please explain why..)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu May 20 13:56:10 1999 UTC (24 years, 10 months ago) by jwilke
Branches: MAIN
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +1 -1 lines
Diff wanted some newlines.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu May 20 13:31:57 1999 UTC (24 years, 10 months ago) by jwilke
Branches: MAIN
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +2 -0 lines
Made some things optional. Perhaps in works sometimes without compiler,
just for debugging...

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Mar 23 20:24:17 1999 UTC (25 years ago) by crook
Branches: MAIN
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +10 -9 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.10: download - view: text, markup, annotated - select for diffs
Wed Feb 24 11:05:16 1999 UTC (25 years ago) by jwilke
Branches: MAIN
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +5 -145 lines
Cleaned up code. Fixed "create does>" bug.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Dec 8 22:02:38 1998 UTC (25 years, 3 months ago) by anton
Branches: MAIN
CVS tags: v0-4-0
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +1 -1 lines
updated dates in copyright messages
inserted copyright messages in most files that did not have them
removed outdated files engine/32bit.h engine/strsig.c

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jul 6 14:25:14 1997 UTC (26 years, 8 months ago) by jwilke
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +23 -23 lines
Small changes
Jens

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jun 1 20:50:38 1997 UTC (26 years, 9 months ago) by jwilke
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +6 -6 lines
LEAVE fix in see.fs
one dvi: entry too much in Makefile.in
renaming and fix in debug.fs

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed May 21 20:39:22 1997 UTC (26 years, 10 months ago) by anton
Branches: MAIN
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +12 -2 lines
jwilke's changes:
Moved many files to other directories
renamed many files
other changes unknown to me.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Aug 26 10:07:18 1996 UTC (27 years, 6 months ago) by anton
Branches: MAIN
CVS tags: v0-3-0, v0-2-1, v0-2-0
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +1 -1 lines
' and ['] now deliver an error for compile-only words.
renamed special- words into interpret/compile- words.
refactored some of the recent changes.
adapted see to the changes
added way to make a word that defines words with differring
 interpretation and compilation code.

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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Nov 2 14:20:52 1995 UTC (28 years, 4 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +1 -1 lines
Some bugfixes and added features (like -loop) in see.fs and debug.fs
Defined LONG_LATENCY in hppa.h (gives more than 10% speed boost)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jul 13 19:21:01 1994 UTC (29 years, 8 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +1 -1 lines
Moved setjmp from engine to go_forth, because the socalled "globbered"
variables where saved in memory (and this slows down everything).
Added global up0 for security (up is globbered).

Added restrict's functionalitz to cross.fs

removed all occurency of cell+ name>, because the bug in name> is
fixed.

Added a dusty workaround at the end of prims2x.fs, because of
strange exceptions.

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>