Diff for /gforth/README between versions 1.61 and 1.64

version 1.61, 2006/12/31 10:17:40 version 1.64, 2007/12/05 14:11:57
Line 1 Line 1
 Gforth is a fast and portable implementation of the ANS Forth  Gforth is a fast and portable implementation of the ANS Forth 
 language. It works nicely with the Emacs editor, offers some nice  language. It works nicely with the Emacs editor, offers some nice
 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
Line 13  OS/2, and DOS and should not be hard to Line 13  OS/2, and DOS and should not be hard to
 supported by GCC. This version has been tested successfully on the  supported by GCC. This version has been tested successfully on the
 following platforms:  following platforms:
   
  alpha-dec-osf4.0d    x86_64-unknown-linux-gnu
  alpha-unknown-linux-gnu  
  alphapca56-unknown-linux-gnu  
  hppa1.1-unknown-linux-gnu  
  hppa2.0n-hp-hpux11.00  
  hppa2.0w-hp-hpux11.11  
  i386-unknown-freebsd5.1  
  i686-pc-cygwin  
  i686-pc-linux-gnu  
  mips-sgi-irix6.5  
  mipsel-pc-linux-gnu  
  powerpc-apple-darwin5.4  
  powerpc-unknown-linux-gnu  
  sparc-sun-sunos4.1.4  
  sparc-unknown-linux-gnu  
   
 Read INSTALL for installation instructions from source, or INSTALL.DOS  Read INSTALL for installation instructions from source, or INSTALL.DOS
 for DOS, Windows, and OS/2 from source, or INSTALL.BINDIST if you have  for DOS, Windows, and OS/2 from source, or INSTALL.BINDIST if you have
Line 103  https://savannah.gnu.org/bugs/?func=addb Line 89  https://savannah.gnu.org/bugs/?func=addb
 anton@mips.complang.tuwien.ac.at  anton@mips.complang.tuwien.ac.at
 http://www.complang.tuwien.ac.at/anton/home.html  http://www.complang.tuwien.ac.at/anton/home.html
 -----  -----
 Copyright (C) 1995,1996,1997,1998,2000,2003,2004 Free Software Foundation, Inc.  Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2006 Free Software Foundation, Inc.
   
 This file is part of Gforth.  This file is part of Gforth.
   

Removed from v.1.61  
changed lines
  Added in v.1.64


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