Front page | perl.perl5.porters |
Postings from January 2012
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
January 17, 2012 18:14
Subject:
Perl 5 Commit Summary
Message ID:
E1RnL2V-0003PM-Ap@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday
Current branch blead
64 commits. 8 unique authors. 6 unique committers.
58 files changed, 836 insertions(+), 266 deletions(-)
Thanks, applied: Father Chrysostomos (2) Steffen Mueller (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/33f89799d9328f3d.tar.gz
Avoid 'defined(@array) is deprecated' warnings in tests.
Nicholas Clark 4 files changed, 20 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/33f89799d9328f3d
In Perl_refcounted_he_fetch_pvn(), eliminate nested ? : ternary operators.
Nicholas Clark 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ef8156f500dbf5c9
Update Locale-Maketext to CPAN version 1.22
Chris 'BinGOs' Williams 4 files changed, 19 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/6b3397796da8c60e
Make Pod::Html more robust against malformed L<> contents.
Nicholas Clark 2 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/632c5d3041103412
Purge references to --netscape and --libpods, no longer in Pod::Html
Nicholas Clark 8 files changed, 9 insertions(+), 48 deletions(-
http://perl5.git.perl.org/perl.git/commit/6c6fc3be9a6e74e4
perldelta: Typos and calrifications
Father Chrysostomos 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/66056247dd2c7211
perldelta up to 1a50d74bac4
Father Chrysostomos 1 file changed, 106 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/ea88c40cb048cd70
perldelta for @& and PL_sawampersand
Father Chrysostomos 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1a50d74bac4d5bd0
perldelta for tying and autoviv
Father Chrysostomos 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7a3fd9ed35a78a41
perldelta for overload::Overloaded/can change
Father Chrysostomos 1 file changed, 11 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/79e109684e4bd1ca
perldelta for += warning
Father Chrysostomos 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b00f6edb896e9d0f
Lower $overload::VERSION to 1.17
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/df2afe9bb60e026d
config.over is generated on some platforms, .gitignore it
Tony Cook 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a63f6d0bb1d4dcbe
avoid overflowing a 32-bit signed int
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ca835a205dc40c03
handle U suffixed unsigned int literals from regexp.h
Tony Cook 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5c72e80d9b6c141c
Provide as much diagnostic information as possible in "panic: ..." messages.
Nicholas Clark 18 files changed, 131 insertions(+), 80 deletion
http://perl5.git.perl.org/perl.git/commit/5637ef5b34a3e8ca
Increase $Math::BigInt::VERSION to 1.998
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/91a6d79299c498b1
BigInt.pm: Suppress overload warning
Father Chrysostomos 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5e0688b6067afdfb
perldiag.pod: Document overload’s invalid arg warning
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7778d8049861df59
overload.pm: Combine two loops
Father Chrysostomos 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4e1d8790c4dcb682
Test invalid arg warning from overload
Father Chrysostomos 1 file changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9f39352cca0692fa
overload.pm: Put invalid arg warning in "overload" category
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1d621debdf39e8b3
Suppress ‘useless’ warning in overload.pm
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e2a78392aa527d2b
Emit a warning if an attempt is made to overload an invalid (e.g., misspelle
jkeenan 1 file changed, 30 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/9d51dcee04c4fd53
defined(@array) now also warns for package variables.
Nicholas Clark 4 files changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/604a99bd464c92d7
Test that defined warns for package arrays and hashes.
Nicholas Clark 1 file changed, 13 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b880f709320776e2
In Perl_feature_is_enabled() use cBOOL to convert the pointer to a "bool".
Nicholas Clark 1 file changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c8ca97b0f5c0db7a
Shuffle my entry around to use my name instead of old email
Steffen Mueller 1 file changed, 10 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/86e2f32949f588e0
Correct Hojung Youn's name in AUTHORS
Hojung Youn 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/75c2e5ffaf84dab7
Bump ExtUtils::Manifest version due to commits 97bae9c5 and bf081550
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bdd2b37b5c6133a3
Bump autouse version due to commit f965e9d4a
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/345e6a89a596742f
stat.t: Avoid unconditional lstat on file name
Father Chrysostomos 1 file changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/84f9367460a5c8bb
stat.t, filetest.t: Actually gen rand file names
Father Chrysostomos 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bee528eca5fc779f
perldelta up to 55b5114f4
Father Chrysostomos 1 file changed, 22 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/838cf71968bf39e5
[perl #108224] B::Deparse doesn't recognize for continue block
Hojung Youn 2 files changed, 45 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/afb6044893775fde
perldelta up to 9f71cfe6ef2
Father Chrysostomos 1 file changed, 95 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cadced9f89793cf4
In vmsify, leave ../ path components alone.
Craig A. Berry 2 files changed, 4 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4ab1eb56da9e51d7
Un-TODO some VMS file spec tests under EFS.
Craig A. Berry 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d3a16da4332bc355
Make lstat($ioref) and lstat($gv) consistent
Father Chrysostomos 2 files changed, 12 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/0d5064f119150c3a
stat.t: Make test for -T _ and lstat more robust
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ac737fdfcf5daa2a
Document the data columns in vms/ext/filespec.t.
Craig A. Berry 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3a1de37969a35710
Stop inadvertently skipping Spec.t on VMS.
Craig A. Berry 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/06ecd9c7d6f2e180
pp_sys.c: goto mustn’t skip initialisation
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/34024f3519b60b2e
perldelta up to 7c2b3c783b
Father Chrysostomos 1 file changed, 25 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/711a39033e18c23e
magic.t: Correct miniperl skip count
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/afb8fe69e89b4df3
-T "unreadable file" should set stat info consistently
Father Chrysostomos 3 files changed, 18 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/ad2d99e390e75f36
stat.t: Add bug number
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7b64ff23e735d414
Don’t emit unopened warning for other stat(HANDLE) error
Father Chrysostomos 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8080e3c81732aa2a
Make -T BADHANDLE set errno with fatal warnings
Father Chrysostomos 2 files changed, 13 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/2ad48547234bdf52
Make -l HANDLE set PL_laststatval with fatal warnings
Father Chrysostomos 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/31b139ba853d7a7a
Make -T HANDLE and -B HANDLE always set last stat type
Father Chrysostomos 2 files changed, 9 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/21a64c3ee03cc1a3
pp_sys.c:pp_fttest: Don’t set PL_statname to SvPV(PL_statname)
Father Chrysostomos 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/81e9306fe8a12b70
Make -T _ and -B _ always set PL_laststatval
Father Chrysostomos 2 files changed, 9 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eb4c377af757baa8
pp_sys.c: Remove space from lstat($ioref) warning
Father Chrysostomos 3 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/93fad9301a05ccd2
pp_sys.c:pp_fttext: Don’t extend the stack after popping
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6bb6781ab7f02fc1
Squash repetitititive code in doio.c:my_stat_flags
Father Chrysostomos 1 file changed, 3 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3888144c4854bb47
Make failed filetests consistent with & w/out fatal warnings
Father Chrysostomos 2 files changed, 32 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/7b7309aff53f13fb
stat $ioref should record the handle for -T _
Father Chrysostomos 4 files changed, 23 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/bd5f6c0160a24cc9
stat $ioref should reset the internal stat type
Father Chrysostomos 2 files changed, 11 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/020cc77c56658980
Set PL_statgv to null when freed or coerced
Father Chrysostomos 2 files changed, 26 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/97c226b87fecccdf
Suppress confusing uninit warning from -T _
Father Chrysostomos 2 files changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/de61bf2ac7b41308
defined *{"+"} should not stop %+ from working
Father Chrysostomos 2 files changed, 23 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/213084e431373aec
defined *{"!"} should not stop %! from working
Father Chrysostomos 2 files changed, 14 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/ffdb8bcde21504a3
Squash repetititive code in util.c:report_evil_fh
Father Chrysostomos 1 file changed, 9 insertions(+), 17 deletions(-)
http://perl5.git.perl.org/perl.git/commit/65d99836546f370b
Current branch smoke-me/destruct
2 commits. 1 unique author. 1 unique committer.
53 files changed, 2179 insertions(+), 576 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/127859483e0b957b.tar.gz
Don't set PL_perl_destruct_level = 2 as a side effect of use threads;
Nicholas Clark 2 files changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/127859483e0b957b
Skip updating per-class method caches during global destruction.
Nicholas Clark 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/92a6767337d69ae0
New branch smoke-me/exec-magic
2 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ec613628fdbaaf0d.tar.gz
[perl #104084] Make exec call FETCH once under -T
Father Chrysostomos 2 files changed, 31 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/ec613628fdbaaf0d
[perl #104084] Make system call FETCH in parent proc
Father Chrysostomos 6 files changed, 41 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/b430a2aef3164b36
New branch smoke-me/podhtml-addcache
3 commits. 1 unique author. 1 unique committer.
Thanks, applied: Tony Cook (3)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/aee55b9c4942a9b2.tar.gz
Modernize the use of open() (copied from old code)
Marc Green 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aee55b9c4942a9b2
Update MANIFEST
Marc Green 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f9aba4d2c4ef03e5
Re-add cache feature
Marc Green 4 files changed, 209 insertions(+), 14 deletions
http://perl5.git.perl.org/perl.git/commit/60f5c016ea212d29
New branch smueller/typemapdocs
5 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/633d1f055d33a60d.tar.gz
Typemaps: Start writing some general documentation
Steffen Mueller 1 file changed, 45 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/633d1f055d33a60d
First stab T_REFREF docs
Steffen Mueller 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a6c01c14b891c914
Typemap tests: T_SHORT, T_U_INT, T_INT, T_LONG
Steffen Mueller 3 files changed, 74 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/c2fe99a398c5d4a3
Cleanup: Condense tests and add a few
Steffen Mueller 1 file changed, 34 insertions(+), 80 deletions(-
http://perl5.git.perl.org/perl.git/commit/24a46b18aa33bfe1
Minor documentation fixes and annotations
Steffen Mueller 1 file changed, 7 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/63733ea0ab7cb947
Thread Previous