Front page | perl.perl5.porters |
Postings from January 2012
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
January 24, 2012 18:14
Subject:
Perl 5 Commit Summary
Message ID:
E1RpsNL-0005XA-VT@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday
Current branch blead
60 commits. 8 unique authors. 5 unique committers.
69 files changed, 1830 insertions(+), 805 deletions(-)
Net code removal: Leon Timmermans (2 lines)
Thanks, applied: Father Chrysostomos (3) Ricardo Signes (1)
Karl Williamson (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/acb2988998003130.tar.gz
Update DB_File to CPAN version 1.825
Chris 'BinGOs' Williams 7 files changed, 16 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/acb2988998003130
Increase $overload::VERSION to 1.18
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/da60b1cba9b0c916
In overload::AddrRef, use ‘no overloading’
Father Chrysostomos 1 file changed, 2 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4403f0436417f874
[perl #108780] Make ‘no overloading’ work with qr//
Father Chrysostomos 2 files changed, 18 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/a75c6ed6bbe8051a
Move amagic hint checking to new function
Father Chrysostomos 4 files changed, 29 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/8d5692911401401d
Call FETCH once for stacked filetest ops
Father Chrysostomos 2 files changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c57800287bb7332d
skip sigdispatch.t on cygwin RT#88814
Reini Urban 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0ac0889ddd9fa6a8
[perl #77388] Make stacked -t work
Father Chrysostomos 7 files changed, 134 insertions(+), 100 deletion
http://perl5.git.perl.org/perl.git/commit/8db8f6b697e6f705
[rt.cpan.org #74289] Don’t make *CORE::foo read-only
Father Chrysostomos 6 files changed, 31 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/7e68c38b607a044e
Fix bad pointer size in has_trailing_nul
Eric Brine 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6fa2c250307a2b1d
point git-using installers to pod/perlgit
Ricardo Signes 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e0ddbfb27c49b936
perldelta for ~~ fix
Ricardo Signes 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6025c6ddd747335b
Enforce Any ~~ Object smartmatch precedence
Leon Timmermans 2 files changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b900a653610df47a
Increase $B::VERSION to 1.34
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e8acd6c51420b5d9
B.xs add missing B::COP::stashflags
Reini Urban 1 file changed, 11 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7a168a410cb692bd
B.pm POD: revise 44f7f2d5b1 on IoFLAGS
Reini Urban 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/675dc5e1a2e4e6d0
More un-TODOs and two typos in vms/ext/filespec.t.
Craig A. Berry 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9e1c556683b2bf04
Handle directories with dots in fileify under EFS.
Craig A. Berry 1 file changed, 14 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a9fac63d75d9222a
perlpodspec: Remove outdated text
Karl Williamson 1 file changed, 0 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5e909f4bb1064c09
sv.c:sv_utf8_encode: simplify code
Father Chrysostomos 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/654c723fd377eb0d
universal.c:XS_utf8_decode: rmv redundant code
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/18984c14b373cb9e
Don’t allow read-only regexps to be tied
Father Chrysostomos 2 files changed, 12 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/6dd7c1f1e9477c30
perldelta: Rmv git relict line
Karl Williamson 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a9a249629c8a3216
sv_force_normal: Don’t confuse regexps with cows
Father Chrysostomos 3 files changed, 16 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/3a482d8d62506281
English.pm: Remove fallacious comment
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1ef8987b48398aed
Increase $English::VERSION to 1.05
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0552980ae2ce1142
[perl #108794] Call special blocks in void context
Father Chrysostomos 2 files changed, 20 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/9a8aa25b28a85984
[rt.cpan.org #72767] Don’t propagate warnings into do-file
Father Chrysostomos 2 files changed, 27 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/3840c57b8cefe640
Regen known_pod_issues.dat
Chris 'BinGOs' Williams 2 files changed, 12 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/5fa409a90f64110c
Update Pod-Parser to CPAN version 1.50
Chris 'BinGOs' Williams 16 files changed, 280 insertions(+), 118 deletio
http://perl5.git.perl.org/perl.git/commit/462f46e7aee38f38
Sync Module-CoreList version in Maintainers.pl
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c5cc8e289bbd2b98
perllocale: Correct various Perl version references
Karl Williamson 1 file changed, 13 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/7ee2ae1e488d13df
locale.t: White-space, comment only
Karl Williamson 1 file changed, 194 insertions(+), 193 deletions
http://perl5.git.perl.org/perl.git/commit/71e5cbb3d12b2a78
Add :not_characters parameter to 'use locale'
Karl Williamson 14 files changed, 817 insertions(+), 179 deletio
http://perl5.git.perl.org/perl.git/commit/66cbab2c91fca8c9
locale.t: Don't bother testing locales with malformed names
Karl Williamson 1 file changed, 14 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/e439cacbc5a93fb9
locale.t: remove unused debug stuff
Karl Williamson 1 file changed, 0 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d9aa4013885b1910
perluniintro: Shorten too-long verbatim lines
Karl Williamson 2 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9ba22424c6f4c8c2
perllocale: Remove trailing blanks
Karl Williamson 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e05ffc7dc5f2f6ad
locale.pm: Pod tweaks
Karl Williamson 1 file changed, 7 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f36a39594f861ee6
regexp.h: Update comment
Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bf28aba1ae9198db
perllocale: Add caveat on UTF-8 locales
Karl Williamson 1 file changed, 11 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dc4bfc4bc1a2fde8
op.c: Call macro instead of using explicit bit
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/82ad65bb0613be64
locale.t: In-line function to its only call
Karl Williamson 1 file changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f07538a5ede83b76
locale.t: White-space, comment-only changes
Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1f5852c969db5b97
locale.t: Add names for some tests
Karl Williamson 1 file changed, 24 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c08acc4c769f829d
locale.t: Don't use hard-coded test numbers
Karl Williamson 1 file changed, 83 insertions(+), 47 deletions(-
http://perl5.git.perl.org/perl.git/commit/c4093d7d9d9a77c0
localet.t: Change variable name
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/66330f13dcaadca5
locale.t: croak isn't loaded
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9c11bb3cf05df9ae
locale.t: Revise tests
Karl Williamson 1 file changed, 9 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8161897af8c26169
locale.t: Comments, white-space only
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9445c837d81bc41f
locale.t: Remove unset variables.
Karl Williamson 1 file changed, 0 insertions(+), 16 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f8f84bd6327e5641
locale.t: Calculate locale values AFTER setting the locale
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e5272a465a9fa5aa
locale.t: Don't test a locale twice
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0b9f254b1f589176
locale.t: Remove hard-coded test number
Karl Williamson 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6cf0b5678c6f2ad5
locale.t: Move test plan to end
Karl Williamson 1 file changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fdf053ee47ea9986
locale.t: Remove test numbers from calls
Karl Williamson 1 file changed, 105 insertions(+), 106 deletions
http://perl5.git.perl.org/perl.git/commit/36a42ae7f28e83e7
locale.t: Start removing hard-coded test numbers
Karl Williamson 1 file changed, 10 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c213d471d86c3a5f
Restore triple-dot directory spec tests in vms/ext/filespec.t.
Craig A. Berry 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7cae380393700068
Start rationalizing Unix-to-VMS file spec conversion code.
Craig A. Berry 1 file changed, 0 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3b7517cbd076db64
VMS-specific symlink tweak for stat.t
Craig A. Berry 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/102411b6b99d0bbc
Current branch smoke-me/installhtml
1 commit. 1 unique author. 1 unique committer.
193 files changed, 8424 insertions(+), 2962 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/a9b269e54f1af0d7.tar.gz
Purge references to --libpod, an abbreviation for --libpods
Nicholas Clark 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a9b269e54f1af0d7
New branch smoke-me/Pod-Functions
6 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/50f6def25a92b069.tar.gz
Teach Pod::Functions that each, keys and values also operate on arrays.
Nicholas Clark 2 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/50f6def25a92b069
Add all missing functions to Pod::Functions.
Nicholas Clark 2 files changed, 14 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/0e039f6721cf656e
Teach Pod::Functions about 'Keywords related to the switch feature'.
Nicholas Clark 2 files changed, 13 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/ef4b736b6e4d692f
Update Pod::Functions with changes from perlfunc.pod
Nicholas Clark 2 files changed, 17 insertions(+), 31 deletions(
http://perl5.git.perl.org/perl.git/commit/a9f5c8f93e28a371
In perlfunc.pod, sort the descriptions more consistently.
Nicholas Clark 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/39b094a484f2f2d4
Add 4 functions missing from perlfunc.pod's 'Perl Functions by Category'.
Nicholas Clark 1 file changed, 7 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae9d5c6d1f6b536f
New branch smoke-me/diagnostics
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/3d4ceda8008ddc22.tar.gz
diagnostics doesn't need to search for perldelta.pod in pre-5.005 locations.
Nicholas Clark 2 files changed, 9 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3d4ceda8008ddc22
New branch smoke-me/marcg/pod-html-addcache
4 commits. 1 unique author. 1 unique committer.
Thanks, applied: Marc Green (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/e43c1a8a695a56bf.tar.gz
Fix portability issue with Pod::Html test case
Marc Green 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e43c1a8a695a56bf
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/c3a7b12650951e80
Update MANIFEST
Marc Green 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/140672afafbee1a3
Re-add cache feature
Marc Green 4 files changed, 209 insertions(+), 14 deletions
http://perl5.git.perl.org/perl.git/commit/b657a5c4c40d7f55
New branch smoke-me/rjbs/smartmatch-prec
1 commit. 1 unique author. 1 unique committer.
Net code removal: Ricardo Signes (2 lines)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d676ba3d4e93f517.tar.gz
don't favor left operand's overload over right's
Ricardo Signes 2 files changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d676ba3d4e93f517
New branch smueller/typemapdocs4
11 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/39f4ee03071aeb70.tar.gz
XS::Typemap: Tests for T_PACKED
Steffen Mueller 3 files changed, 91 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/39f4ee03071aeb70
Document T_PACKEDARRAY
Steffen Mueller 1 file changed, 15 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e2591dfd04ec63a6
XS::Typemap: Document T_PACKED
Steffen Mueller 1 file changed, 32 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5cb04c0d7922e662
XS-Typemap: Document sharing mechanism for typemaps
Steffen Mueller 1 file changed, 29 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e792388a8a1546ee
Inline the XS-Typemap typemap file
Steffen Mueller 3 files changed, 31 insertions(+), 27 deletions(
http://perl5.git.perl.org/perl.git/commit/4096052baf5fc96e
Document the exact format of a typemap
Steffen Mueller 1 file changed, 68 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c7f9a873ef64ba74
Typemaps: Start writing some general documentation
Steffen Mueller 1 file changed, 45 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/766f79cdce67d045
First stab T_REFREF docs
Steffen Mueller 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ab6164bd24b5b37a
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/b6704e3f9907e323
Cleanup: Condense tests and add a few
Steffen Mueller 1 file changed, 34 insertions(+), 80 deletions(-
http://perl5.git.perl.org/perl.git/commit/a879031f80de94f6
Minor documentation fixes and annotations
Steffen Mueller 2 files changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5707bc763856e64d
Thread Next