summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re: [PATCH] MAD fix p55 $[Gerard Goossen2008-03-102-10/+7
* MAD update list of failures in mad/t/p55.tGerard Goossen2008-03-101-2/+25
* Silence warning from VC++ following #33447Steve Hay2008-03-101-0/+1
* Add investigating arenas for GP and MAGIC to perltodo.Nicholas Clark2008-03-101-0/+12
* Upgrade to ExtUtils-Install-1.50Steve Hay2008-03-104-30/+73
* Re: [PATCH] mg_magical() sometimes turns SvRMAGICAL on when it shouldn'tVincent Pit2008-03-105-11/+86
* count-only transliteration needlessly makes copy-on-write Yitzchak Scott-Thoennes2008-03-102-3/+10
* checkAUTHORS.pl update for meMichael G. Schwern2008-03-091-0/+3
* Typo Fixchromatic2008-03-091-1/+1
* Perl_croak_nocontext() is called with NULL indirectly from Steve Peters2008-03-083-6/+2
* Assert that the av argument to all the av_*() functions is an array.Nicholas Clark2008-03-081-0/+23
* On VMS, don't call flex_stat from my_flush as the latter may beCraig A. Berry2008-03-071-1/+1
* Silence warning introduced by #32703 when building with MYMALLOCSteve Hay2008-03-063-3/+3
* Silence some warnings on Win32 with VC6Steve Hay2008-03-064-31/+31
* Refactoring the /Can't return (?:array|hash) to scalar context/ croakNicholas Clark2008-03-061-10/+7
* Bring the joy of strict to ext/B/t/lint.t.Nicholas Clark2008-03-051-1/+3
* Better line diagnostics - runlint's caller rather than runlint itself.Nicholas Clark2008-03-051-0/+1
* Fix skip counts introduced in #33433Steve Hay2008-03-051-8/+8
* Bump VERSION after change #33416Rafael Garcia-Suarez2008-03-051-1/+1
* *Really* add nv_overflows_integers_at to the VMS configurationCraig A. Berry2008-03-051-2/+68
* Three variables in S_scan_trans only hold flags for op_private, so canNicholas Clark2008-03-041-3/+3
* [perl #50538] when( @n && %n ) fails to smart matchbrian d foy2008-03-041-2/+64
* use strict; and use Test::More; to give decent failure diagnostics.Nicholas Clark2008-03-041-93/+60
* Determine nv_overflows_integers_at on VMS.Craig A. Berry2008-03-040-0/+0
* Fix some checkpod complaints.Steve Peters2008-03-032-3/+3
* Re: [PATCH] NEXT.pm bug within overloaded stringificationMarcel GrĂ¼nauer2008-03-033-14/+56
* [perl #46957] [PATCH] make Devel::Peek::mstat always availablesrezic@cpan.org2008-03-032-7/+9
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-024-44/+44
* Update ExtUtils::Install to release 1.47Yves Orton2008-03-023-102/+441
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-024-39/+39
* Re: interrupting system() with signal depends on signal handlerSteffen Ullrich2008-03-021-0/+1
* for -M:Foo, extended and revisedRobin Barker2008-03-022-7/+48
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-024-45/+48
* Update to Module-Load-Conditional-0.26Steve Peters2008-03-022-3/+7
* Synchronize blead with changes from ExtUtils::Install 1.46Yves Orton2008-03-014-13/+148
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-014-38/+38
* Typo in doc, found by Kornel Umann.Rafael Garcia-Suarez2008-03-011-1/+1
* Make ext/POSIX/t/sysconf.t use File::Spec->tmpdir() for pathconf/Nicholas Clark2008-02-291-6/+10
* Re: [PATCH] sv.c: constingSteven Schubiger2008-02-294-38/+39
* More diagnostics for Fatal.pmSlaven Rezic2008-02-292-3/+9
* Context fix to make the test passRafael Garcia-Suarez2008-02-291-1/+1
* Re-apply change #32880Steve Peters2008-02-291-2/+6
* Upgrade to ExtUtils-MakeMaker-6.44Steve Peters2008-02-2927-31/+31
* Hmmm...lib/Test/Builder.pm didn't get updated corectly. Unfortunately,Steve Peters2008-02-291-14/+5
* Upgrade to Test-Simple-0.78Steve Peters2008-02-2918-125/+282
* Upgrade to Test-Harness-3.10Steve Peters2008-02-2937-100/+402
* Upgrade to ExtUtils-ParseXS-2.19. There are several patches notSteve Peters2008-02-291-5/+6
* Upgrade to Test-Simple-0.75Steve Peters2008-02-299-77/+129
* Use malloc_good_size() to round up the size of requested arenas to theNicholas Clark2008-02-273-6/+27
* Add Perl_malloc_good_size to malloc.c. (A routine that rounds up the Nicholas Clark2008-02-275-16/+41