swig/Source/Modules
Thien-Thi Nguyen 25c8a3d592 (Xml_print_attributes): Do "&" replacement
before any others that might introduce "&" into
the stream.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4230 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-01-08 12:19:28 +00:00
..
.cvsignore Makefile.in files replaced by single Makefile.am 2002-12-23 23:07:01 +00:00
allocate.cxx Fixed [ 649022 ] Compilation problems with KAI/KCC 2002-12-06 20:10:56 +00:00
browser.cxx Added missing #include of "swigconfig.h" to Source/Modules/browser.cxx, 2002-12-20 16:27:16 +00:00
contract.cxx File move 2002-12-03 20:33:35 +00:00
emit.cxx Fixed [ 649022 ] Compilation problems with KAI/KCC 2002-12-06 20:10:56 +00:00
guile.cxx File move 2002-12-03 20:33:35 +00:00
java.cxx Modifications to work on MacOS, submitted by Bernard Desgraupes. 2002-12-16 21:20:53 +00:00
lang.cxx File move 2002-12-03 20:33:35 +00:00
main.cxx Simplification of version string. Use autoconf's PACKAGE_VERSION instead. 2002-12-11 22:36:03 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx Version simplification. 2002-12-11 22:39:28 +00:00
ocaml.cxx Modifications to work on MacOS, submitted by Bernard Desgraupes. 2002-12-16 21:20:53 +00:00
overload.cxx File move 2002-12-03 20:33:35 +00:00
perl5.cxx File move 2002-12-03 20:33:35 +00:00
php4.cxx Modifications to work on MacOS, submitted by Bernard Desgraupes. 2002-12-16 21:20:53 +00:00
pike.cxx Corrected overloading-related coding in PIKE::dispatchFunction(). 2002-12-20 17:27:14 +00:00
python.cxx File move 2002-12-03 20:33:35 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Fixed [ 649022 ] Compilation problems with KAI/KCC 2002-12-06 20:10:56 +00:00
s-exp.cxx Fixed [ 649022 ] Compilation problems with KAI/KCC 2002-12-06 20:10:56 +00:00
swigmain.cxx File move 2002-12-03 20:33:35 +00:00
swigmod.h Version simplification 2002-12-11 22:33:00 +00:00
tcl8.cxx File move 2002-12-03 20:33:35 +00:00
typepass.cxx File move 2002-12-03 20:33:35 +00:00
xml.cxx (Xml_print_attributes): Do "&" replacement 2003-01-08 12:19:28 +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