This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make changes_between() in Module::CoreList API the same as the other functions
[perl5.git] / sv.c
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
2013-09-09 Father ChrysostomosFix -DP output
2013-09-09 Father ChrysostomosDon’t let reblessing point SvSTASH to a half-freed...
2013-09-07 Leon TimmermansFix PerlIO_get_cnt and friends
2013-09-06 Father ChrysostomosPut AV defelem creation code in one place
2013-08-31 Karl WilliamsonMake printf, sprintf respect 'use locale' for radix
2013-08-29 Karl Williamsonsv.c: Make less ASCII-centric
2013-08-29 Karl WilliamsonFix some EBCDIC problems
2013-08-29 Karl WilliamsonRemove unnecessary temp variable in converting to UTF-8
2013-08-29 Karl WilliamsonExtract common code to an inline function
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
2013-08-25 Father ChrysostomosUse SSize_t for tmps stack offsets
2013-08-23 Karl WilliamsonPATCH: [perl #119443] Blead won't compile on wince
2013-08-21 Father ChrysostomosMove super cache into mro meta
2013-08-20 Father Chrysostomos[perl #118693] Remove PADTMP exemption from uninit...
2013-08-18 Father Chrysostomos[perl #114864] Make UNIVERSAL::DESTROY changes invalida...
2013-08-13 Father ChrysostomosStop reset from clearing aliases to globs
2013-08-12 Father Chrysostomossv.c:sv_grow: accept read-only COWs
2013-08-12 Tony Cook[perl #3330] warn on increment of an non number/non...
2013-08-11 Father ChrysostomosDon’t taint undef in reset
2013-08-11 Father ChrysostomosRemove special string handling from sv.c:sv_reset
2013-08-11 Father Chrysostomossv.c:sv_reset: Remove %ENV handling; fix for VMS
2013-08-11 Father ChrysostomosStop reset from skipping @ % if $ is read-only
2013-08-11 Father Chrysostomossv_reset: Don’t skip THINKFIRST items
2013-08-11 Father ChrysostomosFix threaded build broken by 823ac2c80
2013-08-11 Father ChrysostomosCall get-magic before rejecting non-refs in sv_bless
2013-08-11 Father ChrysostomosMake ++ handle regexps and vstrings
2013-08-11 Father ChrysostomosStop -- from crashing on regexps
2013-08-11 Father Chrysostomossv.c: Remove more ro exceptions that c72a4ee missed.
2013-08-11 Father ChrysostomosFix booleanness of regexps
2013-08-11 Father ChrysostomosMake SvPVbyte work on tied non-PV
2013-08-11 Father ChrysostomosDon’t allow read-only COWs to be blessed
2013-08-11 Father ChrysostomosIn sv.c:sv_magic don’t allow tying ro COWs
2013-08-11 Father ChrysostomosMake OLD_COPY_ON_WRITE handle SvLEN==0 scalars
2013-08-11 Karl Williamsonregcomp.h, sv.c, utf8.c: Comment nits
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-10 Father ChrysostomosRespect SvLEN==0 and SvOOK in sv.c:sv_sethek
2013-08-05 Father ChrysostomosHandle SAVEt_READONLY_OFF in ss_dup
2013-08-05 Father ChrysostomosHandle SAVEt_ADELETE in ss_dup
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-08-04 Father Chrysostomos[perl #119043] Allow utf8 up/downgrade on ro COWs
2013-07-30 Father ChrysostomosSkip trailing constants when searching pads
2013-07-24 Tony CookRevert "Remove the non-inline function S_croak_memory_w...
2013-07-23 Father Chrysostomosfix typo in sv.c apidocs
2013-07-23 Father Chrysostomossv.c: Remove overflow check in utf8 length cache
2013-07-23 Father ChrysostomosAdd sv_pos_b2u_flags
2013-07-23 Karl Williamsonsv.c: Remove duplicate dups
2013-07-19 Father Chrysostomossv.c: Assert that sv_[ivp]v are not passed aggregates
2013-07-19 Daniel Draganremove some instruction bloat in S_find_uninit_var
2013-07-16 Karl WilliamsonReinstate "Use new Svt_INVLIST for inversion lists."
2013-07-16 Karl WilliamsonReinstate "Create SVt_INVLIST"
2013-07-16 Father Chrysostomos[perl #77814] Make defelems propagate pos
2013-07-07 Karl WilliamsonPATCH: [perl #118197] Cope with non-ASCII decimal separ...
2013-07-07 Karl WilliamsonProperly determine if in locale for NV stringification
2013-07-05 Karl WilliamsonRevert "Create SVt_INVLIST"
2013-07-04 Karl WilliamsonRevert "Use new Svt_INVLIST for inversion lists."
2013-07-04 Karl WilliamsonFix perlguts and comments for how sv_chop() works
2013-07-04 Karl WilliamsonUse new Svt_INVLIST for inversion lists.
2013-07-04 Karl WilliamsonCreate SVt_INVLIST
2013-06-30 Ruslan ZakirovSV_CONST(name) and PL_sv_consts
2013-06-28 Father ChrysostomosReinstate UTF8f
2013-06-26 Karl WilliamsonRevert "UTF8f"
2013-06-23 Father Chrysostomossv.c: Allow COWs through sv_magic unscathed
2013-06-23 Father ChrysostomosRemove ‘Can't coerce readonly %s’ error
2013-06-23 Father Chrysostomossv.c: Make sv_force_normal always croak on ro SVs
2013-06-23 Father ChrysostomosStop SVt_REGEXPs from being upgraded.
2013-06-18 Father ChrysostomosUTF8f
2013-06-18 Steffen MuellerMark the common case with LIKELY branch predictor hint
2013-06-18 Karl WilliamsonDon't use locale definitions unless within scope
2013-06-18 Karl WilliamsonPATCH: [perl #108378] [perl #115800]
2013-06-11 Steffen MuellerRemove magic literal constant in favor of named constant
2013-06-09 David Mitchellremove -Dmad string length restriction
2013-06-09 Father ChrysostomosFlush PL_stashcache on glob-to-glob assignment
2013-06-08 David Mitchelladd 1 to SvGROW under COW (and fix svleak.t)
2013-06-08 Father Chrysostomos[perl #117941] reset crashes when current stash is...
2013-06-08 Father ChrysostomosStop using PL_sortstash
2013-06-02 David Mitchelleliminate PL_regdummy
2013-06-02 David Mitchelleliminate PL_reg_state
2013-06-02 David Mitchellmake PL_reg_curpm global
2013-06-02 David Mitchelleliminate PL_reg_poscache, PL_reg_poscache_size
2013-06-02 David Mitchelladd regmatch_eval_state struct
2013-06-02 David Mitchelleliminate PL_bostr
2013-06-02 David Mitchelleliminiate PL_regeol
2013-05-29 Nicholas ClarkCache HvFILL() for larger hashes, and update on inserti...
2013-05-18 Karl WilliamsonRemove core references to SVt_BIND
2013-03-28 Andy DoughertyRemove the non-inline function S_croak_memory_wrap...
2013-03-25 Craig A. BerryRevert "Restore errno after VMS hack in S_sv_gets_read_...
2013-03-23 Craig A. BerryRestore errno after VMS hack in S_sv_gets_read_record.
2013-03-06 Steffen Mueller(UN)LIKELY branch prediction hints in a few strategic...
2013-03-06 Steffen MuellerPrepare PL_sv_objcount removal
2013-03-06 Nicholas ClarkSet PL_stderrgv to NULL if it is freed.
2013-01-31 Steffen MuellerRemove dead code in Perl_sv_cmp_flags
2013-01-12 David Mitchellinclude SvREADONLY() in SvIMMORTAL() test
2012-12-31 Karl Williamsonregex: Add pseudo-Posix class: 'cased'
2012-12-23 Karl Williamsonhandy.h: Add full complement of isIDCONT() macros
2012-12-22 Karl WilliamsonUse an array for some inversion lists
2012-12-22 Karl WilliamsonUse an array for some inversion lists
2012-12-22 Karl WilliamsonUse array for some inversion lists
next