Imported Debian patch 0.1beta-15
[debian/yforth] / README
diff --git a/README b/README
index 95d5713794c56356831ce1f8c09278dd6150aa11..9c904565e930f31c1d4c58bb7c58fa0431d1be99 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-yForth? v0.1beta - READ THIS (AND ONLY THIS) TO GET yForth? RUNNING.
+yForth? v0.1+beta - READ THIS (AND ONLY THIS) TO GET yForth? RUNNING.
 
 0) Hello world!
 Here's a little file which will help you having yForth? running in few
@@ -23,11 +23,6 @@ In fact, you'll find that all the device dependent routines are grouped
 together in the file "udio.c". If you're using Turbo C, Borland C, or any
 compiler which supplies the "conio.h", you can define HAVE_CONIO in 
 your "config.h" file and go. 
-Note that even if in file "udio.c" you'll see some lines telling you:
-#ifdef HAVE_CURSES
-or similar, yForth? actually doesn't support CURSES library. I've decided to
-stop my work as soon as something machine depended that was too messy has 
-came around.
 
 2) Where does the name yForth? came from?
 I've been charmed by Forth since the first time I "played" with it, but 
@@ -58,17 +53,15 @@ type which allows having 32bit Cells. Using Turbo C that's not possible.
 Below data definition you'll have to change the maximum values of your
 system. See "limits.h".
 - terminal
-Finally, define HAVE_CONIO if you're using Turbo C, Borland C or GCC for DOS.
-You'll have some nice words such as "page"...
+Finally, define HAVE_CONIO to 1 if you're using Turbo C, Borland C or GCC 
+for DOS. You'll have some nice words such as "page"...
 - special functions
 "asinh", "acosh", "atanh" aren't provided by all the libraries, if you don't
-have them delete the definitions at the end of "config.h".
+have them reset the definitions at the end of "config.h".
 
-The second thing to do now is configuring the "Makefile". I know, it's rude,
-but yForth? is drifting on my system for too long, I want to finish it 
-within 1996.
-At the moment "Makefile" is ready for GCC (under Linux), it's simple and 
-you won't find any problem modifying it.
+The second thing to do now is configuring the "Makefile". At the moment 
+"Makefile" is ready for GCC (under Linux), it's simple and you won't find any 
+problem modifying it.
 
 Third, type "make all". Yes, that's all.
 
@@ -128,3 +121,8 @@ Italy
 email: lpadovan@cs.unibo.it
 
 Enjoy yForth?
+
+**********************************************************************
+                             CONTRIBUTORS 
+**********************************************************************
+