Diff for /gforth/BUGS between versions 1.21 and 1.22

version 1.21, 1995/12/26 17:35:32 version 1.22, 1996/08/26 10:07:17
Line 7  Conditional compilation continues after Line 7  Conditional compilation continues after
 by the standard (through an ambiguous condition), but the compiler  by the standard (through an ambiguous condition), but the compiler
 should at least produce a warning.  anton 27jan95  should at least produce a warning.  anton 27jan95
   
 DOS and OS/2 don't like . at begin of a file (.gforth-history). bernd 6sep95py  
   
   DOS and OS/2 don't like . at begin of a file (.gforth-history). bernd 6sep95py
   
   see does not leave a space after two-digit literals:
     : xxx 50 ;
     see xxx
   gives
     : xxx  
     50;

Removed from v.1.21  
changed lines
  Added in v.1.22


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