Diff for /gforth/BUGS between versions 1.56 and 1.57

version 1.56, 2003/11/06 10:23:31 version 1.57, 2005/12/27 09:35:45
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 Free Software Foundation, Inc.
   

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


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