Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 5f573d6eede052b88fb7cc0fa248fc412dec3847
https://github.com/Perl/perl5/commit/5f573d6eede052b88fb7cc0fa248fc412dec3847
Author: Karl Williamson <[email protected]>
Date: 2019-11-06 (Wed, 06 Nov 2019)
Changed paths:
M invlist_inline.h
Log Message:
-----------
invlist_inline.h: Restrict files symbols are in
These are only needed in regcomp.c, so restrict them to that file
Commit: de9382e0dc5f718795af0204c7f0ac973c28f816
https://github.com/Perl/perl5/commit/de9382e0dc5f718795af0204c7f0ac973c28f816
Author: Karl Williamson <[email protected]>
Date: 2019-11-06 (Wed, 06 Nov 2019)
Changed paths:
M invlist_inline.h
Log Message:
-----------
invlist_inline.h: White space only
Fold a too-long line
Commit: 24ad3c33bfe900c8e9ba2f41266556fab11f6d38
https://github.com/Perl/perl5/commit/24ad3c33bfe900c8e9ba2f41266556fab11f6d38
Author: Karl Williamson <[email protected]>
Date: 2019-11-06 (Wed, 06 Nov 2019)
Changed paths:
M embed.fnc
M embed.h
M proto.h
M regcomp.c
Log Message:
-----------
regcomp.c: Change name of static function.
This removes an unnecessary leading underscore
Commit: a9269870d0bdf863ca3ff8c0027e0894d4847393
https://github.com/Perl/perl5/commit/a9269870d0bdf863ca3ff8c0027e0894d4847393
Author: Karl Williamson <[email protected]>
Date: 2019-11-06 (Wed, 06 Nov 2019)
Changed paths:
M embed.fnc
M embed.h
M invlist_inline.h
M proto.h
M regcomp.c
Log Message:
-----------
Move some static fcns from regcomp.c to invlist_inline.h
They are still only accessible from regcomp.c, but this is in
preparation for them to be usable from other core files as well.
Compare: https://github.com/Perl/perl5/compare/d3d735392ab2...a9269870d0bd