summaryrefslogtreecommitdiff
path: root/dist/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* (perl #133708) remove build-time probing for stack limits for StorableTony Cook2018-12-101-1/+0
|
* (perl #127743) re-work recursion limit handlingTony Cook2018-02-081-1/+1
| | | | | | | | | | | | | | | | | | Previously this worked by calculating the limits and then rebuilding Storable.so, this meant Storable.so was built twice meaning a new make would then rebuild its dependencies. This was also a hard limit, so if Storable's user knew the available stack space changed they would need to rebuild Storable to adapt. This also allows for successful static Storable builds. I also updated the stacksize tool to prevent popping up segfault error messages at the user on Win32. Since I was still seeing test failures in recurse.t on a variety of platforms, I made the default limit calculations even more conservative.
* Storable 3.05_09: compute stacksizeReini Urban2018-02-081-0/+1
| | | | | | | | | | | | | | | (cherry picked from commit a10c78df8c03018ce50f0885bb6b6a5509d9e58f) TonyC: - dist/Storable/t/recurse.t is still crashing on a stack overflow Conflicts: Porting/Maintainers.pl dist/.gitignore dist/Module-CoreList/lib/Module/CoreList.pm dist/Storable/Storable.pm pod/perlcdelta.pod t/porting/customized.dat
* Time::HiRes moved from "cpan" to "dist" in 91ba54Tom Hukins2016-02-091-0/+2
|
* Support building extensions in dist/ as well as cpan/ and ext/Nicholas Clark2009-09-261-0/+8