This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #127351] add isaelem magic on *Foo::ISA = arrayref
[perl5.git] / perl.h
2015-12-14 Jarkko Hietaniemiinfnan: NaN payload for mixed endian double-doubles
2015-12-02 Jarkko HietaniemiBump the TSA clang minimum to 3.6 (in Applese 6.1)
2015-12-02 Jarkko HietaniemiFor TSA we want 4 or later clang, not just later.
2015-11-23 Jarkko Hietaniemiclang specific diagnostics ignore/restore
2015-11-23 Jarkko Hietaniemiclang thread safety annotations
2015-11-10 David Mitchellavoid (TAINTING_get && TAINT_get)
2015-10-27 Jarkko HietaniemiAlso IRIX seems to have NaN comparison issues.
2015-10-19 Karl Williamsonperl.h: Remove some unused, non-portable #defines
2015-10-19 Jarkko HietaniemiIRIX cc -c99 does -D__c99 but none of the other C99...
2015-10-19 Jarkko HietaniemiIRIX long double: use the C99/C11-style generic math...
2015-10-18 Jarkko HietaniemiFor IRIX the official symbol is __sgi, not __irix__.
2015-09-16 Andy Broadamigaos4: use #ifdef/ifndef __amigaos4__ when feasible
2015-09-16 Andy Broadamigaos4: move the amigaos exec code under amigaos4
2015-09-08 Karl WilliamsonAdd more -DL debugging info
2015-09-05 Andy Broadamigaos4: no env in main()
2015-09-05 Andy Broadamigaos4: unistd.h needs netinet/in.h
2015-09-05 Andy Broadamigaos4: use our own environ implementation
2015-09-05 Andy Broadamigaos4: exec returns I32
2015-09-05 Andy Broadamigaos4: FD_CLOEXEC is defined but not implemented
2015-09-05 Andy Broadamigaos4: WORD defined in exec/types.h
2015-08-10 Jarkko HietaniemiComment tweak related to [rt.perl.org #125710].
2015-08-10 Jarkko HietaniemiComment tweaks.
2015-07-29 Karl Williamsonuc(sharp s) is itself in very early Unicode versions
2015-07-22 Daniel Dragancombine PERLDB_LINE and PERLDB_SAVESRC flag tests
2015-06-29 Father ChrysostomosRemove NEW_ from PERL_NEW_COPY_ON_WRITE
2015-06-29 Father ChrysostomosRemove PERL_OLD_COPY_ON_WRITE
2015-06-20 David Mitchellpartially revert 'silence gcc -pendantic warnings'
2015-06-19 David Mitchellsilence some gcc -pendantic warnings
2015-06-19 David Mitchellsilence some -Wc++-compat warnings
2015-06-13 Jarkko HietaniemiApparently ldblsize=10 is a real thing.
2015-06-12 Jarkko Hietaniemiinfnan: Notes on the nan payload.
2015-06-12 Jarkko Hietaniemiinfnan: define NV_NAN_PAYLOAD_MASK and NV_NAN_PAYLOAD_PERM
2015-06-12 Jarkko Hietaniemiinfnan: move the mantbits definitions from perl.h to...
2015-06-12 Jarkko Hietaniemiinfnan: macros for testing and setting nan quiet/signaling
2015-06-12 Jarkko Hietaniemiinfnan: introduce NV_NAN_PAYLOAD_BITS
2015-06-12 Jarkko Hietaniemiinfnan: introduce NV_MANT_BITS
2015-06-12 Jarkko Hietaniemiinfnan: new logic for NV_INF and NV_NAN
2015-06-08 Jan Duboissunmath.h is only used for builds using long doubles
2015-06-08 Jarkko Hietaniemithe #define FOO /* BAR */ doesn't expand into /* BAR */
2015-06-03 Daniel Draganremove redundant PERL_EXPORT_C and PERL_XS_EXPORT_C...
2015-06-02 Jim Cromiefix XXX on DEBUG_TOP_FLAG comment
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
next