Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: d2f68c83aa269a7b67526446bd95b2acdaecf6ce
https://github.com/Perl/perl5/commit/d2f68c83aa269a7b67526446bd95b2acdaecf6ce
Author: Nicholas Clark <[email protected]>
Date: 2021-06-28 (Mon, 28 Jun 2021)
Changed paths:
M AUTHORS
Log Message:
-----------
Add David Marshall to AUTHORS.
Commit: 4fc148a8261471331757070d72ad8dd513ad48da
https://github.com/Perl/perl5/commit/4fc148a8261471331757070d72ad8dd513ad48da
Author: David Marshall <[email protected]>
Date: 2021-06-28 (Mon, 28 Jun 2021)
Changed paths:
M t/porting/libperl.t
Log Message:
-----------
fix new libperl.t 'no symbols' warning on darwin
A change in October 2019 added handling for the case that 'nm' might
emit the error message 'no symbols' (apparently erroneously. Apple seems
to have included a fix to upstream LLVM to change the message to be a
file reference followed by ': no symbols'. For libperl.t, the message is
typically '../libperl.a:perlapi.o: no symbols'. This change handles both
the old and current behavior.
Compare: https://github.com/Perl/perl5/compare/31e7fc2343ec...4fc148a82614