| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce a new function, pv_escape(), to display contents of PVs | Yves Orton | 2006-07-06 | 1 | -0/+7 |
* | Fix casting warnings related to snprintf/vsnprintf | Rafael Garcia-Suarez | 2006-06-30 | 1 | -2/+2 |
* | HASATTRIBUTE_UNUSED works for gcc-3.3, but not for g++-3.3 | Andy Dougherty | 2006-06-30 | 1 | -1/+5 |
* | Regen headers following change 28325. Also, make it compile | Rafael Garcia-Suarez | 2006-05-29 | 1 | -0/+1 |
* | Abolish cop_io (the simple way) by storing the value in cop_hints_hash. | Nicholas Clark | 2006-05-20 | 1 | -0/+1 |
* | Move the hints from op_private into cop_hints. This allows all 32 bits | Nicholas Clark | 2006-05-20 | 1 | -3/+4 |
* | Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store | Nicholas Clark | 2006-05-20 | 1 | -1/+1 |
* | Re: [PATCH] Re: Change 28183 has broken 64-bit builds? | Jarkko Hietaniemi | 2006-05-19 | 1 | -4/+14 |
* | Parenthesize uses of macro arguments | Rafael Garcia-Suarez | 2006-05-17 | 1 | -2/+2 |
* | Re: Change 28183 has broken 64-bit builds? | Jarkko Hietaniemi | 2006-05-17 | 1 | -10/+36 |
* | Re: [PATCH] my_snprintf | Jarkko Hietaniemi | 2006-05-12 | 1 | -0/+3 |
* | wince crosscompile patch for 28132 | Vadim Konovalov | 2006-05-09 | 1 | -1/+5 |
* | Introduce a new keyword, state, for state variables. | Rafael Garcia-Suarez | 2006-05-03 | 1 | -1/+1 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -1/+1 |
* | dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update | Jarkko Hietaniemi | 2006-04-28 | 1 | -1/+1 |
* | Re: [PATCH] use snprintf/strlcpy/strlcat when useful | Jarkko Hietaniemi | 2006-04-28 | 1 | -0/+6 |
* | use NOOP macro | Andy Lester | 2006-04-25 | 1 | -2/+2 |
* | Cleanup some gcc warnings | Marcus Holland-Moritz | 2006-04-24 | 1 | -4/+4 |
* | Turn on UTF8 cache assertions with -Ca | Nicholas Clark | 2006-04-17 | 1 | -1/+3 |
* | Patch from Jarkko to fix breakage caused by change #27649 | Steve Hay | 2006-04-07 | 1 | -11/+17 |
* | Take splint into account for PERL_UNUSED_ARG (patch by Jarkko) | Rafael Garcia-Suarez | 2006-04-03 | 1 | -2/+1 |
* | Change 27677 missed two direct accesses to op_private in COPs. | Nicholas Clark | 2006-04-02 | 1 | -1/+1 |
* | use slabs to allocate save state space in regmatch() | Dave Mitchell | 2006-04-02 | 1 | -15/+0 |
* | Updated version of the grumpy comment deleted by change #27649, | Rafael Garcia-Suarez | 2006-03-31 | 1 | -0/+7 |
* | Redo PERL_UNUSED_DECL | Andy Lester | 2006-03-31 | 1 | -12/+7 |
* | Document new magic types in perlguts. Fix a comment about sort hints. | Rafael Garcia-Suarez | 2006-03-31 | 1 | -1/+1 |
* | Serialise changes to %^H onto the current COP. Return the compile time | Nicholas Clark | 2006-03-31 | 1 | -2/+18 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -1/+1 |
* | Do nothing in a GCC-friendly way | Andy Lester | 2006-03-14 | 1 | -4/+4 |
* | Almost all the MAD changes for op.c | Nicholas Clark | 2006-03-08 | 1 | -0/+16 |
* | Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp, | Nicholas Clark | 2006-03-07 | 1 | -9/+28 |
* | Remove the #define - ARENASETS are always on now. | Nicholas Clark | 2006-03-07 | 1 | -5/+0 |
* | Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined. | Nicholas Clark | 2006-03-05 | 1 | -1/+3 |
* | Support for __builtin_expect and __builtin_choose_expr | Andy Lester | 2006-03-03 | 1 | -1/+4 |
* | mgvtbl initialization | Andy Lester | 2006-03-02 | 1 | -5/+45 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -2/+10 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -1/+7 |
* | Remove set magic from typeglobs. Remove typeglob magic entirely. | Nicholas Clark | 2006-02-23 | 1 | -12/+0 |
* | Remove get magic from typeglobs. This means that PVGVs holding | Nicholas Clark | 2006-02-23 | 1 | -1/+1 |
* | arena-rework : consolidated patch | Jim Cromie | 2006-02-18 | 1 | -0/+5 |
* | Problem compiling swigged c++ code with 5.8.8 | Merijn Broeren | 2006-02-16 | 1 | -1/+1 |
* | Remove SOFT_CAST() as it no longer does anything useful. | Nicholas Clark | 2006-02-11 | 1 | -10/+0 |
* | A better fix than 27148 | Steve Hay | 2006-02-10 | 1 | -1/+0 |
* | Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost | Nicholas Clark | 2006-02-04 | 1 | -4/+14 |
* | Help to compile on VMS with UNLINK_ALL_VERSIONS | John E. Malmberg | 2006-02-03 | 1 | -1/+1 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -1/+1 |
* | Intel C Compiler 9.0 hatefully defines __GNUC__. Unfortunately, | Steve Peters | 2006-01-31 | 1 | -1/+1 |
* | Un-const magic virtual tables; this consting breaks the nasty | Rafael Garcia-Suarez | 2006-01-23 | 1 | -4/+4 |
* | Fix [perl #38223]; _IOC_SIZE() not always safe. | Gisle Aas | 2006-01-13 | 1 | -2/+2 |
* | Update copyright years (including some years where we made changes but | Nicholas Clark | 2006-01-08 | 1 | -1/+1 |