summaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorKenneth Olwing <knth@cpan.org>2022-08-16 19:41:45 +0200
committerTony Cook <tony@develop-help.com>2022-08-25 11:37:34 +1000
commit697eaf802a042beb1c1c6f1983a08a147f12eb72 (patch)
tree2ab4ae13cf8dd9a85221b1f0ba18aabd071469af /.mailmap
parentf58ed7c7a9dd599e7a924a2105851c697f4f9d87 (diff)
downloadperl-697eaf802a042beb1c1c6f1983a08a147f12eb72.tar.gz
Handle intrin files on win32 with gcc
This fixes #20033. When building on Windows with Strawberry 5.32.1 (gcc 8.3.0) as the toolchain, the Errno.pm is created by a script Errno_pm.pl, which takes output from the compiler to find headers. A subset of these headers requires them to only be included by some specific headers. Previously the header order was effectively random and this occasionally caused build errors (that further were never detected). The get_files() is now returning the header names in the order the compiler saw them which insures they are in the right order.
Diffstat (limited to '.mailmap')
-rw-r--r--.mailmap1
1 files changed, 1 insertions, 0 deletions
diff --git a/.mailmap b/.mailmap
index 4aa6017e9d..f242ff4a28 100644
--- a/.mailmap
+++ b/.mailmap
@@ -495,6 +495,7 @@ Keith Thompson <keith.s.thompson@gmail.com> Keith Thompson <kst@mib.org>
Ken Neighbors <unknown> Ken Neighbors <perlbug@perl.org>
Ken Williams <ken@mathforum.org> <kenahoo@gmail.com>
Ken Williams <ken@mathforum.org> Ken Williams <ken.williams@thomsonreuters.com>
+Kenneth Ă–lwing <knth@cpan.org> Kenneth Olwing <knth@cpan.org>
Kent Fredric <kentfredric@gmail.com> Kent Fredric <kentnl@cpan.org>
Kevin Brintnall <kbrint@rufus.net> kevin brintnall <kbrint@rufus.net>
Kevin Ryde <user42@zip.com.au> Kevin Ryde <perlbug-followup@perl.org>