CVS log for gforth/errors.fs

[BACK] Up to [gforth] / gforth

Request diff between arbitrary revisions


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


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

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

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jan 14 22:19:35 2007 UTC (17 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +2 -3 lines
lists and C prelude stuff in libcc.fs
minor changes

Revision 1.15: 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.14: preferred, unified
Changes since revision 1.14: +1 -1 lines
updated copyright years

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Feb 28 10:59:11 2003 UTC (21 years ago) by anton
Branches: MAIN
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +2 -0 lines
documentation changes: updated Changelog and NEWS, wrote sections on
  pipes and updated the Performance section; updated timings.sc with
  gforth-0.5.9 numbers
Changed name in bootmessage from GForth to Gforth.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Feb 17 22:42:08 2003 UTC (21 years, 1 month ago) by anton
Branches: MAIN
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +2 -1 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.12: download - view: text, markup, annotated - select for diffs
Mon Apr 1 15:34:34 2002 UTC (21 years, 11 months ago) by anton
Branches: MAIN
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +17 -11 lines
added regression test for signal on broken execute (not working on Linux-PPC)
new error message and code for ticking compile-only words
bug workaround for gforth binary (dynamic superinsts produced wrong code for
    ?dup-0=-branch)

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

Revision 1.10: 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.9: preferred, unified
Changes since revision 1.9: +1 -1 lines
updated copyright dates in many files (not in ec-related files)

Revision 1.9: 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.8: preferred, unified
Changes since revision 1.8: +3 -3 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.8: download - view: text, markup, annotated - select for diffs
Sun Feb 28 21:31:49 1999 UTC (25 years ago) by anton
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +1 -1 lines
On platforms that support the SA_SIGINFO flag (Linux is not quite
  there yet), there are now new signal handlers that perform more
  precise error reporting (in particular for SIGFPE and SIGSEGV).
Minor fixes.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Feb 3 00:10:20 1999 UTC (25 years, 1 month ago) by crook
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +2 -2 lines
New "docclean" target for makefile (removes glossary dependencies when
rebuilding documentation). Changes to .fs files and prim are restricted
to glossary (\G) additions for the documentation; this has necessitated
the addition of new white-space in places to stop the \G stuff from
obscuring the code. Many additions to doc/gforth.ds - new sections
added, a few things moved and some sections re-written slightly. There
are a set of things to tidy up before this rev. is suitable for
release, and those will be my highest priority. I have also used
"@comment TODO" to highlight other sections I plan to work on, and
added a set of comments at the start to indicate other things I plan
to modify in the medium-term.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Dec 8 22:02:41 1998 UTC (25 years, 3 months ago) by anton
Branches: MAIN
CVS tags: v0-4-0
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +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.5: download - view: text, markup, annotated - select for diffs
Wed May 13 16:47:22 1998 UTC (25 years, 10 months ago) by anton
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +72 -63 lines
added exception
commented out global-map definitions in gforth.el
fixed see-code bug, improved isprim?
some ifdefs in arch/m68k/machine.h for AmigaOS (contributed by Jorge Acereda)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jul 6 14:11:21 1997 UTC (26 years, 8 months ago) by jwilke
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +3 -0 lines
Small changes.
Jens

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Mar 19 18:27:12 1997 UTC (27 years ago) by anton
Branches: MAIN
CVS tags: v0-3-0
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +1 -1 lines
fixed some documentation bugs
updated dates on copyright messages
updated NEWS
some fixes in Makefile.in

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Mar 13 23:40:31 1997 UTC (27 years ago) by pazsan
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +18 -0 lines
Added lots of copyright notices.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Feb 6 21:22:59 1997 UTC (27 years, 1 month ago) by pazsan
Branches: MAIN
Started to merge in changes made for gforth-EC project.

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>