summaryrefslogtreecommitdiff
path: root/ext/XS
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add tests for mX?PUSH[inup] macros.Steve Hay2004-05-054-0/+105
* Remove Win32 compiler warningsMarcus Holland-Moritz2003-12-271-5/+6
* Check that the key is present before a delete, and absent afterwardsNicholas Clark2003-11-211-0/+8
* Integrate:Nicholas Clark2003-11-211-128/+149
* Whoops. We weren't actually testing hv_store_entNicholas Clark2003-11-182-21/+46
* utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_deleteNicholas Clark2003-11-162-6/+190
* Accessing unicode keys in tie hashes via hv_exists was broken.Nicholas Clark2003-11-164-1/+103
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-281-0/+0
* The manpages don't have to be built by MakeMaker for theRafael Garcia-Suarez2003-04-051-0/+1
* Tweak APItest for new semantics of printf.Nick Ing-Simmons2003-01-223-3/+10
* Can't get #17492 to work with -Uuseperlio otherwise (eitherJarkko Hietaniemi2002-07-111-2/+2
* finall fix core dump in XS::TypemapTim Jenness2002-07-112-7/+10
* <pudge> crab, can you integrate 17215 ?Abhijit Menon-Sen2002-06-131-0/+1
* APItest.xs OUTPUT (was: perl@17206)Chris Nandor2002-06-131-0/+2
* As noticed by Philip Newton, XS::APItest is not meant to be installed.Jarkko Hietaniemi2002-06-121-9/+0
* Not that I know anything about Windows compilersJarkko Hietaniemi2002-06-111-1/+1
* Trying to printf Perl-specific datatypes using printfJarkko Hietaniemi2002-06-113-34/+3
* Obviously time to get some sleep.Jarkko Hietaniemi2002-06-111-4/+4
* #17179 wasn't quite right.Jarkko Hietaniemi2002-06-111-4/+4
* Can't printf Perl specific datatypes without perlioJarkko Hietaniemi2002-06-111-12/+15
* Add XS::APItest 0.01 from Tim Jenness.Jarkko Hietaniemi2002-06-116-0/+342
* a few typo fixes Jeffrey Friedl2001-11-121-2/+2
* Unnecessary pod2man calls in new extensionsAndy Dougherty2001-06-211-0/+1
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-181-0/+339