CVS log for gforth/assert.fs

[BACK] Up to [gforth] / gforth

Request diff between arbitrary revisions


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


Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Dec 31 15:25:17 2012 UTC (11 years, 2 months ago) by anton
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.18: preferred, unified
Changes since revision 1.18: +1 -1 lines
updated copyright year

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Feb 13 22:26:50 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.17: preferred, unified
Changes since revision 1.17: +20 -11 lines
Assertion with generic )

Revision 1.17: 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
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
Wed Apr 7 20:46:27 2010 UTC (13 years, 11 months ago) by anton
Branches: MAIN
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +5 -5 lines
asserts are now compile-only

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Dec 31 19:02:24 2007 UTC (16 years, 2 months ago) by anton
Branches: MAIN
CVS tags: v0-7-0
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +1 -1 lines
updated copyright year after changing license notice

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Dec 31 18:40:23 2007 UTC (16 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +2 -3 lines
updated copyright notices for GPL v3

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Aug 25 14:17:43 2003 UTC (20 years, 6 months ago) by anton
Branches: MAIN
CVS tags: v0-6-2
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +1 -1 lines
documentation updates
fixed some portability bugs in vmgen-ex and vmgen-ex2
updated copyright years

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

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Dec 4 16:56:31 2002 UTC (21 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +6 -7 lines
source positions are now passed through literals instead of using
  return stack tricks; appropriate changes in the users of source.fs.

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

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Sep 23 15:05:58 2000 UTC (23 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +1 -1 lines
updated copyright dates in many files (not in ec-related files)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Mar 23 20:24:16 1999 UTC (25 years ago) by crook
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +8 -8 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.7: download - view: text, markup, annotated - select for diffs
Tue Dec 8 22:02:35 1998 UTC (25 years, 3 months ago) by anton
Branches: MAIN
CVS tags: v0-4-0
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +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.6: download - view: text, markup, annotated - select for diffs
Thu Jul 31 16:17:06 1997 UTC (26 years, 7 months ago) by anton
Branches: MAIN
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +1 -1 lines
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: download - view: text, markup, annotated - select for diffs
Tue Nov 7 18:06:32 1995 UTC (28 years, 4 months ago) by anton
Branches: MAIN
CVS tags: v0-3-0, v0-2-1, v0-2-0, gforth-0_1beta
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +23 -7 lines
added copyright headers
changes to loadfilename & co. to make savesystem transparent to
 assertions and ~~

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Oct 16 18:33:05 1995 UTC (28 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +10 -9 lines
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: download - view: text, markup, annotated - select for diffs
Mon Mar 13 09:17:23 1995 UTC (29 years ago) by anton
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +16 -15 lines
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: download - view: text, markup, annotated - select for diffs
Thu Jan 12 18:37:48 1995 UTC (29 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +7 -0 lines
fixed a few bugs in gforth.el
more documentation

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jul 8 15:00:28 1994 UTC (29 years, 8 months ago) by anton
Branches: MAIN
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

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>