summaryrefslogtreecommitdiff
path: root/plan9
Commit message (Collapse)AuthorAgeFilesLines
* Bump the perl version in various places for 5.35.9Nicolas R2022-01-201-19/+19
|
* Bump the perl version in various places for 5.35.8Neil Bowers2021-12-211-19/+19
|
* Bump the perl version in various places for 5.35.7Richard Leach2021-11-211-19/+19
|
* Remove missed mention of perldos POD document in plan9/mkfileDagfinn Ilmari Mannsåker2021-11-021-1/+1
|
* Bump version to 5.35.6Leon Timmermans2021-10-211-19/+19
|
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-1/+1
| | | | The build has been broken since 2009.
* Bump versions from v5.35.4 to v5.35.5Matthew Horsfall2021-09-201-19/+19
|
* A Configure test for C11 thread local storage specificer, _Thread_localNicholas Clark2021-09-071-0/+2
| | | | We also provbe for gcc's earlier syntax, __thread.
* detect struct stat.st_dev's size and signedness, and return it safelyTony Cook2021-09-011-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.4Karen Etheridge2021-08-221-19/+19
|
* only #include <xlocale.h> when it is actually neededTony Cook2021-08-111-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.3Neil Bowers2021-07-241-19/+19
|
* Bump the perl version in various places for 5.35.2Max Maischein2021-06-201-19/+19
|
* Configure: apply recent metaconfig changesKarl Williamson2021-06-121-0/+4
| | | | Several new probes have been added.
* Configure changes for HAS_NON_INT_BITFIELDSKarl Williamson2021-06-121-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.1Max Maischein2021-05-231-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 X2021-05-211-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.0Sawyer X2021-05-041-22/+22
|
* Bump the Perl version to 5.33.9Nicolas R2021-03-201-19/+19
|
* bump version to 5.33.8reneeb2021-02-201-19/+19
|
* Bump version to 5.33.7Richard Leach2021-01-211-19/+19
|
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-172-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.6Max Maischein2020-12-201-19/+19
|
* Add Configure probe for getenv() buffer raceKarl Williamson2020-12-191-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.5Tom Hukins2020-11-201-19/+19
|
* Bump version to 5.33.4Steve Hay2020-10-201-19/+19
|
* Fix typosSamanta Navarro2020-10-032-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.3Sawyer X2020-09-211-19/+19
|
* Add the Configure option to enable strict by default in perl programs.Todd Rinaldo2020-09-151-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 friendsDagfinn Ilmari Mannsåker2020-08-213-16/+7
| | | | See https://github.com/Perl/metaconfig/pull/66/
* Bump the perl version in various places for 5.33.2Karen Etheridge2020-08-201-19/+19
|
* Plan9/9front i386 fixesRomano2020-08-0314-257/+743
|
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-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.1Sawyer X2020-07-172-24/+24
|
* Bump to 5.33.0Sawyer X2020-06-282-23/+23
|
* Bump perl version in various places for 5.32.0Sawyer X2020-05-292-27/+27
|
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-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_storageTomasz Konojacki2020-05-191-0/+1
|
* Bump the perl version in various places for 5.31.12Sawyer X2020-04-292-24/+24
|
* Bump back to 5.31.11, if we need to release itSawyer X2020-04-092-27/+27
|
* Bump version to 5.32.0Sawyer X2020-03-212-27/+27
|
* gh#10059 - potentially reduce -Wall warnings on plan9. Not tested.Richard Leach2020-03-112-13/+13
|
* Bump the perl version in various places for 5.31.10reneeb2020-02-212-24/+24
|
* Bump the perl version in various places for 5.31.9Matthew Horsfall2020-01-202-24/+24
|
* Bump the perl version in various places for 5.31.8Nicolas R2019-12-202-24/+24
|
* Regenerate Configure and friends after metaconfig changesKarl Williamson2019-12-031-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.7Chris 'BinGOs' Williams2019-11-202-24/+24
|
* Bump version to 5.31.6Steve Hay2019-10-202-24/+24
| | | | (includes regen/opcode.pl)
* Bump Version from 5.31.4 to 5.31.5 in various placesMax Maischein2019-09-212-24/+24
|
* Bump version to 5.31.4 and update Module::CorelistTom Hukins2019-08-202-24/+24
|