This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Under GLOBAL_STRUCT mgvtbl-s are const, which angers g++.
[perl5.git] / sv.c
2014-06-24 Jarkko HietaniemiUnused contexts found under PERL_GLOBAL_STRUCT.
2014-06-24 Daniel DraganPERL_UNUSED_CONTEXT -> remove interp context where...
2014-06-22 Matthew HorsfallIn response to 7fefc6c, make autodoc smarter.
2014-06-21 Ævar Arnfjörð Bjar... Add a new warning about redundant printf arguments
2014-06-21 Ævar Arnfjörð Bjar... Split up the fake "missing" warning category into an...
2014-06-19 Jarkko HietaniemiRevert "/* NOTREACHED */ belongs *before* the unreachable."
2014-06-19 Jarkko Hietaniemi/* NOTREACHED */ belongs *before* the unreachable.
2014-06-16 Jarkko Hietaniemid_namlen can be signed.
2014-06-16 Jarkko HietaniemiMore (void*) for %p.
2014-06-16 Jarkko HietaniemiFollow-up to b84edbf2; (IV) the IVdf.
2014-06-16 Jarkko HietaniemiUse %"IVdf" instead of %zd.
2014-06-16 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-14 Jarkko HietaniemiRevert "Some low-hanging -Wunreachable-code fruits."
2014-06-14 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-06-12 Brian FraserSilence several -Wunused-parameter warnings about my_perl
2014-06-12 Brian FraserAdding missing SVfARG() invocations
2014-06-12 Brian FraserProtect against ptrdiff_t not being available.
2014-06-07 Karl Williamsonperlapi: Nit, and mention NUL for some functions
2014-06-05 Karl Williamsonperlapi: Include general information
2014-06-05 Craig A. BerryMove a VMS-specific include file in sv.c.
2014-06-05 David Mitchellwhen unCOWing a string, set SvCUR to 0
2014-06-01 Karl Williamsonsv.c: Add comment
2014-05-30 Karl Williamsonsv.c: Clarify comment
2014-05-30 Karl Williamsonperlapi: Clarify some instances where NUL is or isn...
2014-05-30 Karl WilliamsonWrap various pod uses of NUL with C<>
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-05-29 Yves Ortontemporary fix for [perl #121975] COW speedup lost after...
2014-05-29 Daniel Dragancleanup on commit "Pseudo-fork dups arg array on argles...
2014-05-28 Daniel Draganfix sv_usepvn_flags's docs
2014-05-28 Jarkko HietaniemiUse the C_ARRAY_LENGTH.
2014-05-28 Jarkko HietaniemiAdd PERL_UNUSED_RESULT() and use that instead of the...
2014-05-28 Pierre BogossianRemove redundant test
2014-05-12 David Mitchellsv.c: fix closing comment
2014-05-12 Yves Ortondocument sv_gets() internals
2014-05-12 Yves OrtonImplement "max waste" thresholds to avoid problems...
2014-05-07 Tony Cook[perl #121771] Revert the new warning for ++ on non...
2014-04-28 David MitchellPseudo-fork dups arg array on argless calls
2014-03-26 Tony Cook[perl #121366] avoid using an invalid SvPVX() in Perl_s...
2014-03-01 Nicholas Clarkpp_tms should use a local struct tms, instead of PL_tim...
2014-02-28 David Mitchellcopy xhv_rand and xhv_last_rand in threads clone
2014-02-28 David Mitchelladd aux_flags field to HVs with aux struct
2014-02-28 David Mitchellmake OP_AELEMFAST work with negative indices
2014-02-23 David Mitchellfix win32 build
2014-02-22 Father Chrysostomos[perl #121259] Always allow COW after $input=<>
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-15 Father Chrysostomos[perl #121242] Fix crash in gp_free when gv is freed
2014-02-15 Father Chrysostomossv.c: Don’t flip flags so many times in glob_assign_glob
2014-02-13 Karl Williamsonsv.c: Add comment
2014-02-05 Brian Frasersv,c, sv_cmp_locale_flags: flags is unused if locales...
2014-02-05 Brian Frasersv.c: Remove leftover ifdef from the %vd format
2014-02-05 Brian FraserAvoid compiler warnings by consistently using #ifdef...
2014-02-04 Yves OrtonAdd tests and fix new fatal errors related to $/
2014-01-28 Karl WilliamsonWhite-space, comments only
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-22 Karl WilliamsonComments, white-space
2014-01-21 Brian Frasersv.c, Perl_dirp_dup: Skip the fchdir sections if telldi...
2014-01-20 David Mitchellrename sTHX to PERL_MEMORY_DEBUG_HEADER_SIZE
2014-01-17 Father Chrysostomossv_buf_to_rw can be static
2014-01-17 Father ChrysostomosCOW documentation
2014-01-17 Father ChrysostomosPERL_DEBUG_READONLY_COW
2014-01-09 Karl WilliamsonRmv PL_Posix_ptrs
2014-01-09 Karl WilliamsonRemove PL_L1Posix_ptrs
2014-01-04 Karl WilliamsonUse new macros to make sure LC_NUMERIC is correctly set
2013-12-29 Daniel Dragancut out/inline wrapper calls of sv_*catpvf*
2013-12-06 Karl Williamsonperlapi, sv.c: Comments and API documentation
2013-12-01 Father Chrysostomossv.c: Rewrite COW logic
2013-11-30 Father Chrysostomossv.c: Clarify COW comments further
2013-11-30 Father Chrysostomossv.c: Fix Darwin g++ build
2013-11-30 Father Chrysostomossv.c: String copy comments
2013-11-30 Father ChrysostomosAllow PADTMPs’ strings to be swiped
2013-11-28 David Mitchellsilence -Wformat-nonliteral compiler warnings
2013-11-28 Daniel Draganremove almost unreachable NULL sv arg code from sv_2...
2013-11-24 David Mitchellfix Gconvert 'ignoring return value' warnings
2013-11-24 David Mitchellfix 'ignoring return value' compiler warnings
2013-11-23 Father ChrysostomosPush a new stack in sv_recode_to_utf8
2013-11-16 David MitchellRevert "make perl core quiet under -Wfloat-equal"
2013-11-14 Father Chrysostomossv.c apidocs: SV_NOSTEAL, not NOSTEAL
2013-11-09 David Mitchellmake perl core quiet under -Wfloat-equal
2013-11-09 Father ChrysostomosFix pod screwup in a05ea1cf8be
2013-11-08 Father ChrysostomosConsistent spaces after dots in sv.c apidocs
2013-11-08 Daniel DraganPOD-only mention sv_setsv does get magic but not set...
2013-10-28 Father ChrysostomosMake PL_incgv fully refcounted
2013-10-28 Father Chrysostomos[perl #54044] Make PL_replgv refcounted
2013-10-28 Father ChrysostomosMake PL_argvgv refcounted
2013-10-28 Father ChrysostomosWhen deleting via hek, pass the computed hash value
2013-10-28 Father ChrysostomosMake PL_hintgv refcounted
2013-10-28 Father ChrysostomosMake PL_envgv refcounted
2013-10-28 Father ChrysostomosMake PL_firstgv and PL_secondgv refcounted
2013-10-26 Father ChrysostomosMake PL_DBgv and other db interp vars refcounted
2013-10-23 Daniel Draganrefactor sv_add_backref
2013-10-21 Daniel Draganmake sv_2bool_flags() non-recursive on overload
2013-09-24 Karl WilliamsonRemove PL_ASCII; use existing array slots for it
2013-09-24 Karl WilliamsonAdd inversion list for U+80 - U+FF
2013-09-24 Brian FraserRemoved the define for FCALL
2013-09-21 Brian FraserRemove an ifdef for the Harris HCX-9 froms sv.c
2013-09-21 Brian FraserRemove HAS_64K_LIMIT
2013-09-17 Nicholas ClarkUse IVSIZE not HAS_QUAD to enable "long long" formats...
2013-09-13 Tony Cook[perl #115928] a consistent (public) rand() implementation
2013-09-11 Karl WilliamsonUse separate macros for byte vs uv Unicode
next