Here's the list of general differences that I came accross so far:
hkVerbosity_get
and hkVerbosity_set
that access the global variable. In new swigish we get a variable $hkVerbosity
and read and write access is handled by internal getter and setter functions. When trying to write to a immutable variable swig intercepts that with a proper error message. So for backwards compatibility we reintroduce the explicit access function to get the old tcl sources running
Definition in file compat.tcl.
Go to the source code of this file.