Parent Directory
|
Revision Log
Sticky Revision: |
Cleaning up #includes in the Tcl/Tk interface. Doing this all as a group so that it can be reversed out if necessary.
Added const-ness to 2nd parameter of slv_set_char_parameter. Implemented setting of int, real and string parameters via PyGTK interface.
Fixed various bugs & compiler warnings: - numerous AssertAllocateMemory & AssertMemory() bugs - converted strdup() calls to ascstrdup() (and ascfree()) - several minor (mostly VisualC) compiler warnings (old style declarations, assignment in conditional, ...)
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.
Small changes to eliminate GCC warnings
Standardised the "if seen" #defines to [ASC|ASCTK|ASCPY|ASCXX]_FILENAME_H Fixed compile on FC3
moved interface directory one level deeper in tree
Lots of patches to enable debugging with valgrind and gdb (conditional use of signal.h and friends, pool and friends). Bug fix for compiler anontype.c that was breaking arts model under relation sharing.
try again to commit moving tcl stuff
Setting up web subdirectory in repository
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |