swig/Source/Modules
Lyle Johnson 6b6f802ccb Committed Kou's patch for the Ruby module (for the -prefix command line
option). Also updated the Ruby docs accordingly.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6029 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-07-11 18:32:43 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx Convert character and string literals to CL syntax. 2004-07-07 16:54:11 +00:00
allocate.cxx more fixes for exceptions and ref. 2004-05-29 23:17:15 +00:00
browser.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
chicken.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
contract.cxx Moved non static function declarations from source files into header files 2003-12-28 21:48:39 +00:00
csharp.cxx Support for %csconstvalue added (better compile time constants) 2004-06-27 20:56:54 +00:00
directors.cxx Common director support functions moved to new file directors.cxx 2003-11-18 20:21:39 +00:00
emit.cxx more fixes for exceptions and ref. 2004-05-29 23:17:15 +00:00
guile.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
java.cxx Support for %javaconstvalue added (better compile time constants) 2004-06-27 21:00:05 +00:00
lang.cxx patch by Kevin Smith to emit directors when %feature("director") is specified for a class with no virtual methods, but a virtual destructor 2004-05-12 21:18:09 +00:00
main.cxx fix java reg. tests and add -directors flag 2004-04-11 05:55:35 +00:00
modula3.cxx modula3: documented some of the conceptions and typemaps, added anchors to modules I refer to 2004-05-30 17:14:25 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
ocaml.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
overload.cxx Fix for gcc-3.4.0 2004-05-31 21:37:49 +00:00
perl5.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
php4.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
pike.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
python.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Committed Kou's patch for the Ruby module (for the -prefix command line 2004-07-11 18:32:43 +00:00
s-exp.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
swigmain.cxx Added Allegro CL module 2004-04-27 23:00:41 +00:00
swigmod.h fix java reg. tests and add -directors flag 2004-04-11 05:55:35 +00:00
tcl8.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
typepass.cxx enumvalueex attribute now set during the type pass 2004-05-24 20:14:58 +00:00
utils.cxx fix dirprot mode 2004-04-11 12:20:04 +00:00
xml.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +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