This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
DynaLoader simplify parsing option rule
[perl5.git] / perl.h
2017-11-11 Lukas Maiadd wrap_keyword_plugin function (RT #132413)
2017-11-09 Lukas MaiRevert "perl.h: Use STMT_START { ... } STMT_END"
2017-11-09 Dagfinn Ilmari Man... Fix missing close brace before STMT_END
2017-11-09 Karl Williamsonembed.fnc: Change fcn from A to X
2017-11-09 Karl WilliamsonChange name of internal function
2017-11-09 Karl WilliamsonChange name of locale per-interpreter variable
2017-11-09 Karl Williamsonperl.h: Use STMT_START { ... } STMT_END
2017-11-09 Karl Williamsonperl.h: White-space only
2017-11-06 Lukas Maig++ 4.0 supports __attribute__((unused))
2017-11-01 Karl WilliamsonAdd my_memrchr() implementation of memrchr()
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-10-23 Aaron CraneRT#132347: fix building Tk
2017-10-22 Aaron CraneDefine I_STDARG cpp symbol for XS backcompat
2017-10-22 Aaron CraneDefine an _() macro for XS backcompat
2017-10-21 Dagfinn Ilmari Man... Provide fallback strnlen implementation
2017-10-21 Aaron Craneperl.h: explicitly declare "environ" in more places
2017-10-21 Aaron CraneRely on C89 <string.h>
2017-10-21 Aaron CraneDon't attempt to use non-standard <memory.h>
2017-10-21 Aaron CraneRely on C89 <assert.h>
2017-10-21 Aaron CraneRely on C89 <math.h>
2017-10-21 Aaron CraneNever attempt to redeclare standard functions
2017-10-21 Aaron CraneDon't attempt to define or use STANDARD_C
2017-10-21 Aaron CraneRely on C89 strerror()
2017-10-21 Aaron Craneperl.h: simplify cpp conditionals
2017-10-21 Aaron CraneDrop support for the hp9000s500 cpp symbol
2017-10-21 Aaron CraneDelete useless references to DG/UX
2017-10-21 Aaron CraneRely on contents of C89 <limits.h>
2017-10-21 Aaron CraneSimplify perl.h floating-point limits defines
2017-10-21 Aaron CraneDon't try to use <values.h>
2017-10-21 Aaron CraneRely on C89 <float.h> defining DBL_DIG
2017-10-21 Aaron CraneRely on C89 <float.h>
2017-10-21 Aaron CraneRely on C89 <limits.h>
2017-10-21 Aaron CraneRely on C89 <time.h>
2017-10-21 Aaron CraneRely on C89 strchr() and strrchr()
2017-10-21 Aaron CraneRely on C89 sprintf() return value semantics
2017-10-21 Aaron CraneRely on C89 <stddef.h>
2017-10-21 Aaron CraneRely on C89 <stdlib.h>
2017-10-21 Aaron CraneRely on C89 <stdarg.h>
2017-10-21 Aaron CraneRely on C89 prototypes
2017-10-21 Aaron CraneRely on C89 snprintf()
2017-10-21 Aaron CraneRely on C89 vsnprintf()
2017-10-21 Aaron CraneDon't use VOL internally, because "volatile" works...
2017-10-21 Aaron CraneAssume C89 "volatile" keyword
2017-10-21 Aaron CraneAssume we have C89 memchr()
2017-10-21 Aaron CraneAssume we have sane C89 memcmp()
2017-10-21 Aaron CraneAssume we have C89 memcpy() and memmove()
2017-10-21 Aaron CraneDon't look for a "safe" memcpy()
2017-10-21 Aaron CraneAssume we have C89 memset()
2017-10-14 Lukas Maifix comment on GCC_DIAG_IGNORE/GCC_DIAG_RESTORE
2017-10-13 Lukas Maiuse standard STMT_START/STMT_END macros in STATIC_ASSER...
2017-10-13 Lukas Maiget rid of "implicit fallthrough" warnings in ext/re...
2017-09-28 Sawyer XRevert "Revert "Fallbacks for Perl_fp_class_denorm...
2017-09-07 Karl WilliamsonUse reentrant functions on Darwin
2017-08-22 Father ChrysostomosAdd SORTf_UNSTABLE flag
2017-08-13 Karl WilliamsonInitialize locale object even in unthreaded perls
2017-08-13 Karl Williamsonlocales: Add #define; change how to override
2017-07-27 Steve Hay[perl #131726] [Win32] perl.h remaps 'strtoll' and...
2017-07-27 David MitchellMake immortal SVs contiguous
2017-07-27 David Mitchellgive REGEXP SVs the POK flag again
2017-07-27 David Mitchelladd PL_sv_zero
2017-07-17 Karl Williamsonperl.h: Move #define to earlier in the file
2017-07-17 Karl Williamsonperl.h: Remove extraneous '}'
2017-07-15 Karl Williamsonembed.fnc Change Some functions only used in macros
2017-07-15 Karl WilliamsonMove bulk of POSIX::setlocale to locale.c
2017-06-27 David MitchellPERL_SNPRINTF_CHECK(): off by 1 error
2017-06-08 Karl WilliamsonMake LOCK_LC_NUMERIC_STANDARD recursive
2017-06-06 Lukas Mairename STATIC_ASSERT_GLOBAL to STATIC_ASSERT_DECL
2017-06-05 David Mitchellremove -DH (DEBUG_H) misfeature
2017-06-01 Yves OrtonRestore "get rid of USE_HASH_SEED_EXPLICIT"
2017-06-01 Karl WilliamsonSilence many "statement not reached" on Solaris
2017-05-30 Sawyer XRevert "Fallbacks for Perl_fp_class_denorm()."
2017-05-30 Jarkko HietaniemiFallbacks for Perl_fp_class_denorm().
2017-04-23 Yves OrtonRevert "get rid of USE_HASH_SEED_EXPLICIT"
2017-04-23 Yves Ortonget rid of USE_HASH_SEED_EXPLICIT
2017-03-17 David MitchellPERL_GLOBAL_STRUCT_PRIVATE: fix PL_isa_DOES
2017-01-25 Dagfinn Ilmari Man... Use cBOOL() instead of ? TRUE : FALSE
2016-11-30 Andy LesterRemove support for Splint static source code analyzer
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-10-26 Karl WilliamsonAdd branch predictors for DEBUG statements
2016-10-26 Karl Williamsonperl.h: White-space only
2016-10-25 Lukas Maimake do "a\0b" fail silently instead of throwing (RT...
2016-10-21 Craig A. BerryMove _pDEPTH and _aDEPTH after config.h.
2016-10-19 Yves OrtonAdd a way to have functions with a trailing depth argum...
2016-10-19 Yves Ortonperl.[ch]: switch to using SvPVCLEAR() and string const...
2016-10-01 Jarkko HietaniemiPL_inf/PL_nan need different export with C++
2016-09-30 Jarkko Hietaniemivax-netbsd: inf/nan only if IEEE 754
2016-09-17 Karl WilliamsonUnconditionally define memcmp() if not sane
2016-09-07 Father Chrysostomos[perl #129106] Check for null PL_curcop in IN_LC()
2016-08-18 David Mitchellsignatures: eliminate XSIGVAR, add KEY_sigvar
2016-08-18 Jarkko HietaniemiDefine Perl_fp_class() for quadmath
2016-08-18 Jarkko HietaniemiHandle subnormals of x86 80-bit
2016-08-17 David Mitchelladd any_op field to the ANY savestack union
2016-08-14 Father ChrysostomosRemove PL_maxo
2016-08-12 David Mitchellclean up leave_scope()
2016-08-10 Karl WilliamsonMove some global destruction to where it belongs
2016-08-10 Jarkko Hietaniemihexfp: IEEE 754 subnormals printf %a
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
next