This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
signature sub (\x80 triggered an assertion
[perl5.git] / sv.c
2017-01-28 Zeframcroak on sv_setpvn() on a glob
2017-01-26 Colin NewellDocumentation patch to recommend newSVpvn over newSVpv.
2017-01-04 Andy LesterRemove unnecessary pointer math.
2016-12-28 David MitchellAllow sv = &PL_sv_undef; sv_set_undef(sv) to work
2016-12-25 David Mitchellfix (*glob) = ()
2016-12-23 Karl WilliamsonDeprecate isFOO_utf8() macros
2016-12-10 David Mitchellyyparse(): extend parser stack before every shift.
2016-12-05 David Mitchelloptimise Perl_sv_gets(): use memchr() for loop
2016-12-05 David Mitchellyyparse(): only check stack size in outer loop
2016-12-05 David Mitchelloptimising yyparse: replace stack_size with a ptr
2016-11-24 David Mitchelladd sv_set_undef() API function
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-16 David Mitchelloptimise $ref1 = $ref2 better
2016-11-13 David Mitchellreduce cost of SvVALID()
2016-11-12 David Mitchelleliminate SVpbm_VALID flag
2016-11-12 David Mitchellremove eval's usage of SvSCREAM
2016-11-01 Yves Ortonnew feature @{^CAPTURE} (and %{^CAPTURE} and %{^CAPTURE...
2016-10-30 Yves Ortonfix #129802: sv_grow: remove the overallocation for...
2016-10-30 Yves Ortonfix perl #129802 - overallocate in concat to ensure...
2016-10-26 Andy LesterPATCH: [perl #129964] Fix spelling of "referent" in...
2016-10-19 Yves Ortonsv.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortonsv.c: add sv_setpv_bufsize() and SvPVCLEAR()
2016-09-28 David Mitchellundef $0 shouldn't warn about $0
2016-09-27 David MitchellS_sv_2iuv_common(): optimise single digit strings
2016-09-26 Karl Williamsonperlapi: Minor clarifications to sv_utf8_decode
2016-09-21 Dagfinn Ilmari Man... Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
2016-09-19 Yves Ortonsv.c: sv_grow: newlen cannot be smaller than SvCUR()
2016-09-01 Karl WilliamsonUse new name 'is_utf8_invariant_string' in core
2016-08-18 Jarkko HietaniemiHandle subnormals of x86 80-bit
2016-08-18 Jarkko HietaniemiUse library testing for subnormality
2016-08-15 David Mitchell"" . open(my $fh,...) gave wrong warning
2016-08-14 Father ChrysostomosRemove PL_maxo
2016-08-13 Jarkko Hietaniemi[rt.perl.org #128909] printf %a mishandles exponent...
2016-08-12 Jarkko HietaniemiFix on top of 75326c48.
2016-08-11 Jarkko Hietaniemi[rt.perl.org #128893]: printf %a botches 0 flag for...
2016-08-11 Jarkko Hietaniemi[rt.perl.org #128890]: printf %a rounds incorrectly
2016-08-11 Jarkko Hietaniemi[rt.perl.org #128888]: printf %a mishandles zero precision
2016-08-11 Jarkko HietaniemiComment fix for b6d9b423
2016-08-10 Jarkko Hietaniemihexfp: IEEE 754 subnormals printf %a
2016-08-03 David Mitchellsub signatures: use parser rather than lexer
2016-08-03 Father ChrysostomosEmpty sublex_info into the parser struct
2016-08-03 Karl Williamsonsv.c: Use raw cmp if error in locale collation
2016-08-02 Karl Williamsonperlapi: Add a clarification.
2016-07-13 David Mitchellfix removal of PL_(lex_)encoding under threads
2016-07-13 Father ChrysostomosRemove IN_ENCODING macro, and all code dependent on it
2016-07-07 David MitchellSEGV in "Subroutine redefined" warning
2016-07-07 David Mitchellhandle magic in multideref "unit val" var names
2016-07-02 Jarkko HietaniemiVAX: code changes for VAX floats
2016-06-23 Father ChrysostomosPreserve 64-bit array offsets in uninit warnings
2016-06-22 Yves OrtonChange scalar(%hash) to be the same as 0+keys(%hash)
2016-06-21 David Mitchelluninit warning from $h{\const} coredumped
2016-05-24 Karl WilliamsonDo better locale collation in UTF-8 locales
2016-05-24 Karl WilliamsonKeep track of if collation locale is UTF-8 or not
2016-05-15 Aaron Cranesv.c: fix missing word in apidoc
2016-05-13 Karl Williamsonsv.c: Add comment
2016-05-13 Karl WilliamsonMake two functions for 5.005 backcompat MATHOMS
2016-05-10 Father Chrysostomos[perl #128106] Fix reset with non-globs
2016-05-09 Karl Williamsonlocale.c, sv.c: Add, fix some comments
2016-05-03 David MitchellRT #127855] Slowdown in m//g on COW strings
2016-05-03 David MitchellRevert "fix #127855, in Perl_sv_setpvn() we have to...
2016-05-03 David MitchellRevert "More generalized fix for #127855"
2016-04-08 Yves OrtonMore generalized fix for #127855, overallocate in SvGRO...
2016-04-08 Yves Ortonfix #127855, in Perl_sv_setpvn() we have to overallocat...
2016-04-05 David Mitchellss_dup: make new savestack have SS_MAXPUSH extra
2016-02-14 Jarkko HietaniemiSkip the length sanity check if d_name is pointer or...
2016-02-11 Karl Williamsonsv.c: Handle radix being multi-byte and not UTF-8
2016-02-10 Tony Cook[perl #127494] don't cache AUTOLOAD as DESTROY
2016-02-08 Tony Cook[perl #124387] call AUTOLOAD when DESTROY isn't defined
2016-02-08 Tony Cook[perl #126410] keep the DESTROY cache in mro_meta
2016-02-07 Jarkko HietaniemiIf not using smallbuf and len > sizeof(d_name), Move...
2016-02-03 David Mitchellfix cx_dup for CXt_LOOP_PLAIN
2016-02-03 David Mitchelladd SAVEt_TMPSFLOOR save type and Perl_savetmps()
2016-02-03 David Mitchellfixup cx_dup()
2016-02-03 David Mitchellmove SET_SVANY_FOR_BODYLESS_IV() from sv.c to sv.h
2016-02-03 David Mitchelloptimise sv_setsv_flags()
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<>
next