--- gforth/README 2008/11/01 20:59:11 1.74 +++ gforth/README 2008/11/08 18:28:22 1.77 @@ -1,17 +1,16 @@ Gforth is a fast and portable implementation of the ANS Forth language. It works nicely with the Emacs editor, offers some nice 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 has a comprehensive manual. Gforth combines traditional implementation techniques with newer techniques for portability and performance: its inner interpreter is direct threaded with several optimizations, but you can also use a traditional-style indirect threaded interpreter. Gforth is distributed under the GNU General Public license (see COPYING). -Gforth runs under GNU, BSD, and similar systems, MS Windows, MacOS X, -OS/2, and DOS and should not be hard to port to other systems -supported by GCC. This version has been tested successfully on the -following platforms: +Gforth runs under GNU, BSD, and similar systems, MS Windows and MacOS X +and should not be hard to port to other systems supported by GCC. This +version has been tested successfully on the following platforms: alpha-unknown-linux-gnu gcc-2.95.2 19991024 (release) @@ -28,8 +27,8 @@ i686-pc-linux-gnu gcc-3.3.5 (Debian 1:3.3.5-13) gcc-3.4.4 20050314 (prerelease) (Debian 3.4.3-13sarge1) ia64-hp-hpux11.23 - broken: gcc-3.4.3 gcc-4.1.1 + broken: gcc-3.4.3 powerpc-unknown-linux-gnu gcc-2.95.4 20011002 (Debian prerelease) gcc-3.2.3 (Debian) @@ -133,7 +132,7 @@ https://savannah.gnu.org/bugs/?func=addb anton@mips.complang.tuwien.ac.at http://www.complang.tuwien.ac.at/anton/home.html ----- -Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2006,2007 Free Software Foundation, Inc. +Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2006,2007,2008 Free Software Foundation, Inc. This file is part of Gforth.