| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing SVfARG()s in require_tie_mod(). | Marcus Holland-Moritz | 2007-01-18 | 1 | -2/+2 |
* | Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $... | Yves Orton | 2007-01-15 | 1 | -0/+6 |
* | Add get_cvn_flags(), which is like get_cv() but takes a length. This | Nicholas Clark | 2007-01-15 | 1 | -2/+1 |
* | An implementation of change 29735 for blead (PL_curcop could be NULL) | Nicholas Clark | 2007-01-10 | 1 | -2/+3 |
* | Update copyright years in .c files | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -2/+2 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 1 | -39/+69 |
* | Unshare the shared string gp_file_hek only if it exists in a GP. | Rafael Garcia-Suarez | 2006-12-22 | 1 | -1/+2 |
* | Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM) | Nicholas Clark | 2006-12-16 | 1 | -0/+6 |
* | Split out the use of SVp_SCREAM for GVs with GPs into a new symbolic | Nicholas Clark | 2006-12-16 | 1 | -2/+2 |
* | Change 27506 wasn't quite correct - the copy of the AMAGIC flag should | Nicholas Clark | 2006-11-04 | 1 | -0/+6 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -0/+4 |
* | Don't bother generating the "Operation \"%s\": no method found..." | Nicholas Clark | 2006-10-06 | 1 | -0/+3 |
* | g++ stage 1 reached | Jarkko Hietaniemi | 2006-08-08 | 1 | -13/+9 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -10/+15 |
* | Re: [perl #39733] $AUTOLOAD is never tainted | Rick Delaney | 2006-08-02 | 1 | -1/+0 |
* | Proper use of enums | Andy Lester | 2006-06-12 | 1 | -0/+1 |
* | A little more work needed to get ext/re/t/re.t test 14 (no segv) passing | Nicholas Clark | 2006-06-11 | 1 | -1/+7 |
* | exhausting <> in BEGIN{} gets ARGVOUT used only once warning | Yitzchak Scott-Thoennes | 2006-06-07 | 1 | -0/+3 |
* | [PATCH] gv.c consting | Andy Lester | 2006-05-29 | 1 | -1/+1 |
* | In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know | Nicholas Clark | 2006-05-09 | 1 | -5/+8 |
* | Gv_AMupdate() always creates magic, so mg can never be NULL. | Nicholas Clark | 2006-05-09 | 1 | -0/+1 |
* | GvFILE() cannot be a pointer to the memory owned by the COP, because | Nicholas Clark | 2006-05-02 | 1 | -1/+8 |
* | De-duplicate the code that creates new GPs into Perl_newGP(). | Nicholas Clark | 2006-05-02 | 1 | -14/+22 |
* | more -ansi -pedantic cleanliness | Jarkko Hietaniemi | 2006-04-29 | 1 | -1/+1 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -2/+2 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -1/+1 |
* | use NOOP macro | Andy Lester | 2006-04-25 | 1 | -2/+2 |
* | Ensure GvNAME doesn't return NULL | Marcus Holland-Moritz | 2006-04-24 | 1 | -1/+2 |
* | Initializing variables is good. This is another Coverity catch. | Steve Peters | 2006-04-05 | 1 | -1/+1 |
* | Removed unnecessary pointers checks | Andy Lester | 2006-04-02 | 1 | -5/+5 |
* | 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 | -5/+5 |
* | Add a new per-interpeter variable PL_utf8cache, which will be used to | Nicholas Clark | 2006-03-16 | 1 | -0/+2 |
* | Correct another gv_fetchpv() - it takes a bitmask of flags, not simply | Nicholas Clark | 2006-03-09 | 1 | -1/+1 |
* | Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADD | Nicholas Clark | 2006-03-05 | 1 | -1/+5 |
* | Move the GvNAME HEK into the IV union - every GV is now 1 pointer | Nicholas Clark | 2006-03-05 | 1 | -1/+1 |
* | Use a HEK to store the GV's name, rather than a malloc()ed string. | Nicholas Clark | 2006-03-05 | 1 | -2/+6 |
* | Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET. | Nicholas Clark | 2006-03-05 | 1 | -2/+12 |
* | Change 27330 failed to decontaminate SvCUR/GvFLAGS when upgrading an | Nicholas Clark | 2006-02-27 | 1 | -2/+8 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -6/+8 |
* | Store GvGP in the SV head union. For all the common lookups [eg GvCV()] | Nicholas Clark | 2006-02-25 | 1 | -2/+2 |
* | Given that Perl_gp_free() is refcount-dec-and-maybe-free for the glob | Nicholas Clark | 2006-02-24 | 1 | -0/+1 |
* | Remove set magic from typeglobs. Remove typeglob magic entirely. | Nicholas Clark | 2006-02-23 | 1 | -1/+0 |
* | Remove get magic from typeglobs. This means that PVGVs holding | Nicholas Clark | 2006-02-23 | 1 | -0/+1 |
* | Add a new CvISXSUB() macro, for abstracting the test as to whether a | Nicholas Clark | 2006-02-20 | 1 | -1/+1 |
* | Sun Studio lint patches | Andy Lester | 2006-02-14 | 1 | -1/+2 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -16/+16 |
* | s/Nullcv/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -7/+7 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -4/+4 |