Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 39bc95211a3a54cf32644d2847ca4c635ee2eceb https://github.com/Perl/perl5/commit/39bc95211a3a54cf32644d2847ca4c635ee2eceb Author: Karl Williamson <k...@cpan.org> Date: 2024-09-01 (Sun, 01 Sep 2024)
Changed paths: M autodoc.pl Log Message: ----------- autodoc: Handle pTHX on no-long name functions There are currently three functions that have an implicit thread context parameter that don't have long names. (A long name is prefixed with 'Perl_' or 'S_'.) Prior to this commit they were displayed in perlapi without that parameter. The three are Perl_localeconv, PerlIO_apply_layers, and PerlIO_binmode. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications