Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 4110b0cc3f9162c7bd750c4d13635699a6677579
https://github.com/Perl/perl5/commit/4110b0cc3f9162c7bd750c4d13635699a6677579
Author: Karl Williamson <[email protected]>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M MANIFEST
M Makefile.SH
M locale_table.h
M regen.pl
A regen/locale.pl
M t/porting/regen.t
Log Message:
-----------
Automatically regenerate locale_table.h
I got tired of editing each entry when something new comes along.
Doing this opens up new possibilities of simplification, but this commit
tries to keep the generated header as close to the original as possible.
Commit: 42e9f419081bafc0e8acbe096abd1dd755cb961c
https://github.com/Perl/perl5/commit/42e9f419081bafc0e8acbe096abd1dd755cb961c
Author: Karl Williamson <[email protected]>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M locale_table.h
M regen/locale.pl
Log Message:
-----------
locale_header.h: Add explicit #define
The previous commit made this a generated file. Prior to this commit
one #define was omitted because it would be interpreted as 0 anyway, and
it was a pain to add to each of the entries. But now, it is easy to
add, and tends to be clearer to have an explicit #define.
Compare: https://github.com/Perl/perl5/compare/975f9cc38365...42e9f419081b
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications