aboutsummaryrefslogtreecommitdiff
path: root/Lib/perl5
AgeCommit message (Expand)Author
2012-12-09Perl - Fix C++ comment in C wrappers.William S Fulton
2012-09-07Fix for gcc warning -Wunused-value without triggering -Wunused-parameterWilliam S Fulton
2012-08-15Add some missing STL container typedefs for PerlWilliam S Fulton
2012-08-08Fix somes typosSylvestre Ledru
2012-08-05#3545877 - Don't undefine bool if defined by C99 stdbool.h - problem using Pe...William S Fulton
2012-05-15Fix some language's std::map wrappers to recognise difference_type, size_type...William S Fulton
2012-04-19warning fix using vc++William S Fulton
2012-04-18 * revert perl5 li_typemaps run tests due to Windows regressions.Robert Stone
2011-12-10perl5 error handling improvementsRobert Stone
2011-11-28[Perl] Fix warnings when compiling generated wrappers with certainOlly Betts
2011-10-24mainly for SF bug #3423119Robert Stone
2011-09-11Fix for SF bug #1481958.Robert Stone
2011-05-19Patch #3260265 fixing overloading of non-primitive types and integers in Perl...William S Fulton
2011-02-20Perl and vc++ warning fixWilliam S Fulton
2011-02-20more Perl namespace pollution workaroundsWilliam S Fulton
2010-10-03Fix for compiling as C codeWilliam S Fulton
2010-08-17 Fix corner case marshalling of doubles - errno was not being correctly set b...William S Fulton
2010-04-04remove std::map specializations - not needed since the typemap matching rules...William S Fulton
2010-04-01Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton
2010-02-27SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton
2009-09-07add some useful info for assert around SWIG_CAST_NEW_MEMORYWilliam S Fulton
2009-09-03Revert removal of assertion.Olly Betts
2009-08-29extra white space helps disambiguate the expression which some compilers/tool...William S Fulton
2009-08-29[Perl] Remove bogus assertion (patch from David Fletcher).Olly Betts
2009-08-17[Perl] Add "#undef do_exec" to our clean up of Perl global namespace pollution.Olly Betts
2009-08-14SWIG_ConvertPtrAndOwn() into the runtime for PerlWilliam S Fulton
2009-06-05reference.i improvements, testcase coverage. language specific interface sup...Robert Stone
2009-06-02bugfix for Lib/perl5/reference.i (test-suite enhancements coming soon).Robert Stone
2009-02-05Fix SF#2564192Robert Stone
2008-12-29couple of minor Perl fixes from Ling LiWilliam S Fulton
2008-12-29Compiler warning fix in Perl out typemap for std::vectorWilliam S Fulton
2008-12-06remove SWIG_TypeCheck_Template so that the code within it is debuggableWilliam S Fulton
2008-09-01Fix another perl global namespace pollutionWilliam S Fulton
2008-06-19Add R keyword support. Rename keywords for successful compilation of Java and...William S Fulton
2008-04-03modified to match current perl5.cxx capabilitiesJason Stewart
2008-03-31Remove a pointless cast which drops const and causes a warning with certain GCCOlly Betts
2008-02-29Fix #1904537 Swig causes a Perl warning 'x used only once' in Perl 5.10 repor...William S Fulton
2008-02-10Add newmemory parameter for SWIG_TypeCastWilliam S Fulton
2007-12-16Backed out #1798728 due to regression pointed out by Josh Cherry on swig-userWilliam S Fulton
2007-12-12Fix #1798728 - numbers can be passed to functions taking char *William S Fulton
2007-11-20fix comments about fragments - noticed by Josh CherryWilliam S Fulton
2007-11-19Fix static extern C compilation errors for Perl C++ wrappersWilliam S Fulton
2007-11-10Clean up warnings compiling on SolarisWilliam S Fulton
2007-10-28Use more efficient SvPV_nolen(x) instead of SvPV(x,PL_na)William S Fulton
2007-10-23VC++ warning fixesWilliam S Fulton
2007-10-19[perl5] Clear errno before calls to strtol(), strtoul(), strtoll()Olly Betts
2007-10-17Remove cvs $Header$William S Fulton
2007-09-17[perl5] Use sv_setpvn() to set a scalar from a pointer and lengthOlly Betts
2007-08-10Apply patch #1771410 from Wade Brainerd to fix typedef XS(SwigPerlWrapper) in...William S Fulton
2007-03-25add SWIG_fail to SWIG_expcetion macroJohn Lenz