summaryrefslogtreecommitdiff
path: root/ext/XS
Commit message (Expand)AuthorAgeFilesLines
* Re: [PATCH] mg_magical() sometimes turns SvRMAGICAL on when it shouldn'tVincent Pit2008-03-103-1/+70
* Remove hardcoded cop.h constants from APItest.pm :-(Nicholas Clark2008-01-213-21/+15
* Integrate:Nicholas Clark2007-12-228-71/+137
* ext/XS/APITest/APITest.xs was suffering casting issues with g++Steve Peters2007-09-201-3/+3
* Use Perl_hv_common() to test disabling the key conversion in hashNicholas Clark2007-09-202-0/+63
* Lots more tests with many permuations of 7, 8 and $lots bit data.Nicholas Clark2007-09-191-9/+46
* Parameterise the code that tests the rot13 hash, and add a secondNicholas Clark2007-09-192-54/+141
* Call the key transformation function for hv_exists()/hv_fetch()/Nicholas Clark2007-09-192-1/+57
* Call the key transformation function for hv_delete().Nicholas Clark2007-09-193-4/+59
* For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for aNicholas Clark2007-09-192-0/+115
* PerlIO_exportFILE() and PerlIO_releaseFILE() should manage the fdNicholas Clark2007-03-191-1/+2
* Rename exception() to apitest_exception() in XS/APItest, so that itNicholas Clark2007-03-044-6/+10
* Use newer 'threads' constructsJerry D. Hedden2007-02-151-1/+1
* Also check BEGIN/UNITCHECK/CHECK/INIT/END for require.Nicholas Clark2007-01-292-1/+172
* UNITCHECK for XS code. Turned out to be harder that expected.Nicholas Clark2007-01-293-4/+99
* BEGIN blocks in XS should work. (Given that CHECK, INIT and END all do)Nicholas Clark2007-01-293-3/+120
* Fix tests added by #29248 and #29249Steve Hay2006-11-152-1/+6
* Re: Fix linker error on Win32Yves Orton2006-11-151-1/+1
* Forgot to add the new files for 29248.Nicholas Clark2006-11-124-0/+72
* Change 24714 was arguably over-ambitious, in that non-core modulesNicholas Clark2006-11-123-2/+9
* Silence Borland compiler warnings in XS::APItest and Win32Steve Hay2006-08-291-1/+1
* g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Tim...Jarkko Hietaniemi2006-08-222-2/+2
* Clear up most of the VC6 compiler warnings in the following smoke:Steve Hay2006-07-271-1/+0
* Comprehensive regression tests for Perl_refcounted_he_fetch().Nicholas Clark2006-05-292-0/+55
* Perl_unsharepvn() was no longer being used in core, and changes toNicholas Clark2006-04-102-1/+26
* Fix bug 36267 - assigning to a tied hash shouldn't change theNicholas Clark2006-03-301-3/+3
* Test croak(NULL)Gisle Aas2006-03-212-5/+15
* Use a union for storing the shared hash key reference count, ratherNicholas Clark2006-01-301-1/+1
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-121-1/+1
* re-implement MY_CXT API more efficiently, and add explicitDave Mitchell2005-12-291-3/+16
* add tests for MY_CXT API and improve its documentationDave Mitchell2005-12-293-1/+135
* Map the HE arena onto SV type 0 (SVt_NULL).Nicholas Clark2005-11-191-3/+4
* Typos in *.p[lm]Piotr Fusik2005-08-021-3/+3
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-1/+1
* Make the tests for hv_free_ent and hv_delayfree_ent pass underNicholas Clark2005-07-041-1/+4
* Use void, not void *, to suppress RETVAL (and compiler warning)Steve Hay2005-07-041-2/+2
* Tests for hv_delayfree_ent and hv_free_entNicholas Clark2005-07-043-1/+73
* Remove unreferenced local variable (and the warning about it)Steve Hay2005-07-011-1/+1
* Test was coredumping with a shared perl library.Nicholas Clark2005-06-141-1/+2
* Croak if an attempt is made to modify PL_strtabNicholas Clark2005-06-133-2/+35
* add access to Perl_croak() via 'mycroak' in XS::APItestDave Mitchell2005-05-213-2/+10
* Bump version numbersNicholas Clark2005-05-051-1/+1
* Remove 2 unused variables from APItest.xs.Marcus Holland-Moritz2005-02-021-4/+0
* Attempt to fix problems with new exception handling macros.Marcus Holland-Moritz2005-02-024-26/+38
* Add simple exception handling macros for XS writers.Marcus Holland-Moritz2005-01-313-2/+65
* Fix a typo and remove some debugging crud from change #23209Dave Mitchell2004-08-091-4/+1
* eval_sv() failing a taint test could corrupt the stackDave Mitchell2004-08-091-3/+30
* Add tests for XS call_*() APIDave Mitchell2004-08-074-2/+280
* Fix copy & paste bugs in mX?PUSH macro tests.Marcus Holland-Moritz2004-07-311-12/+12
* Bump version numbersNicholas Clark2004-07-011-1/+1