[gforth] / gforth / backtrac.fs  

gforth: gforth/backtrac.fs


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

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 15:25:17 2012 UTC (4 months, 3 weeks ago) by anton
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +1 -1 lines
Diff to previous 1.18 , to selected 1.10
updated copyright year

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Jun 23 20:58:30 2012 UTC (11 months ago) by pazsan
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17 , to selected 1.10
No header for empty backtrace lists

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 19:02:24 2007 UTC (5 years, 4 months ago) by anton
Branch: MAIN
CVS Tags: v0-7-0
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 , to selected 1.10
updated copyright year after changing license notice

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 18:40:23 2007 UTC (5 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.15: +2 -3 lines
Diff to previous 1.15 , to selected 1.10
updated copyright notices for GPL v3

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 13:39:11 2006 UTC (6 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 , to selected 1.10
updated copyright years

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Oct 8 11:30:55 2006 UTC (6 years, 7 months ago) by pazsan
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13 , to selected 1.10
Renamed THROW>ERROR to RETHROW

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri May 26 21:18:45 2006 UTC (6 years, 11 months ago) by pazsan
Branch: MAIN
Changes since 1.12: +3 -7 lines
Diff to previous 1.12 , to selected 1.10
Fixed problem with error stack leftovers

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 13:23:56 2004 UTC (8 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 , to selected 1.10
updated copyright years for files changed in 2004

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Dec 1 10:02:59 2004 UTC (8 years, 5 months ago) by pazsan
Branch: MAIN
Changes since 1.10: +2 -0 lines
Diff to previous 1.10
Fixed uninitialized defers in cross
added stuff to compile new sources with old kernels

Revision 1.10 - (view) (download) (annotate) - [selected]
Sun Nov 28 20:35:06 2004 UTC (8 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.9: +4 -0 lines
Diff to previous 1.9
uninitialized deferred words now give a warning when executed

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Mar 11 21:03:29 2003 UTC (10 years, 2 months ago) by anton
Branch: MAIN
CVS Tags: v0-6-1, v0-6-2
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 , to selected 1.10
minor bugfix (bug located by Jorge Acereda)

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Mar 9 15:16:46 2003 UTC (10 years, 2 months ago) by anton
Branch: MAIN
CVS Tags: v0-6-0
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 , to selected 1.10
updated copyright years

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jan 6 11:18:59 2003 UTC (10 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 , to selected 1.10
Changed interfaces of PRIM>NAME THREADED>NAME to be like >NAME.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Jan 4 08:26:57 2003 UTC (10 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.5: +9 -6 lines
Diff to previous 1.5 , to selected 1.10
bugfix: LOOK works again for xts of primitives
new words: threaded>xt, prim>name, threaded>name (stack effect not final)

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Feb 27 21:17:10 2001 UTC (12 years, 2 months ago) by anton
Branch: MAIN
Changes since 1.4: +18 -10 lines
Diff to previous 1.4 , to selected 1.10
good start at profiling for peephole optimization
backtrace now also works for calls done with CALL

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Sep 23 15:46:51 2000 UTC (12 years, 8 months ago) by anton
Branch: MAIN
CVS Tags: v0-5-0
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 , to selected 1.10
changed FSF address in copyright messages

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Sep 23 15:05:58 2000 UTC (12 years, 8 months ago) by anton
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 , to selected 1.10
updated copyright dates in many files (not in ec-related files)

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Sep 7 08:28:50 2000 UTC (12 years, 8 months ago) by anton
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 , to selected 1.10
bugfix (determination of whether rp is in range after the setjmp in go_forth.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Jul 24 13:48:36 2000 UTC (12 years, 10 months ago) by anton
Branch: MAIN
Diff to selected 1.10
renamed backtrace.fs exceptions.fs unbuffered.fs to
        backtrac.fs  except.fs     unbuffer.fs

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