summaryrefslogtreecommitdiff
path: root/ext/XS/APItest
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
* 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
* <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