summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* g++ large patchJarkko Hietaniemi2006-08-071-27/+35
* g++ heavy shovelingJarkko Hietaniemi2006-08-021-1/+4
* g++ dNOOP (luckily one can mix code and decls in C++)Jarkko Hietaniemi2006-08-011-0/+4
* make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATEJarkko Hietaniemi2006-07-181-4/+13
* Updated escaping code. utf8 regex debug output improvementsYves Orton2006-07-151-5/+25
* z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant'...Jarkko Hietaniemi2006-07-131-0/+4
* Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))Andy Dougherty2006-07-111-1/+3
* Add Russ Allbery's public domain implementations of strlcat andSteve Peters2006-07-101-0/+12
* Introduce a new function, pv_escape(), to display contents of PVsYves Orton2006-07-061-0/+7
* Fix casting warnings related to snprintf/vsnprintfRafael Garcia-Suarez2006-06-301-2/+2
* HASATTRIBUTE_UNUSED works for gcc-3.3, but not for g++-3.3Andy Dougherty2006-06-301-1/+5
* Regen headers following change 28325. Also, make it compileRafael Garcia-Suarez2006-05-291-0/+1
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-201-0/+1
* Move the hints from op_private into cop_hints. This allows all 32 bitsNicholas Clark2006-05-201-3/+4
* Abolish cop_arybase. Signal a non zero $[ with a hint flag, and storeNicholas Clark2006-05-201-1/+1
* Re: [PATCH] Re: Change 28183 has broken 64-bit builds?Jarkko Hietaniemi2006-05-191-4/+14
* Parenthesize uses of macro argumentsRafael Garcia-Suarez2006-05-171-2/+2
* Re: Change 28183 has broken 64-bit builds?Jarkko Hietaniemi2006-05-171-10/+36
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-121-0/+3
* wince crosscompile patch for 28132Vadim Konovalov2006-05-091-1/+5
* Introduce a new keyword, state, for state variables.Rafael Garcia-Suarez2006-05-031-1/+1
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-1/+1
* dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) updateJarkko Hietaniemi2006-04-281-1/+1
* Re: [PATCH] use snprintf/strlcpy/strlcat when usefulJarkko Hietaniemi2006-04-281-0/+6
* 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