Annotation of gforth/BUGS, revision 1.5

1.2       anton       1: name> does not take the same argument as e.g. .name. Remedy: add cell+
                      2: before name>, but adapt all uses.  anton 23apr94
                      3: 
1.4       anton       4: revealing the same name several times (e.g., by using refcursive)
                      5: results in redefined messages.  anton 28jul94
1.1       anton       6: 
1.5     ! anton       7: [IF] is case-sensitive.  anton 2aug94
        !             8: 
        !             9: gforth.el: fill-paragraph should either not work, or it should make sure that comments stay comments and code stays code.  anton 2aug94
        !            10: 
        !            11: if blocks.fb does not exist, 1 block creates the file, but cannot
        !            12: read-file from it. Only if the file-id has been created with
        !            13: open-file, not create-file, read-file works. - anton 6aug94

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