Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
(8) |
May
(109) |
Jun
(68) |
Jul
(83) |
Aug
(126) |
Sep
(117) |
Oct
(490) |
Nov
(410) |
Dec
(182) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(15) |
Feb
(135) |
Mar
(155) |
Apr
(99) |
May
(92) |
Jun
(144) |
Jul
(51) |
Aug
(96) |
Sep
(223) |
Oct
(367) |
Nov
(346) |
Dec
(421) |
2006 |
Jan
(827) |
Feb
(404) |
Mar
(213) |
Apr
(44) |
May
(106) |
Jun
(79) |
Jul
(88) |
Aug
(43) |
Sep
(191) |
Oct
(164) |
Nov
(150) |
Dec
(36) |
2007 |
Jan
(17) |
Feb
(5) |
Mar
(17) |
Apr
(65) |
May
(114) |
Jun
(16) |
Jul
(22) |
Aug
(57) |
Sep
(44) |
Oct
(126) |
Nov
(97) |
Dec
(23) |
2008 |
Jan
(32) |
Feb
(59) |
Mar
(45) |
Apr
(80) |
May
(113) |
Jun
(116) |
Jul
(109) |
Aug
(77) |
Sep
(80) |
Oct
(10) |
Nov
(65) |
Dec
(68) |
2009 |
Jan
(77) |
Feb
(37) |
Mar
(46) |
Apr
(35) |
May
(52) |
Jun
(93) |
Jul
(150) |
Aug
(188) |
Sep
(21) |
Oct
(20) |
Nov
(46) |
Dec
(40) |
2010 |
Jan
(33) |
Feb
(56) |
Mar
(67) |
Apr
(48) |
May
(65) |
Jun
(83) |
Jul
(32) |
Aug
(10) |
Sep
(37) |
Oct
(53) |
Nov
(34) |
Dec
(39) |
2011 |
Jan
(59) |
Feb
(93) |
Mar
(72) |
Apr
(65) |
May
(79) |
Jun
(25) |
Jul
(16) |
Aug
(28) |
Sep
(22) |
Oct
(12) |
Nov
(23) |
Dec
(36) |
2012 |
Jan
(15) |
Feb
(10) |
Mar
(49) |
Apr
(66) |
May
(108) |
Jun
(74) |
Jul
(268) |
Aug
(252) |
Sep
(121) |
Oct
(24) |
Nov
(66) |
Dec
(38) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
(15) |
Dec
(48) |
2014 |
Jan
(18) |
Feb
(53) |
Mar
(81) |
Apr
(66) |
May
(70) |
Jun
(61) |
Jul
(38) |
Aug
(20) |
Sep
(49) |
Oct
(42) |
Nov
(13) |
Dec
(27) |
2015 |
Jan
(59) |
Feb
(27) |
Mar
(37) |
Apr
(20) |
May
(29) |
Jun
(17) |
Jul
(31) |
Aug
(27) |
Sep
(12) |
Oct
(12) |
Nov
(4) |
Dec
(24) |
2016 |
Jan
(14) |
Feb
(16) |
Mar
(38) |
Apr
(13) |
May
(30) |
Jun
(22) |
Jul
(6) |
Aug
(15) |
Sep
(23) |
Oct
(14) |
Nov
(19) |
Dec
(45) |
2017 |
Jan
(32) |
Feb
(14) |
Mar
(14) |
Apr
(8) |
May
(18) |
Jun
(21) |
Jul
(8) |
Aug
(17) |
Sep
(21) |
Oct
(22) |
Nov
(7) |
Dec
(5) |
2018 |
Jan
(15) |
Feb
(4) |
Mar
(7) |
Apr
(10) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
(2) |
3
(12) |
4
(22) |
5
(1) |
6
(15) |
7
|
8
(2) |
9
|
10
(2) |
11
(11) |
12
(14) |
13
(4) |
14
(9) |
15
(2) |
16
(3) |
17
(7) |
18
(1) |
19
(7) |
20
(6) |
21
(1) |
22
|
23
|
24
(20) |
25
|
26
(2) |
27
|
28
|
29
(8) |
30
(3) |
31
(10) |
|
|
|
|
From: William Fulton <wsfulton@us...> - 2006-10-06 23:05:02
|
Update of /cvsroot/swig/SWIG In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9766 Modified Files: CHANGES.current Log Message: Index: CHANGES.current =================================================================== RCS file: /cvsroot/swig/SWIG/CHANGES.current,v retrieving revision 1.642 retrieving revision 1.643 diff -C2 -d -r1.642 -r1.643 *** CHANGES.current 6 Oct 2006 21:51:52 -0000 1.642 --- CHANGES.current 6 Oct 2006 23:04:57 -0000 1.643 *************** *** 3,6 **** --- 3,9 ---- 10/06/2006: wsfulton + Fix #1162194 - #include/%include within a structure + + 10/06/2006: wsfulton Fix #1450661, string truncation in String_seek truncating Java/C# enums. |
From: William Fulton <wsfulton@us...> - 2006-10-06 23:02:48
|
Update of /cvsroot/swig/SWIG/Examples/test-suite In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv8804 Added Files: inctest.h Log Message: fix include within a structure - #1162194 --- NEW FILE: inctest.h --- int IntegerMember; double DoubleMember; |
From: William Fulton <wsfulton@us...> - 2006-10-06 23:02:12
|
Update of /cvsroot/swig/SWIG/Source/CParse In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv8543 Modified Files: parser.y Log Message: fix include within a structure - #1162194 Index: parser.y =================================================================== RCS file: /cvsroot/swig/SWIG/Source/CParse/parser.y,v retrieving revision 1.204 retrieving revision 1.205 diff -C2 -d -r1.204 -r1.205 *** parser.y 4 Oct 2006 04:57:11 -0000 1.204 --- parser.y 6 Oct 2006 23:02:09 -0000 1.205 *************** *** 3937,3940 **** --- 3937,3941 ---- set_nextSibling($$,$6); } + | include_directive { $$ = $1; } | empty { $$ = 0;} | error { |
From: William Fulton <wsfulton@us...> - 2006-10-06 22:59:26
|
Update of /cvsroot/swig/SWIG/Examples/test-suite In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv7390 Modified Files: inctest.i Log Message: test include within a structure - #1162194 Index: inctest.i =================================================================== RCS file: /cvsroot/swig/SWIG/Examples/test-suite/inctest.i,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** inctest.i 11 Dec 2003 21:32:59 -0000 1.2 --- inctest.i 6 Oct 2006 22:59:22 -0000 1.3 *************** *** 15,16 **** --- 15,35 ---- %include "testdir/test.i" + + + // Bug #1162194 + %inline %{ + typedef struct { + #include "inctest.h" + } MY_TYPES; + + %} + + %{ + typedef struct { + #include "inctest.h" + } MY_THINGS; + %} + + typedef struct { + %include "inctest.h" + } MY_THINGS; |
From: William Fulton <wsfulton@us...> - 2006-10-06 22:59:26
|
Update of /cvsroot/swig/SWIG/Examples/test-suite/java In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv7390/java Added Files: inctest_runme.java Log Message: test include within a structure - #1162194 --- NEW FILE: inctest_runme.java --- import inctest.*; public class inctest_runme { static { try { System.loadLibrary("inctest"); } catch (UnsatisfiedLinkError e) { System.err.println("Native code library failed to load. See the chapter on Dynamic Linking Problems in the SWIG Java documentation for help.\n" + e); System.exit(1); } } public static void main(String argv[]) { MY_THINGS things = new MY_THINGS(); int i=0; things.setIntegerMember(i); double d = things.getDoubleMember(); } } |
From: William Fulton <wsfulton@us...> - 2006-10-06 21:51:59
|
Update of /cvsroot/swig/SWIG In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv11569 Modified Files: CHANGES.current Log Message: Index: CHANGES.current =================================================================== RCS file: /cvsroot/swig/SWIG/CHANGES.current,v retrieving revision 1.641 retrieving revision 1.642 diff -C2 -d -r1.641 -r1.642 *** CHANGES.current 6 Oct 2006 03:22:59 -0000 1.641 --- CHANGES.current 6 Oct 2006 21:51:52 -0000 1.642 *************** *** 2,5 **** --- 2,8 ---- ============================ + 10/06/2006: wsfulton + Fix #1450661, string truncation in String_seek truncating Java/C# enums. + 10/06/2006: mgossage [Lua] Fix #1569587. The name is now correct. |
From: William Fulton <wsfulton@us...> - 2006-10-06 21:48:04
|
Update of /cvsroot/swig/SWIG/Source/DOH In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9892/Source/DOH Modified Files: string.c Log Message: Fix #1450661. String_seek truncating strings. Index: string.c =================================================================== RCS file: /cvsroot/swig/SWIG/Source/DOH/string.c,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** string.c 24 Sep 2006 17:09:31 -0000 1.29 --- string.c 6 Oct 2006 21:48:00 -0000 1.30 *************** *** 454,459 **** if (nsp < 0) nsp = 0; ! if (s->len > 0 && nsp >= s->len) ! nsp = s->len-1; inc = (nsp > s->sp) ? 1 : -1; --- 454,459 ---- if (nsp < 0) nsp = 0; ! if (s->len > 0 && nsp > s->len) ! nsp = s->len; inc = (nsp > s->sp) ? 1 : -1; |
From: William Fulton <wsfulton@us...> - 2006-10-06 21:39:55
|
Update of /cvsroot/swig/SWIG/Source/Swig In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6912/Source/Swig Modified Files: swig.h Log Message: fix declaration to match implementation Index: swig.h =================================================================== RCS file: /cvsroot/swig/SWIG/Source/Swig/swig.h,v retrieving revision 1.120 retrieving revision 1.121 diff -C2 -d -r1.120 -r1.121 *** swig.h 3 Oct 2006 23:00:12 -0000 1.120 --- swig.h 6 Oct 2006 21:39:51 -0000 1.121 *************** *** 428,432 **** extern int Swig_need_redefined_warn(Node* a, Node* b, int InClass); ! extern String *Swig_name_make(Node *n, String *prefix, String *name, SwigType *decl, String *oldname); extern String *Swig_name_warning(Node *n, String *prefix, String *name,SwigType *decl); --- 428,432 ---- extern int Swig_need_redefined_warn(Node* a, Node* b, int InClass); ! extern String *Swig_name_make(Node *n, String *prefix, String_or_char *cname, SwigType *decl, String *oldname); extern String *Swig_name_warning(Node *n, String *prefix, String *name,SwigType *decl); |
From: Olly Betts <olly@us...> - 2006-10-06 11:08:32
|
Update of /cvsroot/swig/SWIG/Doc/Manual In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9841/Doc/Manual Modified Files: Warnings.html Log Message: Covert a stderr message to a proper SWIG warning. Index: Warnings.html =================================================================== RCS file: /cvsroot/swig/SWIG/Doc/Manual/Warnings.html,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** Warnings.html 4 Jul 2006 21:16:14 -0000 1.26 --- Warnings.html 6 Oct 2006 11:08:27 -0000 1.27 *************** *** 499,503 **** <ul> ! <li>870. Warning for <em>classname</em>: Base <em>baseclass</em> ignored. Multiple inheritance is not supported in Php4. (Php4). </ul> --- 499,504 ---- <ul> ! <li>870. Warning for <em>classname</em>: Base <em>baseclass</em> ignored. Multiple inheritance is not supported in Php4. (Php). ! <li>871. Unrecognized pragma <em>pragma</em>. (Php). </ul> |
From: Olly Betts <olly@us...> - 2006-10-06 11:08:32
|
Update of /cvsroot/swig/SWIG/Source/Modules In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9841/Source/Modules Modified Files: php4.cxx Log Message: Covert a stderr message to a proper SWIG warning. Index: php4.cxx =================================================================== RCS file: /cvsroot/swig/SWIG/Source/Modules/php4.cxx,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** php4.cxx 6 Oct 2006 10:30:44 -0000 1.65 --- php4.cxx 6 Oct 2006 11:08:28 -0000 1.66 *************** *** 45,50 **** /* ! * TODO: Replace remaining stderr messages with Swig_warning (need to add more ! * WARN_XXX codes to be able to...) */ --- 45,50 ---- /* ! * TODO: Replace remaining stderr messages with Swig_error or Swig_warning ! * (may need to add more WARN_PHP4_xxx codes...) */ *************** *** 1929,1933 **** if (Strcmp(lang,"php4") == 0) { - if (Strcmp(type, "code") == 0) { if (value) { --- 1929,1932 ---- *************** *** 1943,1948 **** } } else { ! Printf(stderr, "%s : Line %d. Unrecognized pragma.\n", ! input_file, line_number); } } --- 1942,1947 ---- } } else { ! Swig_warning(WARN_PHP4_UNKNOWN_PRAGMA, input_file, line_number, ! "Unrecognized pragma <%s>.\n", type); } } |
From: Olly Betts <olly@us...> - 2006-10-06 10:31:36
|
Update of /cvsroot/swig/SWIG/Source/Modules In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv25562/Source/Modules Modified Files: php4.cxx Log Message: Clean up the old disabled "script accessible destructor" code. I don't think we'll want it again, but if we do we can retrieve it from CVS. Index: php4.cxx =================================================================== RCS file: /cvsroot/swig/SWIG/Source/Modules/php4.cxx,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** php4.cxx 4 Oct 2006 15:53:07 -0000 1.64 --- php4.cxx 6 Oct 2006 10:30:44 -0000 1.65 *************** *** 983,1000 **** String *overname = 0; ! int destructor = ( Cmp(nodeType, "destructor") == 0 ); ! if ( destructor ) { ! // We only generate the Zend List Destructor. Have ! // Zend manage the reference counting. return CreateZendListDestructor(n); - - #if 0 - //If a script accessible destructor is desired/required, this code needs to be - //put back into play. - // Then we modify the wrap_action so it nulls out the self variable. - String *del = Getattr(n,"wrap:action"); - Printf(del,"\nRETVAL_NULL();\n"); - Setattr(n,"wrap:action",del); - #endif } --- 983,991 ---- String *overname = 0; ! if (Cmp(nodeType, "destructor") == 0) { ! // We just generate the Zend List Destructor and let Zend manage the ! // reference counting. There's no explicit destructor, but the user can ! // just do `$obj = null;' to remove a reference to an object. return CreateZendListDestructor(n); } *************** *** 1042,1051 **** } else { // regular header ! // We don't issue these for overloaded functions. ! // destructors when using shadows. ! // And for static member variables ! if (!overloaded && ! !(destructor && shadow && php_version == 4) && ! wrapperType != staticmembervar ) { create_command(iname, wname); } --- 1033,1038 ---- } else { // regular header ! // Not issued for overloaded functions or static member variables. ! if (!overloaded && wrapperType != staticmembervar ) { create_command(iname, wname); } |
From: Surendra Singhi <efuzzyone@us...> - 2006-10-06 06:39:39
|
Update of /cvsroot/swig/swigweb In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv2678 Modified Files: guilty.ht Log Message: added names of contributors of cffi module Index: guilty.ht =================================================================== RCS file: /cvsroot/swig/swigweb/guilty.ht,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** guilty.ht 26 Apr 2005 20:52:49 -0000 1.17 --- guilty.ht 6 Oct 2006 06:39:34 -0000 1.18 *************** *** 72,75 **** --- 72,86 ---- </td> </tr> + + + <tr> + <td> + <img src="blank.jpg" alt="Blank"><br/> + <b>Surendra Singhi (Kolkota, India).</b> <br/> + CFFI and Clisp modules. + </td> + <td> + </td> + </tr> </table> *************** *** 112,115 **** --- 123,127 ---- <blockquote> Adam Hupp, + Arthur Smyles, Brad Clements, Brett Williams, *************** *** 136,143 **** --- 148,157 ---- Jon Travis, Junio Hamano, + Justin Heyes-Jones, Karl Forner, Keith Davidson, Krzysztof Kozminski, Larry Virden, + Luke J Crook, Magnus Ljung, Marc Zonzon, *************** *** 163,166 **** --- 177,181 ---- Tal Shalif, Tarn Weisner Burton, + Thomas Weidner, Tony Seward, Uwe Steinmann, |
From: Mark Gossage <mgossage@us...> - 2006-10-06 03:23:04
|
Update of /cvsroot/swig/SWIG In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv26103/SWIG Modified Files: CHANGES.current Log Message: updated to changes file Index: CHANGES.current =================================================================== RCS file: /cvsroot/swig/SWIG/CHANGES.current,v retrieving revision 1.640 retrieving revision 1.641 diff -C2 -d -r1.640 -r1.641 *** CHANGES.current 4 Oct 2006 17:35:04 -0000 1.640 --- CHANGES.current 6 Oct 2006 03:22:59 -0000 1.641 *************** *** 2,5 **** --- 2,8 ---- ============================ + 10/06/2006: mgossage + [Lua] Fix #1569587. The name is now correct. + 10/04/2006: wsfulton Director fixes for virtual conversion operators |
From: Mark Gossage <mgossage@us...> - 2006-10-06 03:22:25
|
Update of /cvsroot/swig/SWIG/Source/Modules In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv26072 Modified Files: lua.cxx Log Message: [Lua] Fix #1569587. The name is now correct Index: lua.cxx =================================================================== RCS file: /cvsroot/swig/SWIG/Source/Modules/lua.cxx,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** lua.cxx 7 Aug 2006 21:19:17 -0000 1.13 --- lua.cxx 6 Oct 2006 03:22:21 -0000 1.14 *************** *** 45,48 **** --- 45,75 ---- #include "swigmod.h" + /**** Diagnostics: + With the #define REPORT(), you can change the amount of diagnostics given + This helps me search the parse tree & figure out what is going on inside SWIG + (because its not clear or documented) + */ + #define REPORT(T,D) // no info: + //#define REPORT(T,D) {Printf(stdout,T"\n");} // only title + //#define REPORT(T,D) {Printf(stdout,T"\n");display_mapping(D);} // the works + + void display_mapping(DOH* d) + { + if (d==0 || !DohIsMapping(d)) return; + for(DohIterator it=DohFirst(d);it.item;it=DohNext(it)) + { + if (DohIsString(it.item)) + Printf(stdout, " %s = %s\n", it.key,it.item); + else if (DohIsMapping(it.item)) + Printf(stdout, " %s = <mapping>\n", it.key); + else if (DohIsSequence(it.item)) + Printf(stdout, " %s = <sequence>\n", it.key); + else + Printf(stdout, " %s = <unknown>\n", it.key); + } + } + + + /* NEW LANGUAGE NOTE:*********************************************** most of the default options are handled by SWIG *************** *** 691,703 **** * constantWrapper() * ------------------------------------------------------------ */ ! ! virtual int constantWrapper(Node *n) { String *name = Getattr(n,"name"); String *iname = Getattr(n,"sym:name"); SwigType *type = Getattr(n,"type"); ! String *value = Getattr(n,"value"); String *tm; if (!addSymbol(iname,n)) return SWIG_ERROR; /* Special hook for member pointer */ --- 718,734 ---- * constantWrapper() * ------------------------------------------------------------ */ ! virtual int constantWrapper(Node *n) { ! REPORT("constantWrapper",n); String *name = Getattr(n,"name"); String *iname = Getattr(n,"sym:name"); + //String *nsname = !nspace ? Copy(iname) : NewStringf("%s::%s",ns_name,iname); + String *nsname = Copy(iname); SwigType *type = Getattr(n,"type"); ! String *rawval = Getattr(n,"rawval"); ! String *value = rawval ? rawval : Getattr(n,"value"); String *tm; if (!addSymbol(iname,n)) return SWIG_ERROR; + //if (nspace) Setattr(n,"sym:name",nsname); /* Special hook for member pointer */ *************** *** 707,714 **** --- 738,747 ---- value = Char(wname); } + if ((tm = Swig_typemap_lookup_new("consttab",n,name,0))) { Replaceall(tm,"$source",value); Replaceall(tm,"$target",name); Replaceall(tm,"$value",value); + Replaceall(tm,"$nsname",nsname); Printf(s_const_tab,"%s,\n", tm); } else if ((tm = Swig_typemap_lookup_new("constcode", n, name, 0))) { *************** *** 716,765 **** Replaceall(tm,"$target", name); Replaceall(tm,"$value",value); Printf(f_init, "%s\n", tm); } else { Swig_warning(WARN_TYPEMAP_CONST_UNDEF, input_file, line_number, "Unsupported constant value.\n"); return SWIG_NOWRAP; } return SWIG_OK; } - #if 0 - virtual int constantWrapper(Node *n) { - /* NEW LANGUAGE NOTE:*********************************************** - FIXME - NEW LANGUAGE NOTE:END ************************************************/ - // return Language::constantWrapper(n); - - Swig_require(&n, "*sym:name", "type", "value", NIL); - - String *symname = Getattr(n, "sym:name"); - SwigType *type = Getattr(n, "type"); - String *value = Getattr(n, "value"); - - /* Special hook for member pointer */ - if (SwigType_type(type) == T_MPOINTER) { - String *wname = Swig_name_wrapper(symname); - Printf(f_header, "static %s = %s;\n", SwigType_str(type, wname), value); - value = wname; - } - - /* Perform constant typemap substitution */ - String *tm = Swig_typemap_lookup_new("constant", n, value, 0); - if (tm) { - Replaceall(tm, "$source", value); - Replaceall(tm, "$target", symname); - Replaceall(tm, "$symname", symname); - Replaceall(tm, "$value", value); - Printf(f_init, "%s\n", tm); - } else { - Swig_warning(WARN_TYPEMAP_CONST_UNDEF, input_file, line_number, - "Unsupported constant value %s = %s\n", SwigType_str(type, 0), value); - } - - Swig_restore(&n); - - return SWIG_OK; - } - #endif /* ------------------------------------------------------------ --- 749,763 ---- Replaceall(tm,"$target", name); Replaceall(tm,"$value",value); + Replaceall(tm,"$nsname",nsname); Printf(f_init, "%s\n", tm); } else { + Delete(nsname); Swig_warning(WARN_TYPEMAP_CONST_UNDEF, input_file, line_number, "Unsupported constant value.\n"); return SWIG_NOWRAP; } + Delete(nsname); return SWIG_OK; } /* ------------------------------------------------------------ *************** *** 969,972 **** --- 967,971 ---- virtual int membervariableHandler(Node *n) { + REPORT("membervariableHandler",n); String *symname = Getattr(n,"sym:name"); String *rname; *************** *** 1027,1033 **** virtual int memberconstantHandler(Node *n) { ! return constantWrapper(n); ! // current = NO_CPP; ! // return SWIG_OK; } --- 1026,1031 ---- virtual int memberconstantHandler(Node *n) { ! REPORT("memberconstantHandler",n); ! return Language::memberconstantHandler(n); } *************** *** 1037,1040 **** --- 1035,1039 ---- virtual int staticmembervariableHandler(Node *n) { + REPORT("staticmembervariableHandler",n); return Language::staticmembervariableHandler(n); } *************** *** 1049,1053 **** String *runtimeCode() // returns a large string with all the runtimes in String *defaultExternalRuntimeFilename() // returns the default filename ! I an writing a generic solution, even though SWIG-Lua only has one file right now... */ String *runtimeCode() { --- 1048,1052 ---- String *runtimeCode() // returns a large string with all the runtimes in String *defaultExternalRuntimeFilename() // returns the default filename ! I am writing a generic solution, even though SWIG-Lua only has one file right now... */ String *runtimeCode() { *************** *** 1112,1117 **** } - - - - --- 1111,1112 ---- |
From: Mark Gossage <mgossage@us...> - 2006-10-06 03:21:59
|
Update of /cvsroot/swig/SWIG/Lib/lua In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv25687 Modified Files: lua.swg Log Message: [Lua] Fix #1569587. The name is now correct Index: lua.swg =================================================================== RCS file: /cvsroot/swig/SWIG/Lib/lua/lua.swg,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** lua.swg 4 Oct 2006 11:06:34 -0000 1.16 --- lua.swg 6 Oct 2006 03:21:53 -0000 1.17 *************** *** 165,170 **** { SWIG_LUA_FLOAT, (char *)"$symname", 0, (double) $value, 0, 0} ! %typemap(consttab) char * ! { SWIG_LUA_STRING, (char *)"$symname", 0, 0, (void *)"$value", 0} // note: char is treated as a seperate special type --- 165,170 ---- { SWIG_LUA_FLOAT, (char *)"$symname", 0, (double) $value, 0, 0} ! %typemap(consttab) char *, const char *, char [], const char [] ! { SWIG_LUA_STRING, (char *)"$symname", 0, 0, (void *)$value, 0} // note: char is treated as a seperate special type |