swig/Source/Modules
Mikel Bancroft a82b71b328 03/15/2006: mutandiz
[allegrocl]
	    Generate wrappers for constants when in C++ or -cwrap mode.
	    Make -cwrap the default, since it is most correct. Users
	    can use the -nocwrap option to avoid the creation of a .cxx
	    file when interfacing to C code.

	    When in -nocwrap mode, improve the handling of converting
 	    infix literals to prefix notation for lisp. This is very
	    basic and not likely to be improved upon since this only
	    applies to the -nocwrap case. Literals we can't figure out
	    will result in a warning and be included in the generated
	    code.

	    validIdentifier now more closely approximates what may be
	    a legal common lisp symbol.

	    Fix typemap error in allegrocl.swg


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9009 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-03-16 18:11:25 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx 03/15/2006: mutandiz 2006-03-16 18:11:25 +00:00
allocate.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +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 Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
chicken.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +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 cosmetics 2006-03-07 22:02:54 +00:00
csharp.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +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 Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
guile.cxx Fix for module names containing a "-" in non-"shadow" mode. 2006-03-07 21:25:28 +00:00
java.cxx #1447337 Delete LocalRefs at the end of director methods and some cosmetic changes 2006-03-11 00:05:20 +00:00
lang.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
lua.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
main.cxx Move copyright notices from -version to -copyright and add in missing copyright notices that are in LICENSE 2006-03-07 22:01:17 +00:00
modula3.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +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 Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
ocaml.cxx cosmetics 2006-03-07 22:02:54 +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 cosmetics 2006-03-07 22:02:54 +00:00
php4.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +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 misplaced code, reported by Olly 2006-03-16 01:46:50 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
s-exp.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
swigmain.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
swigmod.h cosmetics 2006-03-07 22:02:54 +00:00
tcl8.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +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 Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
xml.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +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