Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: d145625fc71acb5ca1f2472ca73d3b35b7b3a576
https://github.com/Perl/perl5/commit/d145625fc71acb5ca1f2472ca73d3b35b7b3a576
Author: Karl Williamson <[email protected]>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M utf8.c
Log Message:
-----------
utf8.c: Note various symbols are documented here
Commit: 05594d284abefbd6e7aa1f32daeb9a801990b66a
https://github.com/Perl/perl5/commit/05594d284abefbd6e7aa1f32daeb9a801990b66a
Author: Karl Williamson <[email protected]>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M sv.c
Log Message:
-----------
sv.c: Rmv trailing blanks
This will make later commits easier to do.
Commit: 37ee558d221d91b9b74247d7f4fcae5bb2959a5c
https://github.com/Perl/perl5/commit/37ee558d221d91b9b74247d7f4fcae5bb2959a5c
Author: Karl Williamson <[email protected]>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M embed.fnc
M mathoms.c
M proto.h
M sv.c
M sv.h
Log Message:
-----------
sv.c: Change some formal param names for clarity, consistency
The names previously indicated some things were strings that weren't
necessarily so. Some nearly identical functions had varying parameter
names.
Commit: 15cc2555efa1d82f2858e2c7ba5622a844e06254
https://github.com/Perl/perl5/commit/15cc2555efa1d82f2858e2c7ba5622a844e06254
Author: Karl Williamson <[email protected]>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M sv.c
M sv.h
Log Message:
-----------
perlapi: Consolidate sv_setsv-ish entries
Compare: https://github.com/Perl/perl5/compare/09e51a9507d4...15cc2555efa1