summaryrefslogtreecommitdiff
path: root/plan9
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Bump version to 5.31.3Steve Hay2019-07-202-24/+24
|
* bump version to 5.31.2Karen Etheridge2019-06-202-24/+24
|
* The Windows CE Chainsaw MassacreSteve Hay2019-06-181-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 Leach2019-05-301-1/+1
|
* Bump the perl version in various places for 5.31.1Sawyer X2019-05-252-24/+24
|
* Bump the perl version in various places for 5.31.0Sawyer X2019-05-222-23/+23
|
* Bump the perl version in various places for 5.30.0Sawyer X2019-05-102-27/+27
|
* Bump the perl version in various places for 5.29.10Zak B. Elep2019-03-212-24/+24
|
* Improve setlocale() detection in Configure-ish filesKarl Williamson2019-03-041-0/+1
| | | | This also now notes some behavior of setlocale
* Add towupper() and towlower() to Configure-ish filesKarl Williamson2019-03-041-0/+2
|