Diff for /gforth/NEWS between versions 1.15 and 1.18

version 1.15, 2003/03/09 22:13:50 version 1.18, 2003/08/08 13:28:48
Line 1 Line 1
   User-visible changes between 0.6.1 and 0.6.2:
   
   bugfixes (in particular, gforth-0.6.2 compiles with gcc-3.3)
   
   
   User-visible changes between 0.6.0 and 0.6.1:
   
   Bug fixes (installation on big-endian machines sometimes did not work)
   
   
 User-visible changes between 0.5.0 and 0.6.0:  User-visible changes between 0.5.0 and 0.6.0:
   
 Changes in behaviour:  Changes in behaviour:
Line 9  New threaded code execution method: prim Line 19  New threaded code execution method: prim
   following), hybrid direct/indirect threaded (easier portability),    following), hybrid direct/indirect threaded (easier portability),
   with dynamic superinstructions (typical speedup on Athlon: factor    with dynamic superinstructions (typical speedup on Athlon: factor
   2).  New engine gforth-itc for dealing with some potential    2).  New engine gforth-itc for dealing with some potential
   backwards-compatibility problems (see "Invoking Gforth" in the    backwards-compatibility problems (see "Direct or Indirect Threaded?"
   manual).    in the manual).
   
 Operating environment:  Operating environment:
   
Line 28  Keyboard input: EDIT-LINE K-PRIOR K-NEXT Line 38  Keyboard input: EDIT-LINE K-PRIOR K-NEXT
 File input: SLURP-FILE SLURP-FID   File input: SLURP-FILE SLURP-FID 
 Programming tools: ID. .ID WORDLIST-WORDS SIMPLE-SEE  Programming tools: ID. .ID WORDLIST-WORDS SIMPLE-SEE
 Conditional execution: [DEFINED] [UNDEFINED]  Conditional execution: [DEFINED] [UNDEFINED]
 Defining Words: CONST-DOES>  Defining Words: CONST-DOES> ]]
 Input stream: PARSE-WORD EXECUTE-PARSING EXECUTE-PARSING-FILE  Input stream: PARSE-WORD EXECUTE-PARSING EXECUTE-PARSING-FILE
 String comparison: STR= STR< STRING-PREFIX?  String comparison: STR= STR< STRING-PREFIX?
 String literals: S\" .\" \"-PARSE  String literals: S\" .\" \"-PARSE

Removed from v.1.15  
changed lines
  Added in v.1.18


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