summaryrefslogtreecommitdiff
path: root/Porting/config_H
Commit message (Collapse)AuthorAgeFilesLines
* Bump to 5.33.0Sawyer X2020-06-281-9/+9
|
* Bump perl version in various places for 5.32.0Sawyer X2020-05-291-9/+9
|
* Bump the perl version in various places for 5.31.12Sawyer X2020-04-291-9/+9
|
* Bump back to 5.31.11, if we need to release itSawyer X2020-04-091-9/+9
|
* Bump version to 5.32.0Sawyer X2020-03-211-9/+9
|
* Bump the perl version in various places for 5.31.10reneeb2020-02-211-9/+9
|
* Bump the perl version in various places for 5.31.9Matthew Horsfall2020-01-201-9/+9
|
* Bump the perl version in various places for 5.31.8Nicolas R2019-12-201-9/+9
|
* fixing usally and paternBryan Stenson2019-12-191-1/+1
| | | | | | | | | | | | | | | | Typos in documentation and inline comments. Pursuant to discussion on openbsd-tech list: https://marc.info/?t=157678644800005&r=1&w=2 https://marc.info/?t=157678570300002&r=1&w=2 For: https://github.com/Perl/perl5/issues/17379 https://github.com/Perl/perl5/pull/17380 Committer: Bryan Stenson is now a Perl author. Regenerate uconfig.sh via: perl regen/uconfig_h.pl
* Bump the perl version in various places for 5.31.7Chris 'BinGOs' Williams2019-11-201-9/+9
|
* Bump version to 5.31.6Steve Hay2019-10-201-9/+9
| | | | (includes regen/opcode.pl)
* Bump Version from 5.31.4 to 5.31.5 in various placesMax Maischein2019-09-211-9/+9
|
* Bump version to 5.31.4 and update Module::CorelistTom Hukins2019-08-201-9/+9
|
* Bump version to 5.31.3Steve Hay2019-07-201-9/+9
|
* Fix erroneous references to USE_CBACKTRACESteve Hay2019-06-241-2/+2
| | | | | | | | The #define set in Configure and used in locale.c and util.c is actually USE_C_BACKTRACE. Pointed out by NormW in https://www.nntp.perl.org/group/perl.perl5.porters/2018/04/msg250441.html
* bump version to 5.31.2Karen Etheridge2019-06-201-9/+9
|
* Bump the perl version in various places for 5.31.1Sawyer X2019-05-251-9/+9
|
* Bump the perl version in various places for 5.31.0Sawyer X2019-05-221-9/+9
|
* Bump the perl version in various places for 5.30.0Sawyer X2019-05-101-9/+9
|
* Bump the perl version in various places for 5.29.10Zak B. Elep2019-03-211-9/+9
|
* Bump the perl version in various places for 5.29.9Nicolas R2019-02-201-9/+9
|
* Bump the perl version in various places for 5.29.8Abigail2019-01-201-9/+9
|
* Bump the perl version in various places for 5.29.7Abigail2018-12-181-9/+9
|
* Rely on C89 "const"Aaron Crane2018-11-271-11/+0
| | | | | | | | | | The metaconfig probe for <db.h> previously relied on the d_const symbol set by the "const" probe, so generating Configure here has been done against metaconfig commit 1204d4627a06b11f16620188f3fa83159ed35fd9 which changes that. Thanks to khw++ for pointing out this oversight in my attempt last year to make the codebase rely on C89.
* Bump the perl version in various places for 5.29.6Karen Etheridge2018-11-201-9/+9
|
* Bump the Perl version for 5.29.5Aaron Crane2018-10-201-9/+9
|
* bumping versions to 5.29.4John SJ Anderson2018-09-201-9/+9
|
* Bump the perl version in various places for 5.29.3Chris 'BinGOs' Williams2018-08-201-9/+9
|
* Bump version to 5.29.2Steve Hay2018-07-201-9/+9
| | | | (including regen\opcode.pl)
* bump version for 5.29.1Sawyer X2018-06-271-9/+9
|
* Bump version to 5.29.0 and regenerate everythingSawyer X2018-06-241-9/+9
|
* Fix Module::CoreList versionsSawyer X2018-04-201-9/+9
|
* Bump the perl version in various places for 5.27.11Todd Rinaldo2018-03-201-9/+9
|
* Bump versionreneeb2018-03-021-9/+9
|
* Bump the perl version in various places for 5.27.9Abigail2018-01-201-9/+9
|
* configure probe for mkostemp()Zefram2017-12-221-1/+8
| | | | | This is another file descriptor creating function that's needed as an O_CLOEXEC-handling variant of an existing function.
* configure probes for accept4(), dup3(), pipe2()Zefram2017-12-221-25/+43
| | | | | These will shortly be used to implement I/O operations that create file descriptors with the FD_CLOEXEC flag set atomically.
* Bump the perl version in various places for v5.27.8Chris 'BinGOs' Williams2017-12-201-9/+9
|
* Bump the perl version in various places for 5.27.7Karen Etheridge2017-11-201-9/+9
|
* Restore ability to build on platforms without snprintf()Aaron Crane2017-11-181-0/+11
| | | | | | | | | | | | | C89 does not in fact define snprintf() or vsnprintf(), and we must therefore probe for the existence of those functions before trying to use them. khw++ for pointing out my earlier error. This reverts part or all of each of the following commits: 13d66b05c6163c3514774d3d11da5f3950e97e98 Rely on C89 vsnprintf() e791399041815a1a45cea3c7f277c7045b96e51b Rely on C89 snprintf() adf7d503e55721c500f0bf66560b8f5df7966fe7 pod/perlhacktips.pod: remove some outdated portability notes
* Regenerate sample config filesAaron Crane2017-11-181-1001/+1835
|
* Rely on C89 <string.h>Aaron Crane2017-10-211-6/+0
| | | | This requires a corresponding change in the metaconfig units.
* Don't attempt to use non-standard <memory.h>Aaron Crane2017-10-211-6/+0
| | | | It's only needed on systems without C89 <string.h>, which we rely on anyway.
* Rely on C89 <assert.h>Aaron Crane2017-10-211-6/+0
|
* Rely on C89 <math.h>Aaron Crane2017-10-211-6/+0
| | | | This requires a corresponding change in the metaconfig units.
* Rely on C89 strerror()Aaron Crane2017-10-211-12/+0
| | | | This requires a corresponding change to the metaconfig units.
* Don't try to use <values.h>Aaron Crane2017-10-211-8/+0
| | | | | All the information it contains can be gleaned more readily from C89 <limits.h> and <float.h>.
* Rely on C89 <float.h> defining DBL_DIGAaron Crane2017-10-211-8/+0
| | | | | | | | | I would like to be able to assume that we have long doubles, and therefore that LDBL_DIG and friends are all defined too. But it seems that we may still support some platforms which are otherwise C89, but don't have even trivial long-double support; in particular, HP/UX 10 apparently uses a struct of four uint32_t values as long double, but doesn't support other bits, and confuses the Configure probe that looks for quadmath.
* Rely on C89 <float.h>Aaron Crane2017-10-211-7/+0
| | | | This requires newer metaconfig units that also rely on C89 <float.h>.
* Rely on C89 <limits.h>Aaron Crane2017-10-211-7/+0
| | | | This requires newer metaconfig units that also rely on C89 <limits.h>.