develooper Front page | perl.perl5.porters | Postings from July 2012

Perl 5 Commit Summary

Thread Previous
From:
Perl 5 commit summary
Date:
July 31, 2012 18:14
Subject:
Perl 5 Commit Summary
Message ID:
E1SwNVo-0006zP-6N@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday

Current branch blead
56 commits.  6 unique authors.  5 unique committers.
44 files changed, 438 insertions(+), 296 deletions(-)
Net code removal: Nicholas Clark (81 lines)
Thanks, applied:  Jan Dubois (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/40b6423cb7af5e5b.tar.gz

  make re_compile core-engine specific
  David Mitchell              1 file changed, 12 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/40b6423cb7af5e5b

  In Perl_scalarvoid(), avoid creating a temporary SV for simple messages.
  Nicholas Clark              1 file changed, 22 insertions(+), 14 deletions(-
  http://perl5.git.perl.org/perl.git/commit/095b19d150eee57e

  Storable: blessed long vstrings
  Father Chrysostomos         2 files changed, 3 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/7e2a0d4586762cf2

  [perl #114338] Misleading prototype in perlapi manpage
  Father Chrysostomos         1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/4ad9e498704f6c32

  [perl #113894] Storable support for vstrings
  Father Chrysostomos         3 files changed, 128 insertions(+), 13 deletions
  http://perl5.git.perl.org/perl.git/commit/e00e3c3ee5289078

  Get Storable’s blessed.t passing again in 5.8.1-
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/4ae8bca72003be31

  Storable.xs: Add comments to store_scalar concerning utf8
  Father Chrysostomos         1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a137b8e55003972a

  Storable: doc typos
  Father Chrysostomos         1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/b846e6a637ab2009

  Increase $Storable::VERSION to 2.38
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/a0dde8d2864f22eb

  scope.c: Don’t stringify globs on scope exit
  Father Chrysostomos         1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/a6d7a4ac1ec8155e

  Most magic.t tests can actually run on VMS.
  Craig A. Berry              1 file changed, 9 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/f8c6801b81163deb

  Correct skip count in magic.t after 613c63b465.
  Craig A. Berry              1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/bf1be224ac1c0c0c

  Remove -x permission from win32/win32.h
  Jan Dubois                  0 files changed, 0 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/86bc91c076cf0fc7

  Add PERL_NO_GET_CONTEXT to Win32CORE
  Daniel Dragan               1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/2e94d7323a4c0ec3

  Add MSVC noreturn to inside of the interp
  Daniel Dragan               1 file changed, 4 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/50e8e1f58c8f44de

  Split __declspec(dllimport,noreturn) into 2 parts
  Jan Dubois                  1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/03c98af06fb1276c

  Fix C pre-processor expression in Dumper.xs
  Nicholas Clark              1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/5fde9fa4cbe66ffa

  perlvar: Correct $^S’s description
  Father Chrysostomos         1 file changed, 6 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/aa959a20b7e2dc9d

  diagnostics.t: Test BEGIN{die}
  Father Chrysostomos         1 file changed, 11 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/d271dac932f48287

  Revert "Increase $diagnostics::VERSION to 1.31"
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/45bce001ce5dcc5d

  Revert "Use $^S instead of caller in splain"
  Father Chrysostomos         1 file changed, 8 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/ec087511b22a0ebd

  perldelta for undef(&foo) and call checkers
  Father Chrysostomos         1 file changed, 4 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/ea9f761d76a41be4

  Make undef &foo remove call checkers
  Father Chrysostomos         2 files changed, 11 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/2f14e398cab171c9

  pad.c: document cv_forget_slab
  Father Chrysostomos         1 file changed, 12 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/50dc2bd3d35d30ed

  [perl #113940] Make make_ext delete Makefiles when version changes
  Father Chrysostomos         1 file changed, 22 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/baff067e717fe1c0

  Remove some redundant magical flag checks
  Father Chrysostomos         2 files changed, 4 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d96ab1b5f316fcb0

  Use $^S instead of caller in splain
  Father Chrysostomos         1 file changed, 1 insertion(+), 8 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/019070c31184a4de

  Increase $diagnostics::VERSION to 1.31
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/c369a25dcc5e5c5b

  perldelta: proto mismatch warnings
  Father Chrysostomos         1 file changed, 10 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/b4cf37f552befe5c

  Fix scrambled and incorrect proto mismatch error
  Father Chrysostomos         2 files changed, 14 insertions(+), 3 deletions(-
  http://perl5.git.perl.org/perl.git/commit/105ff74ce063d3ee

  perldelta for 4499db7385 (vstr =~ s/a/a/)
  Father Chrysostomos         1 file changed, 5 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/afc04f16a85625bb

  sv.h: Document SvTHINKFIRST
  Father Chrysostomos         1 file changed, 24 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a11eaecb35111338

  Dumper.xs: Avoid scan_vstring on 5.17.3
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/153920a10f425609

  Increase $Data::Dumper::VERSION to 2.135_07
  Father Chrysostomos         1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/915268060395b06c

  Oust sv_gmagical_2iv_please
  Father Chrysostomos         5 files changed, 1 insertion(+), 35 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/8a68f32879ab48ea

  Remove code for supporting 80286 based systems.
  Nicholas Clark              4 files changed, 2 insertions(+), 26 deletions(-
  http://perl5.git.perl.org/perl.git/commit/562aee6bf50bd224

  Remove dead code related to the Atari ST port of perl 4.0 patchlevel 19
  Nicholas Clark              8 files changed, 11 insertions(+), 76 deletions(
  http://perl5.git.perl.org/perl.git/commit/7c458fae0a6159ea

  Merge the refactoring of the filetest OPs' return code.
  Nicholas Clark              2 parents
  http://perl5.git.perl.org/perl.git/commit/4c21785fe645f05e

  Comment the code with how filetest operators interact with the Perl stack.
  Nicholas Clark              1 file changed, 7 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6c48f0257061da37

  Eliminate the macros FT_RETURN_FALSE() and FT_RETURN_TRUE().
  Nicholas Clark              1 file changed, 7 insertions(+), 12 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/48d023d6dd4655c9

  Refactor the macro FT_RETURN_TRUE() into the function S_ft_return_true()
  Nicholas Clark              1 file changed, 12 insertions(+), 12 deletions(-
  http://perl5.git.perl.org/perl.git/commit/07ed4d4bd6e7cc69

  Consolidate the code for returning false values from filetest operators.
  Nicholas Clark              1 file changed, 7 insertions(+), 12 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/9a6b02e88d42f77b

  Reorder S_ft_stacking_return_false().
  Nicholas Clark              1 file changed, 6 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/697f9d37ed09fce0

  Remove dSP from all filetest ops.
  Nicholas Clark              1 file changed, 8 insertions(+), 13 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d2f677201f78036f

  Replace the macro RETURNX() with its expansion in FT_RETURN_{FALSE,TRUE}
  Nicholas Clark              1 file changed, 14 insertions(+), 8 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/75a8cd125e994761

  perldelta for 1eb0b7be2ff1 (B::Deparse and loopex prec)
  Father Chrysostomos         1 file changed, 5 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/32ed16fc7457f218

  perldelta for 1f039d60d3 (last $foo)
  Father Chrysostomos         1 file changed, 7 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6ed07037b4167d32

  perldelta for 2ba1f20ac3a (loopex prec docs)
  Father Chrysostomos         1 file changed, 4 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/be28af6e82fe759a

  perldelta for f6894bc8d44 and e52de15a29
  Father Chrysostomos         1 file changed, 5 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d7f7c5151b019a3c

  perldelta for 42409c4069 (truncate FILENAME)
  Father Chrysostomos         1 file changed, 5 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/e9f497c456616224

  perldelta for 9a0c99494c and 06b58b76f31
  Father Chrysostomos         1 file changed, 7 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/3e81bef20efc82df

  perldelta for c9df4fdaad9 (dump LABEL leak)
  Father Chrysostomos         1 file changed, 4 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/77f5d5391b62a789

  doop.c: Simplify do_trans’ un-cow logic
  Father Chrysostomos         1 file changed, 1 insertion(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/deaf58b8802900d0

  Fix C++ build broken by 1f039d60d3
  Father Chrysostomos         1 file changed, 7 insertions(+), 9 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1ec4f607b95237e7

  Flatten vstrings modified in place
  Father Chrysostomos         13 files changed, 23 insertions(+), 45 deletions
  http://perl5.git.perl.org/perl.git/commit/4499db7385adf05f

  pp.c:pp_trans: avoid redundant sv in transr
  Father Chrysostomos         1 file changed, 4 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/5bbe7184a7198d63

Current branch nicholas/bisect
30 commits.  2 unique authors.  1 unique committer.
195 files changed, 6915 insertions(+), 3468 deletions(-)
Thanks, applied:  Nicholas Clark (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/75793019160f6ebc.tar.gz

  bisect.pl can now optionally timeout the user's test case.
  Nicholas Clark              1 file changed, 57 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/75793019160f6ebc

  Add an option to bisect.pl to run the user testcase in its own process group
  Nicholas Clark              1 file changed, 14 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/c7ed78eaad66788c

  In bisect-runner.pl, run_report_and_exit() now uses run_with_options().
  Nicholas Clark              1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/19a023538b8b2696

  In bisect-runner.pl, extract the Configure running into run_with_options().
  Nicholas Clark              1 file changed, 27 insertions(+), 15 deletions(-
  http://perl5.git.perl.org/perl.git/commit/2cb0c4560a752376

  In bisect-runner.pl, invert the first parameter to report_and_exit().
  Nicholas Clark              1 file changed, 9 insertions(+), 9 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d04981cf6503d0ba

  In bisect-runner.pl, refactor the calls to system @ARGV into a function.
  Nicholas Clark              1 file changed, 7 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/b88726a56be77ca5

  bisect.pl can run in-place if the checkout is totally clean.
  Nicholas Clark              1 file changed, 44 insertions(+), 15 deletions(-
  http://perl5.git.perl.org/perl.git/commit/2b9bc63e388ce3c4

  If there is no 'blead' branch, bisect.pl now uses a suitable alternative.
  Nicholas Clark              1 file changed, 13 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/7e88960bd03ddad2

  Add --gold option to bisect.pl for the revision to use for "recent" files.
  Nicholas Clark              2 files changed, 15 insertions(+), 4 deletions(-
  http://perl5.git.perl.org/perl.git/commit/cd387995ab809a5f

  bisect-runner.pl always needs to pass paths gleaned from gcc to Configure.
  Nicholas Clark              1 file changed, 7 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/01b47b49b9ac207f

  When bisecting, use `git tag -l` to get the list of stable releases.
  Nicholas Clark              2 files changed, 17 insertions(+), 11 deletions(
  http://perl5.git.perl.org/perl.git/commit/4a0feac21ef1b4b0

  bisect-runner.pl needs to probe DB_File.xs before running Configure
  Nicholas Clark              1 file changed, 17 insertions(+), 9 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/01839912a4b41ff9

  bisect-runner.pl needs another minor fixup to build 5.004_05 on Linux.
  Nicholas Clark              1 file changed, 16 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/c4be0d602edbbaba

  bisect-runner.pl should fix 5.7.x to export Perl_cxinc on AIX.
  Nicholas Clark              1 file changed, 10 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d621fe08d4512064

  bisect-runner.pl should fix a typo in the Solaris hints file.
  Nicholas Clark              1 file changed, 5 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/98ed2d7a9e8dab7d

  Tweak to make it clearer what to do if your working space is dirty
  Yves Orton                  1 file changed, 6 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/27daabc3751af74c

  Add a --valgrind option to bisect.pl, to run the test program with valgrind.
  Nicholas Clark              1 file changed, 34 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/48461a174fe39f89

  bisect-runner.pl will now invoke with ./perl -Ilib if it sees a #!./perl lin
  Nicholas Clark              1 file changed, 22 insertions(+), 7 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/b33df6b8ecb0f964

  bisect-runner.pl should fix Makefile.SH to remove remove GNU make-isms.
  Nicholas Clark              1 file changed, 23 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d8446a4fa1218cdf

  Add --early-fixup and --late-fixup to bisect.pl, for user-controlled patchin
  Nicholas Clark              1 file changed, 119 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/547e5669925fb71c

  Add --all-fixups to bisect.pl, to apply all patches and fixups.
  Nicholas Clark              1 file changed, 25 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/64392ee20ab5a4e8

  bisect-runner.pl should always exit fatally with 255, to abort the bisect.
  Nicholas Clark              1 file changed, 58 insertions(+), 40 deletions(-
  http://perl5.git.perl.org/perl.git/commit/4f3e99642bac91cd

  In bisect-runner.pl, refactor the system ... and die; into system_or_die().
  Nicholas Clark              1 file changed, 8 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1f76e28e588b7740

  When testing the end version, bisect.pl should treat a 'skip' as fatal.
  Nicholas Clark              1 file changed, 2 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/7d1e01c63e9257bf

  bisect-runner.pl should search for lib*.a as well as lib*.so
  Nicholas Clark              1 file changed, 7 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/255028114e995d24

  bisect-runner.pl should use ".$Config{dlext}" instead of hard-coding ".so".
  Nicholas Clark              1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/49a9f3d36d4a95dd

  Teach bisect-runner.pl that on HP-UX, _filbuf() is named __filbuf().
  Nicholas Clark              1 file changed, 20 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/4ad2b964ef9fad1c

  bisect-runner.pl needs to know how to identify HP-UX's patch.
  Nicholas Clark              1 file changed, 4 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/7bf94b8437bf6b9d

  On HP-UX, bisect without any -j option as the system make is "special".
  Nicholas Clark              2 files changed, 13 insertions(+), 8 deletions(-
  http://perl5.git.perl.org/perl.git/commit/ae960030dd5a563b

  In bisect{,-runner}.pl, refactor the code for CPU probing and make jobs.
  Nicholas Clark              2 files changed, 21 insertions(+), 16 deletions(
  http://perl5.git.perl.org/perl.git/commit/b94a704757a0c1f0

New branch chip/mincopy
1 commit.  1 unique author.  1 unique committer.

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

  Minimal SV copy
  Chip Salzenberg             8 files changed, 202 insertions(+), 38 deletions
  http://perl5.git.perl.org/perl.git/commit/f8a1870fd36d5627

New branch smoke-me/HP-UX-make-is-special-let-me-count-the-ways
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/55b3b30d5541384f.tar.gz

  Makefile.SH needs to delete the perldelta symlink before creating it.
  Nicholas Clark              2 files changed, 6 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/55b3b30d5541384f

Deleted branch smoke-me/OP_RV2GV-does-it-fold

Deleted branch smoke-me/filetest-with-simpler-macros

Deleted branch smoke-me/remove-atarist-and-I286

Thread Previous


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