Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 51ecf1ac26dbb2663232f0afa6ed73647fe33339 https://github.com/Perl/perl5/commit/51ecf1ac26dbb2663232f0afa6ed73647fe33339 Author: David Mitchell <da...@iabyn.com> Date: 2020-08-30 (Sun, 30 Aug 2020)
Changed paths: M generate_uudmap.c Log Message: ----------- generate_uudmap.c: add comments and headers Add some comments at the top of this file to explain what it does. Also make it add comment headers at the tops of the three files it generates (uudmap.h bitcount.h mg_data.h) which explain that the file is auto-generated and what its purpose is. Commit: e558f2766ea1c4413275eec4c663fb4e05aada89 https://github.com/Perl/perl5/commit/e558f2766ea1c4413275eec4c663fb4e05aada89 Author: David Mitchell <da...@iabyn.com> Date: 2020-08-30 (Sun, 30 Aug 2020) Changed paths: M perl.h M regen/mg_vtable.pl Log Message: ----------- better comment what regen/mg_vtable.pl does This automates the generating of a lot of perl magic tables and macros, but it was very opaque as to how it did it. Compare: https://github.com/Perl/perl5/compare/02e314e74ff5...e558f2766ea1