Diff for /gforth/BUGS between versions 1.56 and 1.58

version 1.56, 2003/11/06 10:23:31 version 1.58, 2005/12/31 15:46:07
Line 67  finish-code changes the stack for gforth Line 67  finish-code changes the stack for gforth
 (probably for gforth-native too).  Apparently ecx (spTOS) is neither  (probably for gforth-native too).  Apparently ecx (spTOS) is neither
 saved by engine, nor by finish_code().  saved by engine, nor by finish_code().
   
   Wrong decompilation:
   create foo
   5 constant bar
   : xxx foo bar ;
   simple-see xxx
   16 nov 2005
   
   Debian's gforth's etags.fs crashes (probably due to path problems)
   on b3:
   gforth etags.fs
   16 nov 2005
   
 -----  -----
 Copyright (C) 1995,1996,1997,1998,2000,2003 Free Software Foundation, Inc.  Copyright (C) 1995,1996,1997,1998,2000,2003,2005 Free Software Foundation, Inc.
   
 This file is part of Gforth.  This file is part of Gforth.
   

Removed from v.1.56  
changed lines
  Added in v.1.58


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