Diff for /gforth/README between versions 1.23 and 1.26

version 1.23, 1997/03/31 19:15:59 version 1.26, 1998/11/21 20:24:15
Line 35  the documentation and the foreign langua Line 35  the documentation and the foreign langua
   
 On popular request, here are the meanings of unusual file extensions:  On popular request, here are the meanings of unusual file extensions:
   
 *.fs    Forth stream source file  *.fs    Forth stream source file (include with "include <file>" from within
 *.fi    Forth image files          gforth, or start with "gforth <file1> <file2> ...")
 *.fb    Forth blocks file  *.fi    Forth image files (start with "gforth -i <image file>")
   *.fb    Forth blocks file (load with "use <block file> 1 load")
 *.i     C include files  *.i     C include files
 *.ds    documenation source  *.ds    documenation source
 *TAGS   etags files  *TAGS   etags files
Line 61  tester.fs coretest.fs postponetest.fs db Line 62  tester.fs coretest.fs postponetest.fs db
 checkans.fs wordsets.fs  checkans.fs wordsets.fs
   
 Benchmarks:  Benchmarks:
 bubble.fs siev.fs matrix.fs fib.fs sieve.fs  bubble.fs siev.fs matrix.fs fib.fs
   
 ANS Forth implementations of Gforth extensions:  ANS Forth implementations of Gforth extensions:
 compat/*.fs other.fs  compat/*.fs other.fs

Removed from v.1.23  
changed lines
  Added in v.1.26


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