Updated SWIG patches and wxPython's SWIG runtime

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-22 22:31:34 +00:00
parent e20e6988ac
commit 1de47c7cb4
4 changed files with 210 additions and 43 deletions

View File

@@ -1,10 +1,10 @@
Index: Source/Modules/python.cxx
===================================================================
RCS file: /cvsroot/SWIG/Source/Modules/python.cxx,v
retrieving revision 1.35
diff -u -4 -r1.35 python.cxx
--- Source/Modules/python.cxx 13 Dec 2003 23:52:31 -0000 1.35
+++ Source/Modules/python.cxx 19 Dec 2003 02:04:45 -0000
retrieving revision 1.38
diff -u -4 -r1.38 python.cxx
--- Source/Modules/python.cxx 21 Jan 2004 01:33:07 -0000 1.38
+++ Source/Modules/python.cxx 22 Jan 2004 01:59:33 -0000
@@ -54,8 +54,17 @@
static int have_constructor;
static int have_repr;
@@ -23,7 +23,7 @@ diff -u -4 -r1.35 python.cxx
Python Options (available with -python)\n\
-ldflags - Print runtime libraries to link with\n\
-globals <name> - Set <name> used to access C global variable [default: 'cvar']\n\
@@ -417,17 +426,23 @@
@@ -421,17 +430,23 @@
* functions.
* ------------------------------------------------------------ */
@@ -52,7 +52,7 @@ diff -u -4 -r1.35 python.cxx
}
@@ -441,8 +456,256 @@
@@ -445,8 +460,256 @@
}
@@ -309,7 +309,7 @@ diff -u -4 -r1.35 python.cxx
* Check if there is a %addtofunc directive and it has text
* ------------------------------------------------------------ */
@@ -1700,9 +1963,11 @@
@@ -1702,9 +1965,11 @@
Printf(f_shadow, modern ? "(object)" : "(_object)");
}
}
@@ -322,7 +322,7 @@ diff -u -4 -r1.35 python.cxx
Printv(f_shadow,tab4,"__swig_setmethods__ = {}\n",NIL);
if (Len(base_class)) {
Printf(f_shadow,"%sfor _s in [%s]: __swig_setmethods__.update(_s.__swig_setmethods__)\n",tab4,base_class);
@@ -1835,16 +2100,22 @@
@@ -1837,16 +2102,22 @@
Delete(pyaction);
Printv(f_shadow,pycode,"\n",NIL);
} else {
@@ -352,7 +352,7 @@ diff -u -4 -r1.35 python.cxx
}
}
@@ -1859,14 +2130,20 @@
@@ -1861,14 +2132,20 @@
virtual int staticmemberfunctionHandler(Node *n) {
String *symname = Getattr(n,"sym:name");
Language::staticmemberfunctionHandler(n);
@@ -377,7 +377,7 @@ diff -u -4 -r1.35 python.cxx
" = staticmethod(", symname, ")\n", NIL);
if (!modern) {
@@ -1951,8 +2228,10 @@
@@ -1953,8 +2230,10 @@
}
Printv(f_shadow, tab4, "def __init__(self, *args",
@@ -388,7 +388,7 @@ diff -u -4 -r1.35 python.cxx
if (!modern) {
Printv(f_shadow, tab8, "_swig_setattr(self, ", rclassname, ", 'this', ",
funcCallHelper(Swig_name_construct(symname), allow_kwargs), ")\n", NIL);
@@ -1966,9 +2245,9 @@
@@ -1968,9 +2247,9 @@
Printv(f_shadow, tab8, "self.thisown = 1\n", NIL);
Printv(f_shadow, tab8, "del newobj.thisown\n", NIL);
}
@@ -399,7 +399,7 @@ diff -u -4 -r1.35 python.cxx
}
have_constructor = 1;
} else {
@@ -1984,8 +2263,10 @@
@@ -1986,8 +2265,10 @@
} else {
Printv(f_shadow_stubs, "\ndef ", symname, "(*args",
@@ -410,7 +410,7 @@ diff -u -4 -r1.35 python.cxx
funcCallHelper(Swig_name_construct(symname), allow_kwargs), "\n", NIL);
Printv(f_shadow_stubs, tab4, "val.thisown = 1\n", NIL);
if ( have_addtofunc(n) )
@@ -2017,13 +2298,15 @@
@@ -2019,13 +2300,15 @@
Delete(pyaction);
Printv(f_shadow,pycode,"\n", NIL);
} else {