Front page | perl.perl5.porters |
Postings from September 2011
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
September 27, 2011 18:15
Subject:
Perl 5 Commit Summary
Message ID:
E1R8ijh-0005ZW-4A@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday
Current branch blead
24 commits. 6 unique authors. 6 unique committers.
24 files changed, 3902 insertions(+), 3546 deletions(-)
Thanks, applied: Chip Salzenberg (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2480ae1c1b2fa110.tar.gz
Upgrade perlfaq from version 5.0150034 to 5.0150035
Florian Ragwitz 3 files changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2480ae1c1b2fa110
Avoid a "use of uninitialized value" warning from pwent.t
Nicholas Clark 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/876725cf9533c025
Dual-life perlglossary.pod as part of perlfaq
Florian Ragwitz 6 files changed, 3440 insertions(+), 3443 deleti
http://perl5.git.perl.org/perl.git/commit/83083feaedd84cf1
Add 5.14.2 to perlhist
Florian Ragwitz 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8721516917ee7d87
Add 5.14.2-RC1 to perlhist
Florian Ragwitz 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d288ec5d546ceac9
Add the 5.14.2 perldelta
Florian Ragwitz 5 files changed, 249 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/77efd0f7736ab675
Add the 5.14.2 epigraph
Florian Ragwitz 1 file changed, 18 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/21677d22b1208cd0
podcheck.t: Work for scripts/utilities under VMS
Karl Williamson 1 file changed, 33 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae54198b4ad53ac7
t/re/re_tests: Add TODO
Karl Williamson 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e47f2755dcff88c8
perlrebackslash: Add missing paren to example
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/86a74cedb7633aa8
podcheck.t: New method for skipping .PL files
Karl Williamson 1 file changed, 20 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/c3e757a40c558766
podcheck.t: Remove extra loop initialization
Karl Williamson 1 file changed, 6 insertions(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c841a192403403aa
podcheck.t: Move hash declaration to earlier in file
Karl Williamson 1 file changed, 16 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/6981f6e429ccc038
podcheck.t: Move subroutine defn earlier in file
Karl Williamson 1 file changed, 16 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/21b63541c29d0487
podcheck.t: Don't calc value twice
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/24df302751373687
podcheck.t: remove unused variable
Karl Williamson 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b557e99d562a750f
Synchronise Module::CoreList version in Maintainers.pl
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2403c149d643060e
add a couple missing LEAVEs in perlio_async_run()
Chip 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/be48bbe8d671b684
Avoid a double free with CORE->lc
Father Chrysostomos 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/73c02f1564c743dc
regexp.t: print diagnostics with leading '#'
Karl Williamson 1 file changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1b7228c9af61f2fe
Add t/porting/checkcfgvar.t to run Porting/checkcfgvar.pl as a test.
Nicholas Clark 4 files changed, 53 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/6692294e17e0b71a
A small refactor of checkcfgvar.pl
Nicholas Clark 1 file changed, 34 insertions(+), 29 deletions(-
http://perl5.git.perl.org/perl.git/commit/e1bac1195b4fb97c
Refactor t/porting/regen.t to use TestInit q(T A);
Nicholas Clark 1 file changed, 2 insertions(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/208c2b5928c11c67
[perl #92898] Clarify (*THEN)’s scope
Father Chrysostomos 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ac9d8485fb211e84
Current branch chip/magicflags1
5 commits. 1 unique author. 1 unique committer.
7 files changed, 29 insertions(+), 38 deletions(-)
Net code removal: Chip (9 lines)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/30543ae2a0751a05.tar.gz
add a couple missing LEAVEs in perlio_async_run()
Chip 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/30543ae2a0751a05
fix truth test order so as to be not dumb, and not break Lingua::JP::Number
Chip 1 file changed, 20 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/bba8aa75587afc4d
fix backchannel propagation of tainting via PL_statname and $ARGV
Chip 3 files changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/440cd632eb7d44a4
avoid spurious FETCH after EXISTS - fixes Acme::Oil
Chip 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5a1e8a8481fe87a0
fix lvalue pos on magical SVs, and thereby, Variable::Magic
Chip 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1cd22aaee79bf6e9
Current branch maint-5.14
2 commits. 1 unique author. 1 unique committer.
12 files changed, 514 insertions(+), 128 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/1b28bbf144f8c762.tar.gz
Create perldelta for 5.14.3
Florian Ragwitz 11 files changed, 513 insertions(+), 128 deletio
http://perl5.git.perl.org/perl.git/commit/1b28bbf144f8c762
Add 5.14.2 to perlhist
Florian Ragwitz 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dc281e6088d18955
Current branch smoke-me/abs-caret-X
4 commits. 1 unique author. 1 unique committer.
38 files changed, 4203 insertions(+), 3731 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/9e68546f79174957.tar.gz
Teach Configure about "procselfexe" on Solaris and NetBSD
Nicholas Clark 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9e68546f79174957
In Configure, refactor the test for procselfexe into a loop.
Nicholas Clark 1 file changed, 14 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/698ca84cd388c822
Where available, use _NSGetExecutablePath() to make $^X absolute.
Nicholas Clark 21 files changed, 164 insertions(+), 3 deletions
http://perl5.git.perl.org/perl.git/commit/ae60cb464cebf895
Where available, use sysctl() with KERN_PROC_PATHNAME to make $^X absolute.
Nicholas Clark 21 files changed, 181 insertions(+), 5 deletions
http://perl5.git.perl.org/perl.git/commit/2982a345b7a1edb6
Current branch sprout/utf8sym2
5 commits. 2 unique authors. 1 unique committer.
8 files changed, 152 insertions(+), 10 deletions(-)
Thanks, applied: Father Chrysostomos (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/460f821b8e3050b2.tar.gz
Remove method param from gv_autoload_*
Father Chrysostomos 7 files changed, 37 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/460f821b8e3050b2
Remove 4 from new gv_autoload4_(sv|pvn?) functions
Father Chrysostomos 7 files changed, 37 insertions(+), 37 deletions(
http://perl5.git.perl.org/perl.git/commit/b8d709638b6c34cf
Restore gv_autoload4 to perlapi.pod
Father Chrysostomos 2 files changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7deca9da15fd784b
gv.c: Added gv_autoload4_(sv|pv|pvn)
Brian Fraser 8 files changed, 136 insertions(+), 6 deletions(
http://perl5.git.perl.org/perl.git/commit/4b28c673248f6515
gv.c: Make Gv_AMupdate use gv_fetchmethod_sv_autoload
Brian Fraser 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3fa2415427d4c39a
New branch drolsky/reorder-perlvar
4 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/20ab4748cb603b1a.tar.gz
Add missing C on </p> construct
Dave Rolsky 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/20ab4748cb603b1a
Make a new section for vars related to interpreter state
Dave Rolsky 1 file changed, 358 insertions(+), 350 deletions
http://perl5.git.perl.org/perl.git/commit/c3b05349bda98053
Move $0 and $$ together
Dave Rolsky 1 file changed, 48 insertions(+), 48 deletions(-
http://perl5.git.perl.org/perl.git/commit/39614b9a44140d9c
Move uid & gid variable docs next to each other
Dave Rolsky 1 file changed, 35 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/9d97790d7cf5e9ea
New branch smoke-me/khw-handy.h
14 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/a188e3e7c484d141.tar.gz
regexec.c: Add assertion check
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a188e3e7c484d141
handy.h: Don't call _utf8 fcns if Latin1
Karl Williamson 1 file changed, 9 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d30f164638394103
utf8.c: Remove (mostly) redundant test
Karl Williamson 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eecb950a35ca2f32
handy.h: Don't call _utf8 fcns if ASCII
Karl Williamson 1 file changed, 28 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/c17e01a6844e28cd
handy.h: Don't call _uni fcns if have applicable macro
Karl Williamson 1 file changed, 19 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/a39288c1f8d44d37
Don't use swash to find cntrls
Karl Williamson 6 files changed, 12 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/8ee1757a893655b7
utf8.c: Use less confusing property name
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/717643a57622a0c4
No need for swashes for properties that are ASCII-only
Karl Williamson 3 files changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4142e83e06d36eb7
No need for swashes for computing if ASCII
Karl Williamson 5 files changed, 4 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d6c2a38b2716e514
handy.h: No need to call fcns to compute if ASCII
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8c32c58c29a4e1da
handy.h: Simplify isASCII definition
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c08e7c6d7a637c47
handy.h: refactor FITS_IN_8_BITS defn
Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e447c50fc68b8b1
handy.h: clarify, typos in comment
Karl Williamson 1 file changed, 10 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/176b833bdab064b6
smoke for podcheck
Karl Williamson 1 file changed, 22 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/b89e45792d2023b5
New branch sprout/utf8sym3
26 commits. 2 unique authors. 1 unique committer.
Thanks, applied: Father Chrysostomos (12)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d5876e1ed7be5119.tar.gz
Fix thinko in hek_eq_pvn_flags
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d5876e1ed7be5119
hv.c: Stash-related UTF-8 cleanup.
Brian Fraser 1 file changed, 55 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/d9fce7869a879c17
gv.c: gv_name_set and gv_init_(etc) now initialize the GV's name as UTF-8 if
Brian Fraser 2 files changed, 27 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/71ee4f4c4de61206
SvUTF8() for globs.
Brian Fraser 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/83fb70164a5bc5a4
Restore newGVgen to perlapi.pod
Father Chrysostomos 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6c6ffca866fce2db
gv.c: newGVgen_flags and a flags parameter for gv_get_super_pkg.
Brian Fraser 5 files changed, 18 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/a2263eaa71fde8d7
Remove method param from gv_autoload_*
Father Chrysostomos 7 files changed, 37 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/76f5492a67d49dbd
Remove 4 from new gv_autoload4_(sv|pvn?) functions
Father Chrysostomos 7 files changed, 37 insertions(+), 37 deletions(
http://perl5.git.perl.org/perl.git/commit/b81d0ae3ca4453d3
Restore gv_autoload4 to perlapi.pod
Father Chrysostomos 2 files changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f93d678758932c88
gv.c: Added gv_autoload4_(sv|pv|pvn)
Brian Fraser 8 files changed, 136 insertions(+), 6 deletions(
http://perl5.git.perl.org/perl.git/commit/c8d6dec59974257f
gv.c: Make Gv_AMupdate use gv_fetchmethod_sv_autoload
Brian Fraser 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8c722c2cd2034408
Restore gv_fetchmethod_autoload to perlapi.pod
Father Chrysostomos 3 files changed, 11 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/93471080918822bb
gv.c: Added gv_fetchmethod_(sv|pv|pvs)_(flags|autoload).
Brian Fraser 9 files changed, 316 insertions(+), 44 deletions
http://perl5.git.perl.org/perl.git/commit/75a271960ce51d5d
Minor correction to gv_fetchmeth_autoload.t
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/372c2f41168f7466
Restore gv_fetchmeth_autoload to perlapi.pod
Father Chrysostomos 3 files changed, 11 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/f883a54472d3df61
gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.
Brian Fraser 8 files changed, 146 insertions(+), 14 deletions
http://perl5.git.perl.org/perl.git/commit/316168c9192cec83
Remove comment from hv.c that no longer applies
Father Chrysostomos 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0ccc5c817de59fec
Document and apiify hv name length/utf8 macros
Father Chrysostomos 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/560d20f72970c67c
Remove some _get variants of *NAMEUTF8 macros in [gh]v.h
Father Chrysostomos 2 files changed, 3 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab1f785db5597eae
Restore gv_fetchmeth to perlapi
Father Chrysostomos 3 files changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b84e75754dddc6cc
Minor correction to gv_fetchmeth.t
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1cd099d279da0bc6
gv.c: Added gv_fetchmeth_(sv|pv|pvn).
Brian Fraser 8 files changed, 139 insertions(+), 18 deletions
http://perl5.git.perl.org/perl.git/commit/276095efe0612aa0
Document gv_init*
Father Chrysostomos 3 files changed, 46 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/e76790d55a73497f
gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv as gv_init_svtype.
Brian Fraser 8 files changed, 97 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/36afcca5745b2924
Groundwork to allow cops and pmops to store the UTF8 flag
Brian Fraser 2 files changed, 33 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/a857163a68970cea
UTF-8 related macros in hv.h and gv.h
Brian Fraser 2 files changed, 16 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/f4e91ef6dbc55a72
Thread Next