Diff for /gforth/BUGS between versions 1.45 and 1.47

version 1.45, 2000/09/23 12:27:45 version 1.47, 2000/10/28 08:49:02
Line 24  Include cannot handle lines longer than Line 24  Include cannot handle lines longer than
   
 Errors happening during a LOAD do not report the offending word and  Errors happening during a LOAD do not report the offending word and
 its context (e.g., the 64-byte line). anton 8sep00  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
   
   Our ecvt routine does not round correctly, e.g., 0.25->0.3. Marcel
   Hendrix 3oct00 <8rdcmd$j96$1@news.IAEhv.nl>
   
   Newline has only LF (instead of CRLF) in DOS.  Bruce Hoyt 25oct2000
   <39f7b14b$2@clear.net.nz>

Removed from v.1.45  
changed lines
  Added in v.1.47


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