[gforth] / gforth / assert.fs  

gforth: gforth/assert.fs


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

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
updated copyright year

Revision 1.18 - (view) (download) (annotate) - [selected]
Mon Feb 13 22:26:50 2012 UTC (15 months, 1 week ago) by pazsan
Branch: MAIN
Changes since 1.17: +20 -11 lines
Diff to previous 1.17
Assertion with generic )

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 18:09:02 2010 UTC (2 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 , to selected 1.18
updated copyright years

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 20:46:27 2010 UTC (3 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 , to selected 1.18
asserts are now compile-only

Revision 1.15 - (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.14: +1 -1 lines
Diff to previous 1.14 , to selected 1.18
updated copyright year after changing license notice

Revision 1.14 - (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.13: +2 -3 lines
Diff to previous 1.13 , to selected 1.18
updated copyright notices for GPL v3

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 14:17:43 2003 UTC (9 years, 9 months ago) by anton
Branch: MAIN
CVS Tags: v0-6-2
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 , to selected 1.18
documentation updates
fixed some portability bugs in vmgen-ex and vmgen-ex2
updated copyright years

Revision 1.12 - (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, v0-6-1
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 , to selected 1.18
updated copyright years

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Dec 4 16:56:31 2002 UTC (10 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.10: +6 -7 lines
Diff to previous 1.10 , to selected 1.18
source positions are now passed through literals instead of using
  return stack tricks; appropriate changes in the users of source.fs.

Revision 1.10 - (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.9: +1 -1 lines
Diff to previous 1.9 , to selected 1.18
changed FSF address in copyright messages

Revision 1.9 - (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.8: +1 -1 lines
Diff to previous 1.8 , to selected 1.18
updated copyright dates in many files (not in ec-related files)

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Mar 23 20:24:16 1999 UTC (14 years, 2 months ago) by crook
Branch: MAIN
Changes since 1.7: +8 -8 lines
Diff to previous 1.7 , to selected 1.18
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.7 - (view) (download) (annotate) - [select for diffs]
Tue Dec 8 22:02:35 1998 UTC (14 years, 5 months ago) by anton
Branch: MAIN
CVS Tags: v0-4-0
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 , to selected 1.18
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.6 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 16:17:06 1997 UTC (15 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 , to selected 1.18
Added documentation for structures and object.fs
Changed representation of structures from "size align" to "align size",
   and renamed 1 cells: to cell% etc.
added %size and %alignment
fixed search bug
added command-line option --die-on-signal

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Nov 7 18:06:32 1995 UTC (17 years, 6 months ago) by anton
Branch: MAIN
CVS Tags: gforth-0_1beta, v0-2-0, v0-2-1, v0-3-0
Changes since 1.4: +23 -7 lines
Diff to previous 1.4 , to selected 1.18
added copyright headers
changes to loadfilename & co. to make savesystem transparent to
 assertions and ~~

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Oct 16 18:33:05 1995 UTC (17 years, 7 months ago) by anton
Branch: MAIN
Changes since 1.3: +10 -9 lines
Diff to previous 1.3 , to selected 1.18
added answords.fs and strsignal.c
added checking of documenetation of ANS Forth words
Fixed many documentation errors and added some documentation
signal handling now uses strsignal and can handle signals not present on all machines

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Mar 13 09:17:23 1995 UTC (18 years, 2 months ago) by anton
Branch: MAIN
Changes since 1.2: +16 -15 lines
Diff to previous 1.2 , to selected 1.18
Added stuff for documenting Forth source and integrating it into the texi file
changed checks for DOMAINOS to checks for apollo (which is defined on apollos)
changed "-evaluate" (which did not work anyway) to "--evaluate"
added debugging.fs and assert.fs to startup.fs

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 18:37:48 1995 UTC (18 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.1: +7 -0 lines
Diff to previous 1.1 , to selected 1.18
fixed a few bugs in gforth.el
more documentation

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Jul 8 15:00:28 1994 UTC (18 years, 10 months ago) by anton
Branch: MAIN
Diff to selected 1.18
signals are now translated into THROWs
A number of bug fixes (make a diff of BUGS for details)
added assert.fs and debugging.fs
made .s nicer
keep names of included files (in loadfilename) and print them upon error

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