summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Fallbacks for Perl_fp_class_denorm().""Sawyer X2018-03-121-0/+20
* Make LOCK_LC_NUMERIC_STANDARD recursiveKarl Williamson2017-08-231-5/+11
* [perl #131726] [Win32] perl.h remaps 'strtoll' and 'strtoull' incorrectlySteve Hay2017-08-091-2/+2
* 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
* locale.c: Revamp my_strerror() for thread-safenessKarl Williamson2016-07-291-0/+18
* VAX: VAX format HJarkko Hietaniemi2016-07-271-0/+7
* VAX: document also formats S/T/X, and hidden bitsJarkko Hietaniemi2016-07-271-7/+19
* rename "WORD" lexical token to "BAREWORD"David Mitchell2016-07-201-6/+0
* fix build on clang plus -DPERL_GLOBAL_STRUCTDavid Mitchell2016-07-171-0/+2
* VAX: one more VAX fp doc tweakageJarkko Hietaniemi2016-07-171-4/+6
* VAX: further docs about the VAX fp formatsJarkko Hietaniemi2016-07-171-4/+15
* VAX: perl.h: document the VAX fp better/moreJarkko Hietaniemi2016-07-171-5/+32
* [perl #128621] #define PL_encodingFather Chrysostomos2016-07-151-0/+1
* Remove IN_ENCODING macro, and all code dependent on itFather Chrysostomos2016-07-131-4/+0
* perl.h: Fix typo in commentKarl Williamson2016-07-021-1/+1
* VAX: code changes for VAX floatsJarkko Hietaniemi2016-07-011-2/+43
* tweak code comment for PL_bincompat_optionsDavid Mitchell2016-06-171-1/+1
* (perl #127380) only trace to $PERLIO_DEBUG if -Di is suppliedTony Cook2016-06-081-1/+7
* enable PERL_OP_PARENT by default.David Mitchell2016-05-141-0/+5
* PATCH: [perl #127708] segfault in "$!" in threadsKarl Williamson2016-04-091-0/+5
* Add locale mutexKarl Williamson2016-04-091-0/+6
* avoid mis-mangled name references on threaded C++ buildsTony Cook2016-04-041-2/+2
* silence -Wparentheses-equalityDavid Mitchell2016-03-281-1/+1