summaryrefslogtreecommitdiff
path: root/Lib/perl5/perlrun.swg
Commit message (Expand)AuthorAgeFilesLines
* Add Perl support for std::unique_ptr inputsWilliam S Fulton2022-07-171-2/+15
* Fix previous commitOlly Betts2022-03-201-1/+1
* [ci] Try to fix failing appveyor python buildsOlly Betts2022-03-201-1/+1
* [perl] Require at least Perl 5.8.0Olly Betts2022-01-191-50/+10
* Fix overloading for non-pointers and NULL - PerlWilliam S Fulton2018-12-291-1/+1
* Perl - Add support for missing directorfree typemapsWilliam S Fulton2017-12-141-0/+9
* Fix various comment and documentation typosOlly Betts2017-08-131-1/+1
* Fix unused warnings in perl wrappersWilliam S Fulton2016-05-281-2/+2
* mitigate ConvertPtr director cost when directors are not enabledRobert Stone2013-11-121-0/+4
* steals python directors and adapts to perl5Robert Stone2013-11-121-1/+2
* Fix for gcc warning -Wunused-value without triggering -Wunused-parameterWilliam S Fulton2012-09-071-2/+2
* perl5 error handling improvementsRobert Stone2011-12-101-9/+6
* [Perl] Fix warnings when compiling generated wrappers with certainOlly Betts2011-11-281-11/+14
* Patch #3260265 fixing overloading of non-primitive types and integers in Perl...William S Fulton2011-05-191-2/+8
* add some useful info for assert around SWIG_CAST_NEW_MEMORYWilliam S Fulton2009-09-071-1/+1
* Revert removal of assertion.Olly Betts2009-09-031-0/+1
* extra white space helps disambiguate the expression which some compilers/tool...William S Fulton2009-08-291-2/+2
* [Perl] Remove bogus assertion (patch from David Fletcher).Olly Betts2009-08-291-1/+0
* SWIG_ConvertPtrAndOwn() into the runtime for PerlWilliam S Fulton2009-08-141-3/+17
* remove SWIG_TypeCheck_Template so that the code within it is debuggableWilliam S Fulton2008-12-061-3/+22
* Remove a pointless cast which drops const and causes a warning with certain GCCOlly Betts2008-03-311-1/+1
* Fix #1904537 Swig causes a Perl warning 'x used only once' in Perl 5.10 repor...William S Fulton2008-02-291-2/+2
* Add newmemory parameter for SWIG_TypeCastWilliam S Fulton2008-02-101-1/+5
* Fix static extern C compilation errors for Perl C++ wrappersWilliam S Fulton2007-11-191-14/+5
* Clean up warnings compiling on SolarisWilliam S Fulton2007-11-101-10/+18
* Use more efficient SvPV_nolen(x) instead of SvPV(x,PL_na)William S Fulton2007-10-281-1/+1
* Apply patch #1771410 from Wade Brainerd to fix typedef XS(SwigPerlWrapper) in...William S Fulton2007-08-101-1/+6
* Fix typo in commentOlly Betts2006-09-261-1/+1
* fix overloading between unsigned long long and strings, as reported by Tim Lee.Marcelo Matus2006-03-271-0/+29
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-071-6/+6
* uniform the location of the includes and fixes, now in perlhead.swg as rubyhe...Marcelo Matus2006-02-111-100/+0
* More and better fixes for older versions of perlWilliam S Fulton2006-02-111-76/+85
* Rearrange macros, keeping SWIG macros together and missing perl macros together.William S Fulton2006-02-101-17/+16
* more fixes for old perl versionsMarcelo Matus2006-02-101-1/+26
* define SvIOK_UV if missingMarcelo Matus2006-02-101-0/+4
* Support for older versions of Perl again.William S Fulton2006-02-101-20/+50
* add macors for PTR2IV INT2PTR when needed, bug #1208765Marcelo Matus2006-02-101-0/+9
* fix warningMarcelo Matus2006-02-021-1/+1
* better solution for warning of perl+cygwinMarcelo Matus2006-01-221-1/+1
* fix cygwin warning for perlMarcelo Matus2006-01-221-1/+1
* more fixes to MSCMarcelo Matus2006-01-221-0/+4
* fix perl C errorsMarcelo Matus2006-01-191-1/+1
* add macro for backward comp.Marcelo Matus2006-01-171-0/+3
* finally, fix the croak/Nullch issueMarcelo Matus2006-01-111-1/+1
* cleanup up comment spellingJason Stewart2005-12-221-7/+8
* fix runtimes for subversionMarcelo Matus2005-12-071-0/+98
* add SWIGUNUSEDPARMMarcelo Matus2005-12-021-1/+1
* fix for perl + multiple modulesMarcelo Matus2005-11-241-8/+20
* Add code back in that has recently gone missing, needed for windowsWilliam S Fulton2005-11-101-1/+1
* more perl cleaningMarcelo Matus2005-10-261-5/+4