summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Do the memory debug header fixup earlier to avoid valgrind screamingNicholas Clark2008-02-272-4/+21
* threads::shared 1.18Jerry D. Hedden2008-02-273-14/+17
* Fwd: CPAN Upload: Y/YV/YVES/ExtUtils-Install-1.45.tar.gzYves Orton2008-02-271-2/+4
* Fix another Win32/VC6 compiler warning caused by #33231Steve Hay2008-02-271-1/+1
* Change variable name to fix debug build with PERL_OLD_COPY_ON_WRITESteve Hay2008-02-272-3/+3
* Comment on why I don't think changing Perl_safesysmalloc_size() in av.cNicholas Clark2008-02-271-0/+13
* Fix preprocessor syntaxRafael Garcia-Suarez2008-02-271-3/+5
* If the C library provides malloc_size(), we can use that in the sameNicholas Clark2008-02-264-9/+16
* In Perl_sv_usepvn_flags(), with MYMALLOC, use the actual malloc()edNicholas Clark2008-02-261-3/+12
* If we have malloced_size() available, then avoid rounding up the stringNicholas Clark2008-02-261-7/+9
* Chainsaw DEBUG_S out, as suggested by Vincent Pit.Rafael Garcia-Suarez2008-02-266-32/+2
* Typo found by Roland GiersigRafael Garcia-Suarez2008-02-261-1/+1
* Tidy up error messagesRafael Garcia-Suarez2008-02-261-9/+9
* Re: making it easier not to get feedbackVincent Pit2008-02-261-1/+1
* Document perlthanksRafael Garcia-Suarez2008-02-261-0/+6
* Also install perlbug as perlthanks, to make it easy for people to sendNicholas Clark2008-02-252-30/+105
* Silence Borland compiler warnings (except for warnings from zlib) here:Steve Hay2008-02-2515-30/+34
* Ensure that constant folding runs with IN_PERL_RUNTIME true, by copyingNicholas Clark2008-02-253-2/+11
* Two break; statements that aren't (yet) needed, but may trip someone upNicholas Clark2008-02-251-0/+2
* Avoid a segfault case in MRO code, based on :ilmari@vesla.ilmari.org2008-02-252-3/+14
* Re: [PATCH] POD fixesVincent Pit2008-02-253-3/+3
* Regenerate embed.hRafael Garcia-Suarez2008-02-251-0/+2
* Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macrosJim Cromie2008-02-255-21/+23