Diff for /gforth/gforth.lsm between versions 1.1 and 1.6

version 1.1, 1998/12/28 11:03:52 version 1.6, 2003/03/09 20:09:46
Line 1 Line 1
 Begin3  Begin4
 Title:          Gforth  Title:          Gforth
 Version:        0.3.0  Version:        0.6.0
 Entered-date:   09APR97  Entered-date:   2000-03-09
 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:         paysan@informatik.tu-muenchen.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)
                         761 kb gforth-0.3.0-i486-unknown-linuxaout.tar.gz  Maintained-by:  anton@mips.complang.tuwien.ac.at (Anton Ertl)
                         771 kb gforth-0.3.0-i586-unknown-linux.tar.gz  Primary-site:   http://www.complang.tuwien.ac.at/forth/gforth/
 Alternate-site: sunsite.unc.edu /pub/Linux/devel/lang/forth                          1.6M gforth-0.6.0-i386-pc-linux-gnulibc1.tar.gz
 Original-site:  prep.ai.mit.edu /pub/gnu                          1.6M gforth-0.6.0-i386-pc-linux-gnu.tar.gz
                         692 kb gforth-0.3.0.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.6.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.1  
changed lines
  Added in v.1.6


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