Re: [vox-tech] FPE signals, sample code, and why they are bad.

2002-03-16 Thread Jeff Newmiller
On Fri, 15 Mar 2002 [EMAIL PROTECTED] wrote: On Mon, 11 Mar 2002, Peter Jay Salzman wrote: can someone post some example code of how to trap a SIGFPE signal and abort execution during the course of a C program on linux? On Wed, Mar 13, 2002 at 11:03:49AM -0800, Peter Jay Salzman wrote:

[vox-tech] Where setjmp/longjmp went after C

2002-03-16 Thread Jeff Newmiller
The attached two files demonstrate a rudimentary structured setjmp/longjmp that mimics the exceptions of Ada and C++ (and other languages). I wrote an article about this in spring 1991 for C User's Journal, and my bad luck was that two other people beat me to the punch, so it never got

[vox-tech] Debina X for the new Intel 82810, 4 MB

2002-03-16 Thread Rusty Minden
I have been looking for a patch for X to get this video card going. I have not found one any ideas out there? Rusty ___ vox-tech mailing list [EMAIL PROTECTED] http://lists.lugod.org/mailman/listinfo/vox-tech

Re: [vox-tech] Where setjmp/longjmp went after C

2002-03-16 Thread Micah Cowan
On Sat, 2002-03-16 at 13:25, Jeff Newmiller wrote: The attached two files demonstrate a rudimentary structured setjmp/longjmp that mimics the exceptions of Ada and C++ (and other languages). I wrote an article about this in spring 1991 for C User's Journal, and my bad luck was that two other