[gforth] / gforth / wordinfo.fs  

gforth: gforth/wordinfo.fs


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

Revision 1.28 - (view) (download) (annotate) - [selected]
Mon Dec 31 19:02:24 2007 UTC (5 years, 5 months ago) by anton
Branch: MAIN
CVS Tags: HEAD, v0-7-0
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
updated copyright year after changing license notice

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 18:40:24 2007 UTC (5 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.26: +2 -3 lines
Diff to previous 1.26 , to selected 1.28
updated copyright notices for GPL v3

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

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

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

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Jan 28 18:49:10 2001 UTC (12 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22 , to selected 1.28
fixed bug (?; might also be due to an Emacs change) in prim.TAGS generation.
bugfix in alias? (length related)
NEXTNAME can now also handle long names
added FREE-MEM-VAR

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

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

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat May 27 18:55:55 2000 UTC (13 years ago) by anton
Branch: MAIN
Changes since 1.19: +3 -2 lines
Diff to previous 1.19 , to selected 1.28
some more adjustments due to the change of >name.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat May 27 09:41:28 2000 UTC (13 years ago) by anton
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18 , to selected 1.28
renamed old >HEAD/>NAME into >HEAD-NOPRIM, defined >HEAD/>NAME to also
  work on primitives.
>HEAD/>NAME now returns 0 (instead of the nt of ???) on failure.

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Jan 3 21:48:38 1999 UTC (14 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17 , to selected 1.28
added ]L, IN-DICTIONARY? and IN-RETURN-STACK? to stuff.fs
refactored a few words to use IN-DICTIONARY?
added backtrace hooks to CATCH, THROW and (DOERROR)
added simple backtrace printing

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Dec 8 22:02:53 1998 UTC (14 years, 6 months ago) by anton
Branch: MAIN
CVS Tags: v0-4-0
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 , to selected 1.28
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.16 - (view) (download) (annotate) - [select for diffs]
Fri May 15 21:24:39 1998 UTC (15 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15 , to selected 1.28
direct threading is default on PPC
fixed bug in xtprim?

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed May 13 16:47:24 1998 UTC (15 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.14: +3 -2 lines
Diff to previous 1.14 , to selected 1.28
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.14 - (view) (download) (annotate) - [select for diffs]
Sun Jul 6 14:29:34 1997 UTC (15 years, 11 months ago) by jwilke
Branch: MAIN
Changes since 1.13: +9 -3 lines
Diff to previous 1.13 , to selected 1.28
See got some more bug fixes.
Quick changes to let all cross-compile, and fit into ec-version.
These files are still on my ToDo list, changes are not complete now.
Jens

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Aug 26 10:07:22 1996 UTC (16 years, 9 months ago) by anton
Branch: MAIN
CVS Tags: v0-2-0, v0-2-1, v0-3-0
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 , to selected 1.28
' and ['] now deliver an error for compile-only words.
renamed special- words into interpret/compile- words.
refactored some of the recent changes.
adapted see to the changes
added way to make a word that defines words with differring
 interpretation and compilation code.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Aug 21 14:58:45 1996 UTC (16 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.11: +10 -18 lines
Diff to previous 1.11 , to selected 1.28
a little cleanup in 386.h
renamed special: to interpret/compile:
renamed save-string to save-mem
added extend-mem
replaced (name>) with ((name>))
replaced name> with name>int and name>comp
renamed compile-only to compile-only-error
replaced xt>i with name>int
replaced xt>c with name>comp
removed xt>s
removed found
search-wordlist now delivers interpretation-xt
replaced (sfind) with find-name
replaced C' with COMP' and [C'] with [COMP']
removed S' and [S']
added hex.
added some helper words
adapted other words to the changes
started documenting the intergration of Gforth in applications

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon May 13 16:37:03 1996 UTC (17 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 , to selected 1.28
eliminated state-smartness in ;code and sfnumber
immediate-flag is now $40 and restrict-flag $20
HEADER now stores the compilation wordlist in the header and
	REVEAL reveals into that wordlist
assorted cleanups

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Jan 25 16:45:57 1996 UTC (17 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 , to selected 1.28
eliminated "make realclean"; it's dangerous and useless.
eliminated relocation stuff in the kernal; was buggy and useless.
SIGPIPE now returns control to Forth.
Implemented form, rows, and cols; SIGWINCH updates these (on good OS's).
changed popen and pclose to open-pipe and close-pipe.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 17:22:17 1996 UTC (17 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.8: +10 -8 lines
Diff to previous 1.8 , to selected 1.28
added more.fs for people with old terminals.
WORDS and SEE now now respect the terminal size.
a lot of reordering in the Makefile, approaching the GNU standards.
factored NAME>STRING out of many words.
use AC_DECL_SYS_SIGLIST test in configure.in.
removed emitcounter (it was not used anyway).
SYSTEM now unpreps and repreps the terminal.
fixed byg in prims2x.fs.
added NEEDS, ?CSP, !CSP.
rewrote ALIAS?.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Nov 7 18:07:05 1995 UTC (17 years, 7 months ago) by anton
Branch: MAIN
CVS Tags: gforth-0_1beta
Changes since 1.7: +18 -0 lines
Diff to previous 1.7 , to selected 1.28
added copyright headers
changes to loadfilename & co. to make savesystem transparent to
 assertions and ~~

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Oct 7 17:38:21 1995 UTC (17 years, 8 months ago) by anton
Branch: MAIN
Changes since 1.6: +11 -12 lines
Diff to previous 1.6 , to selected 1.28
added code.fs (code, ;code, end-code, assembler)
renamed dostruc to dofield
made index and doc-entries nicer
Only words containing 'e' or 'E' are converted to FP numbers.
added many wordset comments
added flush-icache primitive and FLUSH_ICACHE macro
added +DO, U+DO, -DO, U-DO and -LOOP
added code address labels (`docol:' etc.)
fixed sparc cache_flush

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Nov 29 16:22:51 1994 UTC (18 years, 6 months ago) by pazsan
Branch: MAIN
Changes since 1.5: +4 -7 lines
Diff to previous 1.5 , to selected 1.28
* added configure mode for DOS-Makefile:
  configure -target=i386-<anythinh>-msdos<anyversion>
  creates Makefile for DOS.
* checked in some mminor changes which never were checked in.
* added special startup file for DOS

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Sep 12 19:00:41 1994 UTC (18 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.4: +16 -10 lines
Diff to previous 1.4 , to selected 1.28
Added forth variants for primitives
Added a generator for forth primitives
Cleaned up some minor errors
Changed names of local access (was cell size dependent)
Where is "getopt.h"???!? Added tiny workaround. Where is getopt_long?

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jul 13 19:21:09 1994 UTC (18 years, 11 months ago) by pazsan
Branch: MAIN
Changes since 1.3: +7 -7 lines
Diff to previous 1.3 , to selected 1.28
Moved setjmp from engine to go_forth, because the socalled "globbered"
variables where saved in memory (and this slows down everything).
Added global up0 for security (up is globbered).

Added restrict's functionalitz to cross.fs

removed all occurency of cell+ name>, because the bug in name> is
fixed.

Added a dusty workaround at the end of prims2x.fs, because of
strange exceptions.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Jun 17 13:28:33 1994 UTC (19 years ago) by pazsan
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 , to selected 1.28
Moved -DDEFAULT_BIN before version dependent features (TOS, etc.)
Changed sample variable in wordinfo.fs to udp

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed May 18 17:30:03 1994 UTC (19 years, 1 month ago) by pazsan
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 , to selected 1.28
Fixed problem with ?dup
Deleted noop output like sp+=0 from prims2x.fs
Made wordinfo.fs work with DTC on i386
Added a faster (???) relocater

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Feb 11 16:30:47 1994 UTC (19 years, 4 months ago) by anton
Branch: MAIN
Branch point for: no-vendor
Diff to selected 1.28
Initial revision

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