summaryrefslogtreecommitdiff
path: root/hints
Commit message (Collapse)AuthorAgeFilesLines
* Bump the perl version in various places ready for 5.35.3Neil Bowers2021-07-241-2/+2
|
* Update hints/os390.shKarl Williamson2021-06-271-70/+138
| | | | | This modernizes this hints file enough that it actually works on a real live system.
* hints/os390.sh: White-space/comment onlyKarl Williamson2021-06-271-52/+54
|
* Bump the perl version in various places for 5.35.2Max Maischein2021-06-201-2/+2
|
* Bump the perl version in various places for 5.35.1Max Maischein2021-05-231-2/+2
| | | | | 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-2/+2
| | | | | | * 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-2/+2
|
* Bump the Perl version to 5.33.9Nicolas R2021-03-201-2/+2
|
* bump version to 5.33.8reneeb2021-02-201-2/+2
|
* Bump version to 5.33.7Richard Leach2021-01-211-2/+2
|
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-47/+47
| | | | | | | | | | | 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-2/+2
|
* Detect GCC as compiler to useSevan Janiyan2020-12-021-1/+2
| | | | On Illumos based distributions GCC is likely the compiler available on the system. Change tested on SmartOS
* Bump version to 5.33.5Tom Hukins2020-11-201-2/+2
|
* Bump version to 5.33.4Steve Hay2020-10-201-2/+2
|
* Fix typosSamanta Navarro2020-10-031-1/+1
| | | | | | | | | 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'.
* Fix build on Haiku beta, set correct Haiku usrinc and locinc, add ↵Thibault DUPONCHELLE2020-09-292-1/+4
| | | | | | -fno-stack-protector to hints for amigaos.sh and haiku.sh (and disable accordingly -fstack-protector* in Configure)
* Bump the perl version in various places for 5.33.3Sawyer X2020-09-211-2/+2
|
* Bump the perl version in various places for 5.33.2Karen Etheridge2020-08-201-2/+2
|
* Haiku use finddir for default prefix in hintsThibault DUPONCHELLE2020-07-301-1/+1
|
* Align to haiku ports (+ keep some extra) and set path dynamicallyThibault DUPONCHELLE2020-07-301-4/+5
|
* Future proof version checkAdam Hartley2020-07-301-3/+3
|
* Update darwin.shAdam Hartley2020-07-301-2/+2
|
* Simplify syscall checkAdam Hartley2020-07-301-4/+3
|
* Update deprecated syscall check for 11.x and greaterAdam Hartley2020-07-301-2/+2
|
* Update error messageAdam Hartley2020-07-301-1/+1
|
* Add 11.x support for darwin.shAdam Hartley2020-07-301-2/+2
|
* Improve detection of Intel C/C++ compilers. (#18001)Graham✈️✈️2020-07-291-1/+1
| | | | | | | | | | | | | | | | | | | * Improve detection of Intel C/C++ compilers. My version of Intel C/C++ reports these versions: ✅ starscream% icc -V Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.1.1.217 Build 20200306 Copyright (C) 1985-2020 Intel Corporation. All rights reserved. FOR NON-COMMERCIAL USE ONLY ✅ starscream% icpc -V Intel(R) C++ Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.1.1.217 Build 20200306 Copyright (C) 1985-2020 Intel Corporation. All rights reserved. FOR NON-COMMERCIAL USE ONLY * simplified case for detecting Intel C++ compiler * update authors for plicease
* Bump the perl version in various paces for 5.33.1Sawyer X2020-07-171-2/+2
|
* Bump to 5.33.0Sawyer X2020-06-281-2/+2
|
* warn the user that NetBSD's long double support isn't very goodTony Cook2020-06-201-0/+35
|
* Bump perl version in various places for 5.32.0Sawyer X2020-05-291-2/+2
|
* hints/os390.sh: Handle no C optimizationsKarl Williamson2020-05-271-1/+1
| | | | | | | There is a bug in Configure where it doesn't handle 'none' properly for platforms which have no flag to indicate don't optimize. Instead of fixing this for 5.32 at this late date, change the hints file for os390 to use the equivalent " ", that does work.
* 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'.
* Bump the perl version in various places for 5.31.12Sawyer X2020-04-291-2/+2
|
* Bump back to 5.31.11, if we need to release itSawyer X2020-04-091-2/+2
|
* Configure can't find dlopen() on DragonFly BSD when using g++Tomasz Konojacki2020-04-041-0/+8
| | | | linux, freebsd and solaris hints have the same workaround
* Bump version to 5.32.0Sawyer X2020-03-211-2/+2
|
* Fix language referring to GitHub issue tracker in various placesDave Rolsky2020-03-143-3/+3
| | | | | | | | | | | | There were a number of spots that used language more appropriate for an email address than a web-based tracker. I noticed this because of the recent 5.30.2 release, which has a perldelta containing the sentence "If you find any we have missed, send email to https://github.com/Perl/perl5/issues." But I think that was because the 5.30.2 branch did not include 8166b4e0bc220e759aa233af54ac1e60cc510f0c.
* Increase required macro-space for HP-UX C-ANSI-CH.Merijn Brand2020-02-221-1/+1
| | | | 125000 was too small!
* HP-UX 11.11 and below do not have wcrtombH.Merijn Brand2020-02-221-0/+4
| | | | | | | At least not with HP C-ANSI-C, but as mbrlen and mbrtowc are already disabled, it is in kine with expectation. This makes perl compilable again on 11.11 with HP C-ANSI-C
* Bump the perl version in various places for 5.31.10reneeb2020-02-211-2/+2
|
* hints/solaris_2.sh: g++ needs same treatment as gccKarl Williamson2020-01-211-1/+1
| | | | | | | This had a test for gcc, which also applies to g++, and it was causing load failures on solaris built with g++. Thanks to Dagfinn Ilmari Mannsåker for diagnosing this problem.
* Bump the perl version in various places for 5.31.9Matthew Horsfall2020-01-201-2/+2
|
* Update documentation, readmes, comments, and utilities to reference the ↵Dan Book2019-12-223-3/+4
| | | | | | GitHub issue tracker The perlbug utility and perlbug@perl.org should no longer be used to submit bug reports or patches.
* Bump the perl version in various places for 5.31.8Nicolas R2019-12-201-2/+2
|
* Fix where we look for the Sun/Solaris/Developer Studio compilerChris 'BinGOs' Williams2019-12-111-1/+1
| | | | The movable feast that is the sun/solaris/developer compiler
* Convert issue links from rt.perl.org to GitHubDan Book2019-11-262-2/+2
|
* Bump the perl version in various places for 5.31.7Chris 'BinGOs' Williams2019-11-201-2/+2
|
* Update documentation, comments, metadata to reference GitHub as canonical ↵Dan Book2019-10-201-1/+1
| | | | | | | | | | | | | | | | repository (#1186) * Update repository and bugtracker URLs to GitHub in makemeta regen META files * Update POD and comments to reference GitHub as canonical repository * Update Porting/corelist.pl to recognize GitHub issue tracker * remove "A note on camel and dromedary" * Remove redundant 'Committing your changes' section