gforth: gforth/Attic/backtrace.fs
Default branch: MAIN
Bookmark a link to HEAD:
(view)
(download)
Current tag: MAIN
Revision 1.5
Mon Jul 24 13:48:36 2000 UTC (12 years, 9 months ago) by anton
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.4: +0 -0 lines
FILE REMOVED
renamed backtrace.fs exceptions.fs unbuffered.fs to
backtrac.fs except.fs unbuffer.fs
Revision 1.4
-
(view)
(download)
(annotate)
- [select for diffs]
Sat Oct 30 15:48:15 1999 UTC (13 years, 6 months ago) by anton
Branch:
MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
context is now a DEFERed word
various small bugfixes
Revision 1.3
-
(view)
(download)
(annotate)
- [select for diffs]
Mon Mar 8 21:36:07 1999 UTC (14 years, 2 months ago) by anton
Branch:
MAIN
Changes since 1.2: +1 -2 lines
Diff to previous 1.2
the backtrace now stores only what happened since the last INTERPRET;
this avoids very long pointless backtraces for deep include nests.
Revision 1.2
-
(view)
(download)
(annotate)
- [select for diffs]
Sun Feb 21 14:55:43 1999 UTC (14 years, 2 months ago) by anton
Branch:
MAIN
Changes since 1.1: +8 -2 lines
Diff to previous 1.1
gforth-ditc is now installed with "make install"
bugfix in print-backtrace
rewrote number output: now uses a fixed buffer HOLDBUF; added <<# and
#>> to deal with nested number output (e.g., AT-XY), and fixed
ud.r and d.r (and thus all the "." words) and DUMP to use
them. Other words using <# still have to be fixed.
removed COMPACT// and its use; it did not work, and anyway, it's a bad
idea for Cygwin, Domain/OS (Apollo's OS), and possibly other OSs.
Revision 1.1
-
(view)
(download)
(annotate)
- [select for diffs]
Sun Jan 3 21:48:36 1999 UTC (14 years, 4 months ago) by anton
Branch:
MAIN
added ]L, IN-DICTIONARY? and IN-RETURN-STACK? to stuff.fs
refactored a few words to use IN-DICTIONARY?
added backtrace hooks to CATCH, THROW and (DOERROR)
added simple backtrace printing
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.