| Commit message (Expand) | Author | Age | Files | Lines |
* | Data::Dumper doesn't need ppport.h in core | Jerry D. Hedden | 2007-03-21 | 4 | -3/+9 |
* | Compress::Raw::Zlib doesn't need ppport.h in core [REVISED] | Jerry D. Hedden | 2007-03-21 | 4 | -6/+8 |
* | Remove unneeded pragma line from B/t/OptreeCheck.pm | Jerry D. Hedden | 2007-03-21 | 1 | -1/+0 |
* | Don't install XS::APItest and XS::Typemap | Rafael Garcia-Suarez | 2007-03-21 | 2 | -1/+5 |
* | In safecalloc, use the system calloc() for the non-DEBUGGING case, as | Nicholas Clark | 2007-03-20 | 1 | -8/+17 |
* | Re: ppport.h in core | Jerry D. Hedden | 2007-03-20 | 1 | -1/+0 |
* | my email address changed | Michael Stevens | 2007-03-20 | 1 | -1/+1 |
* | More nits in the PERL5LIB docs, suggested by Andreas. | Rafael Garcia-Suarez | 2007-03-20 | 1 | -1/+2 |
* | feel the the baà (encoding problems in the regex engine) | Yves Orton | 2007-03-20 | 4 | -26/+80 |
* | Better wording for the return value of select() | Rafael Garcia-Suarez | 2007-03-19 | 1 | -2/+2 |
* | More adjustments to the PERL5LIB docs by Rick | Rafael Garcia-Suarez | 2007-03-19 | 1 | -7/+3 |
* | Let %^H be modifiable in eval-strings (bug #41531), | Rafael Garcia-Suarez | 2007-03-19 | 4 | -4/+29 |
* | Re: Composing @INC from PERL5LIB | Andreas J. Koenig | 2007-03-19 | 1 | -4/+10 |
* | Adjust timing tolerance in threads tests, by Jerry D. Hedden | Rafael Garcia-Suarez | 2007-03-19 | 2 | -9/+5 |
* | PerlIO_exportFILE() and PerlIO_releaseFILE() should manage the fd | Nicholas Clark | 2007-03-19 | 2 | -1/+6 |
* | Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IE... | Jari Aalto | 2007-03-19 | 1 | -8/+6 |
* | Re: perlreguts: Copy-editing and wishlist | Marvin Humphrey | 2007-03-19 | 1 | -29/+29 |
* | Upgrade to version.pm 0.71, by John Peacock | Rafael Garcia-Suarez | 2007-03-19 | 12 | -70/+106 |
* | minor code simplification made possible by change #30627 | Dave Mitchell | 2007-03-19 | 1 | -7/+5 |
* | When restoring localised values, call set only on container magic. | Dave Mitchell | 2007-03-18 | 2 | -7/+6 |
* | move magic container/value test into separate function | Dave Mitchell | 2007-03-18 | 1 | -23/+34 |
* | The test case applied in change 29502 really should have gone at the | Nicholas Clark | 2007-03-18 | 1 | -1/+1 |
* | 29044 broke Fatal.pm | Andreas J. Koenig | 2007-03-18 | 2 | -2/+2 |
* | PerlIO_importFILE() should increase the reference count on the fd | Nicholas Clark | 2007-03-17 | 1 | -0/+1 |
* | perl5db.t: skip test when /dev/tty is not available | Alexey Tourbin | 2007-03-17 | 1 | -0/+4 |
* | Test case from Karl Chen in RT #41831 | Nicholas Clark | 2007-03-17 | 1 | -1/+33 |
* | Remove the other 4 bits of MAD code designed to abort on local $^L. | Nicholas Clark | 2007-03-17 | 1 | -17/+0 |
* | The code in newCONDOP can be made visibly simpler by using intermediate | Nicholas Clark | 2007-03-17 | 1 | -27/+13 |
* | Under -Dmad, free the ops representing the dead code when a branch | Nicholas Clark | 2007-03-16 | 1 | -10/+10 |
* | Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IE... | Jari Aalto | 2007-03-16 | 1 | -0/+19 |
* | Remove the abort() trap, which Larry said was actually only ever | Nicholas Clark | 2007-03-16 | 1 | -6/+0 |
* | Make sure escaped dots in filenames are preserved when translating | Craig A. Berry | 2007-03-16 | 2 | -3/+8 |
* | Patch by Abigail to avoid using $& in diagnostics.pm. | Rafael Garcia-Suarez | 2007-03-15 | 1 | -1/+1 |
* | Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386/1 cpu) | Abe Timmerman | 2007-03-15 | 2 | -24/+34 |
* | Patch by Gerard Goossen to add madprops to "require" opcode | Rafael Garcia-Suarez | 2007-03-15 | 4 | -44/+52 |
* | Patch by Gerard Goossen to have nomad print also | Rafael Garcia-Suarez | 2007-03-15 | 1 | -4/+3 |
* | Don't mention DynaLoader.a in INSTALL, | Rafael Garcia-Suarez | 2007-03-15 | 1 | -2/+1 |
* | Seems that 5.6.x needs the same fix as 5.005_xx for dclone.t | Nicholas Clark | 2007-03-15 | 1 | -1/+1 |
* | Re: [Patch] Fix some of the tests of Storable on Perl 5.004 | Sébastien Aperghis-Tramoni | 2007-03-15 | 3 | -7/+18 |
* | Tweak to Storable to make dclone.t pass on 5.005_03. | Nicholas Clark | 2007-03-15 | 1 | -1/+5 |
* | Re: What is this MAD stuff all about? | Rick Delaney | 2007-03-15 | 1 | -3/+4 |
* | Upgrade to threads::shared 1.08 : | Rafael Garcia-Suarez | 2007-03-15 | 7 | -13/+393 |
* | Make the isdst argument to asctime and mktime default to -1 | Rafael Garcia-Suarez | 2007-03-15 | 3 | -6/+6 |
* | Changes needed to get Storable to compile on 5.005_03. | Nicholas Clark | 2007-03-14 | 1 | -0/+2 |
* | Re: [perl #41687] [PATCH] v5.8.8 pod2html -- Add --[no]fragmentuniq to suppor... | Jari Aalto | 2007-03-14 | 3 | -25/+76 |
* | [perl #41698] [PATCH] v5.8.8 pod2html -- Add <div>..</div> around the outputt... | Jari Aalto | 2007-03-14 | 4 | -13/+37 |
* | [perl #41701] [PATCH] v5.8.8. pod2html -- F<filename> should add 'class="file... | Jari Aalto | 2007-03-14 | 3 | -5/+5 |
* | De-hardcode a path in a Test::Simple test, so it works | Rafael Garcia-Suarez | 2007-03-14 | 1 | -1/+1 |
* | Upgrade to Test-Simple-0.68. Includes a tweak to | Steve Peters | 2007-03-14 | 8 | -149/+255 |
* | use a fresh stack when loading Errno.pm etc. | Dave Mitchell | 2007-03-14 | 1 | -1/+2 |