swig/Examples/ruby
Cyrille Faucheux a4884e45e1 Do not abort when unlinking non-data ruby objects
Fixes issue #1168.
Remove a call to abort() (introduced by commit
0e725b5d9b) made when SWIG_RubyUnlinkObjects()
is called on non T_DATA objects. It can happen when the destruction of T_DATA
objects is deferred: the Ruby GC first turn them to T_ZOMBIE, then calls their
free method (SWIG_RubyUnlinkObjects()).
2017-12-27 14:40:26 +01:00
..
class Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
constants Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
enum Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
exceptproxy Give same name to common example 2017-02-06 20:30:13 +00:00
free_function Do not abort when unlinking non-data ruby objects 2017-12-27 14:40:26 +01:00
funcptr Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
funcptr2 Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
functor Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
hashargs Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
import Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
import_template Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
mark_function Ruby mark_function example and docs fixes 2015-09-05 15:30:50 +01:00
multimap Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
operator Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
overloading Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
pointer Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
reference Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
simple Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
std_vector Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
template Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
value Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
variables Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
check.list Remove GCJ support 2017-10-09 08:32:01 +13:00
index.html Fix assorted comment and documentation typos 2014-02-23 17:15:22 +13:00