summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegalRafael Garcia-Suarez2005-05-021-2/+2
* undo pod utilities regression in 24034Craig A. Berry2005-05-022-6/+4
* uninitialized warnings in regcompSteven Philip Schubiger2005-05-021-12/+12
* Explode if anyone attempts to sv_upgrade PL_mess_sv.Nicholas Clark2005-05-011-0/+4
* Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they wereH.Merijn Brand2005-04-291-0/+12
* Small patch to perlport.podSébastien Aperghis-Tramoni2005-04-291-13/+24
* one cannot "static" exported functionsJarkko Hietaniemi2005-04-291-2/+2
* Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is definedSteve Hay2005-04-291-1/+6
* Refactor Perl_sv_utf8_upgrade_flags to use SvPV_freeNicholas Clark2005-04-281-28/+26
* (in blead) a missing const in a prototypeJarkko Hietaniemi2005-04-282-2/+2
* Silence a compilation warning on Win32Steve Hay2005-04-281-1/+1
* Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),Nicholas Clark2005-04-286-36/+29
* Remove temporary clean-up from Win32 makefilesSteve Hay2005-04-282-14/+4