summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* some make minimal copy upgrades depend on private flags (pIOK and pNOK)chip/scalartypesChip Salzenberg2011-08-121-3/+3
* minimize copy of strings as well as numbers; tweak pad.c which assumed otherwiseChip Salzenberg2011-08-121-3/+13
* make minimal copy of IV/NV more aggressive; let sv_yes/sv_no be fat againChip Salzenberg2011-08-121-46/+44
* true and false don't need floating pointChip Salzenberg2011-08-121-8/+8
* Implement isboolean() based on propagating special SvPVX values for true/falseChip Salzenberg2011-08-121-31/+51
* When copying scalars, upgrade target SV minimally when source is a numberChip Salzenberg2011-08-121-10/+44
* Real working isnumber and isstringChip Salzenberg2011-08-111-37/+10
* 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
* 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