This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Fix typos, make clarifications; nits
[perl5.git] / perl.h
2015-04-07 Karl WilliamsonFix SET_NUMERIC_STANDARD, _UNDERLYING spelling
2015-03-28 Karl WilliamsonDon't raise Wide char warning in UTF-8 locale
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-19 Karl Williamsonperl.h: Fix nit in comment
2015-03-19 Karl WilliamsonDocument API for XS LC_NUMERIC locale manipulation
2015-03-19 Karl Williamsonperl.h: White-space only
2015-03-19 Karl WilliamsonChange some locale manipulation macros in prep for API
2015-03-13 Karl Williamsonperl.h: Only #define item once
2015-03-09 Karl Williamsonperl.h: Make macro do nothing when LC_CTYPE not available
2015-03-04 Jarkko HietaniemiIRIX: floating point: do not flush to zero
2015-02-27 Jarkko Hietaniemiinfnan: NV_MANT_REAL_DIG is unused
2015-02-27 Jarkko Hietaniemiinfnan: one should not define NV_NAN from NV_SNAN
2015-02-27 Jarkko Hietaniemiinfnan: drop NV_QNAN and NV_SNAN
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-13 Lukas Maiadd a comment documenting STATIC_ASSERT_GLOBAL/STATIC_A...
2015-02-11 Jarkko Hietaniemiinfnan: revert nan payload/signaling changes
2015-02-09 Jarkko Hietaniemiinfnan: the nan quiet/signaling bit is not enough
2015-02-09 Jarkko Hietaniemiinfnan: do not define NV_NAN from a signaling nan
2015-02-05 Daniel Dragan[PATCH] fix PL_nan_u from leaking in every translation...
2015-02-05 Jarkko Hietaniemiinfnan: more NV_SNAN/NV_QNAN
2015-02-04 Lukas Maistatic_assert workaround for AIX/xlc
2015-02-03 Jarkko Hietaniemiinfnan: fixup for 02e75e52
2015-02-02 Jarkko Hietaniemiinfnan: define NV_QNAN and NV_SNAN if feasible
2015-02-02 Jarkko Hietaniemiinfnan: comment tweak, IS_NUMBER_NOT_INT also if saw...
2015-02-02 Jarkko Hietaniemiinfnan: define NV_NAN (and NV_QNAN, NV_SNAN) if sunmath
2015-02-02 Jarkko HietaniemiAdd NV_MANT_REAL_DIG.
2015-02-02 Jarkko HietaniemiAdd NV_IMPLICIT_BIT define.
2015-02-02 Jarkko HietaniemiAdd NV_MIX_ENDIAN define.
2015-02-02 Jarkko HietaniemiAdd NV_LITTLE_ENDIAN and NV_BIG_ENDIAN defines.
2015-02-02 Jarkko HietaniemiWrong ifdef guard.
2015-02-02 Jarkko HietaniemiAdd DOUBLE_BIG_ENDIAN define.
2015-02-02 Jarkko HietaniemiMove the endianness defines from sv.c to perl.h
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-27 Tony CookPerlIO::scalar write() at large file position
2015-01-20 Matthew HorsfallRevert "refactor gv_add_by_type"
2015-01-13 Karl WilliamsonMove unlikely executed macro to function
2015-01-06 Daniel Draganrefactor gv_add_by_type
2015-01-04 Father Chrysostomosperl.h:MY_CXT_CLONE: void *, not void **
2015-01-04 Daniel Draganreorder MY_CXT_CLONE for less memory reads
2014-12-29 Karl WilliamsonRaise warning on multi-byte char in single-byte locale
2014-12-29 Karl WilliamsonDon't raise 'poorly supported' locale warning unnecessarily
2014-12-27 Daniel Draganconst the PerlIO vtables
2014-12-27 Daniel Draganoptimize CLEAR_ERRSV
2014-12-27 Daniel Draganconst the core magic vtables
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 David Mitchelladd UNOP_AUX OP class
2014-12-06 Jarkko Hietaniemig++ groks __attribute__((unused)) at least since 4...
2014-12-03 Tony Cook[perl #123063] allow assert() to be used as an expression
2014-11-30 Father Chrysostomos[perl #123223] Make PADNAME a separate type
2014-11-30 Father Chrysostomosperl.h: Add PNf and PNfARG
2014-11-30 Father ChrysostomosMake PADNAMELIST a separate type
2014-11-29 Lukas Maidefine and use STATIC_ASSERT_STMT for compile-time...
2014-11-29 Lukas Maifix off-by-one error in version check
2014-11-21 Karl WilliamsonMake encoding pragma lexical in scope
2014-11-21 Karl WilliamsonMake testing for PL_encoding into a macro
2014-11-08 Father ChrysostomosDon’t copy VMS hints to cop->op_private
2014-11-08 Jarkko HietaniemiDrop uselongdouble unless it really gives longer doubles.
2014-11-08 Daniel Draganadd xs_handshake API
2014-11-07 Daniel Draganremove cargo culted redundant PL_perldb test
2014-10-30 Jarkko HietaniemiDecouple quadmath from longdouble.
2014-10-19 Yves Ortondump.c: Add PERL_PV_PRETTY_EXACTSIZE option
2014-10-10 Daniel Draganfix WinCE build
2014-10-09 Tony Cook[perl #122445] use magic on $DB::single etc to avoid...
2014-10-08 Jarkko HietaniemiTru64: the socket API defines must come early.
2014-10-07 Jarkko HietaniemiTru64: _SOCKADDR_LEN is good.
2014-10-06 Father ChrysostomosCorrect ‘"my" variable "&f::b"...’ message
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-09-26 Jarkko HietaniemiTru64: introduce PERL_SYS_FPU_INIT, use it.
2014-09-26 Jarkko HietaniemiTru64: NaN comparison quite broken.
2014-09-23 Jarkko HietaniemiMove the VC6 "broken-nan" define from win32.h to perl.h.
2014-09-20 Jarkko HietaniemiOn VC6 (broken NaN compare) redefine Perl_isinf.
2014-09-20 Father Chrysostomos[perl #121983] #error with ro ops and no threads
2014-09-19 Jarkko Hietaniemiquadmath NV formatted I/O.
2014-09-19 Jarkko Hietaniemiquadmath interfaces and constants
2014-09-17 Jarkko HietaniemiUse the Perl_isfinite multiplication fallback last.
2014-09-16 Jarkko Hietaniemi[perl #122788] broken nan on win32
2014-09-14 Jarkko HietaniemiDefine Perl_isfinite only if not already defined.
2014-09-13 Jarkko HietaniemiUse HAS_ISFINITE for Perl_isfinitel.
2014-09-13 Jarkko HietaniemiHAS_C99 comment tweak.
2014-09-12 Jarkko HietaniemiComment tweak for HAS_C99.
2014-09-12 Jarkko HietaniemiUse the multiplication test instead of the DBL_MAX...
2014-09-12 Jarkko HietaniemiPerl_isfinitel should not use the fpclass macross blindly.
2014-09-12 Jarkko HietaniemiMore ways to Perl_isfinitel.
2014-09-12 Jarkko HietaniemiHave a Perl_isfinitel() separate from USE_LONG_DOUBLE.
2014-09-09 Jarkko HietaniemiComment tweaks.
2014-09-09 Jarkko HietaniemiSort the Perl_ math wrappers for easier eyeballing.
2014-09-08 Jarkko Hietaniemimodfl emulation via truncl (C99) and copysignl.
2014-09-06 Jarkko HietaniemiLong double might have INFINITYL or NANL.
2014-09-06 Jarkko HietaniemiNV_INF/NV_NAN fallback where int32 is coerced to IEEE75...
2014-09-05 Jarkko Hietaniemifpclass snan detection errors (cut-n-paste).
2014-09-04 Jarkko HietaniemiUse sizeof() in UNUSED_ARG and UNUSED_VAR to avoid...
2014-09-03 Jarkko HietaniemiPOSIX math: have the Perl_func wrappers for the C89...
2014-09-02 Craig A. Berryisnormal macro in fp.h broken on VMS.
2014-09-01 Jarkko HietaniemiStatic initialization using 1/0 or 0/0 not C89.
2014-09-01 Jarkko HietaniemiPerl_isinf and Perl_isfinite fallbacks.
2014-09-01 Jarkko HietaniemiDo not use HUGE_VAL/VALL for NV_INF.
2014-09-01 Craig A. Berryfix fp_classify in perl.h for VMS.
2014-08-31 Jarkko HietaniemiPOSIX math: fpclassify continues.
2014-08-31 Jarkko HietaniemiThe fp classification is a royal mess.
2014-08-30 Jarkko HietaniemiAnother way to detect C99.
next