develooper Front page | perl.perl5.porters | Postings from September 2011

Perl 5 Commit Summary

Thread Next
From:
Perl 5 commit summary
Date:
September 2, 2011 18:09
Subject:
Perl 5 Commit Summary
Message ID:
E1QzejP-00022C-Rm@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Wednesday

Current branch blead
51 commits.  10 unique authors.  6 unique committers.
79 files changed, 34389 insertions(+), 34135 deletions(-)
Net code removal: Aristotle Pagaltzis (517 lines)
Thanks, applied:  Father Chrysostomos (7) Nicholas Clark (3)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/159b753f24200281.tar.gz

  [perl #98280] Use same version number 1.997 in all .pm files.
  Peter John Acklam           3 files changed, 3 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/159b753f24200281

  perluniprops: Add note about 'L_' being non-standard
  Karl Williamson             1 file changed, 4 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/0f88d3933d3f97ed

  utf8_heavy: Correctly handle \p{L_}
  Karl Williamson             3 files changed, 28 insertions(+), 3 deletions(-
  http://perl5.git.perl.org/perl.git/commit/45376db692c38e06

  perluniprops: display 2 synonyms as being discouraged
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/4cd1260ad5e90fe6

  Unicode::UCD: clarify pod
  Karl Williamson             1 file changed, 10 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/18972f4b92ed1dea

  Unicode::UCD: fix pod verbatim line length
  Karl Williamson             2 files changed, 1 insertion(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/62a8c8c2f07ca1d0

  Unicode::UCD: speed up some look ups
  Karl Williamson             1 file changed, 13 insertions(+), 14 deletions(-
  http://perl5.git.perl.org/perl.git/commit/5c3b35c95645d687

  Unicode::UCD: Allow for some look-up speed up
  Karl Williamson             1 file changed, 23 insertions(+), 7 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/cb366075e52d6ac4

  Unicode::UCD: Use NFD(), not NFKD() for Hangul syllables
  Karl Williamson             1 file changed, 10 insertions(+), 8 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/94c91ffce4d762ae

  Unicode::UCD Add synopsis info for num() to pod
  Karl Williamson             1 file changed, 5 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/eefd7bc2e29af165

  Unicode::UCD: Make pod header consistent
  Karl Williamson             5 files changed, 6 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/67592e11cc42a8fb

  Remove Porting/genlog, redundant since the switch from Perforce to git.
  Nicholas Clark              3 files changed, 0 insertions(+), 146 deletions(
  http://perl5.git.perl.org/perl.git/commit/9a74aa57c6171e0a

  Silence two compiler warnings in gv.c
  Father Chrysostomos         1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/0f43181edb0c3e61

  Fix two \&$tied regressions
  Father Chrysostomos         2 files changed, 34 insertions(+), 4 deletions(-
  http://perl5.git.perl.org/perl.git/commit/ff55a0191f195519

  [perl #98256] Add POD for the bsgn() method.
  Peter John Acklam           1 file changed, 7 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/ad66d0c9a62d4dfd

  regen known_pod_issues.dat
  Father Chrysostomos         1 file changed, 3 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/ec5c6d13a2c8586d

  Bump Math::Big(In|Floa)t versions
  Father Chrysostomos         2 files changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6b51c551aece72c6

  remove incorrect formatting inside verbatim paragraphs
  Alexandr Ciornii            1 file changed, 23 insertions(+), 23 deletions(-
  http://perl5.git.perl.org/perl.git/commit/ff408e407f0173eb

  Correct links to sections (and modules in case of BigFloat.pm)
  Alexandr Ciornii            2 files changed, 23 insertions(+), 23 deletions(
  http://perl5.git.perl.org/perl.git/commit/866955ae369961ac

  Reinstate the perldelta entry for CPANPLUS.
  Nicholas Clark              1 file changed, 4 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/755f12e585ebb702

  Update AnyDBM_File's documentation to avoid use POSIX;
  Nicholas Clark              2 files changed, 12 insertions(+), 3 deletions(-
  http://perl5.git.perl.org/perl.git/commit/5f8b5b708cedba3c

  Defenestrate PAD_DUP
  Father Chrysostomos         1 file changed, 0 insertions(+), 15 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/25b1159e83fc9adc

  Merge the POSIX.pm refactoring into blead.
  Nicholas Clark              2 parents
  http://perl5.git.perl.org/perl.git/commit/a5510234c3405289

  Note the refactoring of POSIX.pm in perldelta.
  Nicholas Clark              1 file changed, 9 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/7ac26854bd1fc3c6

  Change the synopsis in POSIX.pod to stress use POSIX ();
  Nicholas Clark              1 file changed, 4 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a17b2d91d862b84c

  Generate @POSIX::EXPORT_OK from %reimpl, %replacement and an exception list.
  Nicholas Clark              1 file changed, 5 insertions(+), 59 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/8dad66f8c00f37d9

  Test that @POSIX::EXPORT and @POSIX::EXPORT_OK are not inadvertently changed
  Nicholas Clark              2 files changed, 117 insertions(+), 0 deletions(
  http://perl5.git.perl.org/perl.git/commit/57159ffe11d6b0de

  Remove isatty from @POSIX::EXPORT_OK, as it's already in @EXPORT.
  Nicholas Clark              1 file changed, 0 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/16dc86d292c4bc09

  Replace use of AutoLoader in POSIX with a custom compilation deferral scheme
  Aristotle Pagaltzis         2 files changed, 100 insertions(+), 380 deletion
  http://perl5.git.perl.org/perl.git/commit/122efcc9506aa948

  In POSIX, improve the diagnostic for the "use $method" instead.
  Nicholas Clark              2 files changed, 3 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/11e7c26f941847c6

  In POSIX, drastically simplify the wrappers for "unimplemented" functions.
  Aristotle Pagaltzis         2 files changed, 105 insertions(+), 341 deletion
  http://perl5.git.perl.org/perl.git/commit/8fe37eeda0ab6922

  In POSIX.pm, modernise package variable style.
  Aristotle Pagaltzis         1 file changed, 8 insertions(+), 9 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/b0ac411b6a087a98

  The more regular POSIX "unimplemented" diagnostics simplify the tests.
  Nicholas Clark              1 file changed, 60 insertions(+), 60 deletions(-
  http://perl5.git.perl.org/perl.git/commit/3bc0fa4978bae95d

  Improvements to the diagnostics for "unimplemented" POSIX functions.
  Nicholas Clark              2 files changed, 44 insertions(+), 44 deletions(
  http://perl5.git.perl.org/perl.git/commit/fa22ee5499f30bb6

  Test the POSIX functions that wrap core builtins.
  Nicholas Clark              2 files changed, 234 insertions(+), 0 deletions(
  http://perl5.git.perl.org/perl.git/commit/f8882ab154679fdb

  Convert the POSIX waitpid tests to Test::More.
  Nicholas Clark              1 file changed, 16 insertions(+), 15 deletions(-
  http://perl5.git.perl.org/perl.git/commit/3fde54759f5a556e

  Explicitly test both CORE:: and POSIX:: gmtime and localtime.
  Nicholas Clark              1 file changed, 21 insertions(+), 8 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/b7fda7aac48a2f42

  Test the diagnostics for usage messages for POSIX wrapper functions.
  Nicholas Clark              3 files changed, 53 insertions(+), 4 deletions(-
  http://perl5.git.perl.org/perl.git/commit/c43a6b96efe649b1

  Test the diagnostics for all POSIX::* functions that are "unimplemented".
  Nicholas Clark              2 files changed, 99 insertions(+), 0 deletions(-
  http://perl5.git.perl.org/perl.git/commit/e61e2601a6411612

  In ext/POSIX/t/is.t, make better use of Test::More.
  Nicholas Clark              1 file changed, 8 insertions(+), 10 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a78a7b01301ef7aa

  Use OPpDEREF for lvalue sub, such that the flags contains the deref type, in
  Gerard Goossen              5 files changed, 12 insertions(+), 16 deletions(
  http://perl5.git.perl.org/perl.git/commit/0e9700df31679b57

  Reassign op_private flags of OP_ENTERSUB such that bits 32 and 64 can be use
  Gerard Goossen              2 files changed, 4 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6c5d44995b59b506

  Update CPANPLUS to CPAN version 0.9110
  Chris 'BinGOs' Williams     7 files changed, 19 insertions(+), 4 deletions(-
  http://perl5.git.perl.org/perl.git/commit/991864f168b707b2

  Fix overloaded <> when the peephole optimiser is disabled.
  Gerard Goossen              1 file changed, 5 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/86e5639be8611d12

  [perl #97492] Tests & delta for defined ${"::!"}
  Father Chrysostomos         2 files changed, 9 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/b4155db21af9a8f8

  [perl #97484] Make defined &{...} vivify CORE subs
  Father Chrysostomos         4 files changed, 11 insertions(+), 5 deletions(-
  http://perl5.git.perl.org/perl.git/commit/9da346da98617273

  [perl #98092] Fix unreferenced scalar warnings in clone.t
  Father Chrysostomos         1 file changed, 9 insertions(+), 14 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/7d953ba8a0841912

  Update Win32 canned config header files
  Steve Hay                   6 files changed, 8042 insertions(+), 7874 deleti
  http://perl5.git.perl.org/perl.git/commit/840565a70870ff8a

  Make switchC.t pass if the environment variable PERL_UNICODE contains "S"
  Rafael Garcia-Suarez        1 file changed, 11 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/00c1390f3fd32e7c

  Preliminary cleanup of win32/config*.* prior to updating them fully
  Steve Hay                   8 files changed, 164 insertions(+), 143 deletion
  http://perl5.git.perl.org/perl.git/commit/925798f29c677c61

  Updated Locale-Codes to CPAN version 3.18
  Chris 'BinGOs' Williams     23 files changed, 25221 insertions(+), 25067 del
  http://perl5.git.perl.org/perl.git/commit/43c6b706eae7899e

Current branch maint-5.12
8 commits.  3 unique authors.  1 unique committer.
9 files changed, 84 insertions(+), 23 deletions(-)
Thanks, applied:  Father Chrysostomos (4)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/095878b0f6f3748a.tar.gz

  perldelta for (?{...}) error-handling
  Father Chrysostomos         1 file changed, 5 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/095878b0f6f3748a

  Fix for RT#2353: catch yyparse() exceptions in (?{...})
  George Greer                1 file changed, 4 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/70e5022ffa62eb53

  perldelta for utf8cache/index() bug
  Father Chrysostomos         1 file changed, 5 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/bf3505a16c0a7fa3

  Avoid UTF-8 cache panics with offsets beyond the string. Fixes RT #75898.
  Nicholas Clark              4 files changed, 32 insertions(+), 14 deletions(
  http://perl5.git.perl.org/perl.git/commit/3808f14a4da5927a

  In Perl_sv_pos_u2b_flags and S_sv_pos_u2b_cached, return early for offset 0.
  Nicholas Clark              1 file changed, 6 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/ae38025c1617ab06

  In S_sv_pos_u2b_midway, inline the call to S_sv_pos_u2b_forwards.
  Nicholas Clark              3 files changed, 11 insertions(+), 4 deletions(-
  http://perl5.git.perl.org/perl.git/commit/a038578f463dd5e9

  perldelta for Carp memory leak fix
  Father Chrysostomos         1 file changed, 6 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/bdbd6a2672839d28

  [perl #97020] Carp (actually caller) leaking memory
  Father Chrysostomos         4 files changed, 15 insertions(+), 4 deletions(-
  http://perl5.git.perl.org/perl.git/commit/790db5db7e6fc840

New branch zefram/dual_Carp
2 commits.  1 unique author.  1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/8e239f8c37cef8ff.tar.gz

  dual-life Carp
  Zefram                      11 files changed, 1119 insertions(+), 1090 delet
  http://perl5.git.perl.org/perl.git/commit/8e239f8c37cef8ff

  move Carp to ext/Carp, preparing for dual-lifing
  Zefram                      12 files changed, 1092 insertions(+), 1059 delet
  http://perl5.git.perl.org/perl.git/commit/e2f6d771c1347248

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About