Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 42e7ab19c7c18913391cfbabfb142d1ac5a9343e
https://github.com/Perl/perl5/commit/42e7ab19c7c18913391cfbabfb142d1ac5a9343e
Author: Lukas Mai <[email protected]>
Date: 2025-03-03 (Mon, 03 Mar 2025)
Changed paths:
M MANIFEST
M Makefile.SH
R charclass_invlists.h
A charclass_invlists.inc
M lib/unicore/README.perl
M lib/unicore/uni_keywords.pl
M perl.h
M regcomp.c
M regen/mk_invlists.pl
M regexec.c
M regexp_constants.h
M t/porting/regen.t
M uni_keywords.h
M win32/GNUmakefile
M win32/Makefile
Log Message:
-----------
don't install charclass_invlists.h
... by renaming it to charclass_invlists.inc, which no longer matches
the standard *.h pattern.
charclass_invlists.inc is a large (4.5MB) generated file that is only
needed at build time (specifically, by utf8.c as well as regcomp.c and
regexec.c). Skipping this single file makes a standard perl install
slightly smaller (from ~90MB to ~85MB in my tests).
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications