p5sagit/p5-mst-13.2.git
2007-03-23 Steve Peters Upgrade to CPAN-1.88_79
2007-03-23 Steve Peters Upgrade to Test-Simple-0.70
2007-03-23 Steve Peters Re-sorting the MANIFEST after the mess made of it with the
2007-03-23 Steve Peters Perforce appararently didn't like integrating this...
2007-03-23 Yves Orton fix instalhtml and Pod::HTML issues.
2007-03-23 Steve Peters Additional test file edits needed for Pod-Simple-3...
2007-03-23 Steve Peters Upgrade to Pod-Simple-3.05.
2007-03-22 Nicholas Clark Can use memEQ instead of strnEQ in CHECK_WORD()
2007-03-22 Rafael Garcia... Re: [perl #32687] Encode::is_utf8 on tainted UTF8 string
2007-03-22 Steve Hay Make sure Win32CORE.pm gets cleaned up
2007-03-22 Rafael Garcia... Misc. L<> fixes in core docs : don't link to man pages;
2007-03-22 Jerry D. Hedden Fix to threads::shared t/waithires.t
2007-03-22 Rafael Garcia... Fix a broken link and a meaningless phrase in perldebguts
2007-03-22 Rafael Garcia... Remove references to perlcc from the core docs.
2007-03-22 Rafael Garcia... Fix internal POD link
2007-03-22 Nicholas Clark Re-order the flags values for struct refcounted_he...
2007-03-22 Jarkko Hietaniemi Re: [PATCH] lib/Pod/Html.pm plus a funky UT8-8 regex bug
2007-03-22 Rafael Garcia... regexp refcount is an integer, not a pointer
2007-03-22 Rafael Garcia... Fix error message for re::regnames_iterinit()
2007-03-22 Yves Orton Resolve PL_curpm issues with (??{}) and fix corruption...
2007-03-22 Jerry D. Hedden threads 1.61
2007-03-22 Gerard Goossen fix MAD compilation of C-style for loop
2007-03-21 Steve Peters Silence a couple of warnings caused by change #30672.
2007-03-21 Nicholas Clark Adjust test count for 5.8.x
2007-03-21 Steve Peters Make gcc warn in case code is not C++ compatible.
2007-03-21 Nicholas Clark Only use proxy constant subroutines for 5.9.x.
2007-03-21 Jerry D. Hedden Change 30661 could result in undefined variable
2007-03-21 Nicholas Clark Add some PERL_MEM* defines to the -V output that were...
2007-03-21 Nicholas Clark Remove the (sometimes) unused variable from change...
2007-03-21 Steve Peters Pod fix to h2ph from John Morrissey on the Debian bug...
2007-03-21 Nicholas Clark Don't try to set the NV on a typeglob-in-action. Should...
2007-03-21 Nicholas Clark AVs and HVs never had the NV slot. (Not that this error...
2007-03-21 Jerry D. Hedden Sys::Syslog doesn't need ppport.h in core
2007-03-21 Jerry D. Hedden Data::Dumper doesn't need ppport.h in core
2007-03-21 Jerry D. Hedden Compress::Raw::Zlib doesn't need ppport.h in core ...
2007-03-21 Jerry D. Hedden Remove unneeded pragma line from B/t/OptreeCheck.pm
2007-03-21 Rafael Garcia... Don't install XS::APItest and XS::Typemap
2007-03-20 Nicholas Clark In safecalloc, use the system calloc() for the non...
2007-03-20 Jerry D. Hedden Re: ppport.h in core
2007-03-20 Michael Stevens my email address changed
2007-03-20 Rafael Garcia... More nits in the PERL5LIB docs, suggested by Andreas.
2007-03-20 Yves Orton feel the the baß (encoding problems in the regex engine)
2007-03-19 Rafael Garcia... Better wording for the return value of select()
2007-03-19 Rafael Garcia... More adjustments to the PERL5LIB docs by Rick
2007-03-19 Rafael Garcia... Let %^H be modifiable in eval-strings (bug #41531),
2007-03-19 Andreas J.... Re: Composing @INC from PERL5LIB
2007-03-19 Rafael Garcia... Adjust timing tolerance in threads tests, by Jerry...
2007-03-19 Nicholas Clark PerlIO_exportFILE() and PerlIO_releaseFILE() should...
2007-03-19 Jari Aalto Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert...
2007-03-19 Marvin Humphrey Re: perlreguts: Copy-editing and wishlist
2007-03-19 Rafael Garcia... Upgrade to version.pm 0.71, by John Peacock
2007-03-19 Dave Mitchell minor code simplification made possible by change ...
2007-03-18 Dave Mitchell When restoring localised values, call set only on conta...
2007-03-18 Dave Mitchell move magic container/value test into separate function
2007-03-18 Nicholas Clark The test case applied in change 29502 really should...
2007-03-18 Andreas J.... 29044 broke Fatal.pm
2007-03-17 Nicholas Clark PerlIO_importFILE() should increase the reference count...
2007-03-17 Alexey Tourbin perl5db.t: skip test when /dev/tty is not available
2007-03-17 Nicholas Clark Test case from Karl Chen in RT #41831
2007-03-17 Nicholas Clark Remove the other 4 bits of MAD code designed to abort...
2007-03-17 Nicholas Clark The code in newCONDOP can be made visibly simpler by...
2007-03-16 Nicholas Clark Under -Dmad, free the ops representing the dead code...
2007-03-16 Jari Aalto Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert...
2007-03-16 Nicholas Clark Remove the abort() trap, which Larry said was actually...
2007-03-16 Craig A. Berry Make sure escaped dots in filenames are preserved when...
2007-03-15 Rafael Garcia... Patch by Abigail to avoid using $& in diagnostics.pm.
2007-03-15 Abe Timmerman Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386...
2007-03-15 Rafael Garcia... Patch by Gerard Goossen to add madprops to "require...
2007-03-15 Rafael Garcia... Patch by Gerard Goossen to have nomad print also
2007-03-15 Rafael Garcia... Don't mention DynaLoader.a in INSTALL,
2007-03-15 Nicholas Clark Seems that 5.6.x needs the same fix as 5.005_xx for...
2007-03-15 Sébastien Aperghis... Re: [Patch] Fix some of the tests of Storable on Perl...
2007-03-15 Nicholas Clark Tweak to Storable to make dclone.t pass on 5.005_03.
2007-03-15 Rick Delaney Re: What is this MAD stuff all about?
2007-03-15 Rafael Garcia... Upgrade to threads::shared 1.08 :
2007-03-15 Rafael Garcia... Make the isdst argument to asctime and mktime default...
2007-03-14 Nicholas Clark Changes needed to get Storable to compile on 5.005_03.
2007-03-14 Jari Aalto Re: [perl #41687] [PATCH] v5.8.8 pod2html -- Add -...
2007-03-14 Jari Aalto [perl #41698] [PATCH] v5.8.8 pod2html -- Add <div>...
2007-03-14 Jari Aalto [perl #41701] [PATCH] v5.8.8. pod2html -- F<filename...
2007-03-14 Rafael Garcia... De-hardcode a path in a Test::Simple test, so it works
2007-03-14 Steve Peters Upgrade to Test-Simple-0.68. Includes a tweak to
2007-03-14 Dave Mitchell use a fresh stack when loading Errno.pm etc.
2007-03-14 Rafael Garcia... Patch by Sébastien Aperghis-Tramoni to avoid encoding
2007-03-14 Wolfgang Laun perlfunc.pod (ref results), perlop.pod (qr// result)
2007-03-13 Nicholas Clark The dMY_CXT added in change 27938 isn't needed when...
2007-03-13 Nicholas Clark Check that stat and -X favours the file handle over...
2007-03-13 Nicholas Clark Check that stat and -X on barewords favour the file...
2007-03-13 Nicholas Clark Bump versions of modules that are currently on "dev...
2007-03-13 Nicholas Clark Integrate:
2007-03-13 Nicholas Clark 5.8's B.xs exports AVf_REAL, so need to jiggle the...
2007-03-13 Jarkko Hietaniemi DB_File with g++ and db v1
2007-03-13 Joshua ben... inform constant.pm about UNITCHECK
2007-03-13 Rafael Garcia... Need a SPAGAIN here because the stack pointer might...
2007-03-13 Nicholas Clark Get B compiling and passing all tests on both 5.9.x...
2007-03-12 Rafael Garcia... Fix a couple of minor typos in comments
2007-03-12 Rafael Garcia... Better wording for (?|...) in perlre, from a suggestion...
2007-03-12 Rafael Garcia... Remove notes about experimental functions in the utf8...
2007-03-12 Rafael Garcia... warn() without args doesn't take a default message...
2007-03-12 Nicholas Clark Fix the partially passing TODO test in optree_constants...
next