swig/Source/Modules
William S Fulton 3f0d00a5d3 - pgcpp fix for const methods
- DeleteLocalRef removed from end of director methods - it causes crashes on Solaris


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9493 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-10-31 21:58:23 +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 Patch 1560983. 2006-10-15 12:04:39 +00:00
chicken.cxx - Fix SF bug 1573892 2006-10-14 08:19:27 +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 Fix %ignore director constructors 2006-10-26 18:42:40 +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 Patch from Chris Shoemaker to clean up some warnings in the guile module 2006-10-30 04:44:46 +00:00
java.cxx - pgcpp fix for const methods 2006-10-31 21:58:23 +00:00
lang.cxx Fix %ignore director constructors 2006-10-26 18:42:40 +00:00
lua.cxx added support for native methods & member function pointers. 2006-10-24 06:26:48 +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 %ignore and virtual director methods fix - problem reported by Roy Sutton 2006-10-21 23:40:28 +00:00
overload.cxx Fix buffer overrun reported by M Edward Borasky 2006-10-08 21:55:42 +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 Fix bug which effectively double-Delete()-ed a String *. 2006-10-10 19:32:33 +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 %ignore and virtual director methods fix - problem reported by Roy Sutton 2006-10-21 23:40:28 +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 %ignore and virtual director methods fix - problem reported by Roy Sutton 2006-10-21 23:40:28 +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 Directors are output in the order in which they are declared in the C++ class rather than in some pseudo-random order. 2006-10-03 22:52:31 +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 fix parentnode for %extend methods 2006-10-12 19:47:24 +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