| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Trying my "remove the pTHXes" patch again | Andy Lester | 2006-02-09 | 1 | -5/+5 |
* | Cleaning up shadowed variables | Andy Lester | 2006-02-06 | 1 | -4/+4 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -9/+9 |
* | s/Nullcv/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -2/+2 |
* | gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning | Nicholas Clark | 2006-02-02 | 1 | -2/+2 |
* | Yet more instances of gv_fetchpv... that should be GV_ADD rather than | Nicholas Clark | 2006-02-02 | 1 | -3/+3 |
* | Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags. | Nicholas Clark | 2006-01-28 | 1 | -3/+3 |
* | Remove wrong cast to (void *), which fixes a gcc warning, and use | Marcus Holland-Moritz | 2006-01-21 | 1 | -1/+1 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -5/+5 |
* | The current OP that is tested in doeval() can be a require(), an | Rafael Garcia-Suarez | 2006-01-17 | 1 | -1/+1 |
* | A few more places that can use hv_fetchs(). | Gisle Aas | 2006-01-11 | 1 | -1/+1 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -1/+1 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -3/+32 |
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 1 | -6/+6 |
* | The two never used NOTYET switch ops can go. | Nicholas Clark | 2006-01-02 | 1 | -40/+0 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 1 | -1/+1 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 1 | -6/+6 |
* | Refactor the require failure message generation to use 1 less temporary | Nicholas Clark | 2005-12-27 | 1 | -12/+11 |
* | For the rare case of EMFILE during require, save object code space | Nicholas Clark | 2005-12-23 | 1 | -3/+3 |
* | Ho! Ho! Ho! Santa brings consting! | Andy Lester | 2005-12-22 | 1 | -62/+61 |
* | Use PTR2IV instead of casting directly | Rafael Garcia-Suarez | 2005-12-20 | 1 | -4/+4 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -3/+663 |
* | s/Nullav/NULL/g | Nicholas Clark | 2005-12-16 | 1 | -1/+1 |
* | change #26373 broke threaded builds (aTHX_ now superfluous) | Dave Mitchell | 2005-12-15 | 1 | -5/+5 |
* | Prevent require() from attempting to open directories and block | Steve Peters | 2005-12-15 | 1 | -5/+22 |
* | A suggestion by Yamashina Hio to speed up substitutions | YAMASHINA Hio | 2005-12-12 | 1 | -0/+1 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -33/+24 |
* | [perl #37725] perl segfaults on reversed array reference | Dave Mitchell | 2005-11-22 | 1 | -4/+4 |