This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deparse: use more local vars in next_todo()
[perl5.git] / perl.h
2016-08-03 David Mitchellsub signatures: use parser rather than lexer
2016-08-03 Father ChrysostomosEmpty sublex_info into the parser struct
2016-07-29 Karl Williamsonlocale.c: Revamp my_strerror() for thread-safeness
2016-07-28 Jarkko HietaniemiVAX: VAX format H
2016-07-28 Jarkko HietaniemiVAX: document also formats S/T/X, and hidden bits
2016-07-20 David Mitchellrename "WORD" lexical token to "BAREWORD"
2016-07-17 David Mitchellfix build on clang plus -DPERL_GLOBAL_STRUCT
2016-07-17 Jarkko HietaniemiVAX: one more VAX fp doc tweakage
2016-07-17 Jarkko HietaniemiVAX: further docs about the VAX fp formats
2016-07-17 Jarkko HietaniemiVAX: perl.h: document the VAX fp better/more
2016-07-15 Father Chrysostomos[perl #128621] #define PL_encoding
2016-07-13 Father ChrysostomosRemove IN_ENCODING macro, and all code dependent on it
2016-07-02 Karl Williamsonperl.h: Fix typo in comment
2016-07-02 Jarkko HietaniemiVAX: code changes for VAX floats
2016-06-17 David Mitchelltweak code comment for PL_bincompat_options
2016-06-08 Tony Cook(perl #127380) only trace to $PERLIO_DEBUG if -Di is...
2016-05-14 David Mitchellenable PERL_OP_PARENT by default.
2016-04-09 Karl WilliamsonPATCH: [perl #127708] segfault in "$!" in threads
2016-04-09 Karl WilliamsonAdd locale mutex
2016-04-04 Tony Cookavoid mis-mangled name references on threaded C++ builds
2016-03-28 David Mitchellsilence -Wparentheses-equality
2016-03-18 David Mitchellrename and function-ise dtrace macros
2016-03-06 Lukas Maimake building without memcpy work (RT #127619)
2016-02-15 Lukas MaiRevert "tweak NOT_REACHED in DEBUGGING builds"
2016-02-13 Lukas Maitweak NOT_REACHED in DEBUGGING builds
2016-02-03 David Mitchellfix cx_dup for CXt_LOOP_PLAIN
2016-02-03 David Mitchelleliminate PERL_STACK_OVERFLOW_CHECK
2016-02-03 David Mitchellsplit CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARY
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.
next