summaryrefslogtreecommitdiff
path: root/ext/XS
Commit message (Expand)AuthorAgeFilesLines
* 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
* The #10370 wasn't quite right.Jarkko Hietaniemi2001-06-011-1/+1
* Fix -Wall on XS::TypemapTim Jenness2001-06-011-0/+1
* Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld...Tim Jenness2001-04-241-17/+18
* XS::Typemap - T_OPAQUETim Jenness2001-04-183-19/+71
* Re: [PATCH] Typemap testingTim Jenness2001-03-283-1/+10
* Better have a three-element array if one is going to assignJarkko Hietaniemi2001-03-271-1/+1
* Add Tim Jenness' XS::Typemap for exercizing the standard typemap.Jarkko Hietaniemi2001-03-276-0/+964