[gforth] / gforth / errors.fs  

gforth: gforth/errors.fs


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

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 18:40:24 2007 UTC (5 years, 4 months ago) by anton
Branch: MAIN
CVS Tags: HEAD, v0-7-0
Changes since 1.17: +2 -3 lines
Diff to previous 1.17
updated copyright notices for GPL v3

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 17:34:58 2007 UTC (5 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
updated copyright years

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 22:19:35 2007 UTC (6 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.15: +2 -3 lines
Diff to previous 1.15
lists and C prelude stuff in libcc.fs
minor changes

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

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Feb 28 10:59:11 2003 UTC (10 years, 2 months ago) by anton
Branch: MAIN
Changes since 1.13: +2 -0 lines
Diff to previous 1.13
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 - (view) (download) (annotate) - [select for diffs]
Mon Feb 17 22:42:08 2003 UTC (10 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
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 - (view) (download) (annotate) - [select for diffs]
Mon Apr 1 15:34:34 2002 UTC (11 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.11: +17 -11 lines
Diff to previous 1.11
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 - (view) (download) (annotate) - [select for diffs]
Sat Sep 23 15:46:53 2000 UTC (12 years, 7 months ago) by anton
Branch: MAIN
CVS Tags: v0-5-0
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
changed FSF address in copyright messages

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

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Mar 23 20:24:17 1999 UTC (14 years, 1 month ago) by crook
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
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 - (view) (download) (annotate) - [select for diffs]
Sun Feb 28 21:31:49 1999 UTC (14 years, 2 months ago) by anton
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
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 - (view) (download) (annotate) - [select for diffs]
Wed Feb 3 00:10:20 1999 UTC (14 years, 3 months ago) by crook
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
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 - (view) (download) (annotate) - [select for diffs]
Tue Dec 8 22:02:41 1998 UTC (14 years, 5 months ago) by anton
Branch: MAIN
CVS Tags: v0-4-0
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
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 - (view) (download) (annotate) - [select for diffs]
Wed May 13 16:47:22 1998 UTC (15 years ago) by anton
Branch: MAIN
Changes since 1.4: +72 -63 lines
Diff to previous 1.4
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 - (view) (download) (annotate) - [select for diffs]
Sun Jul 6 14:11:21 1997 UTC (15 years, 10 months ago) by jwilke
Branch: MAIN
Changes since 1.3: +3 -0 lines
Diff to previous 1.3
Small changes.
Jens

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Mar 19 18:27:12 1997 UTC (16 years, 2 months ago) by anton
Branch: MAIN
CVS Tags: v0-3-0
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
fixed some documentation bugs
updated dates on copyright messages
updated NEWS
some fixes in Makefile.in

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Mar 13 23:40:31 1997 UTC (16 years, 2 months ago) by pazsan
Branch: MAIN
Changes since 1.1: +18 -0 lines
Diff to previous 1.1
Added lots of copyright notices.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Feb 6 21:22:59 1997 UTC (16 years, 3 months ago) by pazsan
Branch: MAIN
Started to merge in changes made for gforth-EC project.

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