| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Given that SvPV on a typeglob is now irrelevant, really we only need | Nicholas Clark | 2006-02-24 | 1 | -12/+1 |
* | Given that Perl_gp_free() is refcount-dec-and-maybe-free for the glob | Nicholas Clark | 2006-02-24 | 1 | -0/+1 |
* | Avoid special case SvMAGIC macros just to cope with Perl_sv_unmagic. | Nicholas Clark | 2006-02-24 | 2 | -14/+5 |
* | Use PVMGs rather than PVGVs to store the names of our variables in the | Nicholas Clark | 2006-02-24 | 3 | -8/+7 |
* | Store the stash for our in the magic slot. This will allow us to use | Nicholas Clark | 2006-02-24 | 6 | -31/+77 |
* | Upgrade to CPAN-1.86 | Steve Peters | 2006-02-24 | 2 | -129/+158 |
* | Skip unportable test on VMS | Rafael Garcia-Suarez | 2006-02-24 | 1 | -3/+6 |
* | Assert that GvSTASH is only called on PVGVs and PVLVs. | Nicholas Clark | 2006-02-24 | 1 | -1/+9 |
* | Replace usage of GvSTASH for storing the stash of C<our> with | Nicholas Clark | 2006-02-24 | 3 | -6/+12 |
* | assert that SvMAGIC is never non-NULL for any PVMG used as a pad name. | Nicholas Clark | 2006-02-24 | 1 | -0/+2 |
* | Redo previous sv.h change. | Nicholas Clark | 2006-02-24 | 1 | -9/+10 |
* | Perl_save_aelem can't be const | Andy Lester | 2006-02-24 | 3 | -3/+3 |
* | unused context warnings | Andy Lester | 2006-02-24 | 21 | -38/+165 |
* | As SVs can't both be in a pad, and the name of a variable in the pad, | Nicholas Clark | 2006-02-24 | 1 | -1/+2 |
* | Revert change #27295, which I thought fixed builds on Win32. | Steve Peters | 2006-02-24 | 2 | -1/+1 |
* | Last instance of PL_vtbl_glob removed. It was missed change #27289. | Steve Peters | 2006-02-24 | 1 | -1/+0 |
* | Replace direct flags tests & manipulations for SVpad_TYPED and | Nicholas Clark | 2006-02-23 | 9 | -25/+35 |
* | Document a sixth use for SVf_FAKE | Nicholas Clark | 2006-02-23 | 1 | -0/+3 |
* | We have sufficient spare bits to store the SV type in body_details, | Nicholas Clark | 2006-02-23 | 1 | -21/+39 |
* | Shrink struct body_details and hence sv.o slightly further by using | Nicholas Clark | 2006-02-23 | 1 | -3/+3 |
* | Using U8 rather than size type shrinks the body_details table. | Nicholas Clark | 2006-02-23 | 1 | -3/+3 |
* | Remove set magic from typeglobs. Remove typeglob magic entirely. | Nicholas Clark | 2006-02-23 | 7 | -34/+17 |
* | In XS_attributes__guess_stash, attempting to call Gv* on a PVMG is | Nicholas Clark | 2006-02-23 | 1 | -4/+0 |
* | Add test for RT #2166: foreach spuriously autovivifies | Steve Peters | 2006-02-23 | 1 | -1/+13 |
* | Converted t/op/pos.t to use test.pl and added TODO test for | Steve Peters | 2006-02-23 | 1 | -9/+19 |
* | Implement ${^WIN32_SLOPPY_STAT} | Jan Dubois | 2006-02-23 | 1 | -10/+16 |
* | Recalculate dstr in Perl_sv_setsv_flags, as dstr may have been upgraded. | Nicholas Clark | 2006-02-23 | 1 | -0/+2 |
* | Remove un-needed case in Perl_sv_setsv_flags (sv_upgrade will cover | Nicholas Clark | 2006-02-23 | 1 | -2/+0 |
* | Remove get magic from typeglobs. This means that PVGVs holding | Nicholas Clark | 2006-02-23 | 9 | -28/+100 |
* | Fix the copy sizes for PVFM and PVCV back to sanity. | Nicholas Clark | 2006-02-23 | 1 | -5/+2 |
* | Fix typos and a missing bracket. | Nicholas Clark | 2006-02-22 | 2 | -3/+3 |
* | Avoid C<study>ing any strings that might change underneath us, such | Nicholas Clark | 2006-02-22 | 2 | -15/+18 |
* | Mark some new study tests as TODO | Rafael Garcia-Suarez | 2006-02-22 | 1 | -3/+9 |
* | Add a test for study() on tied scalars, by Andy Lester after | Rafael Garcia-Suarez | 2006-02-22 | 2 | -0/+51 |
* | Turn on match string copying when /e flag is set on a substitution. | Jarkko Hietaniemi | 2006-02-22 | 1 | -2/+3 |
* | sv_dump should report the PV for PVGVs, as it can get set. | Nicholas Clark | 2006-02-22 | 2 | -1/+2 |
* | Test warnings for converting globs to other forms. | Nicholas Clark | 2006-02-22 | 1 | -1/+29 |
* | Change 24643 made the mistake of assuming that CvCONST can only be true | Nicholas Clark | 2006-02-22 | 2 | -2/+12 |
* | Can merge the two arms of Perl_magic_getglob to save space. | Nicholas Clark | 2006-02-21 | 1 | -7/+8 |
* | Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous | Nicholas Clark | 2006-02-21 | 1 | -24/+25 |
* | Additional hints needed to build threaded Perls on NetBSD. | Steve Peters | 2006-02-21 | 1 | -1/+19 |
* | PL_body_arenas should be set to NULL when the interpreter is cleared. | Nicholas Clark | 2006-02-21 | 1 | -0/+1 |
* | Teach B about CVf_ISXSUB | Nicholas Clark | 2006-02-21 | 2 | -1/+2 |
* | Goodbye PERL_XSUB_OLDSTYLE. | Nicholas Clark | 2006-02-21 | 6 | -51/+5 |
* | Re-order the definitions of the private bits in SvFLAGS by value, so | Nicholas Clark | 2006-02-21 | 1 | -20/+30 |
* | Document the many uses of SVf_FAKE. | Nicholas Clark | 2006-02-21 | 1 | -1/+12 |
* | Add tests for the previously untested Hash::Util::all_keys(). | Steve Peters | 2006-02-21 | 1 | -1/+19 |
* | $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid test | Steve Peters | 2006-02-21 | 1 | -1/+2 |
* | Patches: B, CGI, ExtUtils::MM_Unix | Joshua ben Jore | 2006-02-21 | 2 | -1/+6 |
* | Re: Patches: B, CGI, ExtUtils::MM_Unix | Joshua ben Jore | 2006-02-21 | 4 | -8/+30 |