[gforth] / gforth / source.fs  

gforth: gforth/source.fs


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

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 15:29:25 2011 UTC (16 months, 2 weeks ago) by anton
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
updated copyright years

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Aug 19 17:58:20 2011 UTC (20 months, 4 weeks ago) by anton
Branch: MAIN
Changes since 1.21: +21 -2 lines
Diff to previous 1.21
added #LINE

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Dec 31 15:32:35 2009 UTC (3 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]
Sun May 10 19:07:21 2009 UTC (4 years ago) by anton
Branch: MAIN
Changes since 1.19: +19 -7 lines
Diff to previous 1.19
sourcepos words now maintain and print the position within the line
  (better output for ~~, assert(), etc.)

Revision 1.19 - (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.18: +1 -1 lines
Diff to previous 1.18
updated copyright year after changing license notice

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
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]
Fri Dec 31 13:23:58 2004 UTC (8 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
updated copyright years for files changed in 2004

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Aug 23 14:03:52 2004 UTC (8 years, 8 months ago) by anton
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
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.15 - (view) (download) (annotate) - [select for diffs]
Fri May 14 17:09:22 2004 UTC (9 years ago) by anton
Branch: MAIN
Changes since 1.14: +5 -2 lines
Diff to previous 1.14
added Athlon64 benchmark result
added depth-changes.fs and hook for that in kernel/input.fs
made ~~ work in interpret state
documented clearstacks

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

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Jan 22 10:59:54 2003 UTC (10 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
factored out saving and restoring loadfilename (not relevant for new-input)

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Jan 21 10:24:44 2003 UTC (10 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
loadfilename#>str is now safer
documented the interaction of markers and ~~ and assertions

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Jan 20 22:16:04 2003 UTC (10 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
replaced "*a file*" etc. with "*somewhere*"

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jan 20 19:17:59 2003 UTC (10 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.9: +13 -1 lines
Diff to previous 1.9
replaced loadfilename# with loadfilename (bugfix)

Revision 1.9 - (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.8: +11 -22 lines
Diff to previous 1.8
source positions are now passed through literals instead of using
  return stack tricks; appropriate changes in the users of source.fs.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Sep 23 15:46:59 2000 UTC (12 years, 7 months ago) by anton
Branch: MAIN
CVS Tags: v0-5-0
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
changed FSF address in copyright messages

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Dec 8 22:02:51 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
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:10 1997 UTC (15 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
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]
Wed May 21 20:39:40 1997 UTC (16 years ago) by anton
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
jwilke's changes:
Moved many files to other directories
renamed many files
other changes unknown to me.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Mar 4 17:49:55 1997 UTC (16 years, 2 months ago) by anton
Branch: MAIN
CVS Tags: v0-3-0
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
added double indirect threaded version and making of fully relocatable images.
added gforth-makeimage script for making fully relocatable images.
removed locals bug in if else endif constructs.
added mmap support for machines without MAP_ANON
removed command-line options -c and -o
moved definition of DOES_HANDLER_SIZE from machine.h to forth.h.
added hpux FLUSH_ICACHE in m68k.h
made source words print decimal

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Sep 19 22:17:37 1996 UTC (16 years, 8 months ago) by pazsan
Branch: MAIN
CVS Tags: v0-2-0, v0-2-1
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Steps to make 0.2.0 dist-ready.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Nov 29 20:20:37 1995 UTC (17 years, 5 months ago) by anton
Branch: MAIN
CVS Tags: gforth-0_1beta
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
replced tester.fs and coretest.fs with the new versions from John Hayes
make mostlyclean virtualclean added
Cache-flushing now works on the Alpha (other minor changes there)
configure now uses gcc by default and passes its GCC variable to the Makefile
introduced sourcefilename and sourceline# (and used them in many places).

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Nov 7 18:08:47 1995 UTC (17 years, 6 months ago) by anton
Branch: MAIN
source.fs contains some stuff factored out from assert.fs and debugging.fs
cleanalign contains alignment-clean replacements for library functions

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