From owner-cvs-all Tue Nov 3 23:40:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10102 for cvs-all-outgoing; Tue, 3 Nov 1998 23:40:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10078; Tue, 3 Nov 1998 23:40:04 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA09694; Tue, 3 Nov 1998 23:40:05 -0800 (PST) Date: Tue, 3 Nov 1998 23:40:05 -0800 (PST) Message-Id: <199811040740.XAA09694@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand Makefile libstand.3 stand.h src/lib/libstand/i386 setjmp.S Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/11/03 23:40:05 PST Modified files: lib/libstand Makefile libstand.3 stand.h Log: Well I never. Seems like _setjmp()/_longjmp() are just what the doctor ordered. This brings the Alpha back to parity, and should bring us BootForth on both platforms. Submitted by: John Birrell (jb@freebsd.org) Revision Changes Path 1.10 +5 -5 src/lib/libstand/Makefile 1.3 +6 -2 src/lib/libstand/libstand.3 1.12 +5 -1 src/lib/libstand/stand.h Removed files: lib/libstand/i386 setjmp.S Log: Don't need this one anymore. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message