summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* If PERL_NO_INLINE_FUNCTIONS is defined, don't include "inline.h"Nicholas Clark2013-05-031-2/+15
* (UN)LIKELY branch prediction hints in a few strategic placesSteffen Mueller2013-03-061-3/+3
* Disable by default the new Copy-on-Write for 5.18David Mitchell2013-03-021-3/+7
* Fix redeclaration compiler errors on EBCDICNicholas Clark2013-02-251-0/+2
* Rename PL_interp_size_5_16_0 to PL_interp_size_5_18_0.Nicholas Clark2013-02-191-2/+2
* Remove the BeOS port.Nicholas Clark2012-12-141-10/+6
* perl.h: fix signedness warning with clangDavid Mitchell2012-12-121-1/+1
* perl.h: Add commentsKarl Williamson2012-12-091-0/+6
* perl.h: Mention PERL_SAWAMPERSAND in perl -V outputFather Chrysostomos2012-11-271-0/+3
* Disable PL_sawampersandFather Chrysostomos2012-11-271-0/+5
* Enable PERL_NEW_COPY_ON_WRITE by defaultFather Chrysostomos2012-11-271-0/+4
* New COW mechanismFather Chrysostomos2012-11-271-0/+11
* Remove "register" declarationsKarl Williamson2012-11-241-4/+4
* Remove the EPOC port.Nicholas Clark2012-11-191-11/+6
* [perl #114864] Don’t use amt for DESTROYFather Chrysostomos2012-11-171-4/+0
* clean up the users of PL_no_memDaniel Dragan2012-11-121-1/+1
* create aTHXa, some unused dTHXs removed in /win32/*Daniel Dragan2012-11-081-0/+2
* perl.h: s/non-existant/nonexistent/Father Chrysostomos2012-11-051-1/+1
* More violent warning about using NO_TAINT_SUPPORTSteffen Mueller2012-11-051-0/+3
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-5/+45
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-301-1/+1
* fix C++ builds broken by cdc4a174060Daniel Dragan2012-10-101-0/+14
* Stop declaring non-exported externs to non-core XS modules [perl #114516]Steve Hay2012-09-261-3/+5
* Remove the MPE/iX port.Nicholas Clark2012-09-211-5/+0
* Remove some EBCDIC dependenciesKarl Williamson2012-09-131-9/+1
* PL_sawampersand: use 3 bit flags rather than boolDavid Mitchell2012-09-081-0/+6
* Remove the VM/ESA port.Nicholas Clark2012-08-311-6/+1
* Finish fixing here-docs in re-evalsFather Chrysostomos2012-08-301-2/+0
* Use PL_parser->lex_shared instead of Sv[IN]VX(PL_linestr)Father Chrysostomos2012-08-281-1/+0
* [perl #114040] Fix here-docs in multiline re-evalsFather Chrysostomos2012-08-221-0/+1
* More PAD APIsFather Chrysostomos2012-08-211-1/+3
* Stop padlists from being AVsFather Chrysostomos2012-08-211-3/+3
* Move PAD(LIST) typedefs to perl.hFather Chrysostomos2012-08-211-0/+5
* Static inline functions for SvPADTMP and SvPADSTALEFather Chrysostomos2012-08-211-3/+2
* [perl #113718] Add inline.hFather Chrysostomos2012-08-211-0/+3
* Fix substitution in substitution patternFather Chrysostomos2012-08-211-0/+1
* Fix here-docs in nested quote-like operatorsFather Chrysostomos2012-08-211-1/+0
* here-doc in quotes in multiline s//.../e in evalFather Chrysostomos2012-08-211-1/+1
* Remove the UTS port.Nicholas Clark2012-08-171-20/+3
* Use _strtoi64, _strtoui64 and _atoi64 for WIN64 VC++ buildsSteve Hay2012-08-071-3/+6
* VC++ has QUADKIND == QUAD_IS___INT64 so we might as well make use of itSteve Hay2012-08-071-0/+2
* assert_(...)Father Chrysostomos2012-08-051-0/+5
* [perl #114338] Misleading prototype in perlapi manpageFather Chrysostomos2012-07-301-2/+2
* Remove code for supporting 80286 based systems.Nicholas Clark2012-07-281-4/+0
* Remove dead code related to the Atari ST port of perl 4.0 patchlevel 19Nicholas Clark2012-07-281-1/+1
* Restore microperl, which has been unable to build since January.Nicholas Clark2012-07-271-0/+1
* Adding support for Visual C's __declspec(noreturn) function declarations to perlDaniel Dragan2012-07-181-0/+4
* Eliminate PL_OP_SLAB_ALLOCFather Chrysostomos2012-07-121-4/+1
* PERL_IMPLICIT_SYS can use the new slab allocatorFather Chrysostomos2012-06-291-9/+0
* -DS option for slab allocationFather Chrysostomos2012-06-291-2/+7