swig/Source/Modules
Logan Johnson bb521ec9b2 Renamed Language::SetNoneComparison() to setSubclassInstanceCheck(),
because that name better reflects what the function's trying to accomplish
(test whether the object for which the constructor's being called is an
instance of the class, or an instance of one of its subclasses).


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4722 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-28 22:35:52 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allocate.cxx Compiler warnings. 2003-03-23 20:44:52 +00:00
browser.cxx Added missing #include of "swigconfig.h" to Source/Modules/browser.cxx, 2002-12-20 16:27:16 +00:00
chicken.cxx Compiler warnings. 2003-03-23 20:44:52 +00:00
contract.cxx File move 2002-12-03 20:33:35 +00:00
csharp.cxx constants and enums are wrapped as C# constants rather than variables now 2003-04-03 15:31:19 +00:00
emit.cxx preassert-postassert patch. 2003-04-11 18:23:03 +00:00
guile.cxx File move 2002-12-03 20:33:35 +00:00
java.cxx constants and enums are wrapped as C# constants rather than variables now 2003-04-03 15:31:19 +00:00
lang.cxx Renamed Language::SetNoneComparison() to setSubclassInstanceCheck(), 2003-04-28 22:35:52 +00:00
main.cxx Memory diagnostics. Huge memory leak cleanup related to templates 2003-03-27 23:17:27 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx Version simplification. 2002-12-11 22:39:28 +00:00
ocaml.cxx Renamed Language::SetNoneComparison() to setSubclassInstanceCheck(), 2003-04-28 22:35:52 +00:00
overload.cxx Allow number of arguments replacement when overloading. 2003-02-15 02:01:29 +00:00
perl5.cxx File move 2002-12-03 20:33:35 +00:00
php4.cxx Modifications to work on MacOS, submitted by Bernard Desgraupes. 2002-12-16 21:20:53 +00:00
pike.cxx Enhancement to Swig_require(), Swig_save(), Swig_restore() 2003-03-06 21:10:49 +00:00
python.cxx Renamed Language::SetNoneComparison() to setSubclassInstanceCheck(), 2003-04-28 22:35:52 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx *** empty log message *** 2003-04-25 20:30:06 +00:00
s-exp.cxx Compiler warnings. 2003-03-23 20:44:52 +00:00
swigmain.cxx cosmetic change 2003-03-19 20:44:44 +00:00
swigmod.h Renamed Language::SetNoneComparison() to setSubclassInstanceCheck(), 2003-04-28 22:35:52 +00:00
tcl8.cxx File move 2002-12-03 20:33:35 +00:00
typepass.cxx Fixed function argument bug 2003-03-17 17:57:19 +00:00
xml.cxx Fixed xml sym:name problem. 2003-03-23 14:13:34 +00:00

06/25/2002

This directory contains all of the SWIG language modules.  Many of these
modules contain code that dates back to SWIG1.0.  The module API has changed
a lot in the development releases so this is fairly messy.  We're working on
cleaning it up, but you'll have to bear with us until it's done.

-- Dave