summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Make \&$tied call get-magic when it holds a globFather Chrysostomos2011-09-121-10/+0
* remove index offsetting ($[)Zefram2011-09-091-1/+0
* Enter gv_fetchsv_nomgFather Chrysostomos2011-09-081-10/+2
* Call get-magic once for *glob=$tiedFather Chrysostomos2011-09-081-1/+5
* Include negative index of array in warnings about an unitialized value wen co...Gerard Goossen2011-09-041-4/+23
* Include name of global scalars in unitialized value warnings when the peephol...Gerard Goossen2011-09-031-1/+13
* Fix two \&$tied regressionsFather Chrysostomos2011-09-011-4/+8
* [perl #97484] Make defined &{...} vivify CORE subsFather Chrysostomos2011-09-011-1/+1
* SVTYPEMASK must be cast to (svtype) when comparing to SvTYPE()Chip Salzenberg2011-08-231-5/+5
* [perl #96126] Allocate CvFILE more simplyFather Chrysostomos2011-08-171-1/+1
* More apidoc entries need \n\n before =cutFather Chrysostomos2011-07-161-0/+2
* Make it possible to have read-only glob copiesFather Chrysostomos2011-07-121-1/+1
* In sv.c, remove comments with structure sizes from bodies_by_type[].Nicholas Clark2011-07-111-10/+0
* sv.c: hv_dup should be sv_dupKarl Williamson2011-07-031-1/+1
* Store C<study>'s data in in mg_ptr instead of interpreter variables.Nicholas Clark2011-07-011-5/+0
* Merge PL_scream{first,next} into one allocated buffer.Nicholas Clark2011-07-011-1/+0
* cast unsigned to avoid warningRobin Barker2011-06-241-1/+1
* [perl #93454] Free deleted iterator when freeing hashFather Chrysostomos2011-06-241-2/+2
* perlapi: fix broken link, from sv.cKarl Williamson2011-06-211-1/+1
* 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