[gforth] / gforth / kernel / files.fs  

gforth: gforth/kernel/files.fs


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

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 15:25:19 2012 UTC (5 months, 2 weeks ago) by anton
Branch: MAIN
CVS Tags: HEAD
Changes since 1.27: +1 -1 lines
Diff to previous 1.27 , to selected 1.23
updated copyright year

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Apr 6 17:27:54 2012 UTC (14 months, 1 week ago) by anton
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26 , to selected 1.23
documentation bugfix (reported by Gerald Wodni)

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

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

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 13:39:18 2006 UTC (6 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
updated copyright years

Revision 1.23 - (view) (download) (annotate) - [selected]
Sun Feb 5 17:54:39 2006 UTC (7 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
better error reporting with input-parse-start
updated copyright year in bootmessage

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Mar 9 15:17:05 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.21: +1 -1 lines
Diff to previous 1.21 , to selected 1.23
updated copyright years

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

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

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

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

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Sep 6 08:11:52 2001 UTC (11 years, 9 months ago) by jwilke
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 , to selected 1.23
changed warnings to redefinitions-start / end because
we have to switch more than only the warnings

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Oct 29 20:27:03 2000 UTC (12 years, 7 months ago) by pazsan
Branch: MAIN
Changes since 1.15: +4 -8 lines
Diff to previous 1.15 , to selected 1.23
Added new input handling (OO approach). Only available if capability
new-input is true (so setting that to false in machpc.fs gets you the old
input handling back).

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

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

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 19:20:06 2000 UTC (12 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.12: +16 -14 lines
Diff to previous 1.12 , to selected 1.23
Fixed #fill-bytes for nested inputs
Improved font highlighting
Dirty fix for exboot correction (for DOS)

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 19:50:33 2000 UTC (12 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.11: +0 -3 lines
Diff to previous 1.11 , to selected 1.23
Changed (read-line) again

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Sep 9 20:32:58 2000 UTC (12 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.10: +3 -0 lines
Diff to previous 1.10 , to selected 1.23
Fixed CR/LF bug wrt save/restore-input

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Sep 6 20:30:07 2000 UTC (12 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.9: +13 -2 lines
Diff to previous 1.9 , to selected 1.23
improved error messages for errors happening in non-files.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Aug 17 12:46:58 2000 UTC (12 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 , to selected 1.23
documentation changes
added path-allot and clear-path

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat May 20 14:25:42 2000 UTC (13 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 , to selected 1.23
WRITE-LINE and CR now use NEWLINE

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Mar 23 20:24:24 1999 UTC (14 years, 3 months ago) by crook
Branch: MAIN
Changes since 1.6: +6 -6 lines
Diff to previous 1.6 , to selected 1.23
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.6 - (view) (download) (annotate) - [select for diffs]
Wed Feb 3 00:10:24 1999 UTC (14 years, 4 months ago) by crook
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 , to selected 1.23
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.5 - (view) (download) (annotate) - [select for diffs]
Tue Dec 8 22:03:10 1998 UTC (14 years, 6 months ago) by anton
Branch: MAIN
CVS Tags: v0-4-0
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 , to selected 1.23
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.4 - (view) (download) (annotate) - [select for diffs]
Wed Jun 17 16:55:16 1998 UTC (15 years ago) by anton
Branch: MAIN
Changes since 1.3: +6 -4 lines
Diff to previous 1.3 , to selected 1.23
Default path now has "." in front
Worked a bit on the documentation
fixed handling of "." in open-path-file (now also works with "." from the path)

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Apr 12 21:49:29 1998 UTC (15 years, 2 months ago) by pazsan
Branch: MAIN
Changes since 1.2: +16 -6 lines
Diff to previous 1.2 , to selected 1.23
Added mini-oof and example, started docu for that.
Corrected "load" bug in blocks.fs (seems to be that really noone uses blocks.fs).
Minor changes do gforth.el

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Aug 31 19:32:30 1997 UTC (15 years, 9 months ago) by jwilke
Branch: MAIN
Changes since 1.1: +3 -0 lines
Diff to previous 1.1 , to selected 1.23
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.1 - (view) (download) (annotate) - [select for diffs]
Wed May 21 20:40:14 1997 UTC (16 years, 1 month ago) by anton
Branch: MAIN
Diff to selected 1.23
jwilke's changes:
Moved many files to other directories
renamed many files
other changes unknown to me.

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