CVS log for gforth/except.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
Fri Dec 31 18:09:02 2010 UTC (13 years, 2 months ago) by anton
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.24: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.24: +1 -1 lines
updated copyright years

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Sep 5 17:58:41 2010 UTC (13 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.23: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.23: +1 -1 lines
fixed missing [if]

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Sep 1 16:52:12 2010 UTC (13 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.22: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.22: +11 -5 lines
added "TESTING" lines to many test files
Now use (THROW1) primitive

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Aug 31 20:10:59 2010 UTC (13 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.21: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.21: +27 -1 lines
primitives for exceptions (for translation to C)
  part 1: replaced (try) with (try0) (try1) (try2)

Revision 1.21: 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
Diff to: previous 1.20: preferred, unified
Changes since revision 1.20: +2 -3 lines
updated copyright notices for GPL v3

Revision 1.20: download - view: text, markup, annotated - [selected for diffs]
Mon Dec 31 17:34:58 2007 UTC (16 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.19: preferred, unified
Changes since revision 1.19: +1 -1 lines
updated copyright years

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Feb 23 14:50:02 2007 UTC (17 years, 1 month ago) by anton
Branches: MAIN
Diff to: previous 1.18: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.18: +5 -6 lines
THROW bugfix
added tests for new TRY variants

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Feb 19 00:08:20 2007 UTC (17 years, 1 month ago) by anton
Branches: MAIN
Diff to: previous 1.17: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.17: +18 -3 lines
added endtry-iferror and used it in blocks.fs
documented new try... constructs

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Feb 18 18:30:51 2007 UTC (17 years, 1 month ago) by anton
Branches: MAIN
Diff to: previous 1.16: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.16: +16 -10 lines
added RESTORE and IFERROR, deleted RECOVER (undocumented)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Feb 18 17:57:12 2007 UTC (17 years, 1 month ago) by anton
Branches: MAIN
Diff to: previous 1.15: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.15: +7 -33 lines
changed TRY...RECOVER...ENDTRY to also cover the code between RECOVER
  and ENDTRY; not yet documented
Threw out RETHROW

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Dec 31 13:39:12 2006 UTC (17 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.14: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.14: +1 -1 lines
updated copyright years

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Dec 28 20:53:03 2006 UTC (17 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.13: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.13: +1 -1 lines
libcc with first working function

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Oct 13 17:36:07 2006 UTC (17 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.12: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.12: +6 -1 lines
documented NOTHROW

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Oct 11 19:18:51 2006 UTC (17 years, 5 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.11: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.11: +8 -1 lines
Replaced rethrow solution with nothrow

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Oct 8 11:30:56 2006 UTC (17 years, 5 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.10: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.10: +2 -2 lines
Renamed THROW>ERROR to RETHROW

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri May 26 21:18:45 2006 UTC (17 years, 10 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.9: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.9: +18 -3 lines
Fixed problem with error stack leftovers

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Nov 23 22:52:29 2003 UTC (20 years, 4 months ago) by anton
Branches: MAIN
Diff to: previous 1.8: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.8: +49 -3 lines
throw works now for gforth-native

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Nov 23 22:02:46 2003 UTC (20 years, 4 months ago) by anton
Branches: MAIN
Diff to: previous 1.7: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.7: +2 -1 lines
documentation changes
adapt exceptions to gforth-native (part 1)

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

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 17 22:42:09 2003 UTC (21 years, 1 month ago) by anton
Branches: MAIN
Diff to: previous 1.5: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.5: +2 -2 lines
Gforth now works properly when its stdout is to a broken pipe (but not stderr)
special SIGPIPE throw code (-2049)
minor bugfix ("uncaught exception" is now printed on stderr)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Dec 5 19:25:23 2002 UTC (21 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.4: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.4: +5 -5 lines
TRY should now be partially ready forth gforth-native
FLITERAL should be ready for gforth-native

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Sep 24 17:57:28 2002 UTC (21 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.3: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.3: +1 -1 lines
replace all uses of relative branches with absolute branches
  Exception: cross still produces relative branches in the kernel.

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

Revision 1.2: 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.1: preferred, unified; selected 1.20: preferred, unified
Changes since revision 1.1: +1 -1 lines
updated copyright dates in many files (not in ec-related files)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jul 24 13:48:36 2000 UTC (23 years, 8 months ago) by anton
Branches: MAIN
Diff to: selected 1.20: preferred, unified
renamed backtrace.fs exceptions.fs unbuffered.fs to
        backtrac.fs  except.fs     unbuffer.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>