| Commit message (Expand) | Author | Age | Files | Lines |
* | Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/ | Steve Peters | 2006-07-10 | 1 | -7/+1 |
* | The smart match table was duplicated in source code and in perlsyn, | Rafael Garcia-Suarez | 2006-06-04 | 1 | -36/+2 |
* | make require report too many open files error | Dave Mitchell | 2006-05-29 | 1 | -0/+3 |
* | Abolish cop_io (the simple way) by storing the value in cop_hints_hash. | Nicholas Clark | 2006-05-20 | 1 | -9/+0 |
* | eval { s/$foo/die/e } leaked a scalar | Dave Mitchell | 2006-05-20 | 1 | -1/+0 |
* | Rename cop_hints to cop_hints_hash | Nicholas Clark | 2006-05-20 | 1 | -8/+8 |
* | [perl #32332] Perl segfaults; test case available | Dave Mitchell | 2006-05-20 | 1 | -2/+1 |
* | Re: [PATCH] my_snprintf | Jarkko Hietaniemi | 2006-05-12 | 1 | -17/+4 |
* | no 5.9.4; should fail in version 5.9.4. | Nicholas Clark | 2006-05-10 | 1 | -1/+1 |
* | Some more SvREFCNT_inc updates | Andy Lester | 2006-05-02 | 1 | -3/+3 |
* | Reverting context removal from change #27992. This should | Steve Peters | 2006-05-01 | 1 | -1/+1 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -7/+7 |
* | Removing another context parm | Andy Lester | 2006-04-28 | 1 | -7/+8 |
* | Re: [PATCH] use snprintf/strlcpy/strlcat when useful | Jarkko Hietaniemi | 2006-04-28 | 1 | -1/+23 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -9/+13 |
* | Coverity has started to notice another inconsistency in our NULL | Nicholas Clark | 2006-04-25 | 1 | -1/+1 |
* | use NOOP macro | Andy Lester | 2006-04-25 | 1 | -1/+1 |
* | pp_ctl.c caching | Andy Lester | 2006-04-17 | 1 | -6/+6 |
* | stop PL_op and PL_curpad referring to different pads at start of doeval | Dave Mitchell | 2006-04-16 | 1 | -0/+1 |
* | A scalar reference returned from a coderef in @INC is treated as the | Nicholas Clark | 2006-04-16 | 1 | -13/+40 |
* | I believe that it makes little sense for the simple user filters | Nicholas Clark | 2006-04-15 | 1 | -2/+2 |
* | Fix a bug - the introduction of the caching code means that we should | Nicholas Clark | 2006-04-15 | 1 | -5/+7 |
* | Augment the user filter caching code so that if the user filter returns | Nicholas Clark | 2006-04-15 | 1 | -37/+68 |
* | If the downstream caller wants block mode, and we're in line mode, | Nicholas Clark | 2006-04-15 | 1 | -9/+53 |
* | Eliminate the filter_child_proc hack from pp_require. | Nicholas Clark | 2006-04-15 | 1 | -23/+5 |
* | Add more tests for the builtin source filter implementation, and fix | Nicholas Clark | 2006-04-15 | 1 | -3/+15 |
* | Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to | Nicholas Clark | 2006-04-14 | 1 | -2/+2 |
* | Replace explict "/dev/null" with BIT_BUCKET, which varies by platform. | Nicholas Clark | 2006-04-14 | 1 | -1/+2 |
* | Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield() | Steve Hay | 2006-04-13 | 1 | -1/+1 |
* | Change cop_warnings from an SV holding the warnings bitmask to a | Nicholas Clark | 2006-04-12 | 1 | -12/+9 |
* | First stab at using the pad to store the serialised hints data. | Nicholas Clark | 2006-04-11 | 1 | -17/+3 |
* | Change 27677 missed two direct accesses to op_private in COPs. | Nicholas Clark | 2006-04-02 | 1 | -2/+2 |
* | Abstract all reads/writes of the hints in COPs with 2 new macros, | Nicholas Clark | 2006-04-02 | 1 | -3/+2 |
* | Abstract all the accesses to cop_arybase (apart from ByteLoader) | Nicholas Clark | 2006-04-02 | 1 | -1/+1 |
* | Propagate cop_hints inside string evals. For the unthreaded case this | Nicholas Clark | 2006-04-01 | 1 | -0/+23 |
* | Serialise changes to %^H onto the current COP. Return the compile time | Nicholas Clark | 2006-03-31 | 1 | -1/+7 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -1/+1 |
* | re-[PATCH] Re: [PATCH] Poison now in two different flavours! | Jarkko Hietaniemi | 2006-03-29 | 1 | -1/+1 |
* | Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with | Nicholas Clark | 2006-03-27 | 1 | -7/+42 |
* | sv_find() returning false, followed by sv_magic() to add the magic, | Nicholas Clark | 2006-03-17 | 1 | -2/+6 |
* | require should ignore directories found when searching @INC not just | Gisle Aas | 2006-03-16 | 1 | -5/+1 |
* | Load .pmc always, even if they are older than a matching .pm file. | Rafael Garcia-Suarez | 2006-03-12 | 1 | -9/+1 |
* | Further MAD changes. | Nicholas Clark | 2006-03-08 | 1 | -1/+13 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -30/+26 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -2/+4 |
* | Goodbye PERL_XSUB_OLDSTYLE. | Nicholas Clark | 2006-02-21 | 1 | -19/+2 |
* | Add a new CvISXSUB() macro, for abstracting the test as to whether a | Nicholas Clark | 2006-02-20 | 1 | -3/+3 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 1 | -6/+6 |
* | Remove the last (U16) cast for CV depths, missed by change 17835. | Nicholas Clark | 2006-02-20 | 1 | -1/+1 |
* | Sun Studio lint patches | Andy Lester | 2006-02-14 | 1 | -1/+1 |