summaryrefslogtreecommitdiff
path: root/ext/XS
Commit message (Expand)AuthorAgeFilesLines
* Rename ext/XS/Typemap to ext/XS-TypemapNicholas Clark2009-02-098-1372/+0
* Rename ext/XS/APItest to ext/XS-APItestNicholas Clark2009-02-0923-2667/+0
* Verify that pre-computing hashes with shared hash key scalars does not causeNicholas Clark2008-12-281-13/+30
* Also test Perl_hv_common() and pre-computed hashes for SV keys.Nicholas Clark2008-12-282-11/+21
* Precomputing the hash value for a string representable in bytes, but passed inNicholas Clark2008-12-282-1/+26
* Fix typo in code not yet used.Nicholas Clark2008-12-281-1/+1
* Fix up .gitignore files some moreFlorian Ragwitz2008-12-191-0/+1
* [admin] set up .gitignore filesSam Vilain2008-12-191-0/+4
* [perl #948] [PATCH] Allow tied $,Chip Salzenberg2008-11-141-1/+1
* Avoid leaving a VAR.txt after testing terminates on any platform whereNicholas Clark2008-10-291-2/+1
* $? is PVLV on VMS (and actually, anywhere else where COMPLEX_STATUS isNicholas Clark2008-09-271-0/+5
* $! and $1 are PVMG(), but their content is undefined when peekingH.Merijn Brand2008-09-261-3/+3
* Add new test file to MANIFEST. Fix tests for threaded builds.H.Merijn Brand2008-09-251-1/+1
* New XS::APItest's for sv_peek based on my DDumper workH.Merijn Brand2008-09-253-1/+106
* Bump VERSIONs in all non-dual-lived modules that have changedSteve Hay2008-09-151-1/+1
* 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