p5sagit/p5-mst-13.2.git
2005-09-27 Rafael Garcia... Test for OPpCONST_NOVER only on OP_CONST ops.
2005-09-27 Michael G.... Warnings in tests @25605 due to cmp_ok behavior change.
2005-09-27 Steve Peters Upgrade to Encode 2.12
2005-09-26 Steve Peters Upgrade to Digest 1.11 with a minor Pod fix. Also...
2005-09-26 Nicholas Clark const sausage const const bacon const tomato and const
2005-09-26 Rafael Garcia... Upgrade to Test::Simple 0.61
2005-09-26 Rafael Garcia... Fix change 25597 for non-Windows platforms
2005-09-26 Rafael Garcia... Make B::Deparse handle correctly CORE::require
2005-09-26 Rafael Garcia... Document the new meaning of OPf_SPECIAL on OP_REQUIRE
2005-09-26 Rafael Garcia... CORE::require was always parsed as require().
2005-09-26 Steve Peters [perl #37223] [PATCH] File::Find::find fails on Win32...
2005-09-23 Rafael Garcia... Upgrade to Compress::Zlib 1.40
2005-09-23 Steve Peters Fix to PERL_DEBUG_COW
2005-09-23 H.Merijn Brand Re: pod/pod2usage2.t
2005-09-23 Yitzchak Scott... quiet a few warnings
2005-09-23 Steve Peters Changes for hints/linux.sh for Purify
2005-09-23 Steve Hay Extend 25579 to cover vc64 too
2005-09-23 Rafael Garcia... Add Porting/checkcfgvar.pl by Jarkko
2005-09-23 Rafael Garcia... SAPER is the new maintainer of XSLoader
2005-09-23 Steve Hay Change 25226 should have done this too
2005-09-22 Nicholas Clark As SvPVX_mutable and SvPVX_const are new, they don...
2005-09-22 Nicholas Clark The New*() compatibility macros aren't needed inside...
2005-09-22 Steve Hay Forgot to update MANIFEST in change 25547
2005-09-21 Rafael Garcia... Add an option --ignore to installhtml
2005-09-21 Steve Hay Localize $@ in Locale::Maketext::maketext()
2005-09-21 Rafael Garcia... A few POD fixes
2005-09-21 Rafael Garcia... Upgrade to Pod::Parser 1.33
2005-09-21 Rafael Garcia... PodParser is now Pod-Parser on CPAN
2005-09-21 Brendan O'Dea misc a2p fixes
2005-09-21 Rafael Garcia... Upgrade to ExtUtils::ParseXS 2.12
2005-09-21 Rafael Garcia... Upgrade to Time::HiRes 1.74
2005-09-21 Nicholas Clark Remove the last STRLEN n_a;s that my compiler can reach.
2005-09-21 Rafael Garcia... Integrate changes from Text::Tabs and Text::Wrap on...
2005-09-20 Rafael Garcia... Yitzchak says that Tim says that we can distribute
2005-09-20 Rick Delaney Re: [perl #36733] %SIG not properly local-ized
2005-09-20 Steve Hay Resolve [perl #37110]: Update README.win32
2005-09-20 Rafael Garcia... Upgrade to Compress::Zlib 1.39
2005-09-20 Salvador Fandiño PATCH for #37138: using XSUB as DB::DB causes perl...
2005-09-20 John E. Malmberg [patch@25502] Add hard link and V8.2 crtl support to...
2005-09-19 Nicholas Clark The second argument to Move() is the destination, so...
2005-09-19 Nicholas Clark Add parallel testing to TODO
2005-09-19 Nicholas Clark First argument to he_dup is actually a const HE *
2005-09-19 Nicholas Clark All Perl_hv_name_set()s need to be plain hv_name_set...
2005-09-19 Steve Hay Update win32 config files w.r.t. change #25387
2005-09-19 Yitzchak Scott... bleadperl DProf.xs:140: warning: `unused' attribute...
2005-09-19 Nicholas Clark Improve failure case diagnostics from comp/package.t
2005-09-18 Nicholas Clark Should have been embed.h, not proto.h, in 25475
2005-09-18 Nicholas Clark It looks like the only way to reliably make Perl_hv_nam...
2005-09-18 John E. Malmberg [patch@25452] VMS fix required by Change 25387
2005-09-18 Nicholas Clark Tidying up the unused or unneeded global variables...
2005-09-18 Nicholas Clark Controlling what the GNU linker exports from a shared...
2005-09-18 Nicholas Clark Detail the minimal rewards programme we have on offer.
2005-09-17 Nicholas Clark refactoring xsubpp should have been in the "just perl...
2005-09-17 Nicholas Clark Add "refactor xsubpp to be a thin wrapper around ExtUti...
2005-09-17 Nicholas Clark Add shrinking GVs and CVs to the TODO
2005-09-17 Nicholas Clark Add reduce duplication in sv_setsv_flags to TODO
2005-09-17 Nicholas Clark Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5...
2005-09-17 Nicholas Clark vv5.9.3 is clearly a bug.
2005-09-17 Nicholas Clark Add ordering of "global" variables to TODO
2005-09-17 Nicholas Clark Holding a mutex then croak()ing strikes me as deadlock.
2005-09-17 Nicholas Clark Add emulate the per-thread memory pool on Unix to the...
2005-09-17 Nicholas Clark Add suggestion to profile to find a better set of hot...
2005-09-17 Nicholas Clark add merge Perl_sv_2[inpu]v to TODO
2005-09-17 Nicholas Clark Making make -j... work is a TODO
2005-09-17 Nicholas Clark Add "automating coverage tests" as a TODO
2005-09-17 Nicholas Clark Re-order the TODO tasks based on the skills they need...
2005-09-16 Rafael Garcia... Revert change #24223 : select() will continue
2005-09-15 Rafael Garcia... Fix obsolete identifiers in comment
2005-09-15 Rafael Garcia... Upgrade to version.pm 0.48
2005-09-14 Jarkko Hietaniemi Math::Complex and Math::Trig updates (Re: [perl #37117...
2005-09-14 scott@perlcode.org [perl #37163] dprofpp array subscript error
2005-09-14 Rafael Garcia... Change 25409 wasn't necessary for threaded perls
2005-09-14 Rafael Garcia... The debugger wasn't tracing correctly execution in...
2005-09-13 Dominic Dunlop Re: [MAINT24637] fails "make test" on OSX 10.4 (lib...
2005-09-13 Nicholas Clark Add Luke Closs to AUTHORS
2005-09-13 Luke Closs [perl #36448] configuring ranlib for perl on osx with...
2005-09-13 Yitzchak Scott... Allow non-arrowed form of chained subscripts after...
2005-09-13 John E. Malmberg [patch@25388] vms/vms.c Perl_cando fix.
2005-09-13 Andy Lester The return of the consting
2005-09-12 Aaron Kaplan [perl #37142] h2xs skips enums with negative values
2005-09-12 H.Merijn Brand Detection of malloc_size and malloc_good_size
2005-09-11 H.Merijn Brand Reverted 25364 on authors request
2005-09-10 Nicholas Clark Experiment with putting the F<.patch>level into patchle...
2005-09-09 Rafael Garcia... Minor comment fix
2005-09-08 Rick Delaney Make t/op/local.t use test.pl.
2005-09-08 John E. Malmberg [patch@cbuilder_0.13] VMS fixes for cbuilder
2005-09-07 Rafael Garcia... The formatting function of Carp::Heavy has problem...
2005-09-07 kvr@centrum.cz [perl #37091] File::Path::mkpath resets errno
2005-09-06 Rafael Garcia... Upgrade to Compress::Zlib 1.38
2005-09-06 Nicholas Clark Add a TODO test for bug #37038 - assigning to the match...
2005-09-06 Rafael Garcia... Revert Makefile.PL change from #25355
2005-09-06 Yitzchak Scott... Re: Fw: Tied hash numeric values are rounded off under...
2005-09-06 H.Merijn Brand Added amd64 and x86_64 to recognized predefined cpp...
2005-09-06 Rafael Garcia... Upgrade to IO 1.22 from gbarr
2005-09-05 Jim Cromie regression test for 25352
2005-09-04 Yitzchak Scott... Re: [perl #37039] perlref documentation about optional...
2005-09-02 Yitzchak Scott... Re: Optree Generation
2005-09-02 Yitzchak Scott... document index() with out of bounds POSITION
2005-09-02 Rafael Garcia... Really fix the Archive::Tar setup test.
2005-09-02 Rafael Garcia... Once again, fix Archive::Tar setup test with -Dmksymlinks
next