This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
use SSize_t for string offsets instead of int or socklen_t
[perl5.git] / sv.c
2011-10-06 Brian Frasertoke.c, op.c, sv.c: Prototype parsing and checking...
2011-10-06 Father ChrysostomosFix diag.t failure with diag_listed_as comment
2011-10-06 Brian Fraser"Use of uninitialized value..." UTF8 cleanup
2011-10-06 Brian Frasersv.c: Make most warnings utf8-clean
2011-10-06 Brian Frasersv.c: Make cloning account for UTF8 stash names
2011-10-06 Brian FraserMake sv.c:sv_clear account for UTF8 keys in PL_stashcache
2011-10-06 Brian Frasersv.c: Pass in UNI_DISPLAY_ISPRINT in S_not_a_number
2011-10-06 Brian FraserMake op.c warnings UTF8-clean
2011-10-06 Father Chrysostomosmro.c: Correct utf8 and bytes concatenation
2011-10-06 Brian Frasersv.c: S_anonymise_cv_maybe UTF8 cleanup.
2011-10-06 Brian Fraserpp.c & sv.c: pp_ref UTF8 and null cleanup.
2011-10-06 Brian FraserAdd a sv_sethek() function to sv.c
2011-10-06 Brian Frasersv.c: glob_assign_glob is now UTF-8 aware.
2011-10-06 Brian FraserSvUTF8() for globs.
2011-10-02 Reini UrbanTypo in comment share_hek_kek
2011-10-01 Karl Williamsonutf8.c: Add function to retrieve new _Perl_IDStart...
2011-10-01 Karl WilliamsonDon't use swash to find cntrls
2011-10-01 Karl WilliamsonNo need for swashes for computing if ASCII
2011-09-16 Father ChrysostomosMake ++ and -- work on glob copies
2011-09-16 Father ChrysostomosDisallow weakening of read-only references
2011-09-13 Father ChrysostomosMake \&$tied call get-magic when it holds a glob
2011-09-09 Zeframremove index offsetting ($[)
2011-09-09 Father ChrysostomosEnter gv_fetchsv_nomg
2011-09-09 Father ChrysostomosCall get-magic once for *glob=$tied
2011-09-04 Gerard GoossenInclude negative index of array in warnings about an...
2011-09-03 Gerard GoossenInclude name of global scalars in unitialized value...
2011-09-01 Father ChrysostomosFix two \&$tied regressions
2011-09-01 Father Chrysostomos[perl #97484] Make defined &{...} vivify CORE subs
2011-08-23 Chip SalzenbergSVTYPEMASK must be cast to (svtype) when comparing...
2011-08-17 Father Chrysostomos[perl #96126] Allocate CvFILE more simply
2011-07-16 Father ChrysostomosMore apidoc entries need \n\n before =cut
2011-07-12 Father ChrysostomosMake it possible to have read-only glob copies
2011-07-11 Nicholas ClarkIn sv.c, remove comments with structure sizes from...
2011-07-04 Karl Williamsonsv.c: hv_dup should be sv_dup
2011-07-01 Nicholas ClarkStore C<study>'s data in in mg_ptr instead of interpret...
2011-07-01 Nicholas ClarkMerge PL_scream{first,next} into one allocated buffer.
2011-06-24 Robin Barkercast unsigned to avoid warning
2011-06-24 Father Chrysostomos[perl #93454] Free deleted iterator when freeing hash
2011-06-21 Karl Williamsonperlapi: fix broken link, from sv.c
2011-06-12 Father ChrysostomosCompletely free hashes containing nulls
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-06-11 Nicholas ClarkIn PL_magic_data flag whether magic can be added to...
2011-06-11 Nicholas ClarkStore a flag for container/value magic in PL_magic_data.
2011-06-11 Nicholas ClarkCreate a lookup table for magic vtables from magic...
2011-06-11 Nicholas ClarkReplace references to PL_vtbl_{bm,fm} in the code with...
2011-06-11 Nicholas ClarkAbolish PL_vtbl_sig. It's been all 0s since it was...
2011-06-11 Nicholas ClarkDon't even declare PL_vtbl_sigelem under -DPERL_MICRO
2011-06-11 Nicholas ClarkStore FBMs in PVMGs, instead of GVs.
2011-06-11 Nicholas ClarkIn Perl_sv_2[inu]v_flags(), use the non-caching code...
2011-06-06 David Mitchell[perl #90006] cloning crashes during Out of Memory
2011-06-06 David Mitchellperl_clone_using: do simple assign/copying first
2011-05-29 Father ChrysostomosCorrect English
2011-05-23 Nicholas ClarkCorrect and update the comments about FBMs in Perl_sv_2...
2011-05-19 David Mitchellsv_clear: destructor may change SV type
2011-05-19 David Mitchellsv_clear only test for SvOBJECT on >= MG
2011-05-19 David Mitchellassume cleared hv can't be re-blessed
2011-05-19 David Mitchellmake hv freeing iterative rather than recursive
2011-05-19 David MitchellHV backrefs: another simplification
2011-05-19 David Mitchellassert that HvARRAY is NULL when freeing an HV
2011-05-19 David Mitchellsimplify HV backref code
2011-05-18 Father ChrysostomosRevert "Partially revert 4155e4fe"
2011-05-18 Father ChrysostomosRevert "silence do_curse() compiler warning"
2011-05-18 Gisle AasS_sv_unmagicext_flags wasn't declared static either
2011-04-16 Father ChrysostomosFollowup to 088225f/[perl #88132]: packages ending...
2011-04-13 David Mitchellhandle freed backref array in global cleanup
2011-04-04 Father Chrysostomos[perl #87664] Don’t autovivify stashes when anonymising CVs
2011-03-28 Nicholas ClarkFix *printf %ld handling for microperl (and other obscu...
2011-03-19 David Mitchellreset pos and utf8 cache when de/encoding utf8 str
2011-03-17 Father Chrysostomos[perl #86328] coredump in cleaning up circular magic
2011-02-17 Karl Williamsonhandy.h: isIDFIRST_utf8() changed to use XIDStart
2011-02-16 Tom ChristiansenMore POD corrections
2011-02-13 Father Chrysostomosperldiag: Combine nearly identical entries
2011-02-08 Hugo van der SandenExtract format parameter later when vectorizing.
2011-02-06 David MitchellMake Perl_sv_utf8_upgrade* respect nomg
2011-02-04 David Mitchellsilence do_curse() compiler warning
2011-02-04 Tony Cookuse the macro that casts to HV * so threaded C++ builds...
2011-02-02 Karl WilliamsonAdd PL_foldable - a list of chars that participate...
2011-01-31 Father ChrysostomosPartially revert 4155e4fe
2011-01-21 David Mitchelladd GvCV_set() and GvGP_set() macros.
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2011-01-03 Father ChrysostomosSilence a compiler warning
2011-01-03 Father Chrysostomos[perl #36347] Object destruction incomplete
2010-12-31 David Mitchellstandardise amagic method naming
2010-12-20 Craig A. Berrystdint.h has yet to appear on VMS.
2010-12-17 Chip Salzenbergadd %jd to printf where C99 exists; tweak %zd and %td
2010-12-16 David Mitchellonly call amagic_deref_call() if we have to
2010-12-11 Father Chrysostomos[perl #72090] unitialized variable name wrong with...
2010-11-30 Florian RagwitzAdd sv_unmagicext
2010-11-29 Nicholas ClarkAdd a verbose option to -DP, and replace C<#if 0> block...
2010-11-29 Nicholas ClarkIn Perl_sv_gets(), shortbuffered is always 0 when rslen...
2010-11-29 Nicholas ClarkBreak out code from Perl_sv_gets() which is self contai...
2010-11-27 Father ChrysostomosMake *ISA assignment slightly faster
2010-11-24 Nicholas ClarkFix a typo introduced by 15d9236d3878cc50. (The wrong...
2010-11-24 Nicholas ClarkConvert xhv_name in struct xpvhv_aux to be a union...
2010-11-23 Nicholas ClarkWhen dup'ing CVs, only take the OP_REFCNT_LOCK if it...
2010-11-23 Father ChrysostomosDon’t CLONE nameless hashes
2010-11-21 Father ChrysostomosRevert "Globs that are in the symbol table can be unglo...
2010-11-21 Father ChrysostomosEliminate the newname param from mro_package_moved
2010-11-21 Father ChrysostomosMake hv_undef leave HvENAME alone
2010-11-16 Florian RagwitzCheck for deleted stashes when reporting var names
next