Front page | perl.perl5.porters |
Postings from May 2013
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
May 29, 2013 01:14
Subject:
Perl 5 Commit Summary
Message ID:
E1UhUxw-00033Z-BW@dromedary-001.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday
Current branch blead
132 commits. 12 unique authors. 9 unique committers.
192 files changed, 3106 insertions(+), 1866 deletions(-)
Net code removal: David Steinbrunner (1 line)
Thanks, applied: James E Keenan (47) Nicholas Clark (1)
Steffen Mueller (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/99f57afc36ebadbe.tar.gz
Upgrade to threads 1.87
Jerry D. Hedden 6 files changed, 34 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/99f57afc36ebadbe
[perl #117081] Deparse foreach my $lexical correctly under -p
Father Chrysostomos 2 files changed, 20 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/4da9a2cac516f511
perlthrtut: Shorten/rewrap long lines
Father Chrysostomos 2 files changed, 39 insertions(+), 38 deletions(
http://perl5.git.perl.org/perl.git/commit/c3f7faac321cf706
remove the expectation of a "P" command
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ce1a68089a38c027
Merge in various enhancements to bisect.pl and bisect-runner.pl
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/4724da031eae31b4
Add -q to git clean in bisect-runner.pl
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/082484dd2f490fcf
Three Configure fixups so that bisect-runner.pl can build 1997-era 5.004
Nicholas Clark 1 file changed, 27 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/54591b5ad50bccc6
bisect-runner.pl should match patches with directory 'b' before 'a'.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bff4c28782fd076a
Add a 'none' target to bisect-runner.pl
Nicholas Clark 1 file changed, 12 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3f468b94fc9d0dac
bisect.pl can now optionally timeout the user's test case.
Nicholas Clark 1 file changed, 57 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1fdd0dcc48757998
Add an option to bisect.pl to run the user testcase in its own process group
Nicholas Clark 1 file changed, 14 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b9dcd8de22bd198a
In bisect-runner.pl, run_report_and_exit() now uses run_with_options().
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/61ae9994ad9d74ee
In bisect-runner.pl, extract the Configure running into run_with_options().
Nicholas Clark 1 file changed, 27 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/12641c3bc3b66b6b
In bisect-runner.pl, invert the first parameter to report_and_exit().
Nicholas Clark 1 file changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/37c43f74cd68c954
In bisect-runner.pl, refactor the calls to system @ARGV into a function.
Nicholas Clark 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b518173ed46ab7a3
bisect.pl can run in-place if the checkout is totally clean.
Nicholas Clark 1 file changed, 44 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/c8fde7fafa0a9cec
If there is no 'blead' branch, bisect.pl now uses a suitable alternative.
Nicholas Clark 1 file changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7f39e2df44ff4f42
Add --gold option to bisect.pl for the revision to use for "recent" files.
Nicholas Clark 2 files changed, 15 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/02b83d1ddb195be6
bisect-runner.pl always needs to pass paths gleaned from gcc to Configure.
Nicholas Clark 1 file changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8b5692380409165c
When bisecting, use `git tag -l` to get the list of stable releases.
Nicholas Clark 2 files changed, 17 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/f66c64b16575a001
bisect-runner.pl needs to probe DB_File.xs before running Configure
Nicholas Clark 1 file changed, 17 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fbaecb459ef5196c
bisect-runner.pl needs another minor fixup to build 5.004_05 on Linux.
Nicholas Clark 1 file changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c8ac76a5f3ff8fba
bisect-runner.pl should fix 5.7.x to export Perl_cxinc on AIX.
Nicholas Clark 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7ffe6e18a90dfa69
bisect-runner.pl should fix a typo in the Solaris hints file.
Nicholas Clark 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1f0f6439c61f0f57
Tweak to make it clearer what to do if your working space is dirty
Yves Orton 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b835daeb04122e4e
Add a --valgrind option to bisect.pl, to run the test program with valgrind.
Nicholas Clark 1 file changed, 34 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/54c7e1f075f1a633
bisect-runner.pl will now invoke with ./perl -Ilib if it sees a #!./perl lin
Nicholas Clark 1 file changed, 22 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e3caab27000c1f2e
bisect-runner.pl should fix Makefile.SH to remove remove GNU make-isms.
Nicholas Clark 1 file changed, 23 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/67bec9384212c1d3
Add --early-fixup and --late-fixup to bisect.pl, for user-controlled patchin
Nicholas Clark 1 file changed, 119 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/df14fc1356c4b115
Add --all-fixups to bisect.pl, to apply all patches and fixups.
Nicholas Clark 1 file changed, 25 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/86905c1e468b4df7
bisect-runner.pl should always exit fatally with 255, to abort the bisect.
Nicholas Clark 1 file changed, 58 insertions(+), 40 deletions(-
http://perl5.git.perl.org/perl.git/commit/f6647108bf035186
In bisect-runner.pl, refactor the system ... and die; into system_or_die().
Nicholas Clark 1 file changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d953d40db5675420
When testing the end version, bisect.pl should treat a 'skip' as fatal.
Nicholas Clark 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a84ce349a5d624d7
bisect-runner.pl should search for lib*.a as well as lib*.so
Nicholas Clark 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/40c9485684ea62c3
bisect-runner.pl should use ".$Config{dlext}" instead of hard-coding ".so".
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/551dc3741cd19f08
Teach bisect-runner.pl that on HP-UX, _filbuf() is named __filbuf().
Nicholas Clark 1 file changed, 20 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8245f0865186037c
bisect-runner.pl needs to know how to identify HP-UX's patch.
Nicholas Clark 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ccb58ea9c92c04da
On HP-UX, bisect without any -j option as the system make is "special".
Nicholas Clark 2 files changed, 13 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/d3232d34580154cd
In bisect{,-runner}.pl, refactor the code for CPU probing and make jobs.
Nicholas Clark 2 files changed, 21 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/0bc550ba196833e6
diag.t, perldiag.pod: Make sure S is used for Perl_warn
Father Chrysostomos 2 files changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ff9c1ae817f5e401
[perl #117947] Verify lvalueness of XSUBs at run time
Father Chrysostomos 3 files changed, 20 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/4587c5322c964bea
Update IO-Compress to CPAN version 2.061
Chris 'BinGOs' Williams 33 files changed, 178 insertions(+), 145 deletio
http://perl5.git.perl.org/perl.git/commit/717a97bab95e1c5b
Update Compress-Raw-Zlib to CPAN version 2.061
Chris 'BinGOs' Williams 18 files changed, 167 insertions(+), 105 deletio
http://perl5.git.perl.org/perl.git/commit/1cae22935619e1af
Update Compress-Raw-Bzip2 to CPAN version 2.061
Chris 'BinGOs' Williams 6 files changed, 15 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/3383dc2c38271fef
pat_advanced.t: fix two tests
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/24ee35539e5d73b5
On Linux LC_ALL overrides LC_MESSAGES, so tweak perl5db.t accordingly.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f81b1f8b75b4a650
typo fixes for Math-BigInt
David Steinbrunner 4 files changed, 20 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/ada8209b13c041b7
man perlrules doesn't always output "No manual entry for perlrules"
Tony Cook 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/08a004e4d58edacd
Remove DG/UX support.
Nicholas Clark 11 files changed, 20 insertions(+), 414 deletion
http://perl5.git.perl.org/perl.git/commit/8d87852bc15db255
Perl_hv_fill() can return early if the hash only has 0 or 1 keys.
Nicholas Clark 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/553215cca7b3b92e
Tests for hashes in scalar context (and hence HvFILL()).
Nicholas Clark 1 file changed, 88 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2fff5797d3953494
perldiag: reflow another entry for nice splain output
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b5e3739bd41b6cce
Make \N{ } deprecation warnings fatalizable
Father Chrysostomos 3 files changed, 35 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/94ec3a20140bf33f
Turn \N{ } deprecation warnings on by default
Father Chrysostomos 2 files changed, 25 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/3036c853dc4dc124
Make ‘Escape literal pattern white space’ a default warning
Father Chrysostomos 2 files changed, 11 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9a5996c94d9e3da7
perldiag: mark two deprecated entries with D
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3c664d1afc10b66a
perldiag: wrap an entry for better splain output
Father Chrysostomos 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a38411bceb52074d
[perl #64126] ./Configure -de -Dusevendorprefix didn't default
H.Merijn Brand 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8f1aac9885804c62
perldiag: more alphabetisation
Father Chrysostomos 1 file changed, 134 insertions(+), 134 deletions
http://perl5.git.perl.org/perl.git/commit/5a25739d1abe18a1
do not wrap long non-verbatim lines in perldiag.pod
Ricardo Signes 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d4fe7078a76a8402
perldiag: miscellaneous clean-up
Father Chrysostomos 3 files changed, 192 insertions(+), 235 deletion
http://perl5.git.perl.org/perl.git/commit/675fa9ffbd41c6a7
Increase $Net::Ping::VERSION to 2.42
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/22bb4385a9b065ce
regen pod issues
Father Chrysostomos 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/da92f282d074b679
POSIX.pod: wrap/shorten long lines
Father Chrysostomos 1 file changed, 27 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/b70c169c7f2c206d
Net::Ping: wrap long pod lines
Father Chrysostomos 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b08c27cdd093c96b
perl -V displayed PERL_NEW_COPY_ON_WRITE twice
David Mitchell 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6617f9f1f8da06f5
re-enable Copy-on-Write by default.
David Mitchell 7 files changed, 123 insertions(+), 31 deletions
http://perl5.git.perl.org/perl.git/commit/13b0f67d12a6400f
typo fixes for Unicode UCD
David Steinbrunner 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/13d1b68a2ea5e223
Update Sys-Syslog to CPAN version 0.33
Chris 'BinGOs' Williams 5 files changed, 44 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/848ca32ce8363c6d
Update DB_File to CPAN version 1.828
Chris 'BinGOs' Williams 4 files changed, 28 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/b6990ae0c41eccbe
Update autodie to CPAN version 2.19
Chris 'BinGOs' Williams 25 files changed, 946 insertions(+), 165 deletio
http://perl5.git.perl.org/perl.git/commit/273225d4fa4dfa11
[perl #118159] Make PVs take precedence in SvTRUE
Father Chrysostomos 2 files changed, 19 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/762dbf22cb226457
perldiag: Re-correct spelling of copiable
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ab830aa00cac1e0b
Use SvREFCNT_dec_NN in one place in mro.c
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/060591571a005b56
mg.c: Use SvREFCNT_dec_NN
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2357bae7a0b405c6
typo fix for obj pod
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d2534ce927217280
make corelist switches always case sensitive
Ricardo Signes 2 files changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/811152076124f23c
Bump Tie::File's test suite's version to match modules.
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1cc7c3a8e2c83632
typo fix for reguts pod
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5bb4462fed21484f
typo fix for re pod change use of optimise to be consistent with other uses
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/31dc26d6ecb66c54
changed uses of initialise to be consistent with other uses of initialize in
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3bf17896a9a3ecc4
typo fixes for diag changed use of initialise to be consistent with other us
David Steinbrunner 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/50a39ba40db94abc
typo fix for vms pod
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7396cde17e3431e8
typo fixes for uniintro pod
David Steinbrunner 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/301896330f37c56a
typo fix for unicode pod
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3e2dd9eef3def26c
typo fix for reref pod
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/211f3bbfca4d40f4
typo fixes for recharclass pod
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/11a9b3e022d1c6ff
typo fix for reapi pod
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/579794ec244a5965
Correction recommended by Brad Gilbert++.
James E Keenan 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/191050aabed3fc5b
typo fix for ebcdic pod
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0e56abba1c48d143
typo fix for dtrace pod
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/97dd44ee4948c467
making DOS stand out in dosish for 58 delta pod
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/04df3297ebfe9e1e
typo fixes for delta pods
David Steinbrunner 3 files changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/12b4b02f448379ff
Bump $VERSION.
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8268b43eb3334e9f
typo fix for XS::APItest
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/04a9cc255d537b1d
making the BSD in bsdish stand out for Sys::Hostname
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6c4772cd3653ab52
typo fix for re
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d952710bbc46ec51
typo fix for mro
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/837cf3a0e61d71ca
typo fix for IPC::Open3
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/181d2a7c6b5c41b5
typo fix for Hash::Util::FieldHash
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/92a34c4500aa1971
typo fixes for File::DosGlob
David Steinbrunner 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d61dc561ebee15e3
typo fixes for Tie::File
David Steinbrunner 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2ded50a3a5f3bcef
typo fixes for Term::ReadLine
David Steinbrunner 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d6579db461e0c75f
typo fix for Module::CoreList
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f5ee86c7378dd260
typo fix for Storable
David Steinbrunner 2 files changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/efaa61e24beb535f
typo fix for IO
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d80134284328cd51
typo fixes for ExtUtils::Install
David Steinbrunner 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/f7a863aa51e5d026
typo fix for ExtUtils::CBuilder
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a9b2c8ff33688a42
typo fix for Data::Dumper
David Steinbrunner 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/436d4ccf07e80c4a
typo fix for bigint
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dbeba1b00efc84f9
typo fixes for B::Depaese
David Steinbrunner 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e63cc694c1c5f7a8
Correct bug number comment in test.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9e4422ce853c1cf9
In the debugger use local $ENV{MANPATH}, instead of a work around.
Nicholas Clark 1 file changed, 1 insertion(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/58219fbdb5667e30
Remove the hard-coded list of "perl" manpages from the debugger.
Nicholas Clark 1 file changed, 15 insertions(+), 135 deletions(
http://perl5.git.perl.org/perl.git/commit/45827d0e0d57e61f
In the debugger's doc command, use man[13]direxp instead of man[13]dir.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/29fd4a042ea14bfb
canonical.t test for Storable will use Digest::MD5 instead of MD5
Alexandr Ciornii 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9d0fc219fc1b5651
Fix the man/perldoc/doc command in the debugger.
Nicholas Clark 3 files changed, 28 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/b019bbd28397aba6
Bump $VERSION.
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b98b7dc97e705b7a
typo fixes for Locale::Maketext
David Steinbrunner 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2b1cd0ebb7e64c82
typo fixes for Cwd
David Steinbrunner 2 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2d3da5dff6642499
another typo fix for ExtUtils::ParseXS
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/344b43a3ab9d4fa9
typo fixes for ExtUtils::ParseXS
David Steinbrunner 2 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4c75f49d21ef881a
typo fix for Attribute::Handlers
David Steinbrunner 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a0b243e8e44aef17
lib/perldoc.pod is no longer generated, stop ignoring it
Tony Cook 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fedcf306fb1b0310
Typo fixes for B modules.
David Steinbrunner 3 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b84c7839f2ebbf8f
typo fix for perl5db
David Steinbrunner 1 file changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e3426eab08c236f
typo fix for Thread
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1a471f9e757c3f62
typo fix for DB
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c0b435603334620c
typo fix for _charnames
David Steinbrunner 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/203f930da805cdab
Add lib/Pod/perldoc.pod to lib/.gitignore.
James E Keenan 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4a430f720d08f48d
typo fixes for Benchmark
David Steinbrunner 1 file changed, 24 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/5f7d9242a8905643
typo fix for File::Find
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c84f4bc67c7c5d07
Current branch maint-5.18
6 commits. 3 unique authors. 1 unique committer.
31 files changed, 4100 insertions(+), 3655 deletions(-)
Thanks, applied: Ricardo Signes (3)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/a85ae1daceb418f7.tar.gz
On Linux LC_ALL overrides LC_MESSAGES, so tweak perl5db.t accordingly.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a85ae1daceb418f7
man perlrules doesn't always output "No manual entry for perlrules"
Tony Cook 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/69c551d20bba936c
bump version of debugger
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/70d50d2196e402f6
Fix the man/perldoc/doc command in the debugger.
Nicholas Clark 3 files changed, 28 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/817dbc123f02d8a5
add new perldelta for 5.18.1
Ricardo Signes 9 files changed, 3941 insertions(+), 3528 deleti
http://perl5.git.perl.org/perl.git/commit/0cbb108a776367b0
bump version to 5.18.1
Ricardo Signes 22 files changed, 127 insertions(+), 127 deletio
http://perl5.git.perl.org/perl.git/commit/95baba4ccb51fda7
Current branch smoke-me/nicholas/lazy-hv-fill
1 commit. 1 unique author. 1 unique committer.
264 files changed, 5898 insertions(+), 3728 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/bafd66d590cbc8ab.tar.gz
Cache HvFILL() for larger hashes, and update on insertion/deletion.
Nicholas Clark 7 files changed, 208 insertions(+), 25 deletions
http://perl5.git.perl.org/perl.git/commit/bafd66d590cbc8ab
Current branch smueller/eupxs_ng2
1 commit. 1 unique author. 1 unique committer.
5 files changed, 79 insertions(+), 9 deletions(-)
Thanks, applied: Steffen Mueller (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/258b6f6d3b64a6e3.tar.gz
Stop "sv_2mortal(&PL_sv_yes)" and "(void)sv_newmortal()" in ParseXS
Daniel Dragan 5 files changed, 79 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/258b6f6d3b64a6e3
New branch smoke-me/nicholas/Storable
4 commits. 2 unique authors. 1 unique committer.
Thanks, applied: Nicholas Clark (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/f4260ab96dd18d69.tar.gz
Tweak the new Storable destroy test.
Nicholas Clark 1 file changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f4260ab96dd18d69
Test that Storable works in DESTROY blocks.
Reini Urban 2 files changed, 22 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/7199c45f09e114a2
Use magic rather than DESTROY to free memory in Storable's context.
Nicholas Clark 1 file changed, 49 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/f31810a939d6251a
Restore Storable support for 5.005 and (astoundingly) 5.004
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d891c2807c8c2351
New branch smoke-me/nicholas/rt-118055-1
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/f61a27cade956988.tar.gz
Improved struct pmop alignment fix - avoid the slow path on 64 bit systems.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f61a27cade956988
New branch smueller/destructcb
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/b1bff83f343fc0aa.tar.gz
PL_destructcb: A C callback invoked after all Perl code is done
Steffen Mueller 8 files changed, 73 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/b1bff83f343fc0aa
Deleted branch nicholas/bisect
Deleted branch smoke-me/nicholas/ex-dgux
Deleted branch smoke-me/nicholas/perl5db-perldoc
Thread Next