p5sagit/p5-mst-13.2.git
2009-06-06 Paul Marquess [PATCH] *-Compress-* 2.020
2009-06-05 Jim Cromie overload.pl shouldnt update its output unconditionally
2009-06-05 Andy Dougherty [perl #9328] Update INSTALL example for BerkeleyDB...
2009-06-04 Craig A. Berry Test case to go with 30e682852bf42358156ed62e06e91f75e9...
2009-06-04 Craig A. Berry MakeMaker must handle an empty $self->{LIBS} array.
2009-06-04 John E. Malmberg vms.c EFS logical name fix.
2009-06-04 Nicholas Clark Correctly interpolate the attempted permissions as...
2009-06-04 Nicholas Clark Assuming that $SIG{PIPE} is not set can be bogus when...
2009-06-04 H.Merijn Brand Merge branch 'blead' of camel.booking.com:/gitroot...
2009-06-04 H.Merijn Brand Remember if binaries are ELF
2009-06-03 David Mitchell add more EXCLUDED and MAP keys to Maintainers.pl
2009-06-02 Chris Williams Update CPANPLUS::Dist::Build to CPAN version 0.32
2009-06-02 Stepan Kasal parenthesize check for a flag
2009-06-02 Nicholas Clark Disentangling -g and -DDEBUGGING is a TODO.
2009-06-02 Nicholas Clark In Perl_hv_iternext_flags(), clarify and generalise...
2009-06-02 Rafael Garcia... Adjust MANIFEST
2009-06-02 Rafael Garcia... Merge branch 'smartmatch' into blead
2009-06-02 Rafael Garcia... Merge branch 'eumm652' into blead
2009-06-02 David Mitchell stop git whining about trailing whitespace (picky picky..)
2009-06-02 David Mitchell start adding new EXCLUDED and MAP entries to Maintainer...
2009-06-02 David Mitchell resync some files with their CPAN equivalents (just...
2009-06-01 Max Maischein Add benchmark test for keys() on empty hashes (RT26188)
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-06-01 Rafael Garcia... More ~~ tests
2009-06-01 Rafael Garcia... Smart-match perldelta adjustments
2009-06-01 Rafael Garcia... Minor doc fix for the smart table legend (clarify the...
2009-06-01 Rafael Garcia... Add test boilerplate to the new MakeMaker tests
2009-06-01 Rafael Garcia... Upgrade to ExtUtils::MakeMaker 6.52
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...
next