[gforth] / gforth / BUGS  

gforth: gforth/BUGS

Diff for /gforth/BUGS between version 1.2 and 1.17

version 1.2, Sat May 7 14:55:44 1994 UTC version 1.17, Sat Apr 29 14:51:14 1995 UTC
Line 1 
Line 1 
 The system quits on exceptions like segmentation faults. anton 5oct93  name> does not take the same argument as e.g. .name. Remedy: add cell+
   before name>, but adapt all uses.  anton 23apr94 Solved?
   
 compile does not have its traditional meaning. anton 5oct93  revealing the same name several times (e.g., by using recursive)
   results in "redefined ..." messages.  anton 28jul94
   
 include does not read the last line if it does not end with \n.  anton 6oct93  etags.fs crashes one of my applications (gs.fs). anton 12jan95
   
 in decimal mode aaa is accepted as 1110  anton 4feb94  not all aliases are in the etags file. Bug in etags.fs? anton 24jan95
   
 abort" does something to the control flow stack  anton 2mar94  emacs often finds the wrong tag. anton 24jan95
   
 the compiler does not complain about undefined words; instead, it  gforth.el: indentation does not work right on the first line of a
 complains about unstructured  anton 2mar94  buffer. anton 27jan95
   
 the compiler tries to reveal anonymous words ( -> redefined complaints )  anton 2mar94  Conditional compilation continues after the file ends. This is allowed
   by the standard (through an ambiguous condition), but the compiler
   should at least produce a warning.  anton 27jan95
   
 'ansforth "include xxx"' gives a segmentation fault after processing  accept and expect: the result string can be exceeded with tab
 the file; No segmentation fault when including from the Forth prompt  (completion). anton 16apr95
 anton 2apr94  
   
 name> does not take the same argument as e.g. .name. Remedy: add cell+  gforth should terminate when the input file ends. Also, C-d from the
 before name>, but adapt all uses.  anton 23apr94  terminal should terminate gforth. anton 16apr95
   
   W/O currently means "w+", i.e. r/w. Maybe we should use "w" or
   "a". anton 18 apr95
   
   floating-point stack not checked.  anton 23apr95


Generate output suitable for use with a patch program
Legend:
Removed from v.1.2  
changed lines
  Added in v.1.17

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help