Diff for /gforth/BUGS between versions 1.1 and 1.4

version 1.1, 1994/02/11 16:30:45 version 1.4, 1994/07/29 11:16:18
Line 1 Line 1
 2, is accepted as a double number.  anton 5oct93  name> does not take the same argument as e.g. .name. Remedy: add cell+
   before name>, but adapt all uses.  anton 23apr94
   
 after a stack underflow the stack contains 4 values. anton 5oct93  revealing the same name several times (e.g., by using refcursive)
   results in redefined messages.  anton 28jul94
   
 The system quits on exceptions like segmentation faults. anton 5oct93  
   
 compile does not have its traditional meaning. anton 5oct93  
   
 include does not read the last line if it does not end with \n.  anton 6oct93  
   
 No warning is given when words are redefined. This is a problem when  
 using software from a case sensitive system.  anton 6oct93  
   
 create-file creates a file with 000 protection  anton 22oct93  

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


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