Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | style: Detabify indentation of the C code maintained by the core. | Michael G. Schwern | 2021-01-17 | 2 | -13/+13 |
| | | | | | | | | | | | This just detabifies to get rid of the mixed tab/space indentation. Applying consistent indentation and dealing with other tabs are another issue. Done with `expand -i`. * vutil.* left alone, it's part of version. * Left regen managed files alone for now. | ||||
* | 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 |
| | |||||
* | Fix typos | Samanta Navarro | 2020-10-03 | 2 | -2/+2 |
| | | | | | | | | | For: https://github.com/Perl/perl5/pull/18201 Committer: Samanta Navarro is now a Perl author. To keep 'make test_porting' happy: Increment $VERSION in several files. Regenerate uconfig.h via './perl -Ilib regen/uconfig_h.pl'. | ||||
* | 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 | 3 | -16/+7 |
| | | | | 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 |
| | |||||
* | Plan9/9front i386 fixes | Romano | 2020-08-03 | 14 | -257/+743 |
| | |||||
* | Remove PERL_GLOBAL_STRUCT | Dagfinn Ilmari Mannsåker | 2020-07-20 | 1 | -1/+1 |
| | | | | | | | | This was originally added for MinGW, which no longer needs it, and only still used by Symbian, which is now removed. This also leaves perlapi.[ch] empty, but we keep the header for CPAN backwards compatibility. | ||||
* | Bump the perl version in various paces for 5.33.1 | Sawyer X | 2020-07-17 | 2 | -24/+24 |
| | |||||
* | Bump to 5.33.0 | Sawyer X | 2020-06-28 | 2 | -23/+23 |
| | |||||
* | Bump perl version in various places for 5.32.0 | Sawyer X | 2020-05-29 | 2 | -27/+27 |
| | |||||
* | Fix a bunch of repeated-word typos | Dagfinn Ilmari Mannsåker | 2020-05-22 | 1 | -1/+1 |
| | | | | | Mostly in comments and docs, but some in diagnostic messages and one case of 'or die die'. | ||||
* | 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 | 2 | -24/+24 |
| | |||||
* | Bump back to 5.31.11, if we need to release it | Sawyer X | 2020-04-09 | 2 | -27/+27 |
| | |||||
* | Bump version to 5.32.0 | Sawyer X | 2020-03-21 | 2 | -27/+27 |
| | |||||
* | gh#10059 - potentially reduce -Wall warnings on plan9. Not tested. | Richard Leach | 2020-03-11 | 2 | -13/+13 |
| | |||||
* | Bump the perl version in various places for 5.31.10 | reneeb | 2020-02-21 | 2 | -24/+24 |
| | |||||
* | Bump the perl version in various places for 5.31.9 | Matthew Horsfall | 2020-01-20 | 2 | -24/+24 |
| | |||||
* | Bump the perl version in various places for 5.31.8 | Nicolas R | 2019-12-20 | 2 | -24/+24 |
| | |||||
* | 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 | ||||
* | Bump the perl version in various places for 5.31.7 | Chris 'BinGOs' Williams | 2019-11-20 | 2 | -24/+24 |
| | |||||
* | Bump version to 5.31.6 | Steve Hay | 2019-10-20 | 2 | -24/+24 |
| | | | | (includes regen/opcode.pl) | ||||
* | Bump Version from 5.31.4 to 5.31.5 in various places | Max Maischein | 2019-09-21 | 2 | -24/+24 |
| | |||||
* | Bump version to 5.31.4 and update Module::Corelist | Tom Hukins | 2019-08-20 | 2 | -24/+24 |
| | |||||
* | Bump version to 5.31.3 | Steve Hay | 2019-07-20 | 2 | -24/+24 |
| | |||||
* | bump version to 5.31.2 | Karen Etheridge | 2019-06-20 | 2 | -24/+24 |
| | |||||
* | The Windows CE Chainsaw Massacre | Steve Hay | 2019-06-18 | 1 | -1/+1 |
| | | | | | Remove WinCE support as agreed in the thread starting here: https://www.nntp.perl.org/group/perl.perl5.porters/2018/07/msg251683.html | ||||
* | [PATCH] Remove vestiges of mpeix support (removed in 5.17.x) | Richard Leach | 2019-05-30 | 1 | -1/+1 |
| | |||||
* | Bump the perl version in various places for 5.31.1 | Sawyer X | 2019-05-25 | 2 | -24/+24 |
| | |||||
* | Bump the perl version in various places for 5.31.0 | Sawyer X | 2019-05-22 | 2 | -23/+23 |
| | |||||
* | Bump the perl version in various places for 5.30.0 | Sawyer X | 2019-05-10 | 2 | -27/+27 |
| | |||||
* | Bump the perl version in various places for 5.29.10 | Zak B. Elep | 2019-03-21 | 2 | -24/+24 |
| | |||||
* | Improve setlocale() detection in Configure-ish files | Karl Williamson | 2019-03-04 | 1 | -0/+1 |
| | | | | This also now notes some behavior of setlocale | ||||
* | Add towupper() and towlower() to Configure-ish files | Karl Williamson | 2019-03-04 | 1 | -0/+2 |
| |