Diff for /gforth/gforth.lsm between versions 1.2 and 1.7

version 1.2, 1999/02/02 22:02:54 version 1.7, 2003/05/04 08:28:28
Line 1 Line 1
 Begin3  Begin4
 Title:          Gforth  Title:          Gforth
 Version:        0.4.0  Version:        0.6.1
 Entered-date:   28DEC98  Entered-date:   2000-03-11
 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
                 history and a powerful locals facility, and it even                  history and a powerful locals facility, and it even
                 has (the beginnings of) a manual. Gforth employs                  has a manual. Gforth employs traditional
                 traditional implementation techniques: its inner                  implementation techniques: its inner innerpreter
                 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.ai.mit.edu                  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                  dvdkhlng@gmx.de (David Kuehling) 
 Alternate-site: metalab.unc.edu /pub/Linux/devel/lang/forth  Maintained-by:  anton@mips.complang.tuwien.ac.at (Anton Ertl)
 Original-site:  prep.ai.mit.edu /pub/gnu/gforth  Primary-site:   http://www.complang.tuwien.ac.at/forth/gforth/
                         986 kB gforth-0.4.0.tar.gz                          2.3M gforth-0.6.1.bin.i386-pc-linux-gnulibc1.tar.gz
                           2.4M gforth-0.6.1.bin.i386-pc-linux-gnu.tar.gz
                           1K gforth.lsm
   Alternate-site: ftp://iblio.org/pub/Linux/devel/lang/forth/
   Original-site:  ftp://ftp.gnu.org/gnu/gforth/
                           1.8 M gforth-0.6.1.tar.gz
   Platforms:      GCC-2.x (if you use the source package)
 Copying-policy: GPL  Copying-policy: GPL
 End  End

Removed from v.1.2  
changed lines
  Added in v.1.7


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