Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: ddfa1d4526888bb56eac0a2d41824f231fc4bd1a
https://github.com/Perl/perl5/commit/ddfa1d4526888bb56eac0a2d41824f231fc4bd1a
Author: Lukas Mai <[email protected]>
Date: 2025-03-01 (Sat, 01 Mar 2025)
Changed paths:
M embed.fnc
M handy.h
M perl.h
M pod/perl5300delta.pod
M proto.h
M regcomp.c
M regcomp_internal.h
M sv.c
M utf8.c
M util.c
Log Message:
-----------
remove Ptrdiff_t, use ptrdiff_t instead
There is no reason for Ptrdiff_t to exist; ptrdiff_t is a completely
standard C89 type. (I don't know what the ifdef PERL_GCC_PEDANTIC ->
undef HAS_PTRDIFF_T logic was about; gcc -pedantic doesn't affect
ptrdiff_t.)
(Also, we really don't need to probe for ptrdiff_t because we've had
unguarded uses of ptrdiff_t in core (op.c, utf8.c) for at least a year
and no one has complained.)
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications