p5sagit/p5-mst-13.2.git
2007-03-06 Steve Hay Reinstate part of #28744 that was accidentally reverted...
2007-03-05 Nicholas Clark As SvUPGRADE() is a macro wrapping a call to sv_upgrade...
2007-03-05 Nicholas Clark Change 30461 was wrong. As ext/re (re)builds the regexp...
2007-03-05 Craig A. Berry In vms/gen_shrfls.pl, no more special handling of vars...
2007-03-04 Craig A. Berry Use linker flags rather than compiler flags in ExtUtils...
2007-03-04 Nicholas Clark It seems that change 30451 should also have arranged...
2007-03-04 Tels Math::BigInt 1.80
2007-03-04 Nicholas Clark Rename exception() to apitest_exception() in XS/APItest...
2007-03-04 Steve Peters Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib...
2007-03-04 Steve Peters Upgrade to Time-HiRes-1.9707
2007-03-03 Craig A. Berry Clean up the right file in vms/test.com (following...
2007-03-03 Rafael Garcia... Add missing file from change #30454
2007-03-03 Tels Math::BigInt::FastCalc 0.12 (plug leaks)
2007-03-03 Nicholas Clark Must only use dynamic extensions in the Dynaloader...
2007-03-03 Nicholas Clark As the test is about the parser, not actually running...
2007-03-03 Nicholas Clark Define and initialise reg_name only once.
2007-03-03 Rafael Garcia... Don't let feature.pm interfere with the tests for use...
2007-03-03 Jerry D. Hedden Don't copy DynaLoader.o unnecessarily
2007-03-03 Rafael Garcia... Add a volatile modifier to avoid possible cloberring...
2007-03-03 Rafael Garcia... Compilation warnings fixes by Jerry D. Hedden
2007-03-03 Rafael Garcia... Make use VERSION also load feature.pm
2007-03-03 Craig A. Berry Fix a few errors and ambiguities in configure.com caught by
2007-03-02 Nicholas Clark Avoid an assertion failure when overloading readpipe.
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
next