develooper Front page | perl.perl5.porters | Postings from June 2014

Perl 5 Commit Summary

Thread Next
From:
Perl 5 commit summary
Date:
June 25, 2014 01:14
Subject:
Perl 5 Commit Summary
Message ID:
E1Wzbmu-0008Da-5O@dromedary-001.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday

Current branch blead
37 commits.  10 unique authors.  7 unique committers.
70 files changed, 741 insertions(+), 336 deletions(-)
Net code removal: Daniel Dragan (15 lines)
Thanks, applied:  Tony Cook (2) James E Keenan (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/55cdf547048d9ab6.tar.gz

  Under GLOBAL_STRUCT mgvtbl-s are const, which angers g++.
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/55cdf547048d9ab6

  Unused contexts found under PERL_GLOBAL_STRUCT.
  Jarkko Hietaniemi           9 files changed, 18 insertions(+), 3 deletions(-
  http://perl5.git.perl.org/perl.git/commit/23491f1decae1740

  Drop debugging, and handle HP-UX opt flags.
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/a312a4316d03f952

  Further hpux hints simplifying suggested by H.Merijn.
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/65cd38a75eedee90

  HP-UX release wider match; also drop gcc opt level.
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/55149fe1eba76b5f

  RMG - Add comment that git clean -xdf after distclean should be no-op
  Matthew Horsfall           
  http://perl5.git.perl.org/perl.git/commit/c23867c2bfc22f9d

  Document empty conditional in for/while
  Peter Martini              
  http://perl5.git.perl.org/perl.git/commit/62bd8e4fad231135

  remove extraneous setting of $TODO
  Tony Cook                  
  http://perl5.git.perl.org/perl.git/commit/b65827489f432c6b

  fix multi-evals problems in pad name list api
  Daniel Dragan               3 files changed, 6 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/3769e90dda135d41

  PERL_UNUSED_CONTEXT -> remove interp context where possible
  Daniel Dragan               15 files changed, 84 insertions(+), 99 deletions
  http://perl5.git.perl.org/perl.git/commit/ddeaf6457db7d0d5

  [perl #116925] discuss modifying an SV's buffer
  Tony Cook                  
  http://perl5.git.perl.org/perl.git/commit/21134f66d28b7acf

  RMG - Per review - keep make distclean as a test, add comment
  Matthew Horsfall           
  http://perl5.git.perl.org/perl.git/commit/3635a175bf00e393

  RMG - Per review - only -Dusedevel for development builds
  Matthew Horsfall           
  http://perl5.git.perl.org/perl.git/commit/e07c44df17d75c06

  RMG - Clarify that updating %released/CAVEATS isn't for RCs
  Matthew Horsfall           
  http://perl5.git.perl.org/perl.git/commit/f1c895b1d5d94eb3

  No need for else after exit...
  Matthew Horsfall           
  http://perl5.git.perl.org/perl.git/commit/976a2e2886a9d5fa

  Don't add a perldelta entry for _charnames.
  Matthew Horsfall           
  http://perl5.git.perl.org/perl.git/commit/92ebde38440731eb

  RMG: Show that version'd binaries might be used
  Matthew Horsfall           
  http://perl5.git.perl.org/perl.git/commit/61a1ab54e4522489

  RMG: Use -Dusedevel in ./Configure, like everywhere else in the RMG.
  Matthew Horsfall           
  http://perl5.git.perl.org/perl.git/commit/bf8aad214cb30741

  RMG: Remove useless 'make distclean', save time
  Matthew Horsfall           
  http://perl5.git.perl.org/perl.git/commit/f32e93edaa93e78b

  Update makerel to provide a helpful error message if chmod fails on @writabl
  Matthew Horsfall           
  http://perl5.git.perl.org/perl.git/commit/c9e350647da22990

  Update RMG to mention new policy of perlhist containing RMs names.
  Matthew Horsfall           
  http://perl5.git.perl.org/perl.git/commit/a420fd353d8d17e1

  If we do not have vsnprintf, the len is unused.
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/f9adac4bab464636

  In response to 7fefc6c, make autodoc smarter.
  Matthew Horsfall            2 files changed, 25 insertions(+), 16 deletions(
  http://perl5.git.perl.org/perl.git/commit/f554dfc5c49a4817

  Allow enabling -pedantic(-errors) (with -std=c89) for the core.
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/f049db42ef969d7e

  g++ -DPERL_GLOBAL_STRUCT_PRIVATE died on this.
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/31114fe9917b761b

  Try simpler usage for file-level GCC_DIAG_RESTORE.
  Jarkko Hietaniemi           2 files changed, 4 insertions(+), 8 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6ab56f1e9333e677

  IPC-Open3.t: For d3ae482b also need the "SKIP" label from the original.
  George Greer               
  http://perl5.git.perl.org/perl.git/commit/a7b0b63ac23b2466

  Fix black Win32 smoke broken by my v5.21.1-11-g4077a6b (yet again)
  Ævar Arnfjörð Bjarmason    
  http://perl5.git.perl.org/perl.git/commit/3101bb05368cd2d7

  Fix test file per George Greer comment.
  James E Keenan             
  http://perl5.git.perl.org/perl.git/commit/d3ae482b1fbb8a27

  lib/locale.t: Improve debug info
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/30962f6865ad5152

  Make like() and unlike() in t/test.pl refuse non-qr// arguments
  Ævar Arnfjörð Bjarmason     28 files changed, 78 insertions(+), 69 deletions
  http://perl5.git.perl.org/perl.git/commit/aaa63daea7f8ece5

  Fix black Win32 smoke broken by my v5.21.1-11-g4077a6b (again)
  Ævar Arnfjörð Bjarmason    
  http://perl5.git.perl.org/perl.git/commit/43d7f0da895d00d0

  Fix black Win32 smoke broken by my v5.21.1-11-g4077a6b
  Ævar Arnfjörð Bjarmason    
  http://perl5.git.perl.org/perl.git/commit/826af139e95c1182

  Add a new warning about redundant printf arguments
  Ævar Arnfjörð Bjarmason     7 files changed, 247 insertions(+), 65 deletions
  http://perl5.git.perl.org/perl.git/commit/4077a6bc0ae42279

  Split up the fake "missing" warning category into an actual category
  Ævar Arnfjörð Bjarmason     5 files changed, 28 insertions(+), 8 deletions(-
  http://perl5.git.perl.org/perl.git/commit/3664866ee3292796

  Revert 6 tests failing on Win32 smoker.
  James E Keenan             
  http://perl5.git.perl.org/perl.git/commit/0c60e3193cada7ee

  Untie STDERR in IPC::Open3.
  Dmitri Tikhonov             3 files changed, 31 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/04e0f0c28a521a29

Current branch khw/ebcdic
114 commits.  4 unique authors.  1 unique committer.
364 files changed, 27473 insertions(+), 95385 deletions(-)
Net code removal: Yaroslav Kuzmin (7 lines)
Thanks, applied:  Karl Williamson (103)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/6d5647d26bfd8b1e.tar.gz

  XXX later
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/6d5647d26bfd8b1e

  XXX ebcdic_tables.h: temporarily create in hex
  Karl Williamson             2 files changed, 163 insertions(+), 145 deletion
  http://perl5.git.perl.org/perl.git/commit/6d72d66e03095cd1

  XXX Temporarily remove all but 1047 tables
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/e028e0b0f30fe8bf

  regen/ebcdic.pl: Allow making tables in hex
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/eea1db49cae7ccf5

  XXX t/uni/write.t: Don't skip EBCDIC tests
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/42bf2abbde48c69d

  regcomp.c: EBCDIC fix
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/cf625c4eaed16d64

  t/op/chars.t: Generalize to not use code page specific
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/5c0340d85d1bc1aa

  XXX Temporary. Without this Data::Dumper loops on Linux
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/d8f96a5ed7151f3b

  XXX This is not the final staget pp_sys.c: Improve -B and -T 8-bit handling
  Karl Williamson             3 files changed, 44 insertions(+), 30 deletions(
  http://perl5.git.perl.org/perl.git/commit/efd5d3cdfe9afbbe

  Fix hints/os390.sh
  Yaroslav Kuzmin             2 files changed, 11 insertions(+), 18 deletions(
  http://perl5.git.perl.org/perl.git/commit/384d184755487303

  Remove Configure changes so can run Configure on Linux
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/f9f83e2aa288152d

  hints/os390.sh: Suppress bogus compiler message
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/612df0f7e2e5597f

  XXX Temporary for z/OS long long support
  John Goodyear               2 files changed, 3 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/28b04313c8a9db20

  XXX dist/Data-Dumper/Dumper.pm
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/043f7f7766526b31

  regexp_unicode_prop.t: Generalize for non-ASCII platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/c6e6a96e8167db5e

  XXX Experimental t/re/reg_mesg.t: See what happens
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/377251fdc97b78a0

  Perl_uvoffuni_to_utf8_flags() die if illegal input
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/819ab4970d810ce0

  t/lib/warnings/utf8: Update skip message
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/1ea7156fa13a3b17

  t/lib/feature/implicit: Generalize for EBCDIC platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/9f5230b3380462b2

  porting/regen.t: Skip tests on EBCDIC platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/ed28bc4590c32938

  lib/locale.t: Generalize to work on non-ASCII
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/db7fa2709f488933

  ext/XS-APItest/t/hash.t: Generalize to run on non-ASCII platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/29b15682778d682d

  dist/Storable/t/code.t: Fixes to run under EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/a988129c6ddcbbee

  XXX CPAN, incomplete cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm: Generalize 
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/e4893f45f766a4c6

  t/lib/feature/implicit: Generalize for non-ASCII platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/1320f473c9d86892

  XXX experimental pp_pack.c: 'u'
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/33563f15a767a5e0

  XXX CPAN prob wrong Collate
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/cd1e0f4e96f3ac50

  t/op/coreamp.t: Generalize for non-ASCII platfomrs
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/7f9e59bf91438fb9

  t/re/re_tests: Some tests are platform-specific
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/f2c4b70aa6f84269

  t/re/regexp.t: Add ability to skip depending on platform
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/0ad6ebaafd47d6e2

  t/io/crlf.t: Generalize for non-ASCII platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/962ce3c131722831

  t/io/bom.t: Fix to run under EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/d39d031151c12676

  XXX finish up t/re/regexp.t: Generalize for non-ASCII platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/03b53656a7788f42

  ext/B/t/b.t: Generalize for non-ASCII platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/b761c5ff95b5492e

  dist/Safe/t/safeutf8.t: Generalize to non-ASCII platform
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/a6bee30cb35ce799

  t/op/warn.t: Generalize for non-ASCII platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/5fc80d55b4ae2dc5

  re/reg_email.t: Generalize for non-ASCII platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/1c8f92dc034b48cf

  dist/ExtUtils-Install/t/InstallWithMM.t: White-space only
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/bb5733eb2dbf7e48

  dist/ExtUtils-Install/t/InstallWithMM.t: Skip if EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/5f17a8fba98ec89f

  XXX skip cpan tests
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/c9339ea8e9c22c4a

  ext/XS-APItest/t/svpeek.t: Generalize for non-ASCII platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/e7046115c746b785

  ext/XS-APItest/t/svpv_magic.t: Generalize for non-ASCII platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/d64a202a3dd823ba

  lib/DBM_Filter/t/encode.t: Generalize for non-ASCII platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/46885fc3516d6d04

  XXX finish up lib/dumpvar.pl: Generalize for EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/19b632416a719873

  XXX finish up lib/utf8.t: Generalize for non-ASCII platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/7c9f2f6b8fd583e8

  t/uni/parser.t: Generalize for non-ASCII platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/9c0701c184d1d5b0

  t/uni/method.t: Generalize for non-ASCII platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/ba61061da0a153d2

  t/op/magic.t: Generalize for non-ASCII platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/c8684a24540aa72b

  t/io/through.t: Generalize for non-ASCII platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/66050095c763c0d9

  t/op/goto.t: Generalize for EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/f246bf0847f22409

  t/re/pat.t: Generalize for EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/83e7bb218d486472

  XXX t/op/pack.t: Generalize for EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/6bb82e91787b0406

  t/io/bom.t: Fix to run under EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/0aaf2297221b8047

  t/uni/overload.t: EBCDIC fixes
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/ad570fb2f4e8812b

  t/uni/method.t: EBCDIC fixes
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/10f872123c998c39

  t/op/utf8magic.t: EBCDIC fixes
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/1387f3617b75be2c

  t/op/evalbytes.t: EBCDIC fixes
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/5c7f3bdb80027c9c

  t/op/length.t: EBCDIC fixes
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/bfcba5b67864afeb

  t/op/utfhash.t: XXX Add debug
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/7fc1f4c675f79ac7

  Dumper.xs: Don't translate character twice
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/ec9581f3477dc8e5

  dist/IO/t/io_utf8argv.t: Generalize and enable EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/a99dca6e94a053e8

  XXX CPAN cpan/Test/lib/Test.pm: Fixes for EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/8cf33645f843d3e0

  t/re/pat_re_eval.t: Some EBCDIC fixes
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/9f328be2d983d629

  dist/Storable/t/utf8.t: Fix to run under EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/e2778518ec3ade6c

  t/uni/variables.t: Fix to run under EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/f728b50dac4c20dc

  t/op/split.t: EBCDIC fixes
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/4844f6e547ffc8a3

  re/pat_advanced.t: EBCDIC fixes
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/b2fa6ca1296e349a

  t/io/utf8.t: EBCDIC fixes
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/b2a6b018a06b3b9e

  t/uni/fold.t: Generalize for non-ASCII platforms
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/e6ee8f7ce5cd94dd

  XXX t/op/tiehandle.t: skip for now; deep recursion
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/f7fd8d01f54ffa31

  Add test that to/from native character set works
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/0dc465ab3f8d6697

  lib/feature/bundle: Fix some things to pass under EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/f2f7c80fc6c31721

  XS-APItest/t/fetch_pad_names.t: Skip if EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/7437f24ca71f088d

  XXX ext/XS-APItest/t/utf8.t: Fix so passes EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/0716f61e9b5faea8

  ext/re/t/re_funcs_u.t: Fix to work under EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/c6e646017994b6dc

  XXX dist/IO/t/io_utf8argv.t: Temporarily skip if EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/05baf659ef5d7b8c

  t/op/print.t: Skip an EBCDIC test
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/1cd3caa7eb23591c

  XXX t/TEST: Avoid SIGPIPEs
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/962e3243f211f64a

  XXX Temporarily test normalization
  Karl Williamson             12 files changed, 48 insertions(+), 48 deletions
  http://perl5.git.perl.org/perl.git/commit/4d8e8d3c094da4be

  op/index.t: Fix tests for EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/d0800d10cf9cfe1a

  op/chop.t: Fix for EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/bcbc7ccd9eeec7fd

  t/op/lc.t: Fix to work under EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/f02fdb8838678d36

  Skip some tests under EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/0beb3b4dbc720e3b

  porting/bincompat.t: Skip under EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/06799bc7a96b6969

  t/re/regex_sets.t: So will pass under EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/99e57ba8c75e0caa

  lib/Unicode/UCD.t: White-space only
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/ce2577da1678943f

  lib/Unicode/UCD.t: Allow to run under EBCDIC,
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/418a3c428b95d91a

  t/op/quotemeta.t: EBCDIC fixes
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/1dfc1d6d9a7714a1

  t/re/fold_grind.t: Fixes for EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/66e7201ef057ea6b

  t/uni/class.t: Make work on EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/201f5efa22af7131

  feature/unicode_strings.t: Fix to work on EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/6b1b3a756bdcc078

  XXX temp skip perl5db.t
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/b436064d2f164566

  XXX makedepend.SH: Why does 255 work and 250 not?
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/40aacb48ca8d24bd

  XXX make various things more EBCDIC friendly
  Karl Williamson             4 files changed, 29 insertions(+), 19 deletions(
  http://perl5.git.perl.org/perl.git/commit/4cea5cd504ff507a

  re/charset.t: Allow to work on EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/df6add6f487c4773

  APItest/t/handy.t: Make EBCDIC-friendly
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/bf0494feb1a9d5f4

  Data-Dumper: Make EBCDIC-friendly
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/f0094c80b619acbc

  charnames.t: Generalize for non-ASCII platforms
  Karl Williamson             2 files changed, 30 insertions(+), 32 deletions(
  http://perl5.git.perl.org/perl.git/commit/9ad2b3bcce17a890

  t/base/lex.t: Use char suitable for both ASCII and EBCDIC
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/e2ac91bbfe5506ef

  XXX Temporary comment out ParseXS check
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/34669b60fa986d14

  XXX Collate, Normalize: Allow to compile under EBCDIC
  Karl Williamson             3 files changed, 6 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/fe7d884f8c252337

  XXX temp: show makedepend cerr
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/47d98892580d9774

  makedepend.SH: Split too long lines; properly join
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/cd5769860be13d52

  makedepend.SH: White-space only
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/444f4f1ddafa1357

  makedepend.SH: Remove some unnecessary white space
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/6a84675b7cde1299

  makedepend.SH: Retain '/**/' comments
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/8b0545c916cc2395

  Disable gcc-style function attributes on z/OS.
  Andy Dougherty             
  http://perl5.git.perl.org/perl.git/commit/9600dbaadf0a99fb

  Change os390 custom cppstdin script to use fgrep.
  Andy Dougherty             
  http://perl5.git.perl.org/perl.git/commit/87b0a112d87a06f4

  utf8.c: Deprecate two functions
  Karl Williamson             2 files changed, 4 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/0fee1e2298967270

  Deprecate uvuni_to_utf8()
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/115546bd40c9eb4d

  makedepend.SH: Comment out unnecessary code
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/c0bdc8a1e3e12c86

  XXX CPAN Encode.xs
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/1eca3f73e869fe83

  XXX CPAN and unsure Encode
  Karl Williamson             2 files changed, 10 insertions(+), 9 deletions(-
  http://perl5.git.perl.org/perl.git/commit/ad31cbd42b0f8ab1

  XXX CPAN Encode.xs: fix indent
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/1d1c7beab942dfe5

Current branch smoke-me/khw-smoke
2 commits.  1 unique author.  1 unique committer.
287 files changed, 28859 insertions(+), 68518 deletions(-)

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

  smoke
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/fea07b1c74af562c

  regcomp.c: Add assertion, remove case: statements
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/d9f7029391b23b4b

New branch smoke-me/avar/warn-grep-void-ctx
1 commit.  1 unique author.  1 unique committer.

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

  Add support for new warning categories outside of "all"
  Ævar Arnfjörð Bjarmason     8 files changed, 314 insertions(+), 281 deletion
  http://perl5.git.perl.org/perl.git/commit/c304c08d43622f95

New branch smoke-me/jhi/dvar
4 commits.  1 unique author.  1 unique committer.
Net code removal: Jarkko Hietaniemi (778 lines)

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

  version distribution dVAR updates.
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/9bdbb2bdbd72d8d0

  version distribution unused context.
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/c389379bc3161e72

  Add t/porting/libperl.t
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/55fb9eb0159e45d0

  Remove or downgrade unnecessary dVAR.
  Jarkko Hietaniemi           37 files changed, 266 insertions(+), 1044 deleti
  http://perl5.git.perl.org/perl.git/commit/e89fd586681d7980

New branch smoke-me/jhi/snprintf
5 commits.  1 unique author.  1 unique committer.
Net code removal: Jarkko Hietaniemi (779 lines)

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

  Unused snprintf results noticed by clang in Linux.
  Jarkko Hietaniemi           2 files changed, 7 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/23fba5de5b03fe46

  version distribution dVAR updates.
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/ae8960c64b81413d

  version distribution unused context.
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/aa0e088e5ecb91b2

  Add t/porting/libperl.t
  Jarkko Hietaniemi          
  http://perl5.git.perl.org/perl.git/commit/dd37697f1816004a

  Remove or downgrade unnecessary dVAR.
  Jarkko Hietaniemi           37 files changed, 263 insertions(+), 1044 deleti
  http://perl5.git.perl.org/perl.git/commit/357db3508680d484

New branch smoke-me/khw-bound
7 commits.  1 unique author.  1 unique committer.

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

  PATCH: [perl #122090] Non-word-boundary doesn't match EOS
  Karl Williamson             3 files changed, 68 insertions(+), 3 deletions(-
  http://perl5.git.perl.org/perl.git/commit/526eec5ed23d5160

  regexec.c: Comments and white-space only
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/2b8fd139a2cd8305

  regexec.c: Exchange 2 lines of code and add comments
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/fe4671d9a4943194

  regexec.c: More cleaning of macro/code interface
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/bed56672a442b124

  regexec.c: Clean up macro/code interface slightly
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/3dba3bf508c41ed7

  regexec.c: Change name of 2 macros
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/ec1370e29b750910

  regexec.c: Change MiXeD cAsE formal macro parameters
  Karl Williamson            
  http://perl5.git.perl.org/perl.git/commit/794ff8e8340621b0

New branch smoke-me/tonyc/thread-deliver
2 commits.  1 unique author.  1 unique committer.

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

  bump $XS::APItest::VERSION to 0.62
  Tony Cook                  
  http://perl5.git.perl.org/perl.git/commit/4380b5e1e702f930

  [perl #81074] signals to the main thread if the child doesn't request them
  Tony Cook                   9 files changed, 372 insertions(+), 6 deletions(
  http://perl5.git.perl.org/perl.git/commit/41112378fcea4ad5

Deleted branch avar/printf-too-many-arguments

Deleted branch avar/rv-fix-79908-and-add-docs

Deleted branch smoke-me/jhi/pedantic

Deleted branch smoke-me/jkeenan/119843-ipc-open3-3

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