--- gforth/README 2008/11/01 21:03:58 1.75 +++ gforth/README 2009/12/31 16:10:23 1.78 @@ -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) @@ -118,14 +117,13 @@ compat/*.fs For discussions about Gforth, use the Usenet newsgroup comp.lang.forth. If you prefer not to post on Usenet, there is also a -mailing list: GForth@ChaosSolutions.org. To subscribe, send a mail to -gforth-subscribe@chaossolutions.org with: +mailing list: gforth@gnu.org. You have to subsribe to post there. +You can subscribe through +. The list is archived +at . -subscribe GForth - -as the first and only line within the message body. You can also -report bugs through these channels, or you can report them through our -bug database: +You can also report bugs through these channels, or you can report +them through our bug database: https://savannah.gnu.org/bugs/?func=addbug&group=gforth @@ -133,7 +131,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,2009 Free Software Foundation, Inc. This file is part of Gforth.