Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 662b1b1d28ed57f57be01afb6823cd868aceb4de
      
https://github.com/Perl/perl5/commit/662b1b1d28ed57f57be01afb6823cd868aceb4de
  Author: Karl Williamson <[email protected]>
  Date:   2026-02-16 (Mon, 16 Feb 2026)

  Changed paths:
    M autodoc.pl

  Log Message:
  -----------
  autodoc.pl: Extract code into a function

This is in preparation for it to be called from other places


  Commit: 7d0d88cb826240cb069ec2af337ae48746c1c980
      
https://github.com/Perl/perl5/commit/7d0d88cb826240cb069ec2af337ae48746c1c980
  Author: Karl Williamson <[email protected]>
  Date:   2026-02-16 (Mon, 16 Feb 2026)

  Changed paths:
    M autodoc.pl

  Log Message:
  -----------
  perlapi: Tabularize display of config.h symbols

Certain symbols in config.h have been displayed with no addtional
information.  The lack of information is because the symbol's name says
it all. For example HAS_SETENV is a boolean indicating if setenv() is
available on the platform.  No further explanation is needed than the
introductory paragraph at the beginning of the section.

Prior to this commit, these symbols were displayed as a comma separated
list wrapping across multiple lines.

This commit organizes them into a table with columns, making them much
easier to read.


Compare: https://github.com/Perl/perl5/compare/a52129cfe6e2...7d0d88cb8262

To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to