[gforth] / gforth / kernel / cond.fs  

gforth: gforth/kernel/cond.fs


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

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 15:25:19 2012 UTC (4 months, 3 weeks ago) by anton
Branch: MAIN
CVS Tags: HEAD
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
updated copyright year

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 13:33:48 2012 UTC (8 months, 3 weeks ago) by pazsan
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
Make gforth compile again

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Tue Aug 21 19:44:27 2012 UTC (9 months ago) by pazsan
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
Replace LEAVE with UNLOOP EXIT

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Aug 21 19:36:55 2012 UTC (9 months ago) by pazsan
Branch: MAIN
Changes since 1.26: +10 -0 lines
Diff to previous 1.26
Added continue control structure

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 15:29:26 2011 UTC (16 months, 3 weeks ago) by anton
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
updated copyright years

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Aug 19 17:57:56 2011 UTC (21 months ago) by anton
Branch: MAIN
Changes since 1.24: +3 -0 lines
Diff to previous 1.24
added CS-DROP

Revision 1.24 - (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.23: +1 -1 lines
Diff to previous 1.23
updated copyright years

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Mar 25 16:25:53 2010 UTC (3 years, 2 months ago) by pazsan
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
Document DONE

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

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

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Oct 29 15:56:31 2007 UTC (5 years, 6 months ago) by anton
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
added -DBURG_FORMAT compile-time option for generating burg grammars etc.
cleaned up debugp() definition
documentation bugfix (ELSE)

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 13:24:04 2004 UTC (8 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
updated copyright years for files changed in 2004

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Aug 23 14:03:53 2004 UTC (8 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.17: +4 -1 lines
Diff to previous 1.17
added BEFORE-WORD and OTHER-CONTROL-FLOW hooks
changed profile.fs to use BEFORE-WORD hook and profile various control structs
added count-calls? stuff to profile.fs
minor changes

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Mar 9 15:17:05 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.16: +1 -1 lines
Diff to previous 1.16
updated copyright years

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Jan 20 17:07:41 2003 UTC (10 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
undid changes to copyright notices

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Jan 19 23:35:34 2003 UTC (10 years, 4 months ago) by pazsan
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Updated copyright notices
Added stack effects to kernel/input.fs

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Jan 1 17:28:30 2003 UTC (10 years, 4 months ago) by pazsan
Branch: MAIN
Changes since 1.13: +16 -16 lines
Diff to previous 1.13
Cleaned up prim file (only one soft of branches, grouping)
Added auto-expanding tib for file reading - the terminal line length remains
limited.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Sep 24 17:57:29 2002 UTC (10 years, 8 months ago) by anton
Branch: MAIN
Changes since 1.12: +18 -18 lines
Diff to previous 1.12
replace all uses of relative branches with absolute branches
  Exception: cross still produces relative branches in the kernel.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Feb 4 21:25:18 2002 UTC (11 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.11: +7 -6 lines
Diff to previous 1.11
Compiles static superinstructions combined with dynamic superinstructions
added ENDIF to gforth.el

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Feb 24 17:24:45 2001 UTC (12 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.10: +5 -2 lines
Diff to previous 1.10
added peephole optimization to kernel

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Sep 23 15:47:09 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
changed FSF address in copyright messages

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

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Jun 17 12:01:55 2000 UTC (12 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.7: +4 -3 lines
Diff to previous 1.7
Assembler and disassembler are included in gforth.fi if available
Alpha assembler and disassembler tweaks

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 18:49:51 1999 UTC (13 years, 5 months ago) by crook
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
documentation tweaks.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon May 10 13:58:05 1999 UTC (14 years ago) by jwilke
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5
Moved defstart.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Mar 23 20:24:24 1999 UTC (14 years, 2 months ago) by crook
Branch: MAIN
Changes since 1.4: +5 -1 lines
Diff to previous 1.4
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.4 - (view) (download) (annotate) - [select for diffs]
Tue Dec 8 22:03:09 1998 UTC (14 years, 5 months ago) by anton
Branch: MAIN
CVS Tags: v0-4-0
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
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.3 - (view) (download) (annotate) - [select for diffs]
Wed Oct 14 22:23:13 1998 UTC (14 years, 7 months ago) by pazsan
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Fixed a lot of problems from the wordlist structure change (I hope we had
not omitted the "wordlist-id" in the first place).

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Oct 10 10:28:36 1998 UTC (14 years, 7 months ago) by pazsan
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Changed virtual method table pointer in dictionary objects to be compatible with
the other OO packages (VMT-pointer on first cell)

You need a new kernel.fi to recompile the kernel

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed May 21 20:40:14 1997 UTC (16 years ago) by anton
Branch: MAIN
jwilke's changes:
Moved many files to other directories
renamed many files
other changes unknown to me.

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