summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename and function-ise dtrace macrosDavid Mitchell2016-03-181-1/+1
* make building without memcpy work (RT #127619)Lukas Mai2016-03-071-12/+4
* Revert "tweak NOT_REACHED in DEBUGGING builds"Lukas Mai2016-02-151-2/+1
* tweak NOT_REACHED in DEBUGGING buildsLukas Mai2016-02-131-1/+2
* fix cx_dup for CXt_LOOP_PLAINDavid Mitchell2016-02-031-3/+3
* eliminate PERL_STACK_OVERFLOW_CHECKDavid Mitchell2016-02-031-6/+1
* split CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARYDavid Mitchell2016-02-031-2/+3
* infnan: NaN payload for mixed endian double-doublesJarkko Hietaniemi2015-12-141-13/+44
* Bump the TSA clang minimum to 3.6 (in Applese 6.1)Jarkko Hietaniemi2015-12-021-4/+6
* For TSA we want 4 or later clang, not just later.Jarkko Hietaniemi2015-12-021-1/+1
* clang specific diagnostics ignore/restoreJarkko Hietaniemi2015-11-231-0/+10
* clang thread safety annotationsJarkko Hietaniemi2015-11-231-1/+115
* avoid (TAINTING_get && TAINT_get)David Mitchell2015-11-101-2/+2
* Also IRIX seems to have NaN comparison issues.Jarkko Hietaniemi2015-10-271-0/+3
* perl.h: Remove some unused, non-portable #definesKarl Williamson2015-10-191-8/+0
* IRIX cc -c99 does -D__c99 but none of the other C99 macros.Jarkko Hietaniemi2015-10-191-1/+1
* IRIX long double: use the C99/C11-style generic math macros.Jarkko Hietaniemi2015-10-191-0/+4
* For IRIX the official symbol is __sgi, not __irix__.Jarkko Hietaniemi2015-10-181-2/+2
* amigaos4: use #ifdef/ifndef __amigaos4__ when feasibleAndy Broad2015-09-161-1/+1
* amigaos4: move the amigaos exec code under amigaos4Andy Broad2015-09-161-14/+26
* Add more -DL debugging infoKarl Williamson2015-09-081-0/+5
* amigaos4: no env in main()Andy Broad2015-09-051-1/+1
* amigaos4: unistd.h needs netinet/in.hAndy Broad2015-09-051-0/+5
* amigaos4: use our own environ implementationAndy Broad2015-09-051-0/+9
* amigaos4: exec returns I32Andy Broad2015-09-051-0/+15
* amigaos4: FD_CLOEXEC is defined but not implementedAndy Broad2015-09-051-0/+9
* amigaos4: WORD defined in exec/types.hAndy Broad2015-09-051-5/+4
* Comment tweak related to [rt.perl.org #125710].Jarkko Hietaniemi2015-08-101-0/+4
* Comment tweaks.Jarkko Hietaniemi2015-08-101-3/+3
* uc(sharp s) is itself in very early Unicode versionsKarl Williamson2015-07-281-1/+8
* combine PERLDB_LINE and PERLDB_SAVESRC flag testsDaniel Dragan2015-07-221-0/+2
* Remove NEW_ from PERL_NEW_COPY_ON_WRITEFather Chrysostomos2015-06-291-4/+4
* Remove PERL_OLD_COPY_ON_WRITEFather Chrysostomos2015-06-291-9/+2
* partially revert 'silence gcc -pendantic warnings'David Mitchell2015-06-201-4/+1
* silence some gcc -pendantic warningsDavid Mitchell2015-06-191-3/+6
* silence some -Wc++-compat warningsDavid Mitchell2015-06-191-8/+7
* Apparently ldblsize=10 is a real thing.Jarkko Hietaniemi2015-06-131-3/+15
* infnan: Notes on the nan payload.Jarkko Hietaniemi2015-06-121-3/+46
* infnan: define NV_NAN_PAYLOAD_MASK and NV_NAN_PAYLOAD_PERMJarkko Hietaniemi2015-06-121-0/+125
* infnan: move the mantbits definitions from perl.h to ConfigureJarkko Hietaniemi2015-06-121-27/+12
* infnan: macros for testing and setting nan quiet/signalingJarkko Hietaniemi2015-06-121-1/+94
* infnan: introduce NV_NAN_PAYLOAD_BITSJarkko Hietaniemi2015-06-121-0/+54
* infnan: introduce NV_MANT_BITSJarkko Hietaniemi2015-06-121-0/+15