Diff for /gforth/README between versions 1.55 and 1.56

version 1.55, 2003/08/25 16:14:25 version 1.56, 2003/08/27 12:13:49
Line 3  language. It works nicely with the Emacs Line 3  language. It works nicely with the Emacs
 features such as input completion and history, backtraces, a  features such as input completion and history, backtraces, a
 decompiler and a powerful locals facility, and it even has a  decompiler and a powerful locals facility, and it even has a
 manual. Gforth combines traditional implementation techniques with  manual. Gforth combines traditional implementation techniques with
 newer techniques for portability and performance performance: its  newer techniques for portability and performance: its inner
 inner innerpreter is direct threaded with several optimizations, but  interpreter is direct threaded with several optimizations, but you can
 you can also use a traditional-style indirect threaded interpreter.  also use a traditional-style indirect threaded interpreter.  Gforth is
 Gforth is distributed under the GNU General Public license (see  distributed under the GNU General Public license (see COPYING).
 COPYING).  
   
 Gforth runs under Unix, Win95, OS/2, and DOS and should not be hard to  Gforth runs under Unix, Win32, MacOS X, OS/2, and DOS and should not
 port to other systems supported by GCC. This version has been tested  be hard to port to other systems supported by GCC. This version has
 successfully on the following platforms:  been tested successfully on the following platforms:
   
  alpha-dec-osf4.0d   alpha-dec-osf4.0d
  alpha-unknown-linux-gnu   alpha-unknown-linux-gnu
Line 30  successfully on the following platforms: Line 29  successfully on the following platforms:
  sparc-unknown-linux-gnu   sparc-unknown-linux-gnu
   
 Read INSTALL for installation instructions, or INSTALL.DOS for DOS,  Read INSTALL for installation instructions, or INSTALL.DOS for DOS,
 Windows 95, and OS/2, or INSTALL.BINDIST if you have a binary package.  Windows, and OS/2, or INSTALL.BINDIST if you have a binary package.
 To start the system, just say `gforth' (after installing it).  To start the system, just say `gforth' (after installing it).
   
 You can find new versions of Gforth at ftp://ftp.gnu.org/gnu/gforth/  You can find new versions of Gforth at ftp://ftp.gnu.org/gnu/gforth/

Removed from v.1.55  
changed lines
  Added in v.1.56


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