--- gforth/BUGS 2000/04/29 13:07:34 1.34 +++ gforth/BUGS 2000/07/17 15:26:32 1.39 @@ -25,6 +25,14 @@ text files under DOS and Windows. anton On Irix 6.2 the second signal kills gforth. anton 31oct99 +gforth.el: Typing does not work when tabs separate words in a +line, and there is a \-comment at the end of the line. anton 19feb00 + +If I start Gforth and type first +: 123456789012345678901234567890 ; +' 123456789012345678901234567890 >name name>string type gives ??? ok +Robert Epprecht 18mar00 + EKEY no longer works (does not recognize function keys etc.). anton 23feb2000 SEE does not work when the control structure is too complex (e.g., @@ -34,3 +42,10 @@ SEE NEXT-PIECE). anton 5mar2000 RESTORE-INPUT does not work for files with CRLF newlines, and if SAVE-INPUT was called on a line without newline (i.e., on the last line) anton 27apr2000 + +The output of .included for gforth.fi does not include exboot.fs and +exceptions.fs anton 1jul00 + +Typing ^C has no effect the second time (on Linux-Alpha, the first +time was on the command line). 17jul00 +