Diff for /gforth/README between versions 1.3 and 1.4

version 1.3, 1995/01/21 17:26:43 version 1.4, 1995/01/30 18:47:44
Line 12  To start the system just say `gforth'. T Line 12  To start the system just say `gforth'. T
 system. `gforth startup.fs' gives you most ANSI wordsets. If you miss  system. `gforth startup.fs' gives you most ANSI wordsets. If you miss
 a word, just grep for it in *.fs.  a word, just grep for it in *.fs.
   
 If you want to work on gforth, mail me an encrypted UNIX password  If you want to work on gforth, mail me. Tasks to be done can be found
 (i.e., what you find in /etc/passwd). Tasks to be done can be found in  in ToDo; but if you would like to do something not mentioned there,
 ToDo; but if you would like to do something not mentioned there, it's  it's ok, too. In any case, we would like to hear what you are
 ok, too. In any case, we would like to hear what you are doing. The  doing. The most important tasks IMO are the missing ANS Forth words
 most important tasks IMO are the missing ANS Forth words (musts before  (musts before the alpha release), the documentation and the foreign
 the alpha release), the documentation, adding readline and the foreign  
 language interface for C.  language interface for C.
   
   On popular request, here are the meanings of unusual file extensions:
   
   *.fs    Forth stream source file
   *.fi    Forth image files
   *.fb    Forth blocks file
   *.i     C include files
   *.ds    documenation source
   *TAGS   etags files
   
 - anton  - anton

Removed from v.1.3  
changed lines
  Added in v.1.4


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