summaryrefslogtreecommitdiff
path: root/Examples/test-suite/perl5
Commit message (Expand)AuthorAgeFilesLines
* Don't run perl examples/tests if Test::More is not availableWilliam S Fulton2014-02-141-23/+9
* Don't accept strings too long to fit in char[N] with trailing NUL.Vadim Zeitlin2013-12-231-2/+2
* Change the length of strings created from fixed-size buffers.Vadim Zeitlin2013-12-231-1/+1
* Merge remote branch 'upstream/master' into perl5-directors-minimalRobert Stone2013-11-162-12/+17
|\
| * fix "long long" tests for perl v5.6Robert Stone2013-11-142-12/+17
* | prefer polymorphism on existing destructor over custom destructor methodRobert Stone2013-11-141-2/+3
* | steals python directors and adapts to perl5Robert Stone2013-11-1220-0/+925
|/
* Fix assorted typos.Olly Betts2013-01-081-1/+1
* * revert perl5 li_typemaps run tests due to Windows regressions.Robert Stone2012-04-181-83/+59
* Remove old copies of Perl Test::Builder and Test::More - these have beenOlly Betts2011-12-082-3039/+0
* Fix for SF bug #1481958.Robert Stone2011-09-111-59/+83
* Patch #3260265 fixing overloading of non-primitive types and integers in Perl...William S Fulton2011-05-191-1/+8
* Test modifications of changed behaviour in perl 5.12 and 5.14 in reporting er...William S Fulton2011-05-192-8/+8
* Added some missing multi-argument typemaps: (char *STRING, size_t LENGTH) and...William S Fulton2011-01-142-8/+33
* remove unnecessary extra semicolons in the tesuiteMiklos Vajna2009-08-091-2/+1
* remove unnecessary extra shells being spawned in the test-suiteWilliam S Fulton2009-08-091-2/+2
* PHP: fix for the wrapmacro testcaseMiklos Vajna2009-08-041-2/+2
* better way to provide custom commandline options for individual testsWilliam S Fulton2009-07-031-0/+3
* rename byreference testcase to li_reference to follow normal test naming conv...William S Fulton2009-07-024-89/+37
* remove perl specific modifications to the enum_thorough testWilliam S Fulton2009-06-161-7/+2
* fix Java and C# enums when one of the enum items is ignoredWilliam S Fulton2009-06-161-4/+43
* reference.i improvements, testcase coverage. language specific interface sup...Robert Stone2009-06-053-0/+89
* Fix SF#2564192Robert Stone2009-02-051-1/+4
* Apply patch #2143727 for Python from Serge Monkewitz to fix importing base cl...William S Fulton2008-12-021-4/+4
* modify test-suite (barring python atm) to not rely on the -I path to find the...William S Fulton2008-11-261-46/+0
* rollback 10737:10749, this work is better left on a branch until it is Robert Stone2008-08-191-1/+1
* initial steps to clean up perl5 class methods (primarily constructors).Robert Stone2008-08-081-1/+1
* Hopefully this provides more portable values for Infinity and NaN in Perl.Robert Stone2008-06-301-17/+22
* variable name changes to remove php keywordsWilliam S Fulton2008-06-241-2/+2
* run test cases in the Perl set by the --with-perl5 configure option.Robert Stone2008-05-261-1/+1
* Add partialcheck make targets. Also add RUNTOOL, COMPILETOOL and SWIGTOOL var...William S Fulton2008-05-201-2/+1
* rename package testcase to packageoption as package is a Java keywordWilliam S Fulton2008-05-101-2/+2
* several testcases for perlRobert Stone2008-04-3053-492/+2043
* package option for perl5Jason Stewart2008-04-262-0/+26
* added test which breaks perlJason Stewart2008-04-041-3/+3
* added post- and pre- increment testsJason Stewart2008-04-031-3/+20
* new operator overload tests to locate bugs in pre- increment/decrement operatorsJason Stewart2008-04-031-0/+38
* added __rsub__() and test for reversed subtraction operatorJason Stewart2008-04-031-1/+6
* fixed name typoJason Stewart2008-04-031-2/+2
* fixed test-name typo ; add tests for pre- increment/decrementJason Stewart2008-04-031-6/+24
* Fix test since #1798728 was backed outWilliam S Fulton2008-02-101-1/+1
* Fix #1798728 - numbers can be passed to functions taking char *William S Fulton2007-12-121-0/+12
* modify unsigned long long test to use strings as this is portable across all ...William S Fulton2007-10-281-2/+10
* Remove cvs $Header$William S Fulton2007-10-171-1/+0
* [perl5] Use sv_setpvn() to set a scalar from a pointer and lengthOlly Betts2007-09-172-1/+13
* Remove obscure mpointer example and replace with member_pointer.i testcase an...William S Fulton2007-08-091-0/+47
* fixes to use parallel make when running the examples and test-suiteWilliam S Fulton2007-07-241-6/+6
* Remove cvsignore files: this is stored on svn:igonre property nowJohn Lenz2006-12-031-7/+0
* Daniel Moore patch - more operator overloading supportWilliam S Fulton2006-06-121-1/+19
* more fixes/tests for empty stringsMarcelo Matus2006-05-041-0/+26