This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Unicode-Normalize/Makefile.PL: avoid stderr
[perl5.git] / Configure
2020-09-29 Thibault DUPONCHELLEFix build on Haiku beta, set correct Haiku usrinc and...
2020-09-22 H.Merijn BrandAdd the Configure option to enable strict by default...
2020-09-22 H.Merijn BrandTrap SIGBUS when Configure checks for va_copy (#18148)
2020-09-15 Todd RinaldoAdd the Configure option to enable strict by default...
2020-09-02 H.Merijn BrandRegenerate Configure after accepting PR
2020-08-22 H.Merijn BrandMerge Configure changes for z/OS and AIX
2020-08-21 H.Merijn BrandMake getverlist inside Configure strict/warnings safe...
2020-08-21 Dagfinn Ilmari Man... Remove 5005threads vestiges from Configure and friends
2020-05-19 H.Merijn BrandA few small cleanups in Configure
2020-05-19 Tomasz Konojackiadd Configure probe for struct sockaddr_storage
2020-03-14 Dave RolskyFix language referring to GitHub issue tracker in vario...
2020-01-21 Dagfinn Ilmari Man... Configure: avoid here-doc in eval-ed snippet
2020-01-21 Petr PísařAdapt Configure to GCC version 10
2020-01-21 H.Merijn BrandRegen after backport syncing
2019-12-29 Andy DoughertyInclude <stdio.h> in getpgrp/setpgrp probes for printf...
2019-12-29 Andy DoughertyFix strtoll, strtoul, and strtouq probes to compile...
2019-12-29 Andy DoughertyFix strtoull() probe to run under clang++.
2019-12-29 Andy DoughertyUse a compile and run test for lchown() to satisfy...
2019-12-29 Andy DoughertyAdd <stdlib.h> for futimes compilation test.
2019-12-22 Dan BookUpdate documentation, readmes, comments, and utilities...
2019-12-03 Karl WilliamsonRegenerate Configure and friends after metaconfig changes
2019-11-12 Petr PísařAdapt Configure to GCC version 10
2019-10-08 Tony Cook(perl #133495) remove probing for d_u32align
2019-09-16 H.Merijn BrandAdd check for malloc_usable_size (Richard Leach)
2019-09-10 Florian WeimerConfigure: Include <stdlib.h> in futimes check
2019-08-26 Hauke DChange "--sysroot X" to "--sysroot=X" in Configure
2019-08-20 James E KeenanReset xxx_convert to empty string if none of 3 utilitie...
2019-07-25 H.Merijn BrandConfigure: reuse "cached" value of "none" for dir
2019-07-25 H.Merijn BrandRemove trailing '/' from prefix
2019-07-09 H.Merijn BrandAllow -Uusedtrace / -Dusedtrace=false / -Dusedtrace=no
2019-05-31 Richard Leach[PATCH] Remove vestiges of mpeix support (removed in...
2019-04-25 Aaron CraneRegenerate Configure from latest metaconfig
2019-03-04 Karl WilliamsonImprove setlocale() detection in Configure-ish files
2019-03-04 Karl WilliamsonAdd towupper() and towlower() to Configure-ish files
2019-03-04 Karl WilliamsonAdd wctype.h to Configure-ish files
2019-01-31 Andy DoughertyImprove detection of memrchr, strlcat, and strlcpy.
2019-01-24 Andy DoughertyAnother attempt to improve Configure detection of memme...
2019-01-24 Andy DoughertyAdd ability to include literal text in the prototype...
2019-01-22 Andy DoughertyImprove Configure detection of memmem() [perl #133760].
2018-11-27 Aaron CraneRely on C89 "const"
2018-10-30 H.Merijn BrandAdd initial support for Minix3
2018-09-02 H.Merijn BrandAdd gcc-8 and gcc-9 for FORTIFY_SOURCE
2018-08-01 Karl WilliamsonConfigure: redirect try.c errors to /dev/null
2018-07-08 Craig A. BerryFix Berkeley DB function type tests.
2018-04-19 Aaron CraneAdd HAS_STRTOD_L to metaconfig.h and rebuild Configure
2018-04-19 Aaron CraneRebuild Configure using metaconfig langinfo change
2018-04-19 Aaron CraneRebuild Configure from latest units
2018-04-16 H.Merijn BrandRegen after backporting and merging
2018-03-27 H.Merijn BrandWhitespace consistency
2018-03-12 Karl WilliamsonActually make I18N::Langinfo avail on all platforms
2017-12-22 Zeframconfigure probe for mkostemp()
2017-12-22 Zeframconfigure probes for accept4(), dup3(), pipe2()
2017-11-18 Aaron CraneRestore ability to build on platforms without snprintf()
2017-11-18 Aaron CraneRebuild Configure from current metaconfig
2017-10-23 Aaron CraneConfigure: rebuild from latest units
2017-10-21 Aaron CraneRely on C89 <string.h>
2017-10-21 Aaron CraneDon't attempt to use non-standard <memory.h>
2017-10-21 Aaron CraneRely on C89 <assert.h>
2017-10-21 Aaron CraneRely on C89 <math.h>
2017-10-21 Aaron CraneRely on C89 strerror()
2017-10-21 Aaron CraneDrop support for the hp9000s500 cpp symbol
2017-10-21 Aaron CraneDon't try to use <values.h>
2017-10-21 Aaron CraneRely on C89 <float.h> defining DBL_DIG
2017-10-21 Aaron CraneRely on C89 <float.h>
2017-10-21 Aaron CraneRely on C89 <limits.h>
2017-10-21 Aaron CraneRely on C89 <time.h>
2017-10-21 Aaron CraneRely on C89 strchr() and strrchr()
2017-10-21 Aaron CraneRely on C89 sprintf() return value semantics
2017-10-21 Aaron CraneRely on C89 <stddef.h>
2017-10-21 Aaron CraneRely on C89 <stdlib.h>
2017-10-21 Aaron CraneRely on C89 <stdarg.h>
2017-10-21 Aaron CraneRely on C89 prototypes
2017-10-21 Aaron CraneDon't pretend to determine whether ansi2knr is needed
2017-10-21 Aaron CraneRely on C89 variadic prototypes
2017-10-21 Aaron CraneConfigure: assume C89 headers in need_va_copy probe
2017-10-21 Aaron CraneRely on C89 vprintf()
2017-10-21 Aaron CraneConfigure: assume C89 headers in d_c99_variadic_macros...
2017-10-21 Aaron CraneRely on C89 snprintf()
2017-10-21 Aaron CraneAssume C89 "volatile" keyword
2017-10-21 Aaron CraneAssume we have C89 memchr()
2017-10-21 Aaron CraneAssume we have sane C89 memcmp()
2017-10-21 Aaron CraneAssume we have C89 memcpy() and memmove()
2017-10-21 Aaron CraneDon't look for a "safe" memcpy()
2017-10-21 Aaron CraneAssume we have C89 memset()
2017-10-21 Aaron CraneRemove USE_STRUCT_COPY in favour of C89 struct assignment
2017-10-21 Aaron CraneConfigure: fix nl_langinfo_l() probe
2017-10-21 H.Merijn BrandAdd new Configure probes
2017-10-13 Dominic HargreavesFix typo in comment about Configure modification
2017-10-13 Dominic HargreavesClarify policy on updates to Configure
2017-10-13 H.Merijn Brandfix comment for upstream meta
2017-10-13 H.Merijn BrandUpdate metaconfig related information
2017-09-19 H.Merijn Brandregen Configure and friends after backports
2017-09-11 Tony Cookadd probes for openat, unlinkat, renameat, linkat and...
2017-08-09 Ken BrownConfigure: check for GCC 6 and 7
2017-05-17 H.Merijn Brandfixed couple of compilation failures with g++ (JHI)
2017-03-14 Tony Cookinitialize default_inc_excludes_dot to '' like every...
2017-03-14 Sawyer XTurn on removal of dot in @INC by default:
2017-01-04 Tony Cook(perl #130108) check if dtrace accepts -xnolibs and...
2016-11-22 Niko TyniConfigure: also zero out high bytes of 80-bit ldnan
2016-11-22 Niko TyniConfigure: fix garbage filtering with 80-bit long doubles
next