Diff for /gforth/BUGS between versions 1.22 and 1.25

version 1.22, 1996/08/26 10:07:17 version 1.25, 1998/07/05 20:49:58
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  QUERY and TIB may behave differently than some may expect. TIB always
   points to the current SOURCE, and QUERY puts its result there.  anton
   28nov96
   
 see does not leave a space after two-digit literals:  open-path-file expands "./" into the sourcefilename. It should either
   : xxx 50 ;  not expand "./" or provide a mechanism that allows the application to
   see xxx  determine what "./" should expand to. anton 16jun98
 gives  
   : xxx    
   50;  

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


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