Diff for /gforth/gforth.lsm between versions 1.3 and 1.5

version 1.3, 2000/09/23 15:06:00 version 1.5, 2002/12/27 12:32:52
Line 1 Line 1
 Begin3  Begin4
 Title:          Gforth  Title:          Gforth
 Version:        0.5.0  Version:        0.5.0
 Entered-date:   23SEP00  Entered-date:   2000-10-25
 Description:    Gforth is a fast and portable implementation of the ANS  Description:    Gforth is a fast and portable implementation of the ANS
                 Forth language. It works nicely with the Emacs editor,                  Forth language. It works nicely with the Emacs editor,
                 offers some nice features such as input completion and                  offers some nice features such as input completion and
Line 9  Description: Gforth is a fast and portab Line 9  Description: Gforth is a fast and portab
                 has a manual. Gforth employs traditional                  has a manual. Gforth employs traditional
                 implementation techniques: its inner innerpreter                  implementation techniques: its inner innerpreter
                 is indirect or direct threaded.                  is indirect or direct threaded.
 Keywords:       Forth, interpreter,   Keywords:       Forth, interpreter
 Author:         bernd.paysan@gmx.de (Bernd Paysan)  Author:         bernd.paysan@gmx.de (Bernd Paysan)
                 anton@mips.complang.tuwien.ac.at (Anton Ertl)                  anton@mips.complang.tuwien.ac.at (Anton Ertl)
 Maintained-by:  bug-gforth@gnu.org                  wilke@jwdt.com (Jens Wilke)
 Primary-site:   ftp.complang.tuwien.ac.at /pub/forth/gforth                  neal@pinga.free-online.co.uk (Neal Crook)
                         1.1 M gforth-0.4.0-i386-pc-linux-gnulibc1.tar.gz  Maintained-by:  anton@mips.complang.tuwien.ac.at (Anton Ertl)
 Alternate-site: metalab.unc.edu /pub/Linux/devel/lang/forth  Primary-site:   http://www.complang.tuwien.ac.at/forth/gforth/
 Original-site:  prep.ai.mit.edu /pub/gnu/gforth                          1.6M gforth-0.5.0-i386-pc-linux-gnulibc1.tar.gz
                           1.6M gforth-0.5.0-i386-pc-linux-gnu.tar.gz
                           2K gforth.lsm
   Alternate-site: ftp://metalab.unc.edu/pub/Linux/devel/lang/forth/
   Original-site:  ftp://ftp.gnu.org/gnu/gforth/
                         1.4 M gforth-0.5.0.tar.gz                          1.4 M gforth-0.5.0.tar.gz
   Platforms:      GCC-2.x (if you use the source package)
 Copying-policy: GPL  Copying-policy: GPL
 End  End

Removed from v.1.3  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>