[gforth] / gforth / kernel / args.fs  

gforth: gforth/kernel/args.fs


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

Revision 1.30 - (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.29: +1 -1 lines
Diff to previous 1.29
updated copyright year

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu Aug 9 23:58:53 2012 UTC (10 months, 1 week ago) by pazsan
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
debug file id generalized, fixed uninitialized xc\!+

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Jul 27 23:28:10 2012 UTC (10 months, 3 weeks ago) by pazsan
Branch: MAIN
Changes since 1.27: +2 -1 lines
Diff to previous 1.27
Added terminal server as socket example

Revision 1.27 - (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.26: +1 -1 lines
Diff to previous 1.26
updated copyright year after changing license notice

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

Revision 1.25 - (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.24: +1 -1 lines
Diff to previous 1.24
updated copyright years

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Feb 6 09:59:06 2006 UTC (7 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
even better error reporting (wrt trailing delimiters)

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Feb 4 19:26:37 2006 UTC (7 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.22: +19 -2 lines
Diff to previous 1.22
more work on getting nice error messages for errors in
   OS command line arguments

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 15:25:44 2006 UTC (7 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
INCLUDED and REQUIRED now provide nicer error messages

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 13:24:03 2004 UTC (8 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
updated copyright years for files changed in 2004

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Jun 7 11:22:08 2004 UTC (9 years ago) by pazsan
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
Document fixes (broken node, broken "@")

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Jan 19 07:41:04 2004 UTC (9 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.18: +20 -7 lines
Diff to previous 1.18
added NEXT-ARG; relkated documentation changes

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Jan 18 22:00:21 2004 UTC (9 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.17: +38 -37 lines
Diff to previous 1.17
eliminated ARG# in favour of SHIFT-ARGS; related cleanups and doc changes

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Jan 16 21:27:31 2004 UTC (9 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.16: +10 -0 lines
Diff to previous 1.16
added 'arg#'; this is a hack.  It may be better to manipulate argv and argc.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Mar 9 15:17:04 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.15: +1 -1 lines
Diff to previous 1.15
updated copyright years

Revision 1.15 - (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.14: +1 -1 lines
Diff to previous 1.14
undid changes to copyright notices

Revision 1.14 - (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.13: +1 -1 lines
Diff to previous 1.13
Updated copyright notices
Added stack effects to kernel/input.fs

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Dec 27 12:32:54 2002 UTC (10 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
replaced some automake macros with autoconf macros; related changes in
  autoconf variables (e.g., @VERSION@ -> @PACKAGE_VERSION@)
gforth-prof and gforth-native are now not built by default
modernized "Automatic Remaking" section of Makefile.in
Updated bug reporting instructions
Eliminated use of old bug reporting email address

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Sep 14 08:20:20 2002 UTC (10 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11
Added compat/strcomp.fs, introducing STR=, STRING-PREFIX?, and STR<
replaced most occurences of COMPARE with STR= and STRING-PREFIX?

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Jan 5 20:16:18 2002 UTC (11 years, 5 months ago) by pazsan
Branch: MAIN
Changes since 1.10: +5 -0 lines
Diff to previous 1.10
Cross compiler changes for mixed threading

Revision 1.10 - (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.9: +5 -5 lines
Diff to previous 1.9
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.9 - (view) (download) (annotate) - [select for diffs]
Sat Sep 23 15:47:09 2000 UTC (12 years, 8 months ago) by anton
Branch: MAIN
CVS Tags: v0-5-0
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
changed FSF address in copyright messages

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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Sep 15 21:32:06 2000 UTC (12 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
bugfix (loadfilename# must be set before process-args)
minor changes

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Nov 8 22:01:10 1999 UTC (13 years, 7 months ago) by crook
Branch: MAIN
Changes since 1.5: +5 -3 lines
Diff to previous 1.5
Various minor documentation changes to match the latest gforth.ds

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Mar 23 20:24:23 1999 UTC (14 years, 2 months ago) by crook
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
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.4 - (view) (download) (annotate) - [select for diffs]
Tue Dec 8 22:03:08 1998 UTC (14 years, 6 months ago) by anton
Branch: MAIN
CVS Tags: v0-4-0
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
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.3 - (view) (download) (annotate) - [select for diffs]
Sun Nov 8 23:08:06 1998 UTC (14 years, 7 months ago) by pazsan
Branch: MAIN
Changes since 1.2: +12 -4 lines
Diff to previous 1.2
Bug fix: print cause for problems in command line
Cleaned up Makefiles
Adjusted configures for DOS and OS/2 (not tested yet)
New feature: link image into executable (for non-OS systems)

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Aug 31 19:32:29 1997 UTC (15 years, 9 months ago) by jwilke
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1
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:13 1997 UTC (16 years, 1 month ago) by anton
Branch: MAIN
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