2007-09-20 |
Steve Peters |
ext/XS/APITest/APITest.xs was suffering casting issues... |
tree | commitdiff |
2007-09-20 |
Nicholas Clark |
Use Perl_hv_common() to test disabling the key conversi... |
tree | commitdiff |
2007-09-19 |
Nicholas Clark |
Lots more tests with many permuations of 7, 8 and ... |
tree | commitdiff |
2007-09-19 |
Nicholas Clark |
Parameterise the code that tests the rot13 hash, and... |
tree | commitdiff |
2007-09-19 |
Nicholas Clark |
Call the key transformation function for hv_exists... |
tree | commitdiff |
2007-09-19 |
Nicholas Clark |
Call the key transformation function for hv_delete(). |
tree | commitdiff |
2007-09-19 |
Nicholas Clark |
For an LVALUE fetch, "hv_fetch()" will recurse into... |
tree | commitdiff |
2007-03-19 |
Nicholas Clark |
PerlIO_exportFILE() and PerlIO_releaseFILE() should... |
tree | commitdiff |
2007-03-04 |
Nicholas Clark |
Rename exception() to apitest_exception() in XS/APItest... |
tree | commitdiff |
2007-02-15 |
Jerry D. Hedden |
Use newer 'threads' constructs |
tree | commitdiff |
2007-01-29 |
Nicholas Clark |
Also check BEGIN/UNITCHECK/CHECK/INIT/END for require. |
tree | commitdiff |
2007-01-29 |
Nicholas Clark |
UNITCHECK for XS code. Turned out to be harder that... |
tree | commitdiff |
2007-01-29 |
Nicholas Clark |
BEGIN blocks in XS should work. (Given that CHECK,... |
tree | commitdiff |
2006-11-15 |
Steve Hay |
Fix tests added by #29248 and #29249 |
tree | commitdiff |
2006-11-15 |
Yves Orton |
Re: Fix linker error on Win32 |
tree | commitdiff |
2006-11-12 |
Nicholas Clark |
Forgot to add the new files for 29248. |
tree | commitdiff |
2006-11-12 |
Nicholas Clark |
Change 24714 was arguably over-ambitious, in that non... |
tree | commitdiff |
2006-08-29 |
Steve Hay |
Silence Borland compiler warnings in XS::APItest and... |
tree | commitdiff |
2006-08-22 |
Jarkko Hietaniemi |
g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File... |
tree | commitdiff |
2006-07-27 |
Steve Hay |
Clear up most of the VC6 compiler warnings in the follo... |
tree | commitdiff |
2006-05-29 |
Nicholas Clark |
Comprehensive regression tests for Perl_refcounted_he_f... |
tree | commitdiff |
2006-04-10 |
Nicholas Clark |
Perl_unsharepvn() was no longer being used in core... |
tree | commitdiff |
2006-03-30 |
Nicholas Clark |
Fix bug 36267 - assigning to a tied hash shouldn't... |
tree | commitdiff |
2006-03-21 |
Gisle Aas |
Test croak(NULL) |
tree | commitdiff |
2006-01-30 |
Nicholas Clark |
Use a union for storing the shared hash key reference... |
tree | commitdiff |
2006-01-12 |
Nicholas Clark |
Bump $VERSION in many modules that have changed. |
tree | commitdiff |
2005-12-29 |
Dave Mitchell |
re-implement MY_CXT API more efficiently, and add explicit |
tree | commitdiff |
2005-12-29 |
Dave Mitchell |
add tests for MY_CXT API and improve its documentation |
tree | commitdiff |
2005-11-19 |
Nicholas Clark |
Map the HE arena onto SV type 0 (SVt_NULL). |
tree | commitdiff |
2005-08-02 |
Piotr Fusik |
Typos in *.p[lm] |
tree | commitdiff |
2005-07-08 |
Jim Cromie |
Re: janitorial work ? [patch] |
tree | commitdiff |
2005-07-04 |
Nicholas Clark |
Make the tests for hv_free_ent and hv_delayfree_ent... |
tree | commitdiff |
2005-07-04 |
Steve Hay |
Use void, not void *, to suppress RETVAL (and compiler... |
tree | commitdiff |
2005-07-04 |
Nicholas Clark |
Tests for hv_delayfree_ent and hv_free_ent |
tree | commitdiff |
2005-07-01 |
Steve Hay |
Remove unreferenced local variable (and the warning... |
tree | commitdiff |
2005-06-14 |
Nicholas Clark |
Test was coredumping with a shared perl library. |
tree | commitdiff |
2005-06-13 |
Nicholas Clark |
Croak if an attempt is made to modify PL_strtab |
tree | commitdiff |
2005-05-21 |
Dave Mitchell |
add access to Perl_croak() via 'mycroak' in XS::APItest |
tree | commitdiff |
2005-05-05 |
Nicholas Clark |
Bump version numbers |
tree | commitdiff |
2005-02-02 |
Marcus Holland-Moritz |
Remove 2 unused variables from APItest.xs. |
tree | commitdiff |
2005-02-02 |
Marcus Holland-Moritz |
Attempt to fix problems with new exception handling... |
tree | commitdiff |
2005-01-31 |
Marcus Holland-Moritz |
Add simple exception handling macros for XS writers. |
tree | commitdiff |
2004-08-09 |
Dave Mitchell |
Fix a typo and remove some debugging crud from change... |
tree | commitdiff |
2004-08-09 |
Dave Mitchell |
eval_sv() failing a taint test could corrupt the stack |
tree | commitdiff |
2004-08-07 |
Dave Mitchell |
Add tests for XS call_*() API |
tree | commitdiff |
2004-07-31 |
Marcus Holland-Moritz |
Fix copy & paste bugs in mX?PUSH macro tests. |
tree | commitdiff |
2004-07-01 |
Nicholas Clark |
Bump version numbers |
tree | commitdiff |
2004-05-05 |
Steve Hay |
Add tests for mX?PUSH[inup] macros. |
tree | commitdiff |
2003-12-27 |
Marcus Holland-Moritz |
Remove Win32 compiler warnings |
tree | commitdiff |
2003-11-21 |
Nicholas Clark |
Check that the key is present before a delete, and... |
tree | commitdiff |
2003-11-21 |
Nicholas Clark |
Integrate: |
tree | commitdiff |
2003-11-18 |
Nicholas Clark |
Whoops. We weren't actually testing hv_store_ent |
tree | commitdiff |
2003-11-16 |
Nicholas Clark |
utf8 keys now work for tied hashes via hv_fetch, hv_sto... |
tree | commitdiff |
2003-11-16 |
Nicholas Clark |
Accessing unicode keys in tie hashes via hv_exists... |
tree | commitdiff |
2003-07-28 |
Jarkko Hietaniemi |
No more ext/*/*.t, move them all to ext/*/t. |
tree | commitdiff |
2003-04-05 |
Rafael Garcia-Suarez |
The manpages don't have to be built by MakeMaker for the |
tree | commitdiff |
2003-01-22 |
Nick Ing-Simmons |
Tweak APItest for new semantics of printf. |
tree | commitdiff |
2002-07-11 |
Jarkko Hietaniemi |
Can't get #17492 to work with -Uuseperlio otherwise... |
tree | commitdiff |
2002-07-11 |
Tim Jenness |
finall fix core dump in XS::Typemap |
tree | commitdiff |
2002-06-13 |
Abhijit Menon-Sen |
<pudge> crab, can you integrate 17215 ? |
tree | commitdiff |
2002-06-13 |
Chris Nandor |
APItest.xs OUTPUT (was: perl@17206) |
tree | commitdiff |
2002-06-12 |
Jarkko Hietaniemi |
As noticed by Philip Newton, XS::APItest is not meant... |
tree | commitdiff |
2002-06-11 |
Jarkko Hietaniemi |
Not that I know anything about Windows compilers |
tree | commitdiff |
2002-06-11 |
Jarkko Hietaniemi |
Trying to printf Perl-specific datatypes using printf |
tree | commitdiff |
2002-06-11 |
Jarkko Hietaniemi |
Obviously time to get some sleep. |
tree | commitdiff |
2002-06-11 |
Jarkko Hietaniemi |
#17179 wasn't quite right. |
tree | commitdiff |
2002-06-11 |
Jarkko Hietaniemi |
Can't printf Perl specific datatypes without perlio |
tree | commitdiff |
2002-06-11 |
Jarkko Hietaniemi |
Add XS::APItest 0.01 from Tim Jenness. |
tree | commitdiff |
2001-11-12 |
Jeffrey Friedl |
a few typo fixes |
tree | commitdiff |
2001-06-21 |
Nick Ing-Simmons |
Integrate mainline |
tree | commitdiff |
2001-06-21 |
Andy Dougherty |
Unnecessary pod2man calls in new extensions |
tree | commitdiff |
2001-06-18 |
Jarkko Hietaniemi |
The Grand Trek: move the *.t files from t/ to lib/... |
tree | commitdiff |
2001-06-02 |
Nick Ing-Simmons |
Integrate mainline |
tree | commitdiff |
2001-06-01 |
Jarkko Hietaniemi |
The #10370 wasn't quite right. |
tree | commitdiff |
2001-06-01 |
Tim Jenness |
Fix -Wall on XS::Typemap |
tree | commitdiff |
2001-04-24 |
Tim Jenness |
Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717... |
tree | commitdiff |
2001-04-18 |
Tim Jenness |
XS::Typemap - T_OPAQUE |
tree | commitdiff |
2001-03-28 |
Tim Jenness |
Re: [PATCH] Typemap testing |
tree | commitdiff |
2001-03-27 |
Jarkko Hietaniemi |
Better have a three-element array if one is going to... |
tree | commitdiff |
2001-03-27 |
Jarkko Hietaniemi |
Add Tim Jenness' XS::Typemap for exercizing the standar... |
tree | commitdiff |
|