| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning | Nicholas Clark | 2006-02-02 | 1 | -1/+9 |
* | Yet more instances of gv_fetchpv... that should be GV_ADD rather than | Nicholas Clark | 2006-02-02 | 1 | -2/+2 |
* | And another assumption. | Nicholas Clark | 2006-02-02 | 1 | -1/+3 |
* | doubleplusoops. Apart from the documented NUL termination assumption. | Nicholas Clark | 2006-02-01 | 1 | -14/+23 |
* | Oops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flags | Nicholas Clark | 2006-02-01 | 1 | -1/+1 |
* | Make Perl_gv_fetchpvn_flags actually heed the passed in length. | Nicholas Clark | 2006-01-31 | 1 | -13/+14 |
* | PERL_DONT_CREATE_GVSV wasn't as effective as it should have been. | Nicholas Clark | 2006-01-28 | 1 | -0/+1 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -4/+4 |
* | A few more places that can use hv_fetchs(). | Gisle Aas | 2006-01-11 | 1 | -4/+4 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -8/+8 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+12 |
* | More copyright updates | Rafael Garcia-Suarez | 2006-01-04 | 1 | -1/+1 |
* | Make the new STR_WITH_LEN() affected compile under -Dusethreads. | Gisle Aas | 2006-01-04 | 1 | -4/+4 |
* | Get rid of a few more hardcoded string lengths. | Gisle Aas | 2006-01-04 | 1 | -4/+4 |
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 1 | -3/+3 |
* | Bad symbols that are pretending to be dirhandles, should say they | Steve Peters | 2006-01-03 | 1 | -2/+15 |