summaryrefslogtreecommitdiff
path: root/Cross
Commit message (Collapse)AuthorAgeFilesLines
* Bump the perl version in various places for 5.35.7Richard Leach2021-11-212-40/+40
|
* Bump version to 5.35.6Leon Timmermans2021-10-212-40/+40
|
* Teach Configure and cflags.SH about C99Nicholas Clark2021-10-131-14/+2
| | | | | | Probe to see whether we need -std=gnu99 or -std=c99 to get C99 code to compile. In cflags.SH, remove code that added gcc warning flags that were compatible with C89 but are not compatible with C99.
* Remove vestigial next4*) sections from Makefile.SHNicholas Clark2021-10-041-6/+0
| | | | | | | | | | | | | | NeXT support was removed in June 2014 by commit f05550c064c27360: Removed NeXT support but that commit missed these hunks. The crazy whitespace errors in the next4*) section were added by mistake by me in June 2013 by commit b78ac7159b42a0e0: write_buildcustomize.pl no longer writes to STDOUT I'm not sure how I goofed that, but it had the side effect of breaking NeXT builds, and no-one noticed.
* Bump versions from v5.35.4 to v5.35.5Matthew Horsfall2021-09-202-40/+40
|
* A Configure test for C11 thread local storage specificer, _Thread_localNicholas Clark2021-09-072-0/+4
| | | | We also provbe for gcc's earlier syntax, __thread.
* detect struct stat.st_dev's size and signedness, and return it safelyTony Cook2021-09-012-0/+4
| | | | | | | | | | | | | | 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.4Karen Etheridge2021-08-222-40/+40
|
* only #include <xlocale.h> when it is actually neededTony Cook2021-08-112-0/+2
| | | | | | | | | | | 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.3Neil Bowers2021-07-242-40/+40
|
* Bump the perl version in various places for 5.35.2Max Maischein2021-06-202-40/+40
|
* Configure: apply recent metaconfig changesKarl Williamson2021-06-122-0/+8
| | | | Several new probes have been added.
* Configure changes for HAS_NON_INT_BITFIELDSKarl Williamson2021-06-122-0/+2
| | | | | | | | | | | 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.1Max Maischein2021-05-232-40/+40
| | | | | Ideally, this would've been done earlier in the process of developing 5.35, but here we are
* Bump to 5.35.0:Sawyer X2021-05-212-38/+38
| | | | | | * 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.0Sawyer X2021-05-042-46/+46
|
* Bump the Perl version to 5.33.9Nicolas R2021-03-202-40/+40
|
* bump version to 5.33.8reneeb2021-02-202-40/+40
|
* Bump version to 5.33.7Richard Leach2021-01-212-40/+40
|
* Bump version to 5.33.6Max Maischein2020-12-202-40/+40
|
* Add Configure probe for getenv() buffer raceKarl Williamson2020-12-192-0/+2
| | | | | | 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.5Tom Hukins2020-11-202-40/+40
|
* Bump version to 5.33.4Steve Hay2020-10-202-40/+40
|
* Bump the perl version in various places for 5.33.3Sawyer X2020-09-212-40/+40
|
* Add the Configure option to enable strict by default in perl programs.Todd Rinaldo2020-09-152-0/+2
| | | | | | | | 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 friendsDagfinn Ilmari Mannsåker2020-08-212-2/+0
| | | | See https://github.com/Perl/metaconfig/pull/66/
* Bump the perl version in various places for 5.33.2Karen Etheridge2020-08-202-40/+40
|
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-202-4/+3
| | | | | | | | 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.1Sawyer X2020-07-172-40/+40
|
* Bump to 5.33.0Sawyer X2020-06-282-38/+38
|
* Bump perl version in various places for 5.32.0Sawyer X2020-05-292-46/+46
|
* add Configure probe for struct sockaddr_storageTomasz Konojacki2020-05-192-0/+2
|
* Bump the perl version in various places for 5.31.12Sawyer X2020-04-292-40/+40
|
* Bump back to 5.31.11, if we need to release itSawyer X2020-04-092-46/+46
|
* Bump version to 5.32.0Sawyer X2020-03-212-46/+46
|
* Bump the perl version in various places for 5.31.10reneeb2020-02-212-40/+40
|
* Bump the perl version in various places for 5.31.9Matthew Horsfall2020-01-202-40/+40
|
* Bump the perl version in various places for 5.31.8Nicolas R2019-12-202-40/+40
|
* Regenerate Configure and friends after metaconfig changesKarl Williamson2019-12-032-0/+4
| | | | | | | | 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.7Chris 'BinGOs' Williams2019-11-202-40/+40
|
* Bump version to 5.31.6Steve Hay2019-10-202-40/+40
| | | | (includes regen/opcode.pl)
* Bump Version from 5.31.4 to 5.31.5 in various placesMax Maischein2019-09-212-40/+40
|
* Bump version to 5.31.4 and update Module::CorelistTom Hukins2019-08-202-40/+40
|
* Bump version to 5.31.3Steve Hay2019-07-202-40/+40
|
* bump version to 5.31.2Karen Etheridge2019-06-202-40/+40
|
* The Windows CE Chainsaw MassacreSteve Hay2019-06-181-4/+2
| | | | | Remove WinCE support as agreed in the thread starting here: https://www.nntp.perl.org/group/perl.perl5.porters/2018/07/msg251683.html
* Bump the perl version in various places for 5.31.1Sawyer X2019-05-252-40/+40
|
* Bump the perl version in various places for 5.31.0Sawyer X2019-05-222-38/+38
|
* Bump the perl version in various places for 5.30.0Sawyer X2019-05-102-46/+46
|
* Bump the perl version in various places for 5.29.10Zak B. Elep2019-03-212-40/+40
|