summaryrefslogtreecommitdiff
path: root/.metaconf-exclusions.txt
Commit message (Collapse)AuthorAgeFilesLines
* RT#132347: fix building TkAaron Crane2017-10-231-0/+1
| | | | | | | | | | The Tk distribution has its own portability layer that expects to find certain settings in %Config, as well as some cpp symbols defined in perl.h. The recent Perl changes to require a C89 compiler caused some of the metaconfig units defining those %Config settings and cpp symbols to be omitted. This commit restores compatibility with Tk, by ensuring that the things it wants are available even though they are no longer provided by metaconfig.
* metaconfig: ignore "index", "rindex"Aaron Crane2017-10-231-0/+2
| | | | This permits deletion of our modified d_strchr.U metaconfig unit.
* New .metaconf-exclusions.txt fileAaron Crane2017-10-231-0/+23
This file lists symbols that metaconfig should ignore when calculating what units Perl needs.