[gforth] / gforth / Attic / search-order.fs  

gforth: gforth/Attic/search-order.fs


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

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

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

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Oct 20 20:35:25 1996 UTC (16 years, 8 months ago) by pazsan
Branch: MAIN
CVS Tags: v0-2-0, v0-2-1
Changes since 1.20: +11 -5 lines
Diff to previous 1.20
Fixed problems with different search methods. Hash now doesn't patch
it's own search method into vocabularies anymore.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Sep 19 22:17:36 1996 UTC (16 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
Steps to make 0.2.0 dist-ready.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon May 13 16:37:02 1996 UTC (17 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18
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 - (view) (download) (annotate) - [select for diffs]
Thu May 9 18:13:03 1996 UTC (17 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
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 - (view) (download) (annotate) - [select for diffs]
Mon May 6 12:39:03 1996 UTC (17 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.16: +13 -0 lines
Diff to previous 1.16
added tables (case-sensitive wordlists)
cleaned up hash.fs a bit
added "interpretation:" for adding special interpretation semantics

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Mar 18 19:26:06 1996 UTC (17 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.15: +3 -0 lines
Diff to previous 1.15
minor changes

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

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Oct 7 17:38:19 1995 UTC (17 years, 8 months ago) by anton
Branch: MAIN
Changes since 1.11: +23 -4 lines
Diff to previous 1.11
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 - (view) (download) (annotate) - [select for diffs]
Sat Apr 29 14:51:20 1995 UTC (18 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.10: +3 -0 lines
Diff to previous 1.10
Added more ANS system documentation (now complete)
Minor changes

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Feb 23 20:17:24 1995 UTC (18 years, 3 months ago) by pazsan
Branch: MAIN
Changes since 1.9: +15 -13 lines
Diff to previous 1.9
Added structure support in kernal
fixed bug on dictionary expand (512 wordlist limit)

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Dec 21 14:26:25 1994 UTC (18 years, 6 months ago) by pazsan
Branch: MAIN
Changes since 1.8: +22 -0 lines
Diff to previous 1.8
added MARKER
small changes in configure.in and Makefile.in

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Nov 29 16:22:46 1994 UTC (18 years, 6 months ago) by pazsan
Branch: MAIN
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
* 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 - (view) (download) (annotate) - [select for diffs]
Fri Sep 2 15:23:37 1994 UTC (18 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
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 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 15:25:34 1994 UTC (18 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
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 - (view) (download) (annotate) - [select for diffs]
Thu Jul 21 10:52:51 1994 UTC (18 years, 11 months ago) by pazsan
Branch: MAIN
Changes since 1.4: +14 -55 lines
Diff to previous 1.4
Added dictionary hashing
Changed argument interpretation as documented
Made refill for DOS 20 times faster
Added m*/ and missing FP words.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Jun 16 17:08:41 1994 UTC (19 years ago) by pazsan
Branch: MAIN
Changes since 1.3: +34 -34 lines
Diff to previous 1.3
Removed directory cache

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Jun 1 10:05:21 1994 UTC (19 years ago) by pazsan
Branch: MAIN
Changes since 1.2: +54 -6 lines
Diff to previous 1.2
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 - (view) (download) (annotate) - [select for diffs]
Sat May 7 14:56:06 1994 UTC (19 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.1: +31 -7 lines
Diff to previous 1.1
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.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Fri Feb 11 16:30:48 1994 UTC (19 years, 4 months ago) by anton
Branch: no-vendor
CVS Tags: alpha
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
The GNU Forth Project

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
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