p5sagit/p5-mst-13.2.git
2007-03-02 Nicholas Clark More assertion failures, found by auditing the code.
2007-03-02 Nicholas Clark Don't crash if the symbol table entry for ISA isn't...
2007-03-02 Rafael Garcia... More work on perldelta
2007-03-01 Nicholas Clark The bug fixed by change 29610 would have been avoided...
2007-03-01 Nicholas Clark Don't SEGV when dumping an undefined typeglob. The...
2007-03-01 Rafael Garcia... Mention the syntax C<use feature ':5.10'> in feature...
2007-03-01 Rafael Garcia... Upgrade to Params::Check 0.26
2007-03-01 Yves Orton Re: New file: t/op/regexp_email.t
2007-03-01 Rafael Garcia... A new test by Abigail: Check that certain modules don't
2007-03-01 Jerry D. Hedden Re: Revisits in 'make install'
2007-03-01 Rafael Garcia... A couple of casting nits by Jarkko
2007-03-01 Rafael Garcia... Teach Module::Build about DragonflyBSD
2007-02-28 Rafael Garcia... Missing dual-lived modules in maintainers list
2007-02-28 Rafael Garcia... Update my email address
2007-02-28 Yitzchak Scott... Win32 doc update for Win32CORE changes
2007-02-28 Abigail Unexpected output
2007-02-28 Rafael Garcia... Remove obsolete test for the deprecation warning I...
2007-02-28 Jerry D. Hedden Fix ext/Win32API/File/t/file.t under test harness
2007-02-28 Jerry D. Hedden Re: [PATCH] Re: Math::BigInt and Win32API::File whines...
2007-02-28 Rafael Garcia... (?p{}) has been deprecated for a long time.
2007-02-28 Rafael Garcia... Add new tests for keys in %+ and %-
2007-02-28 Rafael Garcia... perltodo nit for SelfLoader
2007-02-28 Rafael Garcia... Fix a couple of typos in internal docs
2007-02-27 Abigail Change of email address.
2007-02-27 Jerry D. Hedden Skip tests if Encode not built
2007-02-27 Rafael Garcia... Disable the strict pragma before eval'ing selfloaded...
2007-02-27 Rafael Garcia... dmq points out that %+ and %- are not arrays. Fix the...
2007-02-27 Rafael Garcia... Update Changes
2007-02-27 Rafael Garcia... Rework and fix docs for %+, %- and re::Tie::Hash::Named...
2007-02-27 Craig A. Berry On VMS, use the normal executable file extension for...
2007-02-26 Yves Orton Re: [perl #41565] qr// memory corruption
2007-02-26 Yves Orton Re: Regexp recursion limit too low?
2007-02-26 Steve Hay Bump $Win32API::File::VERSION for change #30409
2007-02-26 Craig A. Berry In configure.com, include the Win32 extensions in ...
2007-02-26 Yitzchak Scott... Re: [PATCH] Re: Win32 modules & cygwin
2007-02-26 Nicholas Clark Update the FSF's address. Plus some other whitespace...
2007-02-26 Nicholas Clark Fix bug #41550 - AUTOLOAD :lvalue not working the...
2007-02-26 Nicholas Clark Convert t/op/sub_lval.t to test.pl
2007-02-26 Rafael Garcia... Module::Pluggable wasn't in the maintainers list
2007-02-26 Rafael Garcia... Add a version number to Module::Pluggable::Object and
2007-02-26 Craig A. Berry In perlport, refine description of eight-level director...
2007-02-26 Craig A. Berry Assorted updates to vms/vms.c to fix compiler errors...
2007-02-26 Craig A. Berry One more longdouble nit for configure.com, following...
2007-02-26 Craig A. Berry Module::Pluggable::Object::search_paths portability...
2007-02-25 Alexey Tourbin sigtrap.pm (handler_traceback): do not clobber $_
2007-02-25 Devin Heitmueller [perl #41560] [PATCH] crash in Perl_vmess when GvIOp...
2007-02-25 Wolfgang Laun Re: [perl #41513] (parsing?)problem when using a '...
2007-02-25 Rafael Garcia... - Use the same regexp as in change #30395 to parse...
2007-02-25 Rafael Garcia... Factorize three regexps into one, using new regexp...
2007-02-25 Rafael Garcia... Don't clobber $_ by using "my $_". Potential bug found...
2007-02-25 Craig A. Berry Add a comment to mg.c to clarify that words like "raise...
2007-02-24 Craig A. Berry Update descriptions of long-running ops and non-deferrable
2007-02-24 Alexey Tourbin ExtUtils/Constant/Base.pm: use constant folding to...
2007-02-24 Alexey Tourbin ExtUtils/MM_Unix.pm (fixin): do not clobber $/
2007-02-24 Alexey Tourbin perlio.c (PerlIO_tmpfile): fix memory leak
2007-02-24 Rafael Garcia... Add a new test for undef and delete on stash entries...
2007-02-24 Rafael Garcia... C<keys %+> should not warn. Don't make scan_ident test for
2007-02-24 Rafael Garcia... Indexing and POD fixes
2007-02-24 Wolfgang Laun perlretut.pod, 2nd version
2007-02-24 Rafael Garcia... At least, fix the MakeMaker build_man tests.
2007-02-23 Rick Delaney Re: [perl #41546] perl 5.8.x bug: overloaded 'eq' does...
2007-02-22 Rafael Garcia... Reinstate tests removed by change #30381, but don't
2007-02-22 Steve Peters Revert changes to lib/ExtUtils/t/build_man.t from change
2007-02-22 Steve Peters Upgrade to ExtUtils-MakeMaker-6.32. Included a version
2007-02-22 Yitzchak Scott... Re: Win32 modules & cygwin
2007-02-21 Steve Peters Upgrade to CPAN-1.88_77.
2007-02-21 Jerry D. Hedden Re: [PATCH] Test with Errno in autouse.t
2007-02-21 Steve Hay Remove unreferenced local variable
2007-02-21 Steve Hay Fix Win32 compilation error following #30372
2007-02-21 Craig A. Berry Fix VMS exit handling broken in Test::Harness 2.64...
2007-02-20 Steve Peters Silence a couple of compile warnings.
2007-02-20 Rafael Garcia... Some INSTALL nits by Andy Dougherty
2007-02-20 Rafael Garcia... Skip test when Encode isn't built
2007-02-20 Jerry D. Hedden Test with Errno in autouse.t
2007-02-20 Rafael Garcia... A few nits to perlfunc/map.
2007-02-20 Jarkko Hietaniemi regexec.c: S_ stands for static
2007-02-20 Jarkko Hietaniemi dump.c: format fixes
2007-02-19 Nicholas Clark Avoid *some* g++ errors. (But not all yet)
2007-02-19 Jarkko Hietaniemi blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVA...
2007-02-19 Steve Peters Upgrade to CPAN-1.88_76
2007-02-19 Tels integrate bignum 0.19
2007-02-19 Tels Integrate BigRat 0.17
2007-02-19 Tels [PATCH] integrate Math::BigInt 1.79 and Math::BigInt...
2007-02-19 Rafael Garcia... Revert change #28980 per Jarkko's suggestion
2007-02-19 Rafael Garcia... Actually, only changes to regexec.c from #30081 needed...
2007-02-19 Rafael Garcia... Revert change #30081 at dmq's request, and mark its...
2007-02-19 Rafael Garcia... Add a cast for C++ compilation
2007-02-18 Nicholas Clark More efficient to call newSV_type() then SvGROW() inste...
2007-02-18 Nicholas Clark Add a new API function newSV_type, to replace the idiom:
2007-02-18 Nicholas Clark Properly handle the differences in hints in the optree...
2007-02-18 Nicholas Clark newHV doesn't need to turn off POK or NOK, as they...
2007-02-18 Nicholas Clark test.pl should locally increase $Level, rather than...
2007-02-18 Craig A. Berry Make vms/munchconfig.c able to take a list of substitut...
2007-02-17 Craig A. Berry Make configure.com's manifest checker more robust when...
2007-02-17 Nicholas Clark Missed an aTHX_ in B's call to Perl_emulate_cop_io.
2007-02-17 Nicholas Clark Split the storage of the layers specificied by open...
2007-02-16 Nicholas Clark Move all the cut...
2007-02-16 Todd C. Miller [perl #41521] Fix for IO::Socket send method
2007-02-16 Steve Hay Fix Win32 build after unusual breakage caused by #30327
2007-02-16 Rafael Garcia... Update Changes
next