CVS log for gforth/Attic/search-order.fs

[BACK] Up to [gforth] / gforth

Request diff between arbitrary revisions


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


Revision 1.23
Wed May 21 20:39:38 1997 UTC (26 years, 10 months ago) by anton
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.22: +0 -0 lines
jwilke's changes:
Moved many files to other directories
renamed many files
other changes unknown to me.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Jan 1 16:26:04 1997 UTC (27 years, 3 months ago) by anton
Branches: MAIN
CVS tags: v0-3-0
Diff to: previous 1.21: preferred, unified
Changes since revision 1.21: +21 -9 lines
fixed another marker/locals bug.
fixed convsize bug (now sizes >2048M are possible).
changed default sizes to be more cache-friendly.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Oct 20 20:35:25 1996 UTC (27 years, 5 months ago) by pazsan
Branches: MAIN
CVS tags: v0-2-1, v0-2-0
Diff to: previous 1.20: preferred, unified
Changes since revision 1.20: +11 -5 lines
Fixed problems with different search methods. Hash now doesn't patch
it's own search method into vocabularies anymore.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Sep 19 22:17:36 1996 UTC (27 years, 6 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.19: preferred, unified
Changes since revision 1.19: +2 -2 lines
Steps to make 0.2.0 dist-ready.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon May 13 16:37:02 1996 UTC (27 years, 10 months ago) by anton
Branches: MAIN
Diff to: previous 1.18: preferred, unified
Changes since revision 1.18: +2 -1 lines
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.18: download - view: text, markup, annotated - select for diffs
Thu May 9 18:13:03 1996 UTC (27 years, 10 months ago) by anton
Branches: MAIN
Diff to: previous 1.17: preferred, unified
Changes since revision 1.17: +1 -1 lines
changed most state-smart words into words with interpretation: behaviour.
added postponetest.fs to "make test"
made HashTable into a value (for speed)
replaced 'flag!' by lastflags, cset, creset, ctoggle

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon May 6 12:39:03 1996 UTC (27 years, 10 months ago) by anton
Branches: MAIN
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +13 -0 lines
added tables (case-sensitive wordlists)
cleaned up hash.fs a bit
added "interpretation:" for adding special interpretation semantics

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Mar 18 19:26:06 1996 UTC (28 years ago) by anton
Branches: MAIN
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +3 -0 lines
minor changes

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jan 25 16:45:55 1996 UTC (28 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +2 -2 lines
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.14: download - view: text, markup, annotated - select for diffs
Sun Jan 7 17:22:14 1996 UTC (28 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +20 -6 lines
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.13: download - view: text, markup, annotated - select for diffs
Tue Nov 7 18:06:58 1995 UTC (28 years, 4 months ago) by anton
Branches: MAIN
CVS tags: gforth-0_1beta
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +18 -0 lines
added copyright headers
changes to loadfilename & co. to make savesystem transparent to
 assertions and ~~

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Oct 7 17:38:19 1995 UTC (28 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +23 -4 lines
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.11: download - view: text, markup, annotated - select for diffs
Sat Apr 29 14:51:20 1995 UTC (28 years, 11 months ago) by anton
Branches: MAIN
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +3 -0 lines
Added more ANS system documentation (now complete)
Minor changes

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Feb 23 20:17:24 1995 UTC (29 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +15 -13 lines
Added structure support in kernal
fixed bug on dictionary expand (512 wordlist limit)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Dec 21 14:26:25 1994 UTC (29 years, 3 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +22 -0 lines
added MARKER
small changes in configure.in and Makefile.in

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Nov 29 16:22:46 1994 UTC (29 years, 4 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +1 -0 lines
* 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.7: download - view: text, markup, annotated - select for diffs
Fri Sep 2 15:23:37 1994 UTC (29 years, 7 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +1 -1 lines
Corrected bug in error reporting due to input stream restoration
Corrected bug in cross compiler du to later defined constants
renamed search into lookup and implemented the correct "search"
UPS: removed double deferred header and (header) - if problems tell
me why double deferred?

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Aug 25 15:25:34 1994 UTC (29 years, 7 months ago) by anton
Branches: MAIN
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +1 -1 lines
make now generates both images
the image names were changed
added C-level support for deferred words (dodefer)
made 2>r 2r> 2r@ 2rdrop primitives
some tuning of the outer interpreter; eliminated many words based on
 counted strings
Replaced the hash function with one that works better for larger tables

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jul 21 10:52:51 1994 UTC (29 years, 8 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +14 -55 lines
Added dictionary hashing
Changed argument interpretation as documented
Made refill for DOS 20 times faster
Added m*/ and missing FP words.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jun 16 17:08:41 1994 UTC (29 years, 9 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +34 -34 lines
Removed directory cache

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jun 1 10:05:21 1994 UTC (29 years, 10 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +54 -6 lines
added an experimental hash table (search/order.fs)
allowed the user to select caps-stored names or even case-
sensitive search.
Made gforth.texi compilable.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat May 7 14:56:06 1994 UTC (29 years, 10 months ago) by anton
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +31 -7 lines
local variables
rewrote primitives2c.el in Forth (prims2x.el)
various small changes
Added Files:
 	from-cut-here gforth.el gforth.texi glocals.fs gray.fs
 	locals-test.fs prims2x.fs

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Feb 11 16:30:47 1994 UTC (30 years, 1 month ago) by anton
Branches: MAIN
Initial revision

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>