p5sagit/p5-mst-13.2.git
2009-05-30 Alex Vandiver Fix [RT#6266] -- sv_pos_u2b expects to be called with...
2009-05-30 Alex Vandiver Fix [RT#63110] -- two small memory leaks were introduce...
2009-05-30 Rafael Garcia... Bump version of IPC::Open3
2009-05-30 Slaven Rezic clarified documentation about using lexical $err in...
2009-05-30 Steffen Mueller Spelling nit
2009-05-29 Rafael Garcia... Document the PERL_LOADMOD_ flags
2009-05-28 Alex Vandiver Fix [RT#66098] -- stricter checking on SvIVX exposed...
2009-05-28 Nicholas Clark Add a guide to writing a perldelta.
2009-05-27 Rafael Garcia... Merge branch 'blead' of camel:/gitroot/perl into blead
2009-05-26 Andy Dougherty Catch interdependencies for static builds too
2009-05-26 Rafael Garcia... Merge branch 'blead' of camel:/gitroot/perl into blead
2009-05-26 Vincent Pit More tests for uninitialized warnings in ranges
2009-05-26 Rafael Garcia... Merge branch 'blead' of camel:/gitroot/perl into blead
2009-05-26 Vincent Pit Explicitely point to $. when it causes an uninitialized...
2009-05-26 Rafael Garcia... A couple of nits in the ~~ perldelta entry
2009-05-26 Rafael Garcia... File tests were already treated as boolean in when()
2009-05-26 John E. Malmberg patch@2009-05-25.21:50:08 magic.t leaves $ENV{foo}...
2009-05-26 John E. Malmberg patch@2009-05-25.21:50:08 perl5db.t leaves db.out behin...
2009-05-26 John E. Malmberg patch@2009-05-25.21:50:08 text-options.t file cleanup...
2009-05-25 Rafael Garcia... Describe smart match and switch changes in perldelta
2009-05-25 Rafael Garcia... Remove now-obsolete note on ~~ overloading working...
2009-05-25 Rafael Garcia... Don't run mro/* tests under miniperl
2009-05-25 Rafael Garcia... Skip tests that use attributes.pm under miniperl
2009-05-25 Rafael Garcia... Fix test if Fcntl couldn't be loaded (for example with...
2009-05-25 Rafael Garcia... Skip under miniperl (cannot load Fcntl)
2009-05-25 Rafael Garcia... Skip tests if PerlIO::scalar is not available
2009-05-25 Rafael Garcia... Avoid using Test::More in given/when tests
2009-05-25 Rafael Garcia... Revert "Fix failing autodie test with new smartmatch...
2009-05-24 Andreas J Koenig Update CPAN.pm to 1.94
2009-05-24 Rafael Garcia... Fix test for overload in given() with smart match after...
2009-05-24 Rafael Garcia... Allow ~~ overloading on the left side, when the right...
2009-05-24 Rafael Garcia... Change the specs of %h~~%h to avoid mentioning ~~ recur...
2009-05-24 Rafael Garcia... In the ~~ implementation, consistently use the SV-aware...
2009-05-24 Vincent Pit Ignore vim swap files
2009-05-24 Rafael Garcia... Remove vim swap file
2009-05-24 Ricardo SIGNES perlpodspec corrections
2009-05-23 Nicholas Clark Move the code to add magic to $0 into Perl_gv_fetchpvn_...
2009-05-22 Craig A. Berry TODO must be on same line as message for TAP.
2009-05-22 Nicholas Clark In Perl_magic_setsig(), silence a "possible loss of...
2009-05-22 Rich Rauenzahn Smoke failing on longdouble
2009-05-21 Craig A. Berry $? needs upgrade to PVLV when COMPLEX_STATUS is defined.
2009-05-21 Nicholas Clark Merge Perl_magic_setisa() and Perl_magic_clearisa(...
2009-05-21 Nicholas Clark In Perl_magic_setisa(), re-order two independant return...
2009-05-21 Nicholas Clark Remove all the 5005threads specific mutex macros, which...
2009-05-21 Nicholas Clark Use only one block of memory for both PL_psig_name...
2009-05-21 Nicholas Clark Cache the signal number or -1 in mg_private, to reduce...
2009-05-20 Nicholas Clark Perl_mg_clear() did not cope with the called magic...
2009-05-20 David Mitchell run dos2unix on lib/Parse/CPAN/Meta.pm
2009-05-20 Nicholas Clark Add new files from Parse::CPAN::Meta 1.38 to the MANIFEST.
2009-05-20 Nicholas Clark In Perl_magic_setsig(), don't discard and then recreate...
2009-05-20 Nicholas Clark Refactor Perl_magic_setsig() to remove duplication...
2009-05-20 Nicholas Clark Merge the bulk of Perl_magic_clearsig() into Perl_magic...
2009-05-20 Nicholas Clark Perl_magic_clearsig() needs to remove magic, else delet...
2009-05-20 H.Merijn Brand fix glob-assign for FORMAT
2009-05-20 H.Merijn Brand Update bisect notes
2009-05-20 Nicholas Clark Convert t/op/magic.t to use test.pl
2009-05-20 Nicholas Clark Tests for calls to Perl_croak() in the C source. Starti...
2009-05-20 Nicholas Clark Ignore bitcount.h
2009-05-20 Nicholas Clark Remove binary compatibility scaffolding for the change...
2009-05-20 Nicholas Clark Replace run-time on-demand initialisation of PL_bitcoun...
2009-05-20 Nicholas Clark Break out the file output code from generate_uudmap...
2009-05-20 Nicholas Clark In Perl_magic_clearsig(), only call LEAVE if we call...
2009-05-19 Nicholas Clark In Perl_magic_setsig(), clarify the scope of a block...
2009-05-19 Nicholas Clark Document the purpose of PL_psig_ptr and PL_psig_name.
2009-05-19 Chris 'BinGOs... Re: [PATCH] Update CPANPLUS::Dist::Build to CPAN versio...
2009-05-19 Nicholas Clark Pass the output file name to generate_uudmap, and open...
2009-05-19 Nicholas Clark In Perl_yylex(), no need to Newxz() a buffer we immedia...
2009-05-19 Nicholas Clark In Perl_gv_fetchpvn_flags(), don't re-zero memory from...
2009-05-19 Nicholas Clark In perl_clone_using(), use sv_dup_inc_multiple() to...
2009-05-19 Rafael Garcia... Ignore ".output" files, that might be generated by...
2009-05-19 Chris 'BinGOs... Update CPANPLUS::Dist::Build to CPAN version 0.30
2009-05-18 Nicholas Clark Add S_sv_dup_inc_multiple(), used in place of loops...
2009-05-18 Rafael Garcia... Remove old version of Fatal.t test, now moved under...
2009-05-18 Nicholas Clark In perl_clone_using(), don't use Newxz() for arrays...
2009-05-18 Nicholas Clark In Perl_ptr_table_new(), fight back against the cult...
2009-05-18 Nicholas Clark Tidy the implementation of Perl_mg_dup().
2009-05-18 Nicholas Clark In Perl_mg_dup(), remove a branch by tracking the addre...
2009-05-18 Nicholas Clark In Perl_mg_dup(), the while loop does the NULL check...
2009-05-18 Nicholas Clark In Perl_mg_dup(), don't call ptr_table_fetch, as we...
2009-05-18 Abhijit Menon-Sen Note 2.20 in the changelog.
2009-05-17 David Mitchell fix typo in Porting/Maintainers.pl
2009-05-17 David Mitchell add _PERLLIB pseudo-module to Maintainers.pl and update...
2009-05-17 David Mitchell add --checkmani option to Porting/Maintainers
2009-05-17 Steffen Mueller Upgrade to Parse::CPAN::Meta 1.38
2009-05-17 David Mitchell make Porting/corecpan.pl handle versions hidden in...
2009-05-17 David Mitchell update Porting/corecpan.pl to handle new ext/ structure...
2009-05-17 David Mitchell Maintainers.pl: most Compress stuff is now under ext...
2009-05-17 David Mitchell make Porting/corecpan.pl use the MANIFEST file of every...
2009-05-17 David Mitchell add reload_manifest() function to Porting/maintainers.pm
2009-05-17 David Mitchell resort Maintainers.pl module list
2009-05-17 David Mitchell make corecpan.pl sort case insensitively, so that the...
2009-05-16 Craig A. Berry tt is a reserved device name on VMS
2009-05-15 David Mitchell update the head comments in makedef.pl
2009-05-15 David Mitchell make script execution order in regen.pl mostly alphabetical
2009-05-15 David Mitchell add lib/overload/numbers.pm to (unused) output file...
2009-05-15 David Mitchell tidy up regen.pl (no functional changes)
2009-05-15 David Mitchell make regcomp.pl use the standard foo.h-new naming schem...
2009-05-15 David Mitchell Add some documentation to the heads of the various...
2009-05-14 Jan Dubois WIN32 preprocessor symbols is usually tested with ...
2009-05-14 Claes Jakobsson Amelioration of the error message "Unrecognized charact...
next