develooper Front page | perl.perl5.porters | Postings from March 2023

Perl 5 Commit Summary

Thread Previous
From:
Perl 5 commit summary
Date:
March 1, 2023 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20230301031137.4BD59B1407@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday

Current branch blead
28 commits.  6 unique authors.  4 unique committers.
37 files changed, 409 insertions(+), 221 deletions(-)
Thanks, applied:  Yves Orton (17) Tony Cook (1)
Snapshot: http://github.com/Perl/perl5/tarball/1bc6b32c00831fcb

  bump $Math::{Complex,Trig}::VERSION
  Tony Cook                   2 files changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/1bc6b32c00831fcb

  Math::Trig: make the great_circle_midpoint() example more complete
  積丹尼 Dan Jacobson            1 file changed, 3 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/e15e200786b11858

  Perl_deb_stack_all() - handle empty CX stack
  David Mitchell              1 file changed, 4 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/504d203b2761303e

  ext/XS-APItest/t/magic.t: simplify recent test
  David Mitchell              1 file changed, 13 insertions(+), 8 deletions(-)
  https://github.com/Perl/perl5/commit/043a585606181ef0

  XS::APItest::test_EXTEND(): fixups
  David Mitchell              1 file changed, 14 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/2d08227e773ded77

  eval_sv(): call pp_entereval() via runops
  David Mitchell              5 files changed, 112 insertions(+), 91 deletions
  https://github.com/Perl/perl5/commit/fecade69c526caa9

  call_sv, amagic_call: call pp_entersub via runops
  David Mitchell              2 files changed, 10 insertions(+), 17 deletions(
  https://github.com/Perl/perl5/commit/214a9432e04871da

  move test out of fresh_perl.t into sub.t
  David Mitchell              2 files changed, 11 insertions(+), 14 deletions(
  https://github.com/Perl/perl5/commit/e9ba788868247fdf

  pp_sort(): rename a duplicated variable
  David Mitchell              1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/dc75098eb38395f6

  pp_sort(): add comments what the op flags mean
  David Mitchell              1 file changed, 18 insertions(+)
  https://github.com/Perl/perl5/commit/43442f48654ecf2a

  rationalise S_unwind_loop()
  David Mitchell              1 file changed, 20 insertions(+), 12 deletions(-
  https://github.com/Perl/perl5/commit/c8ec0d5816566f56

  add code comments concerning grep and map markstack usage
  David Mitchell              2 files changed, 112 insertions(+)
  https://github.com/Perl/perl5/commit/e3809a1029508f1b

  for loops: protect GV/LVREF from premature free
  David Mitchell              3 files changed, 20 insertions(+)
  https://github.com/Perl/perl5/commit/ad5fedb002a4e7be

  simplify scope-exit empty scalar context
  David Mitchell              1 file changed, 2 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/7460e4ea20e79a71

  don't call pp_pushmark() to push a mark
  David Mitchell              2 files changed, 4 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/0b6c6e4e306c6b48

  NULL sv->sv_debug_file when freed
  David Mitchell              1 file changed, 4 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/e59c0ae3bee1fdc8

  fix check order for filetest overload
  David Mitchell              1 file changed, 4 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/782514efb3d0b2cb

  perl -DsR: display PADMTPs as <P>
  David Mitchell              1 file changed, 3 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/697ec28afb3b2a5e

  cpan/Digest-SHA - sync to 6.04
  Yves Orton                  7 files changed, 28 insertions(+), 31 deletions(
  https://github.com/Perl/perl5/commit/10c7b2021d05bc5b

  Add recent CVf_ flags to Devel::Peek::Dump output
  David Mitchell              1 file changed, 6 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/04b82326bed8127b

  utf8.h: Rmv improper (STRLEN) cast
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/8a6c2cd5939ef52e

  dist/Time-HiRes - silence ppport warning
  Yves Orton                  2 files changed, 3 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/d2de71604bdb603a

  APITest.xs - silence build warning under 32 bit clang
  Yves Orton                  2 files changed, 7 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/72aa2f60a2e32d24

  regcomp.c - remove unused debug logic that warns under clang.
  Yves Orton                  1 file changed, 4 deletions(-)
  https://github.com/Perl/perl5/commit/9888ef92c9401169

  dump.c - cast sprintf args properly to silence build warning under clang
  Yves Orton                  1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/f7783cf76f7b6043

  class.c - silence build warning under clang
  Yves Orton                  1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/f1adf80b568f0077

  dist/Storable - fix build warning from ppport.h inclusion
  Yves Orton                  2 files changed, 1 insertion(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/c86200b4e6d2238a

  Compile class.c on VMS
  Craig A. Berry              1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/ffdab987e62bc08e

Current branch smoke-me/khw-env
82 commits.  1 unique author.  1 unique committer.
350 files changed, 18008 insertions(+), 9512 deletions(-)

Snapshot: http://github.com/Perl/perl5/tarball/5da9c227c116730c

  XXX perl.h: Debugging mutex lock'
  Karl Williamson             1 file changed, 17 insertions(+)
  https://github.com/Perl/perl5/commit/5da9c227c116730c

  perlmod
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/56eedaed03c3cf81

  Debug Windows memory usage in pp_study
  Karl Williamson             1 file changed, 12 insertions(+)
  https://github.com/Perl/perl5/commit/bb374b6a615b460b

  XXX check if using ppport IO.xs: Remove fallback code furnished by ppport
  Karl Williamson             1 file changed, 8 deletions(-)
  https://github.com/Perl/perl5/commit/f0d70b6e8117e032

  perlxs
  Karl Williamson             2 files changed, 479 insertions(+), 21 deletions
  https://github.com/Perl/perl5/commit/be806941de714359

  perlapi: Combine sv_eq(), sv_eq_flags() entries
  Karl Williamson             1 file changed, 10 insertions(+), 14 deletions(-
  https://github.com/Perl/perl5/commit/82bfb7cf9c54effe

  regexec.c: XXX has cast to U8 for some reason
  Karl Williamson             1 file changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/d7aade2a9dfb5b5b

  reentr.pl: XXX about needing mutex
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/a33e2af95f5f16b5

  iperlsys.h: TODO need to look at adding mutexes
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/c13532cb7b10b099

  XXX cygwin debugging small macro buf
  Karl Williamson             1 file changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/03d9c99d80df782f

  XXX incomplete perlhacktips:
  Karl Williamson             1 file changed, 36 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/6a6ca14779ad4151

  lib/locale.t
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/9c1d49dcbc525ad6

  lib/locale.t FILE debug
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/c976711ca4c74582

  XXX temp: lib/locale.t: debug
  Karl Williamson             1 file changed, 7 insertions(+)
  https://github.com/Perl/perl5/commit/0042d5a23dc7592e

  makedef.pl: Remove redundant set
  Karl Williamson             1 file changed, 1 insertion(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/2b42ebaf5eccf944

  makedef.pl: Don't use locale items unless using locale
  Karl Williamson             1 file changed, 5 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/db3e95138773ccb2

  Rename SETLOCALE_LOCK to LOCALE_LOCK
  Karl Williamson             2 files changed, 25 insertions(+), 25 deletions(
  https://github.com/Perl/perl5/commit/52d132133cfbfeda

  everything andl XXX Shouldn't panic which CI does: cpan/version/t/07locale.t
  Karl Williamson             26 files changed, 5107 insertions(+), 2376 delet
  https://github.com/Perl/perl5/commit/96cda05595dc59c3

  locale.c: Rename static function
  Karl Williamson             4 files changed, 19 insertions(+), 19 deletions(
  https://github.com/Perl/perl5/commit/b5058ed6e0888909

  XXX Bram locale.c: Fix comment
  Karl Williamson             1 file changed, 5 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/4c31b3ec409c83ed

  perl.h change lock debugging text
  Karl Williamson             1 file changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/a268b1ade2a456d2

  perl.h: White space, comments only
  Karl Williamson             1 file changed, 20 insertions(+), 11 deletions(-
  https://github.com/Perl/perl5/commit/4073fa18f6a9ba14

  perl.h: Turn mutex warning into a panic
  Karl Williamson             1 file changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/36c4c3da874a8ec9

  locale.c: configthreadlocale() error checking
  Karl Williamson             1 file changed, 30 insertions(+), 11 deletions(-
  https://github.com/Perl/perl5/commit/58a46e5d5374a7a0

  perl.h: Also recognize -DNO_THREAD_SAFE_LOCALE
  Karl Williamson             2 files changed, 9 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/748913931a813ebb

  perl.h: define locale mutex under more cirumstances
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/ef724d00221fd1e3

  XXX t/loc_tools.pl: Temp debug
  Karl Williamson             1 file changed, 28 insertions(+)
  https://github.com/Perl/perl5/commit/c5b908d466360621

  loc_tools
  Karl Williamson             1 file changed, 33 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/0e8bb2c3bebf4688

  loc_tools: Print $^E when upon a libc failure
  Karl Williamson             1 file changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/98a9585a3a187dd6

  XXX: UCRT mingw is not likely locale-thread safe
  Karl Williamson             1 file changed, 5 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/308bdbdf35f92b85

  threads.xs DEBUG_U
  Karl Williamson             2 files changed, 58 insertions(+)
  https://github.com/Perl/perl5/commit/537630ca1e710530

  Revert "debug thread"
  Karl Williamson             2 files changed, 17 deletions(-)
  https://github.com/Perl/perl5/commit/ad25998a27bed2c2

  debug thread
  Karl Williamson             2 files changed, 17 insertions(+)
  https://github.com/Perl/perl5/commit/e052f68ee753747c

  perl.h: Debug locking
  Karl Williamson             1 file changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/c8c50526058a6adf

  XXX threads NON_tTHX leak maybe fix breakage
  Karl Williamson             2 files changed, 4 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/d61a5f896e1245f2

  locale_threads
  Karl Williamson             2 files changed, 1512 insertions(+), 53 deletion
  https://github.com/Perl/perl5/commit/71f911cf98a180d4

  XXX win workaround
  Karl Williamson             1 file changed, 39 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/25241da8511115c4

  XXX memlog
  Karl Williamson             3 files changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/8b5a537a75b400d7

  Time-Piece
  Karl Williamson             1 file changed, 8 insertions(+)
  https://github.com/Perl/perl5/commit/7c810a0d89809663

  Time-Piece: Use isUPPER, not isupper
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/ba99887ce9db579e

  Time-Piece: Use isDIGIT, not isdigit
  Karl Williamson             1 file changed, 18 insertions(+), 18 deletions(-
  https://github.com/Perl/perl5/commit/08b6910f43f7a05c

  Time-Piece: Use isSPACE, not isspace
  Karl Williamson             1 file changed, 20 insertions(+), 20 deletions(-
  https://github.com/Perl/perl5/commit/44b80d32ad9b5b8e

  Time-Piece: Use foldEQ_locale() if available
  Karl Williamson             1 file changed, 18 insertions(+), 12 deletions(-
  https://github.com/Perl/perl5/commit/40030bbcdb58151f

  XXX cpan PR Time-Piece: Add locks
  Karl Williamson             2 files changed, 74 insertions(+), 8 deletions(-
  https://github.com/Perl/perl5/commit/da8a60efad78f87f

  XXX sv.c: temp Debug
  Karl Williamson             1 file changed, 4 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/9500d19ca2d2197e

  locale.c: debug with thread id
  Karl Williamson             1 file changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/97f4a486d93df7ff

  locale.c: DEBUG_
  Karl Williamson             1 file changed, 74 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/58a2d7a5d10f91d7

  XXX skip cpan testing
  Karl Williamson             1 file changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/9c6ea744ff226059

  S_stdize_locale(): Fix compiler warning
  Karl Williamson             2 files changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/13e87d958b4977e1

  S_clear_placeholders(): Fix compiler warning
  Karl Williamson             2 files changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/8b5c62e196cd9718

  uvoffuni_to_utf8_flags_msgs(): Fix compiler warning
  Karl Williamson             3 files changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/a9150aee334df2f0

  regnode_after(): Fix compiler warning
  Karl Williamson             2 files changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/651242ff255c9c92

  newSVbool(): Fix compiler warning
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/5583ff1d50b7c085

  ruler
  Karl Williamson             1 file changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/e67f2b94df4fdc97

  perl.h: Fake up win32 compile a bit
  Karl Williamson             1 file changed, 4 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/eb8c1a458bdda6d2

  XXX some way to know LC_ALL is defined NO_LC_ALL, undef others
  Karl Williamson             2 files changed, 27 insertions(+), 2 deletions(-
  https://github.com/Perl/perl5/commit/eb11887026a3060f

  locale: Create some mnemonic #defines for sync across files
  Karl Williamson             3 files changed, 5 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/2ef48362f8f5a6c9

  perl.h: Count locale categories defined by the system
  Karl Williamson             1 file changed, 48 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/5c3597ec0e9bf392

  perl.h: Refactor some locale defines
  Karl Williamson             1 file changed, 134 insertions(+), 114 deletions
  https://github.com/Perl/perl5/commit/1ddd32b2001fe00c

  No count Regenerate Configure after LC_ALL
  Karl Williamson             15 files changed, 435 insertions(+), 8 deletions
  https://github.com/Perl/perl5/commit/14e05463a739dfda

  Regenerate Configure after rm thread-safe nl_langinfo_l
  Karl Williamson             5 files changed, 33 insertions(+), 61 deletions(
  https://github.com/Perl/perl5/commit/6534ba36f3859612

  Regenerate Configure after metaconfig backports applied
  Karl Williamson             3 files changed, 124 insertions(+), 100 deletion
  https://github.com/Perl/perl5/commit/e2360de48437726a

  XXX Configure temporary to get no_nl, etc working
  Karl Williamson             1 file changed, 11 insertions(+), 87 deletions(-
  https://github.com/Perl/perl5/commit/931990dd9113df95

  XXX skip syslog tests because fail without LC_TIME
  Karl Williamson             2 files changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/bcbf1f881c6eb6d8

  XXX temp to test broken lconv on non-Windows
  Karl Williamson             1 file changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/ff288bcf8bc2d3f3

  XXX skip cmp_version.t because of sym links
  Karl Williamson             1 file changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/1ecc4cbc8af5f9af

  XXX skip Archive-Tar because of symlinks
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/7c4003d2edb94bd5

  version 07locale.t should use LC_NUMERIC, not ALL
  Karl Williamson             1 file changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/92840498e21aceb3

  version::07locale.t: Use I18N::Langinfo, not POSIX::localeconv()
  Karl Williamson             1 file changed, 15 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/a3fe554807f5dd2d

  vutil.c: Debug
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/9d67d3e837b3abca

  vutil.c: Simplify locale handling
  Karl Williamson             2 files changed, 8 insertions(+), 59 deletions(-
  https://github.com/Perl/perl5/commit/510f3cc87ca6b12c

  vutil.c: Clean up white space
  Karl Williamson             2 files changed, 7 insertions(+), 9 deletions(-)
  https://github.com/Perl/perl5/commit/564146d33c9f40e4

  locale.c: Remove use of nl_langinfo_l()
  Karl Williamson             2 files changed, 11 insertions(+), 37 deletions(
  https://github.com/Perl/perl5/commit/bc7b4c91d9cb48ef

  locale.c: Split a static function in two
  Karl Williamson             4 files changed, 29 insertions(+), 6 deletions(-
  https://github.com/Perl/perl5/commit/8dd4e70cb16244de

  run/locale.t: more debug
  Karl Williamson             1 file changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/b4b9cd4c8187b0e0

  Revert "XXX test.pl: dont unlink temps"
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/c1e07fab090c35d7

  XXX test.pl: dont unlink temps
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/4099582964310b5c

  iXXX check for additions: POSIX.pod: Remove obsolete C89 reference
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/89f27195a79a5d5d

  POSIX.xs: Silence compiler warning
  Karl Williamson             1 file changed, 2 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/1a9de2d972fde441

  Split t/uni/variables.t into multiple tests
  Karl Williamson             26 files changed, 359 insertions(+), 17 deletion
  https://github.com/Perl/perl5/commit/d81aa85697cd70fc

  uniprops 24
  Karl Williamson             20 files changed, 579 insertions(+), 5 deletions
  https://github.com/Perl/perl5/commit/8b977b4c4cafa0d7

  XXX skip leonerd class leaking tests
  Karl Williamson             2 files changed, 31 deletions(-)
  https://github.com/Perl/perl5/commit/efcff737c434c30b

New branch haarg/attribute-handlers-makefile-pl
5 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/03694d622e839366

  Attribute-Handlers: no indexing demo directory
  Graham Knop                 1 file changed, 3 insertions(+)
  https://github.com/Perl/perl5/commit/03694d622e839366

  Attribute-Handlers: update metadata URLs
  Graham Knop                 1 file changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/bb0e6ddb549ea6e2

  Attribute-Handlers: clean up Makefile.PL
  Graham Knop                 1 file changed, 4 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/4c31de539ad42413

  Attribute-Handlers: install in site, not perl
  Graham Knop                 1 file changed, 1 insertion(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/e3e21bf44575c50b

  Attribute-Handlers: add Makefile.PL
  Graham Knop                 3 files changed, 26 insertions(+)
  https://github.com/Perl/perl5/commit/4c5baf6d0ea44147

New branch smoke-me/davem/rc_stack2
76 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/f0cf813c73daf1ae

  pp_goto: fix macro-in-macro compile error
  David Mitchell              1 file changed, 7 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/f0cf813c73daf1ae

  add perlguts section on a reference-counted stack
  David Mitchell              1 file changed, 472 insertions(+)
  https://github.com/Perl/perl5/commit/9ca0fcc2857a10f6

  Eliminate PERL_XXX_TMP_NORC
  David Mitchell              13 files changed, 39 insertions(+), 113 deletion
  https://github.com/Perl/perl5/commit/d5cb1ac5817366f2

  XS::APItest::clone_with_stack(); check SI RC state
  David Mitchell              1 file changed, 14 insertions(+)
  https://github.com/Perl/perl5/commit/31fb521283008003

  add tests for XSPP_wrapped() macro
  David Mitchell              3 files changed, 119 insertions(+)
  https://github.com/Perl/perl5/commit/fac3b6da22744106

  tweak pp_wrap() and xs_wrap()
  David Mitchell              1 file changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/53c7e5bf203c6329

  pp_wrap(), xs_wrap(): extract some common code
  David Mitchell              1 file changed, 47 insertions(+), 71 deletions(-
  https://github.com/Perl/perl5/commit/b5ed74acc5bdaba7

  runops_debug(): add RC-stack assertions
  David Mitchell              1 file changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/1e425e3b020ca379

  stack push/pops: assert rpp_stack_is_rc() state
  David Mitchell              2 files changed, 50 insertions(+), 3 deletions(-
  https://github.com/Perl/perl5/commit/1d3869acf4fac5fa

  disable PERL_XXX_TMP_NORC
  David Mitchell              1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/6d53689f6a165ab0

  Perl_debstack(): indicate stack refcount status
  David Mitchell              4 files changed, 39 insertions(+), 10 deletions(
  https://github.com/Perl/perl5/commit/b33cfd6b25c0c88b

  rpp_is_lone(): allow non-temp SV too
  David Mitchell              1 file changed, 2 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/f40ca66947c596f6

  make RC-stack-aware: Perl_filter_read()
  David Mitchell              1 file changed, 25 insertions(+)
  https://github.com/Perl/perl5/commit/37ebd4bd63563f0a

  add stack extend to Perl_die_unwind()
  David Mitchell              1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/cbb2a682aef5e25e

  Allow argument stacks to be reference-counted
  David Mitchell              14 files changed, 251 insertions(+), 12 deletion
  https://github.com/Perl/perl5/commit/3f8fed0bedffadfe

  allow argument stack to be AvREAL()
  David Mitchell              8 files changed, 44 insertions(+), 12 deletions(
  https://github.com/Perl/perl5/commit/b2245e8490653c45

  add switch_argstack(), push/pop_stackinfo() fns
  David Mitchell              7 files changed, 114 insertions(+), 49 deletions
  https://github.com/Perl/perl5/commit/c6c8d419bbd4b0c9

  make @_ AvREAL() on RC-stack
  David Mitchell              10 files changed, 115 insertions(+), 17 deletion
  https://github.com/Perl/perl5/commit/0857381327c3ca5c

  make shift(@a) leave old pointer
  David Mitchell              3 files changed, 11 insertions(+)
  https://github.com/Perl/perl5/commit/6b978db646b3947a

  make RC-stack-aware: ext/XS-APItest/
  David Mitchell              2 files changed, 15 insertions(+), 7 deletions(-
  https://github.com/Perl/perl5/commit/fda72a9b600312fb

  make RC-stack-aware: invoking DB::postponed()
  David Mitchell              1 file changed, 16 insertions(+), 12 deletions(-
  https://github.com/Perl/perl5/commit/9d6365c4683ab8fd

  make RC-stack-aware: t/cmd/for.t
  David Mitchell              1 file changed, 7 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/f359370678cf29d5

  make RC-stack-aware: threads.xs
  David Mitchell              2 files changed, 23 insertions(+), 8 deletions(-
  https://github.com/Perl/perl5/commit/400477768f6f8710

  make RC-stack-aware: Perl_try_amagic_un() & _bin()
  David Mitchell              1 file changed, 73 insertions(+), 33 deletions(-
  https://github.com/Perl/perl5/commit/d16cdb48c255dc6c

  make RC-stack-aware: perl_clone()
  David Mitchell              1 file changed, 6 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/80dc6c91024b2dce

  make RC-stack-aware: Devel::Peek::Dump()
  David Mitchell              2 files changed, 9 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/ffd948cbb946152b

  make RC-stack-aware: S_fold_constants()
  David Mitchell              1 file changed, 5 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/d526077d257502f2

  make RC-stack-aware: unwrap pp_not()
  David Mitchell              1 file changed, 4 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/0e244d7fac4335d3

  make RC-stack-aware: unwrap pp_add()
  David Mitchell              1 file changed, 29 insertions(+), 24 deletions(-
  https://github.com/Perl/perl5/commit/91fc45831fe71aa5

  make RC-stack-aware: defer
  David Mitchell              1 file changed, 10 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/5c96b746b707231c

  make RC-stack-aware: eval_sv()
  David Mitchell              1 file changed, 13 insertions(+), 8 deletions(-)
  https://github.com/Perl/perl5/commit/88fabd6dfc8f17ea

  make RC-stack-aware: call_sv() and similar
  David Mitchell              1 file changed, 33 insertions(+), 14 deletions(-
  https://github.com/Perl/perl5/commit/0d26ccdde9a8382a

  make RC-stack-aware: misc pp() functions
  David Mitchell              2 files changed, 4 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/4b23ad1cdd293881

  make RC-stack-aware: stat and filetest ops
  David Mitchell              2 files changed, 13 insertions(+), 16 deletions(
  https://github.com/Perl/perl5/commit/7a0808bcc6232f55

  make RC-stack-aware: sort cmp function invokers
  David Mitchell              1 file changed, 36 insertions(+), 9 deletions(-)
  https://github.com/Perl/perl5/commit/f6dc01d7640f89d8

  make RC-stack-aware: pp_sort()
  David Mitchell              2 files changed, 162 insertions(+), 42 deletions
  https://github.com/Perl/perl5/commit/2149967c1086caad

  make RC-stack-aware: enter/leavewrite
  David Mitchell              1 file changed, 23 insertions(+), 13 deletions(-
  https://github.com/Perl/perl5/commit/8a15e18e8c9761c0

  make RC-stack-aware: enter/leavegiven etc
  David Mitchell              1 file changed, 17 insertions(+), 17 deletions(-
  https://github.com/Perl/perl5/commit/d4faa1722292cd32

  make RC-stack-aware: require,eval
  David Mitchell              1 file changed, 72 insertions(+), 57 deletions(-
  https://github.com/Perl/perl5/commit/244901b7686c04f7

  make RC-stack-aware: goto
  David Mitchell              1 file changed, 25 insertions(+), 16 deletions(-
  https://github.com/Perl/perl5/commit/6eb62102bfbaf306

  make RC-stack-aware: last
  David Mitchell              1 file changed, 6 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/2c9e97c4fc986ab0

  make RC-stack-aware: pp_leavefoo()
  David Mitchell              2 files changed, 77 insertions(+), 26 deletions(
  https://github.com/Perl/perl5/commit/6ed4edefc6a387e2

  make RC-stack-aware: enteriter, leaveloop
  David Mitchell              1 file changed, 22 insertions(+), 13 deletions(-
  https://github.com/Perl/perl5/commit/38a203be53208aee

  make RC-stack-aware: map and grep
  David Mitchell              3 files changed, 174 insertions(+), 48 deletions
  https://github.com/Perl/perl5/commit/5c396de1181c6d7a

  make RC-stack-aware: db/nextstate, unstack
  David Mitchell              2 files changed, 12 insertions(+), 8 deletions(-
  https://github.com/Perl/perl5/commit/9fb9468c3e63aafa

  make RC-stack-aware: entersub
  David Mitchell              3 files changed, 127 insertions(+), 18 deletions
  https://github.com/Perl/perl5/commit/936a2e4ba45fd447

  make RC-stack-aware: regcomp
  David Mitchell              1 file changed, 9 insertions(+), 9 deletions(-)
  https://github.com/Perl/perl5/commit/60faf44b84c95b04

  pp_method*: fixup wrapping
  David Mitchell              1 file changed, 27 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/cb9e0c39fe9a7815

  wrap normal non-RC-stack-aware pp functions
  David Mitchell              9 files changed, 504 insertions(+), 259 deletion
  https://github.com/Perl/perl5/commit/9902f51455d87137

  use new rpp_is_lone() function
  David Mitchell              1 file changed, 5 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/4f5352243c0eebb8

  add rpp_foo() refcounted-stack manipulation fns
  David Mitchell              5 files changed, 484 insertions(+), 1 deletion(-
  https://github.com/Perl/perl5/commit/a1d8310f6b6bd45e

  assert that cxstack[i].oldsp are increasing
  David Mitchell              1 file changed, 3 insertions(+)
  https://github.com/Perl/perl5/commit/0b6fa12c381d749a

  Perl_call_sv(G_EVAL): set oldsp correctly
  David Mitchell              1 file changed, 6 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/9edf4303dcd36bf2

  create_eval_scope(): parameterise the stack pos
  David Mitchell              6 files changed, 13 insertions(+), 9 deletions(-
  https://github.com/Perl/perl5/commit/92e7e708ca6fdb4a

  Add av_remove_offset() core-only function
  David Mitchell              5 files changed, 27 insertions(+), 8 deletions(-
  https://github.com/Perl/perl5/commit/00afe5be90f002de

  pp_mapwhile(): null out holes in stack
  David Mitchell              1 file changed, 7 insertions(+)
  https://github.com/Perl/perl5/commit/169244ada7508137

  pp_dbstate: skip SAVESTACK_POS()
  David Mitchell              2 files changed, 29 insertions(+)
  https://github.com/Perl/perl5/commit/8b4b83d8f691d02c

  ext/Devel-Peek/t/Peek.t: fixup top refcount
  David Mitchell              1 file changed, 47 insertions(+), 47 deletions(-
  https://github.com/Perl/perl5/commit/54af9849255e0ef4

  add Internals::stack_refcounted()
  David Mitchell              2 files changed, 26 insertions(+)
  https://github.com/Perl/perl5/commit/043f8b1bfe4cf2e4

  add PERL_RC_STACK define (not yet defined)
  David Mitchell              2 files changed, 21 insertions(+)
  https://github.com/Perl/perl5/commit/db8d6f8aa15d6fb9

  Perl_deb_stack_all() - handle empty CX stack
  David Mitchell              1 file changed, 4 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/acb9c73c585033f0

  ext/XS-APItest/t/magic.t: simplify recent test
  David Mitchell              1 file changed, 13 insertions(+), 8 deletions(-)
  https://github.com/Perl/perl5/commit/7ae127a0c8090dd7

  XS::APItest::test_EXTEND(): fixups
  David Mitchell              1 file changed, 14 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/787cdc073a71fd4e

  eval_sv(): call pp_entereval() via runops
  David Mitchell              5 files changed, 112 insertions(+), 91 deletions
  https://github.com/Perl/perl5/commit/16ee50e3957d700e

  call_sv, amagic_call: call pp_entersub via runops
  David Mitchell              2 files changed, 10 insertions(+), 17 deletions(
  https://github.com/Perl/perl5/commit/f72fdcfe222d383a

  move test out of fresh_perl.t into sub.t
  David Mitchell              2 files changed, 11 insertions(+), 14 deletions(
  https://github.com/Perl/perl5/commit/4503cd1c75a54297

  pp_sort(): rename a duplicated variable
  David Mitchell              1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/eda8934f28387915

  pp_sort(): add comments what the op flags mean
  David Mitchell              1 file changed, 18 insertions(+)
  https://github.com/Perl/perl5/commit/1ba93dafc8106c38

  rationalise S_unwind_loop()
  David Mitchell              1 file changed, 20 insertions(+), 12 deletions(-
  https://github.com/Perl/perl5/commit/c40a3b6698625138

  add code comments concerning grep and map markstack usage
  David Mitchell              2 files changed, 112 insertions(+)
  https://github.com/Perl/perl5/commit/740366783ec72ff4

  for loops: protect GV/LVREF from premature free
  David Mitchell              3 files changed, 20 insertions(+)
  https://github.com/Perl/perl5/commit/002c5f31c0e63ec7

  simplify scope-exit empty scalar context
  David Mitchell              1 file changed, 2 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/2d560f5750cb72fa

  don't call pp_pushmark() to push a mark
  David Mitchell              2 files changed, 4 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/25c077444430f02d

  NULL sv->sv_debug_file when freed
  David Mitchell              1 file changed, 4 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/edcab74489addbd4

  fix check order for filetest overload
  David Mitchell              1 file changed, 4 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/429e57e4e3355a76

  perl -DsR: display PADMTPs as <P>
  David Mitchell              1 file changed, 3 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/1c225879cac65992

New branch yves/deprecated_subcategories_silence_autodie_warnings
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/2d705ed7705fa471

  warnings.pm - support deprecated::smartmatch category
  Yves Orton                  5 files changed, 39 insertions(+), 23 deletions(
  https://github.com/Perl/perl5/commit/2d705ed7705fa471

New branch yves/dist_Exporter_sync_build_files_from_cpan
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/0fe63291644264c3

  dist/Exporter - Synchronize Changes and Makefile.PL from CPAN release
  Yves Orton                  6 files changed, 143 insertions(+), 5 deletions(
  https://github.com/Perl/perl5/commit/0fe63291644264c3

New branch yves/dist_Filter-Simple_synch_build_files
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/dbae3d0473a30ca1

  dist/Filter-Simple - synchronize Makefile.PL and Changes from CPAN
  Yves Orton                  4 files changed, 177 insertions(+)
  https://github.com/Perl/perl5/commit/dbae3d0473a30ca1

New branch yves/dist_FindBin_sync_build_files_from_cpan
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/c9afda072c9d7ca5

  dist/FindBin - synchronize Makefile.PL from cpan release
  Yves Orton                  3 files changed, 43 insertions(+)
  https://github.com/Perl/perl5/commit/c9afda072c9d7ca5

New branch yves/dist_constant_build_files_sync
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/15f5b8e0c5b11b31

  dist/constant - synchronize Changes and Makefile.PL into core
  Yves Orton                  5 files changed, 166 insertions(+), 1 deletion(-
  https://github.com/Perl/perl5/commit/15f5b8e0c5b11b31

New branch yves/sync_Locale-Maketext_build_files
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/13dea40647347164

  dist/Locale-Maketext - synch Makefile.PL from CPAN
  Yves Orton                  3 files changed, 47 insertions(+)
  https://github.com/Perl/perl5/commit/13dea40647347164

Deleted branch smoke-me/davem/rc_stack1

Martian commit f4baf05f04f83a029194a057c51ec68ead5eb1cf
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/f4baf05f04f83a02

  cpan/Digest-SHA - sync to 6.04
  Yves Orton                  7 files changed, 28 insertions(+), 31 deletions(
  https://github.com/Perl/perl5/commit/f4baf05f04f83a02

Martian commit d3e2cd2d47d50bf83806274e60dae62834e1afa6
5 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/d3e2cd2d47d50bf8

  dist/Time-HiRes - silence ppport warning
  Yves Orton                  2 files changed, 3 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/d3e2cd2d47d50bf8

  APITest.xs - silence build warning under 32 bit clang
  Yves Orton                  2 files changed, 7 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/3f8a93b5c41b5511

  regcomp.c - remove unused debug logic that warns under clang.
  Yves Orton                  1 file changed, 4 deletions(-)
  https://github.com/Perl/perl5/commit/aafd721d4df47cc0

  dump.c - cast sprintf args properly to silence build warning under clang
  Yves Orton                  1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/f1373b9a29cfa754

  class.c - silence build warning under clang
  Yves Orton                  1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/157ab503d1fe55b7

Martian commit 772cd51560f10e7b7ba31b62fccab0aa0a060b3d
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/772cd51560f10e7b

  dist/Storable - fix build warning from ppport.h inclusion
  Yves Orton                  2 files changed, 1 insertion(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/772cd51560f10e7b

Ignored 62 GitHub auto-generated merge commits

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