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