swig/Source/Modules
Olly Betts 8dabd96606 PHP4 reaches EOL at the end of 2007, so remove PHP4 specific entry from the
todo list.  Tweak message about lack of multiple inheritance to say "PHP"
rather than "Php4".


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10174 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2007-11-28 00:46:53 +00:00
..
allegrocl.cxx [allegrocl] multiple small fixes to interface. have const std::string *'s automacitally marshalled to lisp strings. 2007-11-21 21:33:42 +00:00
allocate.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
browser.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
cffi.cxx Changes to compile with VC++6 2007-11-10 21:10:17 +00:00
chicken.cxx Chicken test suite now runs with no errors 2007-10-26 23:08:34 +00:00
clisp.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
contract.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
csharp.cxx Changes to compile with VC++6 2007-11-10 21:10:17 +00:00
directors.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
emit.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
guile.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
java.cxx New templated method SwigValueInit to initialise all types - used initially for return types in director methods 2007-10-28 23:07:33 +00:00
lang.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
lua.cxx [lua] fixed bug in template classes which cases template_default2 and template_specialization_defarg to fail. 2007-10-30 06:10:04 +00:00
main.cxx Fix --help output to note that `export SWIG_FEATURES' is required. 2007-11-09 08:59:44 +00:00
modula3.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
module.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
mzscheme.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
ocaml.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
overload.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
perl5.cxx Fix static extern C compilation errors for Perl C++ wrappers 2007-11-19 21:30:57 +00:00
php4.cxx PHP4 reaches EOL at the end of 2007, so remove PHP4 specific entry from the 2007-11-28 00:46:53 +00:00
pike.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
python.cxx Correct usage of Py_ssize_t 2007-10-25 22:33:20 +00:00
r.cxx Use -package to change the package name. Ensure the initialization routine is called since the package name changes. 2007-11-14 23:50:45 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Removed useless VALUE parent = Qnil; which was 2007-11-12 11:47:40 +00:00
s-exp.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
swigmain.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
swigmod.h Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
tcl8.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
typepass.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
uffi.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
utils.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
xml.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +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