--- gforth/BUGS 2000/09/14 19:16:23 1.44 +++ gforth/BUGS 2000/09/25 16:06:15 1.46 @@ -20,11 +20,12 @@ SEE does not work when the control struc load http://www.complang.tuwien.ac.at/forth/pentomino.fs and then do 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 - Include cannot handle lines longer than 255 characters. anton 4sep00 Errors happening during a LOAD do not report the offending word and its context (e.g., the 64-byte line). anton 8sep00 + +Our ecvt routine apparently does not work correctly for Infs and NaNs. +Try "ac_cv_func_ecvt=no ./configure; make" and then in Gforth: "1e 0e +f/ f. 0e 0e f/ f.". anton 25sep00 +