summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Upgrade to Devel::PPPort 3.01.Marcus Holland-Moritz2004-08-238-15/+23
* Fix some backwards-compatibility problems with Storable.Marcus Holland-Moritz2004-08-222-6/+3
* Upgrade to Time::HiRes 1.61Rafael Garcia-Suarez2004-08-226-75/+144
* Fix Storable's MANIFEST.Marcus Holland-Moritz2004-08-221-1/+1
* Upgrade to Devel::PPPort 3.00_03.Marcus Holland-Moritz2004-08-206-7/+18
* Upgrade to Devel::PPPort 3.00_02.Marcus Holland-Moritz2004-08-195-8/+11
* Upgrade to Devel::PPPort 3.00_01.Marcus Holland-Moritz2004-08-1721-197/+1232
* Upgrade to Devel::PPPort 3.00.Marcus Holland-Moritz2004-08-17115-913/+17059
* 2 patches: goto.t, B.pm/xsJim Cromie2004-08-102-2/+14
* Re: POSIX::sigprocmask implemented incorrectlyAlan Burlison2004-08-101-1/+1
* 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
* Re: POSIX::sigprocmask implemented incorrectlyAlan Burlison2004-08-091-3/+3
* Add tests for XS call_*() APIDave Mitchell2004-08-074-2/+280
* DB_File 1.810Paul Marquess2004-08-074-16/+97
* Re: POSIX::sigprocmask implemented incorrectlyAlan Burlison2004-08-041-9/+14
* Fix copy & paste bugs in mX?PUSH macro tests.Marcus Holland-Moritz2004-07-311-12/+12
* Bug report #30132 was resolved before it was finished!Steve Hay2004-07-301-1/+1
* Upgrade to Cwd 2.20Rafael Garcia-Suarez2004-07-224-5/+57
* Some calls to PerlMemShared_alloc() aren't checking the return value.Nicholas Clark2004-07-161-0/+11
* threads.xs doesn't check the return value of the thread creationNicholas Clark2004-07-152-7/+30
* Assimilate Cwd 2.19Nicholas Clark2004-07-152-2/+6
* Trailing semi-colon are not allowed on #ifdef's in ANSIH.Merijn Brand2004-07-151-1/+1
* Optimise foreach my $i (reverse ...)Nicholas Clark2004-07-141-0/+1
* A proper, working, stable optimisation for sort {$b cmp $a}Nicholas Clark2004-07-132-10/+10
* The current optimisation for sort {$b cmp $a} is bogus now that weNicholas Clark2004-07-131-8/+8
* Store weak references.Nicholas Clark2004-07-108-57/+277
* Update tests and $VERSION for change 23046Rafael Garcia-Suarez2004-07-052-4/+2
* Re: [perl #30504] B::Deparse scoping problem with for loop Stephen McCamant2004-07-051-1/+8
* Bump $B::Deparse::VERSIONNicholas Clark2004-07-051-1/+1
* _vms_abs_path on non-directoriesCraig A. Berry2004-07-041-10/+24
* Bump version number of Safe for CPAN releaseRafael Garcia-Suarez2004-07-021-1/+1
* Bump version numbersNicholas Clark2004-07-013-3/+3
* More caveats in B::Deparse's documentationRafael Garcia-Suarez2004-06-291-0/+9
* Correct detection of absent modules. Based onAndy Dougherty2004-06-254-4/+4
* Fix the Cwd tests for the core.Rafael Garcia-Suarez2004-06-252-2/+5
* Upgrade to Cwd 2.18Rafael Garcia-Suarez2004-06-242-4/+19
* Upgrade to Cwd 2.17_03Rafael Garcia-Suarez2004-06-242-1/+64
* DB_File 1.809 was RE: [perl #30237] DB_File methods and substr don't mixPaul Marquess2004-06-227-38/+424
* Storable signedness nit Craig A. Berry2004-06-221-4/+4
* Case insensitive file systems are bad, m'kayNicholas Clark2004-06-181-1/+1
* Skip tests when PerlIO::scalar and PerlIO::via aren't builtNicholas Clark2004-06-182-3/+13
* Not ideal, but skip all of IO's tests if Socket is not built.Nicholas Clark2004-06-181-0/+5
* Skip test if perl configured without threads::sharedNicholas Clark2004-06-181-0/+5
* Skip test if Devel::PPPort not builtNicholas Clark2004-06-181-0/+5
* Skip re tests if re not built.Nicholas Clark2004-06-181-0/+5
* If we don't build B, we should skip all its tests.Nicholas Clark2004-06-1821-0/+104
* Change 22516 forgot to add make_overload.pl to generate test dataNicholas Clark2004-06-171-0/+13
* Storable should cope if the string to thaw happens to be utf8 encodedNicholas Clark2004-06-175-4/+69
* Assert SvTYPE is at least PGMV whenever accessing SvSTASHNicholas Clark2004-06-151-3/+2