[Perl/perl5] 84b9ff: Update Safe.pm to use tr/// to trigger loading utf...

2020-07-30 Thread Ryan Voots
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 84b9ff80b70a3a578676b7bd6a89d2c11b49
  
https://github.com/Perl/perl5/commit/84b9ff80b70a3a578676b7bd6a89d2c11b49
  Author: Ryan Voots 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
M dist/Safe/Safe.pm
M dist/Safe/t/safeutf8.t

  Log Message:
  ---
  Update Safe.pm to use tr/// to trigger loading utf8_heavy.pl.
Fixes GH #17271


  Commit: bfcfab54177412bd5ede2998788c7ce80231fbd0
  
https://github.com/Perl/perl5/commit/bfcfab54177412bd5ede2998788c7ce80231fbd0
  Author: Ryan Voots 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
M dist/Safe/Safe.pm

  Log Message:
  ---
  Bump Safe.pm version with change


  Commit: 894d8b10212a906402f4db9f9aac9efe9fa084fd
  
https://github.com/Perl/perl5/commit/894d8b10212a906402f4db9f9aac9efe9fa084fd
  Author: Ryan Voots 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
M dist/Safe/Safe.pm
M dist/Safe/t/safeutf8.t

  Log Message:
  ---
  Small changes to test on bugzilla and improve compatibility


Compare: https://github.com/Perl/perl5/compare/25cf87333c1d...894d8b10212a


[Perl/perl5] f54fc5: Fixes typo from d223e1ea9ae864c0e563187f1e76240ef1...

2020-07-22 Thread Ryan Voots
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: f54fc57ff3a5b11840a04e792a46d4c6adfd27c3
  
https://github.com/Perl/perl5/commit/f54fc57ff3a5b11840a04e792a46d4c6adfd27c3
  Author: Ryan Voots 
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
M malloc.c

  Log Message:
  ---
  Fixes typo from d223e1ea9ae864c0e563187f1e76240ef1acad87

This breaks in malloc.c when configured using the Perl malloc implementation 
i.e. -Dusemymalloc

End result is this when linking:

/usr/bin/ld: malloc.o: in function `Perl_mfree':
malloc.c:(.text+0x98): undefined reference to `nBITMASK'
/usr/bin/ld: malloc.c:(.text+0xb9): undefined reference to `nBITMASK'
/usr/bin/ld: malloc.c:(.text+0xd3): undefined reference to `nBITMASK'
/usr/bin/ld: malloc.c:(.text+0x138): undefined reference to `nBITMASK'
/usr/bin/ld: malloc.o: in function `Perl_malloced_size':
malloc.c:(.text+0x1fc): undefined reference to `nBITMASK'
/usr/bin/ld: malloc.o:malloc.c:(.text+0x328): more undefined references to 
`nBITMASK' follow