This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving
[perl5.git] / ext / XS /
2006-01-30 Nicholas ClarkUse a union for storing the shared hash key reference...
2006-01-12 Nicholas ClarkBump $VERSION in many modules that have changed.
2005-12-29 Dave Mitchellre-implement MY_CXT API more efficiently, and add explicit
2005-12-29 Dave Mitchelladd tests for MY_CXT API and improve its documentation
2005-11-19 Nicholas ClarkMap the HE arena onto SV type 0 (SVt_NULL).
2005-08-02 Piotr FusikTypos in *.p[lm]
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-04 Nicholas ClarkMake the tests for hv_free_ent and hv_delayfree_ent...
2005-07-04 Steve HayUse void, not void *, to suppress RETVAL (and compiler...
2005-07-04 Nicholas ClarkTests for hv_delayfree_ent and hv_free_ent
2005-07-01 Steve HayRemove unreferenced local variable (and the warning...
2005-06-14 Nicholas ClarkTest was coredumping with a shared perl library.
2005-06-13 Nicholas ClarkCroak if an attempt is made to modify PL_strtab
2005-05-21 Dave Mitchelladd access to Perl_croak() via 'mycroak' in XS::APItest
2005-05-05 Nicholas ClarkBump version numbers
2005-02-02 Marcus Holland-MoritzRemove 2 unused variables from APItest.xs.
2005-02-02 Marcus Holland-MoritzAttempt to fix problems with new exception handling...
2005-01-31 Marcus Holland-MoritzAdd simple exception handling macros for XS writers.
2004-08-09 Dave MitchellFix a typo and remove some debugging crud from change...
2004-08-09 Dave Mitchelleval_sv() failing a taint test could corrupt the stack
2004-08-07 Dave MitchellAdd tests for XS call_*() API
2004-07-31 Marcus Holland-MoritzFix copy & paste bugs in mX?PUSH macro tests.
2004-07-01 Nicholas ClarkBump version numbers
2004-05-05 Steve HayAdd tests for mX?PUSH[inup] macros.
2003-12-27 Marcus Holland-MoritzRemove Win32 compiler warnings
2003-11-21 Nicholas ClarkCheck that the key is present before a delete, and...
2003-11-21 Nicholas ClarkIntegrate:
2003-11-18 Nicholas ClarkWhoops. We weren't actually testing hv_store_ent
2003-11-16 Nicholas Clarkutf8 keys now work for tied hashes via hv_fetch, hv_sto...
2003-11-16 Nicholas ClarkAccessing unicode keys in tie hashes via hv_exists...
2003-07-28 Jarkko HietaniemiNo more ext/*/*.t, move them all to ext/*/t.
2003-04-05 Rafael Garcia-SuarezThe manpages don't have to be built by MakeMaker for the
2003-01-22 Nick Ing-SimmonsTweak APItest for new semantics of printf.
2002-07-11 Jarkko HietaniemiCan't get #17492 to work with -Uuseperlio otherwise...
2002-07-11 Tim Jennessfinall fix core dump in XS::Typemap
2002-06-13 Abhijit Menon-Sen <pudge> crab, can you integrate 17215 ?
2002-06-13 Chris NandorAPItest.xs OUTPUT (was: perl@17206)
2002-06-12 Jarkko HietaniemiAs noticed by Philip Newton, XS::APItest is not meant...
2002-06-11 Jarkko HietaniemiNot that I know anything about Windows compilers
2002-06-11 Jarkko HietaniemiTrying to printf Perl-specific datatypes using printf
2002-06-11 Jarkko HietaniemiObviously time to get some sleep.
2002-06-11 Jarkko Hietaniemi#17179 wasn't quite right.
2002-06-11 Jarkko HietaniemiCan't printf Perl specific datatypes without perlio
2002-06-11 Jarkko HietaniemiAdd XS::APItest 0.01 from Tim Jenness.
2001-11-12 Jeffrey Friedla few typo fixes
2001-06-21 Nick Ing-SimmonsIntegrate mainline
2001-06-21 Andy DoughertyUnnecessary pod2man calls in new extensions
2001-06-18 Jarkko HietaniemiThe Grand Trek: move the *.t files from t/ to lib/...
2001-06-02 Nick Ing-SimmonsIntegrate mainline
2001-06-01 Jarkko HietaniemiThe #10370 wasn't quite right.
2001-06-01 Tim JennessFix -Wall on XS::Typemap
2001-04-24 Tim JennessRe: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717...
2001-04-18 Tim JennessXS::Typemap - T_OPAQUE
2001-03-28 Tim JennessRe: [PATCH] Typemap testing
2001-03-27 Jarkko HietaniemiBetter have a three-element array if one is going to...
2001-03-27 Jarkko HietaniemiAdd Tim Jenness' XS::Typemap for exercizing the standar...