CVS log for gforth/kernel/Attic/special.fs

[BACK] Up to [gforth] / gforth / kernel

Request diff between arbitrary revisions


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


Revision 1.13
Tue May 18 15:13:51 1999 UTC (24 years, 11 months ago) by jwilke
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.12: +0 -0 lines
Liquidated special.fs and distributed the definitions into apropriate
postitions in int.fs and comp.fs. Only ." and S" fit nowhere in and
went to quotes.fs.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon May 17 15:07:05 1999 UTC (24 years, 11 months ago) by jwilke
Branches: MAIN
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +2 -0 lines
Added require at beginning of file.

Revision 1.11: download - view: text, markup, annotated - [selected for diffs]
Thu May 6 21:33:37 1999 UTC (24 years, 11 months ago) by crook
Branches: MAIN
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +13 -11 lines
Major re-write of manual sections concerning text interpreter and
defining words. Much fine-tuning of other sections. The manual is
``nearly finished'' -- at least, all the major pieces of work that
I envisaged for the first mods (which were only going to take a
couple of weeks...). The manual has grown from 127 pages to 192
which is good news in terms of content but bad news in terms of the
time it takes to print out on my HP550C DeskJet.

Other changes are just tweaks to glossary entries.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed May 5 18:10:30 1999 UTC (24 years, 11 months ago) by jwilke
Branches: MAIN
Diff to: previous 1.9: preferred, unified; selected 1.11: preferred, unified
Changes since revision 1.9: +3 -1 lines
Made last bugfix optional; only needed with xconds.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 3 09:46:20 1999 UTC (24 years, 11 months ago) by jwilke
Branches: MAIN
Diff to: previous 1.8: preferred, unified; selected 1.11: preferred, unified
Changes since revision 1.8: +10 -12 lines
kernel/special.fs
	added exit-like in DOES> statement *bugfix*
glocals.fs
	used mappedwordlist constructor

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Mar 23 20:24:27 1999 UTC (25 years, 1 month ago) by crook
Branches: MAIN
Diff to: previous 1.7: preferred, unified; selected 1.11: preferred, unified
Changes since revision 1.7: +11 -9 lines
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.7: download - view: text, markup, annotated - select for diffs
Wed Feb 3 00:10:25 1999 UTC (25 years, 2 months ago) by crook
Branches: MAIN
Diff to: previous 1.6: preferred, unified; selected 1.11: preferred, unified
Changes since revision 1.6: +9 -0 lines
New "docclean" target for makefile (removes glossary dependencies when
rebuilding documentation). Changes to .fs files and prim are restricted
to glossary (\G) additions for the documentation; this has necessitated
the addition of new white-space in places to stop the \G stuff from
obscuring the code. Many additions to doc/gforth.ds - new sections
added, a few things moved and some sections re-written slightly. There
are a set of things to tidy up before this rev. is suitable for
release, and those will be my highest priority. I have also used
"@comment TODO" to highlight other sections I plan to work on, and
added a set of comments at the start to indicate other things I plan
to modify in the medium-term.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Dec 8 22:03:14 1998 UTC (25 years, 4 months ago) by anton
Branches: MAIN
CVS tags: v0-4-0
Diff to: previous 1.5: preferred, unified; selected 1.11: preferred, unified
Changes since revision 1.5: +1 -1 lines
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.5: download - view: text, markup, annotated - select for diffs
Sat May 2 21:29:09 1998 UTC (25 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.4: preferred, unified; selected 1.11: preferred, unified
Changes since revision 1.4: +8 -46 lines
Mega-Patch; lots of changes

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Sep 13 12:05:53 1997 UTC (26 years, 7 months ago) by jwilke
Branches: MAIN
Diff to: previous 1.3: preferred, unified; selected 1.11: preferred, unified
Changes since revision 1.3: +11 -5 lines
Changed hax-xy flags to environmental queries.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Aug 31 19:32:31 1997 UTC (26 years, 7 months ago) by jwilke
Branches: MAIN
Diff to: previous 1.2: preferred, unified; selected 1.11: preferred, unified
Changes since revision 1.2: +46 -0 lines
changes from gforth-ec:
updated cross (side-effect: no more warnings :-)
some changed other forth-files
['] can not do forward references any more

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jun 6 17:28:16 1997 UTC (26 years, 10 months ago) by anton
Branches: MAIN
Diff to: previous 1.1: preferred, unified; selected 1.11: preferred, unified
Changes since revision 1.1: +4 -1 lines
Environmental query "gforth" now returns the version-string
dictionary-end and unused moved into the kernel/basics.fs
Minor gforth.el bug fixes
Major rewrite of objects.fs (not yet done)
fixed -trailing bug (with test in test/other.fs)
optimization of fields with offset 0 in struct.fs and compat/struct.fs
other changes in compat/struct.fs (not yet done)
added ansreports to compat/*.fs
documentation changes
allot now checks for dict overflow
named [IS] (compilation semantics of IS).
minor changes

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed May 21 20:40:18 1997 UTC (26 years, 11 months ago) by anton
Branches: MAIN
Diff to: selected 1.11: preferred, unified
jwilke's changes:
Moved many files to other directories
renamed many files
other changes unknown to me.

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>