This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POPLOOP: call LEAVE_SCOPE()
[perl5.git] / Configure
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.
2014-09-19 Jarkko Hietaniemiquadmath __float128 for longdblkind.
2014-09-19 Jarkko HietaniemiConfigure -Dusequadmath.
2014-09-19 Jarkko HietaniemiConfigure for <quadmath.h>
2014-09-12 Jarkko HietaniemiUse -fstack-protector-strong, if available.
2014-09-10 H.Merijn Brandregen after backport truncl probe
2014-09-08 Jarkko HietaniemiConfigure: scan for truncl.
2014-09-06 H.Merijn BrandSync up with meta after backports
2014-08-31 Jarkko HietaniemiPOSIX math: Configure scan fpgetround
2014-08-31 Jarkko HietaniemiPOSIX math: Configure scan d_fegetround and i_fenv.
2014-08-31 Jarkko HietaniemiPOSIX math: Configure scan for acosh.
2014-08-31 Jarkko HietaniemiPOSIX math: Configure scan for j0 and j0l.
2014-08-30 Jarkko HietaniemiConfigure: add i_stdint.
2014-08-28 Jarkko HietaniemiUnder C99 isfinite/isinf/isnan are sizeof-aware macros.
2014-08-25 Jarkko HietaniemiTest fpclassify() with full compile.
2014-08-25 Jarkko HietaniemiConfigure scan for fp_classl().
2014-08-25 Jarkko HietaniemiConfigure scan for fp_classify().
2014-08-22 Jarkko HietaniemiIf this format ever happens, it is probably left-aligned.
2014-08-22 Jarkko HietaniemiDarwin can have libfoo.0.dylib instead of libfoo.dylib.0
2014-08-20 Brian FraserConfigure: Improve the d_prctl_set_name detection for...
2014-08-20 Jarkko HietaniemiConfigure for isfinitel / isinfl.
2014-08-20 H.Merijn BrandConfigure backports cause reorder
2014-08-17 Jarkko HietaniemiLittle-endian double-double detection was wrong.
2014-08-14 Jarkko HietaniemiConfigure scan for ldexpl
2014-08-14 Jarkko HietaniemiConfigure scan for the kind of long double we have
2014-07-26 H.Merijn BrandSimplify cppsym dash problem
2014-07-25 Brian FraserConfigure: Handle hyphens when searching cpp symbols
2014-07-25 Brian FraserConfigure: Discard errors when testing for less -R
2014-07-15 H.Merijn BrandRegen Configure after backports
2014-07-02 Jarkko HietaniemiEnable _FORTIFY_SOURCE only if optimizing, as specified.
2014-06-30 Jarkko HietaniemiSome more cppsymbols to scan.
2014-06-30 Jarkko HietaniemiANSI prototypes for Berkeley DB API testing.
2014-06-30 Jarkko HietaniemiIn nonblock test do not ignore the syscall returns.
2014-06-30 Jarkko HietaniemiAdd -D_FORTIFY_SOURCE=2 when applicable.
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-06-12 Brian FraserProtect against ptrdiff_t not being available.
2014-06-11 Brian FraserRemoved NeXT support
2014-06-11 H.Merijn Brand[perl #121585] Configure shouldn't write source tree
next