Front page | perl.perl5.porters |
Postings from November 2013
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
November 27, 2013 02:14
Subject:
Perl 5 Commit Summary
Message ID:
E1VlUdl-0008SW-MJ@dromedary-001.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday
Current branch blead
39 commits. 9 unique authors. 8 unique committers.
55 files changed, 1077 insertions(+), 725 deletions(-)
Net code removal: Nicholas Clark (14 lines)
Thanks, applied: Father Chrysostomos (4)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/a2b0867187c3f1dc.tar.gz
Extend Intel C++ compiler support (a48cc4c427) to dmake builds
Steve Hay 3 files changed, 26 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/a2b0867187c3f1dc
bump DynaLoader version after previous commits
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a0ccbf74dd8e08dd
dl_hpux.xs: fix PREINIT boundary
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b95d43c156ef18d9
Dynaloader: use PREINIT to avoid compiler errors
David Mitchell 2 files changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3e584864f634c8cc
perlunicode: Nits
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/df9e1087beb66b5a
perlrecharclass: Add statement about above-Unicode and (?[])
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f194034a59090674
perluniprops: Tweaks
Karl Williamson 1 file changed, 22 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/65ddfa382794944f
perlapi: Refer to correct formal parameter name
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c2da02fcae9b0f8f
handy.h: Remove duplicate line
Karl Williamson 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0eeb2ffe7fa9e108
document the deprecation of literal ctrl char varnames
Ricardo Signes 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b50f77aa7f446f6d
List another VC++ 2013 test failure
Steve Hay 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ea5eb3d3ca6e0087
Test that (??{$pvlvregexp}) does not recompile the regexp
Father Chrysostomos 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/10beeb31a54ccb7c
Reënable qr caching for (??{}) retval where possible
Father Chrysostomos 4 files changed, 25 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/237da80732005e84
Don’t cache qr magic on references
Father Chrysostomos 2 files changed, 13 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/e66ad3503cde2847
Make (??{$tied_ovrld}) see the right $1
Father Chrysostomos 2 files changed, 17 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/2685dc2d9a9865ac
Improve prefix removal from PPF translations.
Craig A. Berry 1 file changed, 22 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/bdbc68045b07fa33
Fix VMS-specific wraparound error in S_mayberelocate.
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f420cce1268f3055
Don’t skip pat_re_eval.t under miniperl
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/106793b61fcb516b
Fix bug with (??{$overload}) regexp caching
Father Chrysostomos 2 files changed, 15 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/636209429f2cba99
->$#*
Father Chrysostomos 6 files changed, 577 insertions(+), 540 deletion
http://perl5.git.perl.org/perl.git/commit/ff25e5dbbad6ccf8
fix Gconvert 'ignoring return value' warnings
David Mitchell 1 file changed, 16 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cca0492ec62cab78
fix 'ignoring return value' compiler warnings
David Mitchell 10 files changed, 83 insertions(+), 39 deletions
http://perl5.git.perl.org/perl.git/commit/04783dc7025287c5
XS::APItest: remove unused var
David Mitchell 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7616a0c2898b38b8
better diagnostics of RExC_seen in regcomp.c
Yves Orton 1 file changed, 44 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9e9ecfdf61f3e4c2
Avoid pointer churn in study_chunk recursion bitmap allocation
Yves Orton 4 files changed, 70 insertions(+), 43 deletions(
http://perl5.git.perl.org/perl.git/commit/09a658380cac4441
regexec.c: Remove redundant S_regcp_restore call
Father Chrysostomos 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1d330354a1a1ceca
Test line number for (??{$str}) regexp warnings
Father Chrysostomos 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dd8ddecf0bb65b67
First steps to resolving RT #120618, better fix for RT #120600
Yves Orton 1 file changed, 45 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/0ac75573be35d04f
Require Test::More v0.88 to use done_testing in Spec.t.
James E Keenan 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/673d92672305ecff
Increase $XS::Typemap::VERSION to 0.13
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3407f4a92d7d9731
Squash COWs in the char* typemap
Father Chrysostomos 4 files changed, 56 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/77ca9de6373481d9
Increase $PerlIO::via::VERSION to 0.14
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a2235d78944d9a70
Push a new stack in sv_recode_to_utf8
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7a3f9604e7d1d542
No need to wrap calls to Perl_load_module() in ENTER/LEAVE
Nicholas Clark 2 files changed, 2 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/148732bd2d927f02
Perl_load_module() no longer moves the current stack, so no need to save it.
Nicholas Clark 4 files changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/61bac25cda61b442
S_process_special_blocks() should use a new stack for BEGIN blocks.
Nicholas Clark 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ebdc88085efa6fca
Remove redundant SPAGAIN & PUTBACK after PUSHSTACKi().
Nicholas Clark 5 files changed, 1 insertion(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ea35f80112fbe2df
Extend STRESS_REALLOC to move the stack with every EXTEND
Father Chrysostomos 2 files changed, 21 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/865e3ae09bd2dde9
Get perl to build under STRESS_REALLOC once more
Father Chrysostomos 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0ff725582ada8404
Current branch smoke-me/khw-mktables
30 commits. 1 unique author. 1 unique committer.
658 files changed, 48081 insertions(+), 43120 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/bc68d895d2f80f64.tar.gz
smoke
Karl Williamson 22 files changed, 603 insertions(+), 735 deletio
http://perl5.git.perl.org/perl.git/commit/bc68d895d2f80f64
regcomp.h: Reorder some #defines
Karl Williamson 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4cf1cc0d228809bd
Re-order some flag bits to avoid potential branches
Karl Williamson 2 files changed, 11 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/6790eedfdd676bd3
Convert regnode to a flag for [...]
Karl Williamson 6 files changed, 297 insertions(+), 312 deletion
http://perl5.git.perl.org/perl.git/commit/f4c10656e24b4bf2
mktables: Better comment some variables
Karl Williamson 1 file changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/54c03f7d943f2114
handy.h: Slightly refactor READ_XDIGIT macro
Karl Williamson 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0806368a51fd5b0b
mktables: Calculate debugging information placement
Karl Williamson 1 file changed, 87 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/5fd609de62266055
mktables: White-space only
Karl Williamson 1 file changed, 12 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/a6a1ed774358907e
mktables: Convert to use new function
Karl Williamson 1 file changed, 10 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/04a22cce55ad6bf6
mktables: Don't change table format with debugging info
Karl Williamson 1 file changed, 159 insertions(+), 111 deletions
http://perl5.git.perl.org/perl.git/commit/4eee5eb07c87b57d
mktables: Improve display of debugging information
Karl Williamson 1 file changed, 18 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9a0014e728056fea
lib/Unicode/UCD.t: White-space only
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8b9b67bd56baf141
Add tests for legacy Unicode data files
Karl Williamson 1 file changed, 122 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/421fee54d421df15
lib/Unicode/UCD.t: Anchor a couple of regexes
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/09a50deb8bf51a8a
lib/Unicode/UCD.t: Clarify diagnostic
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/33e40a45d2267ce7
lib/Unicode/UCD.t: Rename a $variable
Karl Williamson 1 file changed, 41 insertions(+), 41 deletions(-
http://perl5.git.perl.org/perl.git/commit/fdbdcbc99ea01ed6
Unicode/UCD.t: Add missing 'next' statement
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0afb963bf71c98c8
mktables: White-space only
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bcf0c8fed948fba6
Unicode::UCD: Remove access to some legacy-only properties
Karl Williamson 2 files changed, 61 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/553fcf56c683ee0b
mktables: Clarify overloaded variable name
Karl Williamson 1 file changed, 13 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/991cfc3dce3d8065
mktables, UCD.t: Fix nits in comments; add comment
Karl Williamson 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/55f2663573986777
mktables: Don't output trailing tabs in tables
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/936adc44162169e0
Unicode/UCD.t: white-space, comments
Karl Williamson 1 file changed, 18 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/0dd869ab876df1b6
mktables: Stop generating most leading zeros
Karl Williamson 2 files changed, 63 insertions(+), 27 deletions(
http://perl5.git.perl.org/perl.git/commit/ae1fa5c05d9ac4a5
mktables: Further explain how things work in a comment
Karl Williamson 1 file changed, 24 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/38de4a7a08608472
mktables: Add an adviosry comment to generated files.
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0c829ecdffa262a6
mktables: Regenerate if called with different cmd line args
Karl Williamson 1 file changed, 14 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e66fa211d5b66d66
mktables: Tighten regex match to real data
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c410c9485a3814d4
mktables: Fixup debugging info
Karl Williamson 1 file changed, 35 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/33b9da68adf2b816
mktables: White-space only: wrap to 79 cols
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8b7aa72c5a4d3ddc
New branch tonyc/win32-stat
6 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/db05fa27f490503d.tar.gz
WIP fixing dates
Tony Cook 2 files changed, 16 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/db05fa27f490503d
[perl #45331] capture nlink and file size for stat() on \\?\UNC\...
Tony Cook 2 files changed, 10 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/b13ef34b91d7b85c
fix name for nlink test
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5156ef6aec802e14
[perl #45331] minimally allow -f to work on \\?\UNC\... paths
Tony Cook 2 files changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/facb8b0c4dd913bd
TODO tests for stat on \\?\UNC\server\share\filename [perl #45331]
Tony Cook 1 file changed, 51 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5072df38004271c3
related to 45331 - -d on //?/C:/ type paths fails
Tony Cook 1 file changed, 15 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9002686cc1efa49b
Deleted branch smoke-me/khw-N
Thread Previous