summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tweak the insertion of __attribute__((nonnull())) declarationsRafael Garcia-Suarez2005-05-082-137/+827
* GCC attributes!Andy Lester2005-05-0715-423/+611
* The ptr_table arena variables and code is only needed for ithreads.Nicholas Clark2005-05-072-1/+8
* while (my $x ...) { ...; redo } shouldn't undef $x.Dave Mitchell2005-05-0710-859/+902
* add 1.875c to the list of supported bisonsDave Mitchell2005-05-071-1/+1
* Get the correct refcount on the temporary assignment to PL_sigwarn soNicholas Clark2005-05-062-2/+20
* Ooops. Wise man tests with ithreads before commiting. D'oh!Nicholas Clark2005-05-061-3/+3
* Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.Nicholas Clark2005-05-063-17/+21
* Upgrade to PathTools 3.07Rafael Garcia-Suarez2005-05-0611-18/+59
* Don't pretend SIGZERO exists [#35291].Abhijit Menon-Sen2005-05-061-1/+1
* Make the arena size changeable at compile time, and up the default byNicholas Clark2005-05-063-31/+37
* Allocate pointer table entries (for ithread cloning) from an arenaNicholas Clark2005-05-064-2/+61
* avoid accessing a just-freed SV (keep ponie happy)Dave Mitchell2005-05-051-1/+4
* Missing files in Test::SimpleRafael Garcia-Suarez2005-05-053-0/+378
* Bump versions of non dual-life modulesNicholas Clark2005-05-056-6/+6
* Bump version numbersNicholas Clark2005-05-054-4/+4
* Upgrade to Test::Simple 0.60Rafael Garcia-Suarez2005-05-0514-489/+336
* Bump B version numbersNicholas Clark2005-05-056-6/+7
* stop Math/BigInt/t/bare_mbf.t producing spurious test outputDave Mitchell2005-05-051-1/+1
* strictifying t/TEST stopped it handling '1..n todo' correctlyDave Mitchell2005-05-051-1/+1
* make t/TEST detect various failure modes in testfile outputsDave Mitchell2005-05-051-33/+51
* strictify t/TESTDave Mitchell2005-05-041-76/+88
* Document the unportability of atan2() edge casesRafael Garcia-Suarez2005-05-042-8/+15
* add test for [perl #34682] leaving eval via last in inner runopsDave Mitchell2005-05-041-1/+12
* Fix test numerotationRafael Garcia-Suarez2005-05-041-2/+2
* make goto.t use test.pl, strict and warningsDave Mitchell2005-05-041-116/+107
* [perl #35214] SEGV when next is followed by a gotoDave Mitchell2005-05-042-1/+26
* perlvar.pod verbatim paragraph first line does not start with a spaceOffer Kaye2005-05-041-1/+1
* Sync synopsesRafael Garcia-Suarez2005-05-042-4/+6
* document the internals of exception handlingDave Mitchell2005-05-031-0/+151
* Fix getting prototype of builtins mkdir and setpgrp.Rafael Garcia-Suarez2005-05-034-7/+6
* Error in the latest FindBin patch, noticed by NicholasRafael Garcia-Suarez2005-05-031-1/+1
* mkdir without arguments now defaults to $_Rafael Garcia-Suarez2005-05-035-6/+27
* ok($a == $b) better written as cmp_ok($a, '==', $b)Nicholas Clark2005-05-031-18/+18
* Convert to test.plRafael Garcia-Suarez2005-05-031-20/+21
* Fix for [perl #34252] Access rights in FindBin::BinRafael Garcia-Suarez2005-05-031-3/+5
* Fix croak() and confess() so that they don't clobber $!Steve Hay2005-05-032-5/+11
* PL_mess_sv is always >= SVt_PVMG, so no need for an if() testNicholas Clark2005-05-031-10/+11
* [perl #33809] optimize macro dXSARGS Sergey Skvortsov2005-05-033-4/+21
* IEEE math for the massesSteve Peters2005-05-032-1/+41
* Convert to test.plRafael Garcia-Suarez2005-05-031-8/+12
* A slightly better layout for the diagram.Nicholas Clark2005-05-021-17/+17
* Clarify the definition of the 'w' pack format, as suggested byRafael Garcia-Suarez2005-05-021-4/+4
* For perls where pids and ppids are cached, when the ppid ofRafael Garcia-Suarez2005-05-021-0/+6
* Change inheritance hierarchy of B subclassses :Nicholas Clark2005-05-021-23/+23
* printf.patch: Adding printf checking for gccAndy Lester2005-05-0212-47/+50
* Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloadingRafael Garcia-Suarez2005-05-021-5/+20
* Better fix for #8738 (Core dump in 'leavetry')Dave Mitchell2005-05-022-2/+16
* Revert change #15705 (Core dump in 'leavetry')Dave Mitchell2005-05-021-18/+2
* move the SETJMP exception-handing definitions from scope.h to cop.hDave Mitchell2005-05-022-118/+120