Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 621b530575c99075381526aeac361d8cce63f236
https://github.com/Perl/perl5/commit/621b530575c99075381526aeac361d8cce63f236
Author: Karl Williamson <[email protected]>
Date: 2025-09-28 (Sun, 28 Sep 2025)
Changed paths:
M autodoc.pl
Log Message:
-----------
autodoc: Need space separator in warning message
Otherwise things run-on
Commit: 72bce2120641b5da6fed90d0008248672d08fbdf
https://github.com/Perl/perl5/commit/72bce2120641b5da6fed90d0008248672d08fbdf
Author: Karl Williamson <[email protected]>
Date: 2025-09-28 (Sun, 28 Sep 2025)
Changed paths:
M autodoc.pl
Log Message:
-----------
autodoc: Preprocessor symbol has no arguments
When documenting something like DOINIT which is either #defined or not,
it will never have an argument, so automatically include that without
the user having to specify it.
Commit: 6186e7ed259198398870a9eb9f69535a04351359
https://github.com/Perl/perl5/commit/6186e7ed259198398870a9eb9f69535a04351359
Author: Karl Williamson <[email protected]>
Date: 2025-09-28 (Sun, 28 Sep 2025)
Changed paths:
M autodoc.pl
Log Message:
-----------
perlintern: Include section headings for non-empties
For example, the "CV Handling" section in perlintern did not include the
introduction for it that appears in perlapi; just the elements. It is
more convenient for the reader to have that short summary in this pod as
well.
Commit: f589a7032b6e1ee9af4cae74a09f3d8e0263a690
https://github.com/Perl/perl5/commit/f589a7032b6e1ee9af4cae74a09f3d8e0263a690
Author: Karl Williamson <[email protected]>
Date: 2025-09-28 (Sun, 28 Sep 2025)
Changed paths:
M autodoc.pl
Log Message:
-----------
autodoc: Allow specifying a section may be empty
There are lots of empty sections in perlintern, but until this commit it
was assumed that all sections would have something in perlapi. This
allows the user to specify that particular sections may not have perlapi
entries.
Commit: f91ad0317dfcf2c55daee16a666d73e53ba13d0c
https://github.com/Perl/perl5/commit/f91ad0317dfcf2c55daee16a666d73e53ba13d0c
Author: Karl Williamson <[email protected]>
Date: 2025-09-28 (Sun, 28 Sep 2025)
Changed paths:
M EXTERN.h
M INTERN.h
M autodoc.pl
Log Message:
-----------
Document things in EXTERN.h, INTERN.h
Compare: https://github.com/Perl/perl5/compare/4f8316fa3ad1...f91ad0317dfc
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications