Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: ce7f1dfd48552c3fc4d0a8d719ef1e7b253a3f1e
https://github.com/Perl/perl5/commit/ce7f1dfd48552c3fc4d0a8d719ef1e7b253a3f1e
Author: Karl Williamson <[email protected]>
Date: 2022-06-11 (Sat, 11 Jun 2022)
Changed paths:
M perl.h
Log Message:
-----------
Discourage use of GCC brace groups
These days, static inline functions are the better bet, as you don't
have to maintain two code paths.
Commit: 9a05f3d20d393b062bc64a1025411064236bc6f8
https://github.com/Perl/perl5/commit/9a05f3d20d393b062bc64a1025411064236bc6f8
Author: Karl Williamson <[email protected]>
Date: 2022-06-11 (Sat, 11 Jun 2022)
Changed paths:
M perl.h
M pod/perlhacktips.pod
Log Message:
-----------
Note gotchas, workarounds in STMT_START..STMT_END
Compare: https://github.com/Perl/perl5/compare/c3c9077b28cc...9a05f3d20d39