summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Avoid leaving a VAR.txt after testing terminates on any platform whereNicholas Clark2008-10-291-2/+1
* Haiku PortIngo Weinhold2008-10-292-2/+3
* After the upgrade to 3.28_03 we need to revert change 34543.Nicholas Clark2008-10-271-4/+0
* Upgrade to PathTools 3.28_03.Nicholas Clark2008-10-271-0/+12
* Grab the second half of r10084 for cwd.t, which wasn't in change 33042.Nicholas Clark2008-10-272-10/+96
* Upgrade Cwd.xs to the Cwd.xs in PathTools 3.26_01:Nicholas Clark2008-10-271-113/+125
* Upgrade to Devel::PPPort 3.14_03Marcus Holland-Moritz2008-10-218-35/+79
* Cwd.xs won't load in development releases, unless we munge theNicholas Clark2008-10-211-0/+4
* Upgrade PathTools to 3.28_01Nicholas Clark2008-10-191-1/+8
* Suggestion from Slaven - reverse the part of 23348 that removed theNicholas Clark2008-10-181-3/+1
* Storable.thaw segv on blessed reference to overloaded objectYAMASHINA Hio2008-10-152-2/+15
* Upgrade to Devel::PPPort 3.14_02Marcus Holland-Moritz2008-10-1220-80/+525
* Version up for adding hints/hpux.plH.Merijn Brand2008-09-291-1/+1
* Storable and HP-UX Optimizer don't like eachother on 5.8.xH.Merijn Brand2008-09-291-0/+10
* $? is PVLV on VMS (and actually, anywhere else where COMPLEX_STATUS isNicholas Clark2008-09-271-0/+5
* Upgrade Compression modules to 2.015Steve Hay2008-09-2639-148/+559
* Upgrade to XSLoader 0.10.Nicholas Clark2008-09-262-6/+7
* $! and $1 are PVMG(), but their content is undefined when peekingH.Merijn Brand2008-09-261-3/+3
* Add new test file to MANIFEST. Fix tests for threaded builds.H.Merijn Brand2008-09-251-1/+1
* New XS::APItest's for sv_peek based on my DDumper workH.Merijn Brand2008-09-253-1/+106
* defined %{$package.'::'} isn't good enough to tell whether a module isNicholas Clark2008-09-232-7/+15
* The tests for the -ostash option to B::Concise will have been failingNicholas Clark2008-09-231-3/+12
* Fix tests for the case of -Du_usedlNicholas Clark2008-09-231-14/+30
* [perl #59208][PATCH 5.8.x] ext/DynaLoader/t/XSLoader.t assumes dynamic loadingAndy Dougherty2008-09-231-2/+8
* Avoid uninitialized warnings from XSLoaderRafael Garcia-Suarez2008-09-221-2/+1
* Fwd: CPAN Upload: S/SA/SAPER/XSLoader-0.09.tar.gzSébastien Aperghis-Tramoni2008-09-212-9/+22
* Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.27.tar.gzSébastien Aperghis-Tramoni2008-09-214-4/+39
* Implement IO::Handle::say the same way as the builtin say().Gisle Aas2008-09-201-2/+2
* Bump $O::VERSION, to reflect change 32626, a doc change that is the onlyNicholas Clark2008-09-151-1/+1
* Bump VERSIONs in all non-dual-lived modules that have changedSteve Hay2008-09-152-2/+2
* The program spawned from process.t needs to set up @INC correctly, asNicholas Clark2008-09-141-0/+5
* Upgrade to Test::Harness 3.14Nicholas Clark2008-09-1365-627/+1720
* Re: [5.8] Change 33727 (op.c) breaks constant folding in "elsif"Vincent Pit2008-09-131-1/+64
* Suck in r1147 from TH3's svn:Nicholas Clark2008-09-091-0/+2
* Re: 'if not / unless' optimization change makes my pow test go POW!Vincent Pit2008-09-081-1/+30
* Cross-propagate changes between make_ext and make_ext_cross.Nicholas Clark2008-09-082-2/+8
* Re: unless(...) terser than if(!...)Vincent Pit2008-09-071-1/+27
* Move all of Test::Harness's test modules into ext/Test/Harness/t/libNicholas Clark2008-08-2624-10/+428
* Move t/lib/{data,sample-tests,source_tests,subclass_tests} intoNicholas Clark2008-08-2680-39/+641
* Patch by Tod Hagan to document the 2nd argument of reval() in Safe.pmRafael Garcia-Suarez2008-08-241-2/+6
* Move the modules, tests, prove and Changes file from lib/ toNicholas Clark2008-08-1985-0/+24198
* You can't (and shouldn't) use CvDEPTH on a PVFM.Nicholas Clark2008-07-311-1/+1
* Version bump for Data::DumperJerry D. Hedden2008-07-302-2/+13
* [perl #56766] [PATCH]Vincent Pit2008-07-301-1/+1
* Undo io_linenum.t part of #34148. It was io_multihomed.t that I meantSteve Hay2008-07-231-7/+0
* Add watchdog() call to ext/IO/t/io_multihomed.tJerry D. Hedden2008-07-231-12/+4
* watchdog() for threads testsJerry D. Hedden2008-07-162-20/+32
* threads::shared 1.26Jerry D. Hedden2008-07-162-5/+5
* watchdog() some IO testsJerry D. Hedden2008-07-162-29/+28
* Really apply change #34143Rafael Garcia-Suarez2008-07-161-22/+61