File:  [gforth] / gforth / ToDo-native
Revision 1.4: download - view: text, annotated - select for diffs
Mon Dec 31 18:40:23 2007 UTC (16 years, 3 months ago) by anton
Branches: MAIN
CVS tags: HEAD
updated copyright notices for GPL v3

    1: end of acondbranch needs checking (double INST_TAIL? No LABEL2 before NEXT_P2?)
    2: TRY does not produce a correct recovery address for THROW.
    3: lib.fs does some funny things to the return address (certainly does
    4:   not work with gforth-native).
    5: The >EXEC trick (users: >STDERR) might work, but I am not sure.
    6: 
    7: -----
    8: Copyright (C) 1995,1996,1997,1998,2000,2003 Free Software Foundation, Inc.
    9: 
   10: This file is part of Gforth.
   11: 
   12: Gforth is free software; you can redistribute it and/or
   13: modify it under the terms of the GNU General Public License
   14: as published by the Free Software Foundation, either version 3
   15: of the License, or (at your option) any later version.
   16: 
   17: This program is distributed in the hope that it will be useful,
   18: but WITHOUT ANY WARRANTY; without even the implied warranty of
   19: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.#See the
   20: GNU General Public License for more details.
   21: 
   22: You should have received a copy of the GNU General Public License
   23: along with this program. If not, see http://www.gnu.org/licenses/.

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