summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* fix comment on GCC_DIAG_IGNORE/GCC_DIAG_RESTORELukas Mai2017-10-141-3/+3
* use standard STMT_START/STMT_END macros in STATIC_ASSERT_STMTLukas Mai2017-10-131-1/+1
* get rid of "implicit fallthrough" warnings in ext/re/re_exec.cLukas Mai2017-10-131-0/+3
* Revert "Revert "Fallbacks for Perl_fp_class_denorm().""Sawyer X2017-09-281-0/+20
* Use reentrant functions on DarwinKarl Williamson2017-09-071-1/+1
* Add SORTf_UNSTABLE flagFather Chrysostomos2017-08-211-1/+2
* Initialize locale object even in unthreaded perlsKarl Williamson2017-08-121-16/+31
* locales: Add #define; change how to overrideKarl Williamson2017-08-121-3/+4
* [perl #131726] [Win32] perl.h remaps 'strtoll' and 'strtoull' incorrectlySteve Hay2017-07-271-2/+2
* Make immortal SVs contiguousDavid Mitchell2017-07-271-0/+4
* give REGEXP SVs the POK flag againDavid Mitchell2017-07-271-1/+1
* add PL_sv_zeroDavid Mitchell2017-07-271-0/+2
* perl.h: Move #define to earlier in the fileKarl Williamson2017-07-171-14/+14
* perl.h: Remove extraneous '}'Karl Williamson2017-07-171-1/+0
* embed.fnc Change Some functions only used in macrosKarl Williamson2017-07-151-9/+10
* Move bulk of POSIX::setlocale to locale.cKarl Williamson2017-07-151-3/+0
* PERL_SNPRINTF_CHECK(): off by 1 errorDavid Mitchell2017-06-271-1/+1
* Make LOCK_LC_NUMERIC_STANDARD recursiveKarl Williamson2017-06-081-5/+11
* rename STATIC_ASSERT_GLOBAL to STATIC_ASSERT_DECLLukas Mai2017-06-071-7/+7
* remove -DH (DEBUG_H) misfeatureDavid Mitchell2017-06-051-6/+1
* Restore "get rid of USE_HASH_SEED_EXPLICIT"Yves Orton2017-06-011-6/+6
* Silence many "statement not reached" on SolarisKarl Williamson2017-06-011-1/+5
* Revert "Fallbacks for Perl_fp_class_denorm()."Sawyer X2017-05-301-20/+0
* Fallbacks for Perl_fp_class_denorm().Jarkko Hietaniemi2017-05-301-0/+20
* Revert "get rid of USE_HASH_SEED_EXPLICIT"Yves Orton2017-04-231-6/+6
* get rid of USE_HASH_SEED_EXPLICITYves Orton2017-04-231-6/+6
* PERL_GLOBAL_STRUCT_PRIVATE: fix PL_isa_DOESDavid Mitchell2017-03-171-0/+6
* Use cBOOL() instead of ? TRUE : FALSEDagfinn Ilmari Mannsåker2017-01-251-1/+1
* Remove support for Splint static source code analyzerAndy Lester2016-11-301-6/+1
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-3/+3
* Add branch predictors for DEBUG statementsKarl Williamson2016-10-261-28/+28
* perl.h: White-space onlyKarl Williamson2016-10-261-6/+15
* make do "a\0b" fail silently instead of throwing (RT #129928)Lukas Mai2016-10-251-3/+2
* Move _pDEPTH and _aDEPTH after config.h.Craig A. Berry2016-10-211-10/+10
* Add a way to have functions with a trailing depth argument under debuggingYves Orton2016-10-191-0/+11
* perl.[ch]: switch to using SvPVCLEAR() and string constant friendly macrosYves Orton2016-10-191-1/+1
* PL_inf/PL_nan need different export with C++Jarkko Hietaniemi2016-10-011-0/+7
* vax-netbsd: inf/nan only if IEEE 754Jarkko Hietaniemi2016-09-301-117/+117
* Unconditionally define memcmp() if not saneKarl Williamson2016-09-171-3/+2
* [perl #129106] Check for null PL_curcop in IN_LC()Father Chrysostomos2016-09-061-2/+3
* signatures: eliminate XSIGVAR, add KEY_sigvarDavid Mitchell2016-08-181-1/+2
* Define Perl_fp_class() for quadmathJarkko Hietaniemi2016-08-171-0/+6
* Handle subnormals of x86 80-bitJarkko Hietaniemi2016-08-171-0/+1
* add any_op field to the ANY savestack unionDavid Mitchell2016-08-171-0/+1
* Remove PL_maxoFather Chrysostomos2016-08-141-0/+1
* clean up leave_scope()David Mitchell2016-08-121-0/+7
* Move some global destruction to where it belongsKarl Williamson2016-08-101-1/+17
* hexfp: IEEE 754 subnormals printf %aJarkko Hietaniemi2016-08-101-1/+3
* sub signatures: use parser rather than lexerDavid Mitchell2016-08-031-0/+1
* Empty sublex_info into the parser structFather Chrysostomos2016-08-031-8/+0