Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RT#132347: fix building Tk | Aaron Crane | 2017-10-23 | 1 | -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 Crane | 2017-10-23 | 1 | -0/+2 |
| | | | | This permits deletion of our modified d_strchr.U metaconfig unit. | ||||
* | New .metaconf-exclusions.txt file | Aaron Crane | 2017-10-23 | 1 | -0/+23 |
This file lists symbols that metaconfig should ignore when calculating what units Perl needs. |