swig/Lib
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
..
allegrocl 03/15/2006: mutandiz 2006-03-16 18:11:25 +00:00
cffi Fixes the placement of swig-lisp code, and also makes sure that 2006-02-06 20:38:54 +00:00
chicken Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:37:34 +00:00
clisp Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
csharp Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:21:51 +00:00
gcj Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
guile Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
java minor code consistent style changes 2006-03-11 00:06:45 +00:00
lua cosmetics 2006-03-07 22:02:54 +00:00
modula3 Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:21:51 +00:00
mzscheme Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
ocaml Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
perl5 Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
php4 Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
pike cosmetics 2006-03-07 22:02:54 +00:00
python fix mispelled prepend, reported by Jeremy McCormick 2006-03-16 01:44:26 +00:00
ruby Support for Ruby 1.6 2006-03-09 08:34:09 +00:00
std Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
tcl Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
typemaps add note for namespace issues 2006-03-07 09:15:31 +00:00
uffi New language module: Common Lisp with UFFI. 2005-08-09 15:09:15 +00:00
xml delete the perl5 typemaps, ignored here 2006-01-05 19:34:51 +00:00
.cvsignore *** empty log message *** 2006-01-30 22:33:47 +00:00
allkw.swg Use the system angle brackets for %include 2005-11-26 09:28:20 +00:00
attribute.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
carrays.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
cdata.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:45:17 +00:00
cmalloc.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
constraints.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
cpointer.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
cstring.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
cwstring.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
exception.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
inttypes.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
linkruntime.c Uniform handling of SWIGEXPORT across SWIG. 2005-05-27 22:40:58 +00:00
math.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:45:17 +00:00
pointer.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
runtime.swg fix VC++ warning 2005-09-29 13:17:05 +00:00
std_except.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
stdint.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
stl.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
swig.swg add SWIG_TYPECHECK_SWIGOBJECT to resolve simple overload functions as Graph(int i)/Graph(PyObject* p) 2006-03-01 23:30:37 +00:00
swigarch.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
swigerrors.swg add the null reference error 2005-12-27 22:01:39 +00:00
swiginit.swg cosmetics 2006-03-07 22:02:54 +00:00
swiglabels.swg cosmetics 2006-03-07 22:02:54 +00:00
swigrun.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
swigrun.swg cosmetics 2006-03-07 22:02:54 +00:00
swigwarnings.swg fix builtin names warnings, so they ony apply to functions, as reported by James Bigler and the 'max' name issue 2006-03-03 05:16:16 +00:00
wchar.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
windows.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00