summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* use NOOP macroAndy Lester2006-04-251-2/+2
* Cleanup some gcc warningsMarcus Holland-Moritz2006-04-241-4/+4
* Turn on UTF8 cache assertions with -CaNicholas Clark2006-04-171-1/+3
* Patch from Jarkko to fix breakage caused by change #27649Steve Hay2006-04-071-11/+17
* Take splint into account for PERL_UNUSED_ARG (patch by Jarkko)Rafael Garcia-Suarez2006-04-031-2/+1
* Change 27677 missed two direct accesses to op_private in COPs.Nicholas Clark2006-04-021-1/+1
* use slabs to allocate save state space in regmatch()Dave Mitchell2006-04-021-15/+0
* Updated version of the grumpy comment deleted by change #27649,Rafael Garcia-Suarez2006-03-311-0/+7
* Redo PERL_UNUSED_DECLAndy Lester2006-03-311-12/+7
* Document new magic types in perlguts. Fix a comment about sort hints.Rafael Garcia-Suarez2006-03-311-1/+1
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-2/+18
* Random accumulated patchesAndy Lester2006-03-311-1/+1
* Do nothing in a GCC-friendly wayAndy Lester2006-03-141-4/+4
* Almost all the MAD changes for op.cNicholas Clark2006-03-081-0/+16
* Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,Nicholas Clark2006-03-071-9/+28
* Remove the #define - ARENASETS are always on now.Nicholas Clark2006-03-071-5/+0
* Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined.Nicholas Clark2006-03-051-1/+3
* Support for __builtin_expect and __builtin_choose_exprAndy Lester2006-03-031-1/+4
* mgvtbl initializationAndy Lester2006-03-021-5/+45
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-2/+10
* unused context warningsAndy Lester2006-02-241-1/+7
* Remove set magic from typeglobs. Remove typeglob magic entirely.Nicholas Clark2006-02-231-12/+0
* Remove get magic from typeglobs. This means that PVGVs holdingNicholas Clark2006-02-231-1/+1
* arena-rework : consolidated patchJim Cromie2006-02-181-0/+5
* Problem compiling swigged c++ code with 5.8.8Merijn Broeren2006-02-161-1/+1
* Remove SOFT_CAST() as it no longer does anything useful.Nicholas Clark2006-02-111-10/+0
* A better fix than 27148Steve Hay2006-02-101-1/+0
* Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHostNicholas Clark2006-02-041-4/+14
* Help to compile on VMS with UNLINK_ALL_VERSIONSJohn E. Malmberg2006-02-031-1/+1
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-1/+1
* Intel C Compiler 9.0 hatefully defines __GNUC__. Unfortunately, Steve Peters2006-01-311-1/+1
* Un-const magic virtual tables; this consting breaks the nastyRafael Garcia-Suarez2006-01-231-4/+4
* Fix [perl #38223]; _IOC_SIZE() not always safe.Gisle Aas2006-01-131-2/+2
* Update copyright years (including some years where we made changes butNicholas Clark2006-01-081-1/+1
* sprinkle dVARJarkko Hietaniemi2006-01-061-6/+7
* Marcus Holland-Moritz suggested that assert should Nicholas Clark2005-12-301-1/+1
* re-implement MY_CXT API more efficiently, and add explicitDave Mitchell2005-12-291-18/+14
* If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble allNicholas Clark2005-12-231-10/+20
* Create a struct to use as the header with PERL_TRACK_MEMPOOL, so thatNicholas Clark2005-12-231-3/+10
* eliminate HINT_HH_FOR_EVALRobin Houston2005-12-221-3/+0
* latest switch/say/~~Robin Houston2005-12-191-2/+12
* Two it's => its grammar fixes.Nicholas Clark2005-12-171-1/+1
* Always define PL_memory_wrap, and use it for the new sprintf checksRafael Garcia-Suarez2005-12-011-2/+0
* Reworked PERL_TRACK_MEMPOOL patchJan Dubois2005-11-201-3/+13
* Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.hRafael Garcia-Suarez2005-11-101-4/+4
* This *really* should clear up Win32's Perl_do_exec undefined warningsSteve Hay2005-11-011-3/+0
* I infer that change 25891 as-is would break OS2. This should fix it.Nicholas Clark2005-10-301-2/+4
* Fix win32 breakage inadvertently introduced by 25889Nicholas Clark2005-10-301-1/+4
* Replace do_aexec() with a macro to call do_aexec5() with the two extraNicholas Clark2005-10-301-1/+4
* Replace do_exec() with a macro to call do_exec3() with the extra twoNicholas Clark2005-10-301-0/+7