swig/SWIG/Source/Modules
Olly Betts 2cc21878aa Tidy up descriptions of destructors.
Fix comments for handles for simple types.

Omit superfluous "else" when generating property getter and setter handling
code, which produces smaller generated source code, and simplifies the
generating code.

With -php5, if -prefix isn't specified, don't prefix classes.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9389 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-10-03 16:58:16 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx 07/25/2006: mutandiz 2006-07-25 22:59:16 +00:00
allocate.cxx Fix #1508327 - Overloaded methods are hidden when using -fvirtual optimisation 2006-09-28 21:52:20 +00:00
browser.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
cffi.cxx Fix 2 compiler warnings 2006-10-03 15:03:45 +00:00
chicken.cxx Remove unused variable "var_name" 2006-09-16 11:29:06 +00:00
clisp.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
contract.cxx Use Strchr/strchr instead of Strstr/strstr when searching for a single 2006-09-23 22:36:23 +00:00
csharp.cxx More %ignore director fixes 2006-09-27 21:24:44 +00:00
directors.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
emit.cxx - explicitcall feature removed. 2006-09-13 20:55:24 +00:00
guile.cxx Use DOH String instead of static char buffers. 2006-09-23 23:10:49 +00:00
java.cxx More %ignore director fixes 2006-09-27 21:24:44 +00:00
lang.cxx Fix handle of constant expressions containing character literals (e.g. 'x'). 2006-09-24 23:39:30 +00:00
lua.cxx indent beautify parsing problem fix 2006-08-07 21:19:17 +00:00
main.cxx Remove fixed limit on number of command line options. 2006-09-16 16:43:15 +00:00
modula3.cxx ensure $symname is suitably expanded 2006-07-05 21:26:10 +00:00
module.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
mzscheme.cxx Use the DOH String instead of a static char array. 2006-09-19 18:13:53 +00:00
ocaml.cxx More %ignore director fixes 2006-09-27 21:24:44 +00:00
overload.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
perl5.cxx Just generate the wrapper with items and ST(%d) rather than trying to 2006-09-28 02:07:19 +00:00
php4.cxx Tidy up descriptions of destructors. 2006-10-03 16:58:16 +00:00
pike.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
python.cxx Fix 'property' issue reported in #1471039 2006-10-03 03:37:13 +00:00
r.cxx add methods call and deref for functor and dereferencing operators 2006-08-21 22:48:58 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx More %ignore director fixes 2006-09-27 21:24:44 +00:00
s-exp.cxx cosmetic mods 2006-05-13 23:17:45 +00:00
swigmain.cxx Committing R-SWIG 2006-06-29 03:01:18 +00:00
swigmod.h - explicitcall feature removed. 2006-09-13 20:55:24 +00:00
tcl8.cxx Use DOH String instead of static char buffers. 2006-09-23 23:10:49 +00:00
typepass.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
uffi.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
utils.cxx redundant attribute check removed 2006-06-02 21:03:26 +00:00
xml.cxx cosmetic mods 2006-05-13 23:17:45 +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