p5sagit/p5-mst-13.2.git
2009-06-01 Max Maischein Fix RT26188, speed up keys() on empty hash
2009-06-01 Jerry D. Hedden Correct test output for t/op/eval.t (missing newline)
2009-06-01 Andy Dougherty Protect against spaces in build directory name when...
2009-05-31 Steffen Mueller Mention Devel::NYTProf in perldebug
2009-05-31 Steffen Mueller Auto-complete lexicals in the debugger shell
2009-05-31 Rafael Garcia... Fix casting warning
2009-05-31 David Mitchell wrap some long FILES fields in Maintainers.pl
2009-05-31 David Mitchell fix Math::BigInt, PathTools entries in Maintainers.pl
2009-05-31 David Mitchell convert Maintainers.pl from an 8 to a 4 char indent
2009-05-31 David Mitchell Clarify the meaning of the %Modules keys in Maintainers.pl,
2009-05-31 David Mitchell add DISTRIBUTION field to %Modules in Maintainers.pl
2009-05-31 David Mitchell Maintainers.pl: rationalise distributions:
2009-05-31 David Mitchell Maintainers.pl: there is no DB::File, and describe...
2009-05-31 Bram Clarify perldebug documentation
2009-05-31 Rafael Garcia... Silence a warning emitted by test added by last commit
2009-05-31 George Greer Add test case from RT#54758.
2009-05-31 Rafael Garcia... Merge branch 'memleaktest' into blead
2009-05-31 Rafael Garcia... Add regression test for [RT#63110]
2009-05-31 Bram Document test structure
2009-05-30 David Mitchell Fix Filter::Simple entry in Maintainers.pl
2009-05-30 Rafael Garcia... Nicholas says that SvREFCNT_dec should be sufficient...
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...
next