summaryrefslogtreecommitdiff
path: root/Src/signals.c
AgeCommit message (Collapse)AuthorFilesLines
2000-06-1411901: two more trap saving bugsPeter Stephenson1-1/+5
2000-06-1411895: trap exit problem when exiting from function scopePeter Stephenson1-2/+2
2000-06-0911839: endtrapscope() null pointer dereference preventionClint Adams1-1/+1
2000-06-0311736: Fix TRAPEXIT scoping.Bart Schaefer1-1/+1
2000-04-3011029: Some missing bits of merging 11015 with 11026.Bart Schaefer1-3/+0
2000-04-3011026: fix for unfunction of trap with localtraps bugPeter Stephenson1-12/+17
2000-04-2911015: `unfunction TRAPxxx' now works with localtraps in effect. I'm notBart Schaefer1-5/+17
very happy with having to play with `noerrs' but I don't see any other way to silence the warning from bin_unhash().
2000-04-10detect ignored signals correctly (10625)Sven Wischnowsky1-61/+258
1999-04-15Initial revisionTanaka Akira1-0/+748