Revision: 15801 http://pure-data.svn.sourceforge.net/pure-data/?rev=15801&view=rev Author: mescalinum Date: 2011-11-28 23:59:13 +0000 (Mon, 28 Nov 2011) Log Message: ----------- Fix pd_bind crash in [bitmap] (bug #3429577). This commit causes [bitmap] to break further, because there are now two string representations of a t_pd*: 1. the one provided by SWIG, unaccessible by tclpd; 2. the tclpd synthetic one In order to be fixed, hashtable must become a bidirectional hashmap, so that a reverse lookup in the object_table is possible (needed in order to make a %typemap(out) t_pd *).
Modified Paths: -------------- trunk/externals/loaders/tclpd/examples/bitmap.tcl trunk/externals/loaders/tclpd/tclpd.i
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.