Diff for /gforth/BUGS between versions 1.51 and 1.52

version 1.51, 2001/10/26 11:53:21 version 1.52, 2003/02/03 08:59:28
Line 42  anton 30may01 Line 42  anton 30may01
 F. does not print trailing zeroes (e.g., "10 SET-PRECISION 125e f.")  F. does not print trailing zeroes (e.g., "10 SET-PRECISION 125e f.")
 anton 31may01  anton 31may01
   
 It may be useful for printing tables of FP numbers to have ways to  
 control the number of digits before and after the decimal point.  
 anton 31may01  
   
 Block 0 does not work as it should: "0 block drop update save-buffers"  Block 0 does not work as it should: "0 block drop update save-buffers"
 does not write to the blocks file.  "0 block 1024 dump" seems to give  does not write to the blocks file.  "0 block 1024 dump" seems to give
 the previous contents of the buffer.  Travis Bemann 10jul2001  the previous contents of the buffer.  Travis Bemann 10jul2001
Line 57  a previously unwritten block before the Line 53  a previously unwritten block before the
 get a block full of zeroes on most (all?) OSs.  This inconsistency  get a block full of zeroes on most (all?) OSs.  This inconsistency
 should be eliminated and the documentation fixed.  anton 14jul2001  should be eliminated and the documentation fixed.  anton 14jul2001
   
 F. does not print a leading digit for numbers <1, although it should.  
 anton 19aug2001  
   
 Path handling may have a bug:  Path handling may have a bug:
 strace $FORTH 'fpath= .|~+/gforth s" /home/anton/threading-variations/gforth/mach32b.fs" include gforth/kernel/main.fs bye'  strace $FORTH 'fpath= .|~+/gforth s" /home/anton/threading-variations/gforth/mach32b.fs" include gforth/kernel/main.fs bye'
 tries to open gforth/kernel/gforth/kernel/aliases.fs, then  tries to open gforth/kernel/gforth/kernel/aliases.fs, then

Removed from v.1.51  
changed lines
  Added in v.1.52


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