| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ext/XS/Typemap to ext/XS-Typemap | Nicholas Clark | 2009-02-09 | 8 | -1372/+0 |
* | Rename ext/XS/APItest to ext/XS-APItest | Nicholas Clark | 2009-02-09 | 23 | -2667/+0 |
* | Verify that pre-computing hashes with shared hash key scalars does not cause | Nicholas Clark | 2008-12-28 | 1 | -13/+30 |
* | Also test Perl_hv_common() and pre-computed hashes for SV keys. | Nicholas Clark | 2008-12-28 | 2 | -11/+21 |
* | Precomputing the hash value for a string representable in bytes, but passed in | Nicholas Clark | 2008-12-28 | 2 | -1/+26 |
* | Fix typo in code not yet used. | Nicholas Clark | 2008-12-28 | 1 | -1/+1 |
* | Fix up .gitignore files some more | Florian Ragwitz | 2008-12-19 | 1 | -0/+1 |
* | [admin] set up .gitignore files | Sam Vilain | 2008-12-19 | 1 | -0/+4 |
* | [perl #948] [PATCH] Allow tied $, | Chip Salzenberg | 2008-11-14 | 1 | -1/+1 |
* | Avoid leaving a VAR.txt after testing terminates on any platform where | Nicholas Clark | 2008-10-29 | 1 | -2/+1 |
* | $? is PVLV on VMS (and actually, anywhere else where COMPLEX_STATUS is | Nicholas Clark | 2008-09-27 | 1 | -0/+5 |
* | $! and $1 are PVMG(), but their content is undefined when peeking | H.Merijn Brand | 2008-09-26 | 1 | -3/+3 |
* | Add new test file to MANIFEST. Fix tests for threaded builds. | H.Merijn Brand | 2008-09-25 | 1 | -1/+1 |
* | New XS::APItest's for sv_peek based on my DDumper work | H.Merijn Brand | 2008-09-25 | 3 | -1/+106 |
* | Bump VERSIONs in all non-dual-lived modules that have changed | Steve Hay | 2008-09-15 | 1 | -1/+1 |
* | Re: [PATCH] mg_magical() sometimes turns SvRMAGICAL on when it shouldn't | Vincent Pit | 2008-03-10 | 3 | -1/+70 |
* | Remove hardcoded cop.h constants from APItest.pm :-( | Nicholas Clark | 2008-01-21 | 3 | -21/+15 |
* | Integrate: | Nicholas Clark | 2007-12-22 | 8 | -71/+137 |
* | ext/XS/APITest/APITest.xs was suffering casting issues with g++ | Steve Peters | 2007-09-20 | 1 | -3/+3 |
* | Use Perl_hv_common() to test disabling the key conversion in hash | Nicholas Clark | 2007-09-20 | 2 | -0/+63 |
* | Lots more tests with many permuations of 7, 8 and $lots bit data. | Nicholas Clark | 2007-09-19 | 1 | -9/+46 |
* | Parameterise the code that tests the rot13 hash, and add a second | Nicholas Clark | 2007-09-19 | 2 | -54/+141 |
* | Call the key transformation function for hv_exists()/hv_fetch()/ | Nicholas Clark | 2007-09-19 | 2 | -1/+57 |
* | Call the key transformation function for hv_delete(). | Nicholas Clark | 2007-09-19 | 3 | -4/+59 |
* | For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for a | Nicholas Clark | 2007-09-19 | 2 | -0/+115 |
* | PerlIO_exportFILE() and PerlIO_releaseFILE() should manage the fd | Nicholas Clark | 2007-03-19 | 1 | -1/+2 |
* | Rename exception() to apitest_exception() in XS/APItest, so that it | Nicholas Clark | 2007-03-04 | 4 | -6/+10 |
* | Use newer 'threads' constructs | Jerry D. Hedden | 2007-02-15 | 1 | -1/+1 |
* | Also check BEGIN/UNITCHECK/CHECK/INIT/END for require. | Nicholas Clark | 2007-01-29 | 2 | -1/+172 |
* | UNITCHECK for XS code. Turned out to be harder that expected. | Nicholas Clark | 2007-01-29 | 3 | -4/+99 |
* | BEGIN blocks in XS should work. (Given that CHECK, INIT and END all do) | Nicholas Clark | 2007-01-29 | 3 | -3/+120 |
* | Fix tests added by #29248 and #29249 | Steve Hay | 2006-11-15 | 2 | -1/+6 |
* | Re: Fix linker error on Win32 | Yves Orton | 2006-11-15 | 1 | -1/+1 |
* | Forgot to add the new files for 29248. | Nicholas Clark | 2006-11-12 | 4 | -0/+72 |
* | Change 24714 was arguably over-ambitious, in that non-core modules | Nicholas Clark | 2006-11-12 | 3 | -2/+9 |
* | Silence Borland compiler warnings in XS::APItest and Win32 | Steve Hay | 2006-08-29 | 1 | -1/+1 |
* | g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Tim... | Jarkko Hietaniemi | 2006-08-22 | 2 | -2/+2 |
* | Clear up most of the VC6 compiler warnings in the following smoke: | Steve Hay | 2006-07-27 | 1 | -1/+0 |
* | Comprehensive regression tests for Perl_refcounted_he_fetch(). | Nicholas Clark | 2006-05-29 | 2 | -0/+55 |
* | Perl_unsharepvn() was no longer being used in core, and changes to | Nicholas Clark | 2006-04-10 | 2 | -1/+26 |
* | Fix bug 36267 - assigning to a tied hash shouldn't change the | Nicholas Clark | 2006-03-30 | 1 | -3/+3 |
* | Test croak(NULL) | Gisle Aas | 2006-03-21 | 2 | -5/+15 |
* | Use a union for storing the shared hash key reference count, rather | Nicholas Clark | 2006-01-30 | 1 | -1/+1 |
* | Bump $VERSION in many modules that have changed. | Nicholas Clark | 2006-01-12 | 1 | -1/+1 |
* | re-implement MY_CXT API more efficiently, and add explicit | Dave Mitchell | 2005-12-29 | 1 | -3/+16 |
* | add tests for MY_CXT API and improve its documentation | Dave Mitchell | 2005-12-29 | 3 | -1/+135 |
* | Map the HE arena onto SV type 0 (SVt_NULL). | Nicholas Clark | 2005-11-19 | 1 | -3/+4 |
* | Typos in *.p[lm] | Piotr Fusik | 2005-08-02 | 1 | -3/+3 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -1/+1 |
* | Make the tests for hv_free_ent and hv_delayfree_ent pass under | Nicholas Clark | 2005-07-04 | 1 | -1/+4 |