swig/Source/Modules
2006-09-24 17:12:14 +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 Use Strchr/strchr instead of Strstr/strstr when searching for a single 2006-09-23 22:36:23 +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 Use the DOH String instead of a static char array. 2006-09-19 18:13:53 +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 %ignore director fixes 2006-09-22 23:29:34 +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 %ignore director fixes 2006-09-22 23:29:34 +00:00
lang.cxx %ignore director fixes 2006-09-22 23:29:34 +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 Use the DOH String instead of a static char array. 2006-09-19 18:13:53 +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 Use DOH String instead of static char buffers. 2006-09-23 23:10:49 +00:00
php4.cxx Revert the "automatic -noproxy for C code" change (for now at least) - the 2006-09-20 11:00:51 +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 Use the DOH String instead of a static char array. 2006-09-19 18:13:53 +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 Only change _get and _set at the end of the method name (fixes bug #1545078) 2006-09-24 17:12:14 +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