This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8n_to_uvchr(): Reduce chances of reading beyond buffer
[perl5.git] / sv.c
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<>
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.
next