Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 5.37.3 | Nicolas R | 2022-07-21 | 1 | -19/+19 |
| | |||||
* | Dump perl version everywhere to 5.37.2 | Matthew Horsfall | 2022-06-20 | 1 | -19/+19 |
| | | | | | This attempted to change sv_inline.h, but those were clearly wrong! | ||||
* | hide private functions with __attribute__((visibility("hidden"))) | Tomasz Konojacki | 2022-06-18 | 1 | -0/+1 |
| | | | | | | | | This allows us to enforce API boundaries and potentially enables compiler optimisations. We've been always hiding non-public symbols on Windows. This commit brings that to the other platforms. | ||||
* | probe for setenv in Configure | Tomasz Konojacki | 2022-05-29 | 1 | -0/+1 |
| | |||||
* | bump version to v5.37.1: now open for business | Ricardo Signes | 2022-05-27 | 1 | -19/+19 |
| | |||||
* | bump version to v5.37.0 | Ricardo Signes | 2022-05-27 | 1 | -18/+18 |
| | |||||
* | bump version to v5.36.0 (RC0) | Ricardo Signes | 2022-05-20 | 1 | -22/+22 |
| | |||||
* | Revert "Add Configure question for taint support" | Paul "LeoNerd" Evans | 2022-05-19 | 1 | -1/+0 |
| | | | | | | | | | This reverts commit 39f8eb4a21670e6b973dcfc86d0b1339064f5642. This is because of a variety of issues discussed #19657 and at the PSC meeting 064 2022-04-22 https://www.nntp.perl.org/group/perl.perl5.porters/2022/04/msg263670.html | ||||
* | Bump version for 5.35.12 | Steve Hay | 2022-04-20 | 1 | -19/+19 |
| | |||||
* | Add Configure question for taint support | Neil Bowers | 2022-04-20 | 1 | -0/+1 |
| | | | | | | | | | | | | This adds a Configure question for whether you want taint support. It defaults to "yes", so that ./Configure -des will build a perl which supports taint in the usual way. If you say "no", then perl is compiled with -DSILENT_NO_TAINT_SUPPORT so that taint features silently do nothing. I've submitted a separate pull request on perl/metaconfig, which adds the underlying metaconfig unit for this question, which was used to build this Configure script. | ||||
* | Bump version for 5.35.11 | Sawyer X | 2022-03-20 | 1 | -19/+19 |
| | |||||
* | bump version for 5.35.10 | reneeb | 2022-02-20 | 1 | -19/+19 |
| | |||||
* | Bump the perl version in various places for 5.35.9 | Nicolas R | 2022-01-20 | 1 | -19/+19 |
| | |||||
* | Bump the perl version in various places for 5.35.8 | Neil Bowers | 2021-12-21 | 1 | -19/+19 |
| | |||||
* | Bump the perl version in various places for 5.35.7 | Richard Leach | 2021-11-21 | 1 | -19/+19 |
| | |||||
* | Bump version to 5.35.6 | Leon Timmermans | 2021-10-21 | 1 | -19/+19 |
| | |||||
* | Bump versions from v5.35.4 to v5.35.5 | Matthew Horsfall | 2021-09-20 | 1 | -19/+19 |
| | |||||
* | A Configure test for C11 thread local storage specificer, _Thread_local | Nicholas Clark | 2021-09-07 | 1 | -0/+2 |
| | | | | We also provbe for gcc's earlier syntax, __thread. | ||||
* | detect struct stat.st_dev's size and signedness, and return it safely | Tony Cook | 2021-09-01 | 1 | -0/+2 |
| | | | | | | | | | | | | | | On FreeBSD dev_t (and hence the st_dev member of struct stat) is an unsigned 64-bit integer, and the previous simple PUSHi() corrupted that. A previous version of this reflected the st_ino code and implemented our own number to string conversion, but a system with such a large st_dev should be assumed to have inttypes.h, and an intmax_t which is no smaller than st_dev. The st_ino code could probably be changed similarly, but 64-bit inode numbers are not a new thing, so it may be riskier. | ||||
* | Bump the perl version in various places for 5.35.4 | Karen Etheridge | 2021-08-22 | 1 | -19/+19 |
| | |||||
* | only #include <xlocale.h> when it is actually needed | Tony Cook | 2021-08-11 | 1 | -0/+1 |
| | | | | | | | | | | | This header was originally only needed for builds on darwin and FreeBSD, but was being included whenever it was detected. This has caused problems when what was an internal header was removed (from glibc) and in general wasn't needed anyway. On FreeBSD only localeconv_l() requires xlocale.h, so we test specifically for that. | ||||
* | Bump the perl version in various places ready for 5.35.3 | Neil Bowers | 2021-07-24 | 1 | -19/+19 |
| | |||||
* | Bump the perl version in various places for 5.35.2 | Max Maischein | 2021-06-20 | 1 | -19/+19 |
| | |||||
* | Configure: apply recent metaconfig changes | Karl Williamson | 2021-06-12 | 1 | -0/+4 |
| | | | | Several new probes have been added. | ||||
* | Configure changes for HAS_NON_INT_BITFIELDS | Karl Williamson | 2021-06-12 | 1 | -0/+1 |
| | | | | | | | | | | | This probe has been available without my realizing it had been merged. Some compilers, chiefly IBM, use only integer-size bitfields, warning when presented with other-sized ones. Allowing other-sized fields is an extension to the C standard. These warnings don't affect the correctness of the code generated, but very many are generated per run, potentially overwhelming the reader into not noticing warnings that are important. | ||||
* | Bump the perl version in various places for 5.35.1 | Max Maischein | 2021-05-23 | 1 | -19/+19 |
| | | | | | Ideally, this would've been done earlier in the process of developing 5.35, but here we are | ||||
* | Bump to 5.35.0: | Sawyer X | 2021-05-21 | 1 | -18/+18 |
| | | | | | | * Apparently, first you bump, then you update perldelta. * 5.35.0 *might* be released tomorrow (likely) but not certainly. * I've set it to tomorrow so Module::CoreList won't be upset. | ||||
* | Bump perl version in various places for 5.34.0 | Sawyer X | 2021-05-04 | 1 | -22/+22 |
| | |||||
* | Bump the Perl version to 5.33.9 | Nicolas R | 2021-03-20 | 1 | -19/+19 |
| | |||||
* | bump version to 5.33.8 | reneeb | 2021-02-20 | 1 | -19/+19 |
| | |||||
* | Bump version to 5.33.7 | Richard Leach | 2021-01-21 | 1 | -19/+19 |
| | |||||
* | Bump version to 5.33.6 | Max Maischein | 2020-12-20 | 1 | -19/+19 |
| | |||||
* | Add Configure probe for getenv() buffer race | Karl Williamson | 2020-12-19 | 1 | -0/+1 |
| | | | | | | Most implementations do not have a problem with two getenv()'s running simultaneously in different threads. But Posix doesn't require such good behavior. This adds a simple probe to test the current system. | ||||
* | Bump version to 5.33.5 | Tom Hukins | 2020-11-20 | 1 | -19/+19 |
| | |||||
* | Bump version to 5.33.4 | Steve Hay | 2020-10-20 | 1 | -19/+19 |
| | |||||
* | Bump the perl version in various places for 5.33.3 | Sawyer X | 2020-09-21 | 1 | -19/+19 |
| | |||||
* | Add the Configure option to enable strict by default in perl programs. | Todd Rinaldo | 2020-09-15 | 1 | -0/+1 |
| | | | | | | | | Do not set strict by default on -e or -E This is a development only feature to allow us to clean up blead. ./Configure -Dusedevel -des -Dusedefaultstrict | ||||
* | Remove 5005threads vestiges from Configure and friends | Dagfinn Ilmari Mannsåker | 2020-08-21 | 1 | -1/+0 |
| | | | | See https://github.com/Perl/metaconfig/pull/66/ | ||||
* | Bump the perl version in various places for 5.33.2 | Karen Etheridge | 2020-08-20 | 1 | -19/+19 |
| | |||||
* | Bump the perl version in various paces for 5.33.1 | Sawyer X | 2020-07-17 | 1 | -19/+19 |
| | |||||
* | Bump to 5.33.0 | Sawyer X | 2020-06-28 | 1 | -18/+18 |
| | |||||
* | Bump perl version in various places for 5.32.0 | Sawyer X | 2020-05-29 | 1 | -22/+22 |
| | |||||
* | add Configure probe for struct sockaddr_storage | Tomasz Konojacki | 2020-05-19 | 1 | -0/+1 |
| | |||||
* | Bump the perl version in various places for 5.31.12 | Sawyer X | 2020-04-29 | 1 | -19/+19 |
| | |||||
* | Bump back to 5.31.11, if we need to release it | Sawyer X | 2020-04-09 | 1 | -22/+22 |
| | |||||
* | Bump version to 5.32.0 | Sawyer X | 2020-03-21 | 1 | -22/+22 |
| | |||||
* | Bump the perl version in various places for 5.31.10 | reneeb | 2020-02-21 | 1 | -19/+19 |
| | |||||
* | Bump the perl version in various places for 5.31.9 | Matthew Horsfall | 2020-01-20 | 1 | -19/+19 |
| | |||||
* | Bump the perl version in various places for 5.31.8 | Nicolas R | 2019-12-20 | 1 | -19/+19 |
| | |||||
* | Regenerate Configure and friends after metaconfig changes | Karl Williamson | 2019-12-03 | 1 | -0/+2 |
| | | | | | | | | A probe for wcrtomb() and one for attribute always inline have been added, and the ones for: 1) checking if there is a C backtrace facility; and 2) character data alignedness have been revised |