--- gforth/BUGS 2001/08/07 09:39:30 1.50 +++ gforth/BUGS 2001/10/26 11:53:21 1.51 @@ -57,3 +57,11 @@ a previously unwritten block before the get a block full of zeroes on most (all?) OSs. This inconsistency 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: +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 +gforth/gforth/kernel/aliases.fs, but not gforth/kernel/aliases.fs. +anton 3 sep 2001