This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Remove blanks in files for non-DEBUGGING builds
[perl5.git] / sv.c
2011-11-06 Father ChrysostomosStop toggling the FAKE flag for stringified GVs
2011-11-06 Father Chrysostomos[perl #96326] *{$io} should not be semi-defined
2011-11-04 Father ChrysostomosFill out sv_upgrade docs
2011-11-04 Father ChrysostomosUse SvUPGRADE, not sv_upgrade, in sv_sethek
2011-10-27 Father ChrysostomosFix CORE::glob
2011-10-22 Father Chrysostomos[perl #101486] Make PL_curstash refcounted
2011-10-20 Father Chrysostomos[perl #101738] Make sv_sethek set the UTF8 flag correctly
2011-10-14 Father ChrysostomosStop uninit sort warnings from crashing
2011-10-13 Father ChrysostomosCall get-magic once for .. in list context
2011-10-12 Chip SalzenbergSSize_t, not IV, is a signed STRLEN
2011-10-11 Father ChrysostomosMake sv_set[ps]v(cv...) set prototype
2011-10-11 Chip Salzenbergunder DEBUGGING, minimize the sentinels written in...
2011-10-11 Chip Salzenbergtweak sv_chop pod
2011-10-11 Chip SalzenbergI32 may not be big enough for string insert length
2011-10-10 Father ChrysostomosFix cv-to-gv assignment to use CvPROTO
2011-10-08 Father ChrysostomosRewrite sv_catsv to pass SV_CAT* flags to sv_catpvn
2011-10-07 David Mitchellmake SVs_PADTMP and SVs_PADSTALE share a bit
2011-10-07 Father ChrysostomosUse HEKf
2011-10-07 Father ChrysostomosHEKf256 format
2011-10-07 Father ChrysostomosHEKf format
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.
next