This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
test that pp_leavesub copies returned PADTMPs.
[perl5.git] / sv.c
2016-02-03 David Mitchellsplit CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARY
2016-02-03 David Mitchellsort(!) out CXt_NULL and CXp_MULTICALL
2016-02-03 David Mitchelleliminate the argarray field from the CX struct
2016-02-03 David Mitchellmake "for my $lex {}" faster under ITHREADS
2016-02-03 David Mitchelleliminate cx->blk_sub.oldcomppad
2016-02-03 David Mitchellsave old PL_comppad in CXt_SUB/FORMAT block
2016-02-03 David MitchellSvREFCNT_inc(cv) recursive subs
2016-02-02 Tony Cook[perl #127351] add isaelem magic on *Foo::ISA = arrayref
2016-01-19 David Mitchellremove vestigial uses of PRIVSHIFT
2016-01-10 Lukas Maifix more file paths
2015-12-01 Jarkko Hietaniemihexfp: signbit() works on NVs (nv), not on long doubles...
2015-11-29 Jarkko Hietaniemihexfp: printf %.13a 0.0
2015-11-29 Jarkko Hietaniemihexfp: printf %.13a 1.0
2015-11-29 Jarkko Hietaniemihexfp: printf %a for negative zero.
2015-11-18 David Mitchellsv_inc/dec_nomg(): croak on GVs etc
2015-11-09 Tony Cook[perl #126469] document the ob parameter to sv_reftype()
2015-11-09 Tony Cookmake sv_ref() part of the API
2015-10-31 Lukas Maifix typo in error message
2015-10-08 Daniel Draganmake sv_backoff tailcall friendly
2015-10-02 David Mitchellfix some 32/64-bit compiler warnings
2015-09-16 Andy Broadamigaos4: use #ifdef/ifndef __amigaos4__ when feasible
2015-09-05 Andy Broadamigaos4: clone differently
2015-09-04 Karl Williamsonperlapi: Nits
2015-09-04 Karl Williamsonperlapi: Change slightly weird construct
2015-09-04 Karl Williamsonperlapi: Add some S<>
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-09-04 Karl Williamsonperlapi, perlintern: Add L<> links to pod
2015-09-04 Karl Williamsonsv.c: White-space only
2015-09-04 Karl WilliamsonMake cmp() work on EBCDIC with both UTF-8 operands
2015-08-30 David MitchellRT #125840 stop *x = $x doing bad things
2015-08-17 David MitchellEliminate PL_sawalias, GPf_ALIASED_SV
2015-08-07 Tony Cookremove the byte-order-mark introduced to sv.c by 5488d373
2015-08-06 Sisyphusdouble-double long double %a fixes
2015-08-01 Karl Williamsonperlapi: Use F<> around file names
2015-08-01 Karl Williamsonperlapi: Use C<> instead of I<> for parameter names...
2015-07-23 Craig A. BerryEvict PERLIO_IS_STDIO from top-level core files.
2015-07-15 Aaron CraneDocument and ensure that sv_catpvf() does no argument...
2015-07-15 Aaron CraneSupport reordered precision arguments in (s)printf
2015-07-15 Aaron Cranesv_vcatpvfn_flags(): make warnings more precise
2015-06-29 Father ChrysostomosRemove NEW_ from PERL_NEW_COPY_ON_WRITE
2015-06-29 Father ChrysostomosRemove PERL_OLD_COPY_ON_WRITE
2015-06-27 Jarkko HietaniemiMissing breaks.
2015-06-27 Jarkko HietaniemiHaving both assert() and if () for maxlen is redundant.
2015-06-27 Jarkko Hietaniemisizeof * and sizeof ** not necessarily the same.
2015-06-27 Jarkko Hietaniemifileno might return negative.
2015-06-22 Rafael Garcia-SuarezIncrease the maximal size of the string displayed in...
2015-06-19 David Mitchellsort fns: simplify handing uninit warnings
2015-06-19 David MitchellPerl_report_uninit(): simplify code
2015-06-02 Jim Cromieperl_clone_using: Zero -DPERL_TRACE_OPS mem for sub...
2015-05-18 David Mitchellclarify apidoc for Perl_sv_get_backrefs
2015-04-15 Tony Cook[perl #124127] fix cloning arrays with unused elements
2015-03-30 David MitchellRevert "Don’t call save_re_context"
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-19 Karl WilliamsonChange some locale manipulation macros in prep for API
2015-03-11 David Mitchelldon't test non-null args
2015-03-05 David Mitchellsprinkle NOTREACHED and FALLTHROUGH
2015-03-02 Father Chrysostomos[perl #123849] sv.c: Fix sv_clear -Do output
2015-02-26 David Mitchellinit a var in sv_clear() to keep Coverity happy.
2015-02-20 Karl WilliamsonAdd \b{sb}
2015-02-20 Karl WilliamsonAdd qr/\b{wb}/
2015-02-20 Karl WilliamsonRemove obsolete macros/tables for \X
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-11 Jarkko Hietaniemiinfnan: revert nan payload/signaling changes
2015-02-09 Tony Cook[perl #123554] catch a couple of other size overflows
2015-02-09 Jarkko Hietaniemiinfnan: the nan quiet/signaling bit is not enough
2015-02-09 Jarkko Hietaniemiinfnan: API context juggling
2015-02-09 Jarkko Hietaniemiinfnan: grok_number* setting the infnan NV directly
2015-02-09 Jarkko Hietaniemiinfnan: nan payload output with sprintf %#g
2015-02-09 Jarkko Hietaniemiinfnan: space for nan payload output
2015-02-09 Jarkko Hietaniemiinfnan: move S_hextract earlier
2015-02-05 Daniel Dragan[PATCH] fix PL_nan_u from leaking in every translation...
2015-02-04 Jarkko HietaniemiPrefer NV instead of long double.
2015-02-02 Jarkko HietaniemiMove the endianness defines from sv.c to perl.h
2015-02-01 Father ChrysostomosRemove context param from sv_get_backrefs
2015-01-28 Jarkko Hietaniemiinfnan: if trailing stuff, fail in looks_like_number()
2015-01-28 Jarkko Hietaniemiinfnan: numify warning testing.
2015-01-27 Daniel Draganmove functions marked as mathomed in embed.fnc to mathoms.c
2015-01-21 David Mitchellavoid C labels in column 0
2015-01-20 Jarkko HietaniemiMake numifying "nanblah" warn, just like "345blah"...
2015-01-20 Jarkko Hietaniemiinfnan: sprintf width and left-align.
2015-01-19 Tony Cook[perl #123554] avoid a crash from SvGROW(MEM_SIZE_MAX)
2015-01-13 Karl Williamsonsv.c: Fix cloning of interp variable
2014-12-31 David Mitchellclone PL_cv_has_eval and PL_savebegin
2014-12-31 David Mitchellsv_vcatpvfn_flags() avoid array bounds err
2014-12-31 David Mitchellfix more -IV_MIN negations
2014-12-31 David Mitchellfix -IV_MIN negations
2014-12-29 Karl WilliamsonDon't raise 'poorly supported' locale warning unnecessarily
2014-12-25 Yves Ortonadd cast to make c++ happy
2014-12-25 Yves OrtonRework sv_get_backrefs() so it is simpler, and C++...
2014-12-25 Yves OrtonRevert "sv.c: Add cast to make C++ happy"
2014-12-25 Father Chrysostomossv.c: Add cast to make C++ happy
2014-12-25 Yves Ortonadd new API function sv_get_backrefs()
2014-12-11 Father ChrysostomosDon’t do string overloading for printf int formats
2014-12-11 Father Chrysostomossv.c: Note that sv_2num does not do get-magic
2014-12-11 Father Chrysostomossv.c: Remove reference to bogus SvNUM macro
2014-12-08 Father ChrysostomosChange OP_SIBLING to OpSIBLING
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-06 Daniel Dragancleanup logic in S_sv_uncow
2014-12-03 Father Chrysostomos[perl #40565] Fix localisation in pseudo-fork
2014-12-01 Tony Cookfix g++ builds: conversions from void * need a cast
next