This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
S_pushav(): tail call optimise
[perl5.git] / Configure
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
2016-11-12 H.Merijn BrandNo default breaks win32 and VMS
2016-11-11 H.Merijn BrandPush current state to work on failing tests
2016-11-11 H.Merijn BrandRemove "." from default @INC when default_inc_excludes_...
2016-11-11 H.Merijn BrandRe-gen after backport with serious fixes
2016-10-29 Jarkko HietaniemiConfigure: add defs summarizing doublekind/longdblkind
2016-10-22 Jarkko HietaniemiConfigure: signbit scan assuming too much
2016-10-17 Jarkko HietaniemiAdd scan for IBM and Cray mainframe fp formats.
2016-08-11 H.Merijn BrandAdd probe for gai_strerror
2016-07-28 H.Merijn BrandFollow-up from backporting work
2016-07-28 Jarkko HietaniemiConfigure: note that the infnan tests may crash.
2016-07-28 Jarkko HietaniemiConfigure: VAX format H
2016-07-17 Jarkko HietaniemiVAX: Configure: the VAX fp not really little-endian
2016-07-15 Dan CollinsConfigure: clarify "version-specific"
2016-07-11 Tony Cookmake Configure abort if both -Duselongdouble and -Duseq...
2016-07-06 H.Merijn BrandMinor change after backpotinr
2016-07-05 H.Merijn Brand[perl #128538] [PATCH] Fix copy/paste error in Configure
2016-07-02 Jarkko HietaniemiVAX: Configure changes for VAX floats
2016-06-02 Aaron CraneAdd Configure probe for strerror_l()
2016-06-02 Aaron CraneAdd Configure probe for querylocale()
2016-06-02 Aaron CraneRebuild Configure from current metaconfig
2016-05-14 Lukas Maifix symbol detection with gcc 6 link-time optimization...
2016-05-10 Niko TyniFix the Configure escape with usecrosscompile but no...
2016-04-23 Aaron CraneRegenerate Configure and related parts after backports
2016-04-23 H.Merijn BrandBring Configure back into sync again with meta
2016-04-20 Dagfinn Ilmari Man... [perl #127894] ensure alignbytes is correct for -Dusequ...
2016-03-25 H.Merijn BrandAdd probe for memmem
2016-03-19 H.Merijn BrandAdd Configure probes for newlocale, freelocale, and...
2016-03-18 David MitchellConfigure: silence 'dtrace -G' probe
2016-03-14 David MitchellConfigure: silence some try.c warnings
2016-03-09 Tony Cook[perl #122287] probe in Configure whether dtrace builds...
2016-03-02 Jarkko Hietaniemiamigaos4: no sigaction, no si fields
2016-01-26 Dagfinn Ilmari Man... Probe for and expose more fields for SA_SIGINFO
2016-01-04 Andy DoughertyAdd Configure support for fdclose() for [perl #126847].
2016-01-03 Andreas KoenigRemove nm from libswanted
2015-12-18 Jarkko HietaniemiConfigure: notes on the m68881 extended precision format
2015-12-17 Jarkko HietaniemiConfigure: grep -q is not portable
2015-12-14 Jarkko HietaniemiConfigure: infnan for mixed-endian double-double
2015-12-14 Jarkko HietaniemiConfigure: mixed-endian double-doubles
2015-12-14 Jarkko HietaniemiConfigure: cannot trust the bytes after the 80-bit fp
2015-12-02 Aaron CraneConfigure: unbreak -S option now that -O is the default
2015-11-16 Jarkko HietaniemiConfigure: gcc 5 exists.
2015-10-30 Jarkko HietaniemiRevert "Remove unused filesystem stat symbols."
2015-10-28 Ivan PozdeevMake -O behaviour the default
2015-10-16 Jarkko Hietaniemirt.perl.org 126152 compile error after re-running Confi...
2015-10-16 Jarkko HietaniemiTry to avoid doubling the cppflags if rerun without...
2015-10-10 H.Merijn BrandFix 683e3b31e8b72cce
2015-10-02 Jarkko HietaniemiRemove unused filesystem stat symbols.
2015-09-16 Andy Broadamigaos4: Configure: syslog extension not feasible
2015-09-07 Chris 'BinGOs' Wil... Don't add -shared when the compiler is clang++
2015-09-05 Andy Broadamigaos4: detect the Amiga extensions
2015-09-05 Andy Broadamigaos4: Configure: allow hinting sig_num_init
2015-09-05 Andy Broadamigaos4: Configure: allow hinting d_procselfexe
2015-09-05 Andy Broadamigaos4: Configure: this test needs also alarm()
2015-09-05 Andy Broadamigaos4: Configure: -fstack-protector* compiles but...
2015-09-05 Andy Broadamigaos4: Configure; abc/pdksh bug workaround, hardwire...
2015-09-05 Andy Broadamigaos4: Configure; the abc/pdksh shell evaluates...
2015-09-05 Andy Broadamigaos4: Configure: the multiview is a good amigaos...
2015-09-05 Andy Broadamigaos4: Configure: tr extra sanity check
2015-09-05 Andy Broadamigaos4: Configure: /dev/null works, but test -c doesn't
2015-07-30 H.Merijn Brandextra guard against spaces in paths (spotted by Ivan...
2015-07-30 H.Merijn BrandConsistently use -o a.out (spotted by Ivan Pozdeev)
2015-07-30 H.Merijn BrandThere is no default dflt for usedtrace (spotted by...
2015-07-06 H.Merijn BrandRegenerate Configure after backports and small fixes
2015-07-06 H.Merijn Brandfix variable name in case of unknown NAN
2015-07-06 H.Merijn BrandCreate try.c afresh for pointersize test
2015-06-12 Jarkko Hietaniemiinfnan: move the mantbits definitions from perl.h to...
2015-06-12 Jarkko Hietaniemiinfnan: Configure scan for fp mantissa bytes
2015-06-12 Jarkko Hietaniemiinfnan: Configure scan for infnan bytes
2015-02-25 Jarkko HietaniemiMissing Configure messages.
2015-02-03 Jarkko HietaniemiConfigure: lrintl, lroundl, llrintl, llroundl
2015-01-14 Chris 'BinGOs' Wil... uname -r works on MINIX as well
2015-01-05 H.Merijn BrandPut pthread in front of libswanted and add cl
2014-12-31 David MitchellConfigure: silence ASan warnings
2014-12-24 H.Merijn BrandPerl 5 on Haiku - libperl.so not found installing out...
2014-12-11 H.Merijn BrandAdd pthread to libswanted
2014-12-03 David Mitchellreduce stderr noise in build
2014-11-23 H.Merijn BrandConfigure syncup
2014-11-15 Jarkko HietaniemiAdd Configure symbols to all the missing C99 math APIs.
2014-11-12 Jarkko HietaniemiIf long double math functions do not work, drop uselong...
2014-11-06 Jarkko HietaniemiComment tweak.
2014-11-06 Jarkko HietaniemiConfigure: if doublesize==longdblsize, return 0.
2014-11-04 Andrew FreshBetter handling of symlink creation
2014-11-04 Jarkko HietaniemiAdd scan for ARM mixed-endian doubles.
2014-11-04 Jarkko Hietaniemi8e581bbf covered up this bug.
2014-11-04 Jarkko HietaniemiOops in bade9271.
2014-11-02 Jarkko HietaniemiConfigure: 84e6cb05 left quadmath detritus to longdblki...
2014-11-02 Jarkko HietaniemiConfigure: echo the less common long double kinds.
2014-11-02 Jarkko HietaniemiConfigure: add doublekind for the format of double.
2014-10-30 Jarkko HietaniemiDecouple quadmath from longdouble.
2014-10-16 Jarkko HietaniemiIrix: <float.h> thinks double-double has 107 bits of...
2014-09-22 Andrew FreshPATCH: [perl #122252] international currency formatting...
2014-09-19 Jarkko Hietaniemiquadmath_snprintf formats.
2014-09-19 Jarkko Hietaniemiquadmath needs gcc, at least 4.6.
2014-09-19 Jarkko Hietaniemiquadmath __float128 as NVTYPE.
next