Revision
113 -
Directory Listing
Modified
Thu Dec 15 03:59:55 2005 UTC
(18 years, 9 months ago)
by
ben.allan
added slv_[un]trapint tcl callbacks which can be used to turn off
ctrl-c trapping of the commandline. in theory this will help gdb.
Note: traps are handled on a stack, so to guarantee the sigint
stack is empty, use slv_untrapint untill you get an error message:
ascSignal.c:437: Asc_Signal (2) stack pop mismatch.
Revision
44 -
Directory Listing
Modified
Thu Mar 3 07:19:05 2005 UTC
(19 years, 6 months ago)
by
ben.allan
Updated configure and all the makefiles to handle
VPATH with or without --srcdir. gnu make is now
required on unix.