swig/Source/Modules
Olly Betts 7dfd9aae31 WARN_* constants are user visible, so keep existing WARN_PHP4_* for
backward compatibility, but add preferred forms WARN_PHP_* and use
these ourselves.

Rename Lib/php4 to Lib/php, Source/Modules/php4.cxx to Source/Modules/php.cxx.
 
Add typemaps for const reference so Examples/test-suite/apply_signed_char.i
works.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10633 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-07-03 00:09:56 +00:00
..
allegrocl.cxx fix some potential null pointer usage as reported by CoveriCoverity Prevent 2008-06-29 00:19:05 +00:00
allocate.cxx simpler error display for method names using new Swig_name_decl() 2008-02-28 23:14:07 +00:00
browser.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
cffi.cxx Apply patch from Petr Viktorin to fix some recent regressions in CFFI/CLOS 2008-05-21 22:15:52 +00:00
chicken.cxx fix typo 2008-06-23 21:14:53 +00:00
clisp.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
contract.cxx Fix SF #1943608 - substitution in %contract. 2008-05-11 20:25:12 +00:00
csharp.cxx fix potential null pointer usage as reported by Coverity Prevent 2008-06-29 00:50:27 +00:00
directors.cxx Add the optimal attribute to the out typemap for more optimal code generation when returning objects by value 2008-05-14 22:12:31 +00:00
emit.cxx Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
guile.cxx fix typo 2008-06-23 21:14:53 +00:00
java.cxx Fix enums when using -noproxy 2008-06-02 20:15:39 +00:00
lang.cxx Remove some vc++ /W4 warnings 2008-06-21 15:23:02 +00:00
lua.cxx Remove some vc++ /W4 warnings 2008-06-21 15:23:02 +00:00
main.cxx correct comment about deprecated option 2008-06-24 21:53:12 +00:00
modula3.cxx Remove some vc++ /W4 warnings 2008-06-21 15:23:02 +00:00
module.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
mzscheme.cxx Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
ocaml.cxx fix some potential null pointer usage as reported by CoveriCoverity Prevent 2008-06-29 00:19:05 +00:00
octave.cxx Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
overload.cxx simpler error display for method names using new Swig_name_decl() 2008-02-28 23:14:07 +00:00
perl5.cxx Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
php.cxx WARN_* constants are user visible, so keep existing WARN_PHP4_* for 2008-07-03 00:09:56 +00:00
php5.cxx WARN_* constants are user visible, so keep existing WARN_PHP4_* for 2008-07-03 00:09:56 +00:00
pike.cxx Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
python.cxx reconstruct the relative import, now the generated code looks better 2008-07-02 07:08:00 +00:00
r.cxx Remove some vc++ /W4 warnings 2008-06-21 15:23:02 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Remove some vc++ /W4 warnings 2008-06-21 15:23:02 +00:00
s-exp.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
swigmain.cxx [PHP4] Support for PHP4 has been removed. The PHP developers are 2008-07-02 05:55:18 +00:00
swigmod.h Add the optimal attribute to the out typemap for more optimal code generation when returning objects by value 2008-05-14 22:12:31 +00:00
tcl8.cxx Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
typepass.cxx Additions to %types so that a user can specify the code to go into the casting / conversion function 2008-01-31 22:45:59 +00:00
uffi.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
utils.cxx Fix wrapping of overloaded protected methods when using allprotected mode 2008-05-07 20:59:00 +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