summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Completely free hashes containing nullsFather Chrysostomos2011-06-121-2/+3
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-121-14/+13
* In PL_magic_data flag whether magic can be added to a readonly value.Nicholas Clark2011-06-111-18/+16
* Store a flag for container/value magic in PL_magic_data.Nicholas Clark2011-06-111-1/+2
* Create a lookup table for magic vtables from magic type, PL_magic_data.Nicholas Clark2011-06-111-113/+11
* Replace references to PL_vtbl_{bm,fm} in the code with PL_vtbl_regexp.Nicholas Clark2011-06-111-9/+3
* Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2.Nicholas Clark2011-06-111-3/+1
* Don't even declare PL_vtbl_sigelem under -DPERL_MICRONicholas Clark2011-06-111-0/+2
* Store FBMs in PVMGs, instead of GVs.Nicholas Clark2011-06-111-2/+0
* In Perl_sv_2[inu]v_flags(), use the non-caching code whenever SvVALID() is trueNicholas Clark2011-06-111-3/+3
* [perl #90006] cloning crashes during Out of MemoryDavid Mitchell2011-06-061-0/+1
* perl_clone_using: do simple assign/copying firstDavid Mitchell2011-06-061-214/+244
* Correct EnglishFather Chrysostomos2011-05-291-1/+1
* Correct and update the comments about FBMs in Perl_sv_2[inu]v_flags().Nicholas Clark2011-05-231-8/+10
* sv_clear: destructor may change SV typeDavid Mitchell2011-05-191-0/+1
* sv_clear only test for SvOBJECT on >= MGDavid Mitchell2011-05-191-3/+5
* assume cleared hv can't be re-blessedDavid Mitchell2011-05-191-5/+3
* make hv freeing iterative rather than recursiveDavid Mitchell2011-05-191-0/+51
* HV backrefs: another simplificationDavid Mitchell2011-05-191-2/+5
* assert that HvARRAY is NULL when freeing an HVDavid Mitchell2011-05-191-0/+1
* simplify HV backref codeDavid Mitchell2011-05-191-23/+6
* Revert "Partially revert 4155e4fe"Father Chrysostomos2011-05-181-2/+0
* Revert "silence do_curse() compiler warning"Father Chrysostomos2011-05-181-2/+0
* S_sv_unmagicext_flags wasn't declared static eitherGisle Aas2011-05-181-1/+1
* Followup to 088225f/[perl #88132]: packages ending with :Father Chrysostomos2011-04-151-3/+8
* handle freed backref array in global cleanupDavid Mitchell2011-04-131-0/+11
* [perl #87664] Don’t autovivify stashes when anonymising CVsFather Chrysostomos2011-04-031-1/+2
* Fix *printf %ld handling for microperl (and other obscure platforms)Nicholas Clark2011-03-281-1/+2
* reset pos and utf8 cache when de/encoding utf8 strDavid Mitchell2011-03-191-3/+67
* [perl #86328] coredump in cleaning up circular magicFather Chrysostomos2011-03-171-2/+8
* handy.h: isIDFIRST_utf8() changed to use XIDStartKarl Williamson2011-02-171-0/+2
* More POD correctionsTom Christiansen2011-02-151-1/+1
* perldiag: Combine nearly identical entriesFather Chrysostomos2011-02-121-0/+3
* Extract format parameter later when vectorizing.Hugo van der Sanden2011-02-071-52/+54
* Make Perl_sv_utf8_upgrade* respect nomgDavid Mitchell2011-02-061-1/+1
* silence do_curse() compiler warningDavid Mitchell2011-02-041-0/+2
* use the macro that casts to HV * so threaded C++ builds, buildTony Cook2011-02-041-1/+1
* Add PL_foldable - a list of chars that participate in foldsKarl Williamson2011-02-021-0/+1
* Partially revert 4155e4feFather Chrysostomos2011-01-301-0/+2
* add GvCV_set() and GvGP_set() macros.David Mitchell2011-01-211-7/+7
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-13/+13
* Silence a compiler warningFather Chrysostomos2011-01-021-2/+2
* [perl #36347] Object destruction incompleteFather Chrysostomos2011-01-021-59/+85
* standardise amagic method namingDavid Mitchell2010-12-311-8/+8
* stdint.h has yet to appear on VMS.Craig A. Berry2010-12-191-1/+1
* add %jd to printf where C99 exists; tweak %zd and %tdChip Salzenberg2010-12-171-6/+51
* only call amagic_deref_call() if we have toDavid Mitchell2010-12-161-1/+2
* [perl #72090] unitialized variable name wrong with no strict refsFather Chrysostomos2010-12-101-0/+6
* Add sv_unmagicextFlorian Ragwitz2010-11-301-14/+36
* Add a verbose option to -DP, and replace C<#if 0> blocks in sv_gets() with it.Nicholas Clark2010-11-291-6/+6