| Commit message (Expand) | Author | Age | Files | Lines |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -12/+12 |
* | Re: [PATCH] use snprintf/strlcpy/strlcat when useful | Jarkko Hietaniemi | 2006-04-28 | 1 | -3/+7 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -3/+3 |
* | use NOOP macro | Andy Lester | 2006-04-25 | 1 | -6/+6 |
* | A couple of casts to PADOFFSET. | Marcus Holland-Moritz | 2006-04-24 | 1 | -4/+4 |
* | newCONSTSUB needs to be robust in case CopFILE is NULL. | Nicholas Clark | 2006-04-19 | 1 | -2/+2 |
* | Avoid temporarily writing over the prototype when reporting an error. | Nicholas Clark | 2006-04-19 | 1 | -8/+6 |
* | Calling cv_undef() on the CV created by newCONSTSUB() would leak like | Nicholas Clark | 2006-04-19 | 1 | -13/+40 |
* | Add assertions to cover cases where the Coverity scanner thinks we | Nicholas Clark | 2006-04-17 | 1 | -0/+3 |
* | op.c patch, 2nd version | Andy Lester | 2006-04-16 | 1 | -70/+73 |
* | Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to | Nicholas Clark | 2006-04-14 | 1 | -1/+1 |
* | Change cop_warnings from an SV holding the warnings bitmask to a | Nicholas Clark | 2006-04-12 | 1 | -11/+5 |
* | As OPs are shared between threads, they should be using | Nicholas Clark | 2006-04-12 | 1 | -1/+1 |
* | First stab at using the pad to store the serialised hints data. | Nicholas Clark | 2006-04-11 | 1 | -0/+2 |
* | es: quiet some warnings (with a free AIX cpp insanity avoidance tip) | Jarkko Hietaniemi | 2006-04-10 | 1 | -1/+2 |
* | SvREFCNT_inc tweaks | Andy Lester | 2006-04-03 | 1 | -1/+1 |
* | Re: [perl #38293] chr(65535) should be allowed in regexes | SADAHIRO Tomoyuki | 2006-04-02 | 1 | -6/+7 |
* | Abstract all reads/writes of the hints in COPs with 2 new macros, | Nicholas Clark | 2006-04-02 | 1 | -4/+4 |
* | Abstract all the accesses to cop_arybase (apart from ByteLoader) | Nicholas Clark | 2006-04-02 | 1 | -6/+7 |
* | Automatically set HINT_LOCALIZE_HH whenever %^H is modified. | Nicholas Clark | 2006-04-01 | 1 | -1/+2 |
* | I can't spell. | Nicholas Clark | 2006-03-31 | 1 | -2/+2 |
* | Serialise changes to %^H onto the current COP. Return the compile time | Nicholas Clark | 2006-03-31 | 1 | -1/+27 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -11/+8 |
* | Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with | Nicholas Clark | 2006-03-27 | 1 | -30/+4 |
* | If constant folding fails, don't fold constants, rather than reporting | Nicholas Clark | 2006-03-27 | 1 | -8/+67 |
* | Cleanups in op.c | Andy Lester | 2006-03-19 | 1 | -22/+16 |
* | looks_like_bool can be const | Andy Lester | 2006-03-14 | 1 | -2/+2 |
* | Perl_newWHILEOP() had exactly the same lack of a NULL pointer check | Steve Peters | 2006-03-11 | 1 | -2/+2 |
* | Possible NULL pointer reference found by Coverity checks. | Steve Peters | 2006-03-11 | 1 | -2/+2 |
* | Keep from using a variable in S_my_kid() before it is initialized. This ... | Steve Peters | 2006-03-11 | 1 | -1/+2 |
* | Fix a memory leak in ck_grep(), spotted by coverity: | Marcus Holland-Moritz | 2006-03-09 | 1 | -2/+5 |
* | Tweaking the order of op creation/op free in Perl_ck_require to Larry's | Nicholas Clark | 2006-03-09 | 1 | -9/+9 |
* | Unroll 27425 - keeping Larry's order in op.c means that exactly the | Nicholas Clark | 2006-03-09 | 1 | -2/+4 |
* | Note the weakref.t failure that commenting out this code caused. | Nicholas Clark | 2006-03-09 | 1 | -1/+3 |
* | Bodge MAD code to get pack.t and ext/Encode/t/Encode.t passing. | Nicholas Clark | 2006-03-09 | 1 | -2/+8 |
* | Make MAD at least compile and link once more. Although it's now failing | Nicholas Clark | 2006-03-08 | 1 | -9/+8 |
* | The last MAD change to op.c changes the pad offsets of the test that | Nicholas Clark | 2006-03-08 | 1 | -1/+6 |
* | Almost all the MAD changes for op.c | Nicholas Clark | 2006-03-08 | 1 | -61/+668 |
* | Change from Larry in the MAD code which seems to be unrelated to MAD. | Nicholas Clark | 2006-03-08 | 1 | -1/+3 |
* | This looks like a memory leak. | Rafael Garcia-Suarez | 2006-03-07 | 1 | -0/+1 |
* | $[ = 2 should not warn. | Rafael Garcia-Suarez | 2006-03-07 | 1 | -1/+4 |
* | Re: [PATCH] Removed a redundant o->op_type | Paul Johnson | 2006-03-06 | 1 | -1/+0 |
* | Removed a redundant o->op_type | Andy Lester | 2006-02-27 | 1 | -2/+5 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -17/+14 |
* | Abstract the specific use of SvCUR in GVs for detecting variables on | Nicholas Clark | 2006-02-25 | 1 | -4/+7 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -1/+8 |
* | Replace direct flags tests & manipulations for SVpad_TYPED and | Nicholas Clark | 2006-02-23 | 1 | -6/+6 |
* | PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving | Nicholas Clark | 2006-02-20 | 1 | -1/+1 |
* | xcv_root and xcv_xsub can also be merged into a union, providing a new | Nicholas Clark | 2006-02-20 | 1 | -1/+3 |
* | Add a new CvISXSUB() macro, for abstracting the test as to whether a | Nicholas Clark | 2006-02-20 | 1 | -2/+2 |