summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* sv.c: sv_grow: newlen cannot be smaller than SvCUR()Yves Orton2016-09-191-1/+1
* Use new name 'is_utf8_invariant_string' in coreKarl Williamson2016-08-311-8/+2
* Handle subnormals of x86 80-bitJarkko Hietaniemi2016-08-171-14/+30
* Use library testing for subnormalityJarkko Hietaniemi2016-08-171-8/+13
* "" . open(my $fh,...) gave wrong warningDavid Mitchell2016-08-151-0/+1
* Remove PL_maxoFather Chrysostomos2016-08-141-2/+0
* [rt.perl.org #128909] printf %a mishandles exponent-crossing rounding with lo...Jarkko Hietaniemi2016-08-121-2/+4
* Fix on top of 75326c48.Jarkko Hietaniemi2016-08-111-5/+5
* [rt.perl.org #128893]: printf %a botches 0 flag for negative valuesJarkko Hietaniemi2016-08-111-7/+13
* [rt.perl.org #128890]: printf %a rounds incorrectlyJarkko Hietaniemi2016-08-111-27/+38
* [rt.perl.org #128888]: printf %a mishandles zero precisionJarkko Hietaniemi2016-08-111-1/+1
* Comment fix for b6d9b423Jarkko Hietaniemi2016-08-111-2/+2
* hexfp: IEEE 754 subnormals printf %aJarkko Hietaniemi2016-08-101-23/+72
* sub signatures: use parser rather than lexerDavid Mitchell2016-08-031-2/+3
* Empty sublex_info into the parser structFather Chrysostomos2016-08-031-1/+4
* sv.c: Use raw cmp if error in locale collationKarl Williamson2016-08-021-4/+18
* perlapi: Add a clarification.Karl Williamson2016-08-021-1/+1
* fix removal of PL_(lex_)encoding under threadsDavid Mitchell2016-07-131-3/+0
* Remove IN_ENCODING macro, and all code dependent on itFather Chrysostomos2016-07-131-47/+6
* SEGV in "Subroutine redefined" warningDavid Mitchell2016-07-071-7/+11
* handle magic in multideref "unit val" var namesDavid Mitchell2016-07-071-9/+21
* VAX: code changes for VAX floatsJarkko Hietaniemi2016-07-011-4/+8
* Preserve 64-bit array offsets in uninit warningsFather Chrysostomos2016-06-231-6/+6
* Change scalar(%hash) to be the same as 0+keys(%hash)Yves Orton2016-06-221-1/+0
* uninit warning from $h{\const} coredumpedDavid Mitchell2016-06-211-1/+4
* Do better locale collation in UTF-8 localesKarl Williamson2016-05-241-1/+2
* Keep track of if collation locale is UTF-8 or notKarl Williamson2016-05-241-0/+1
* sv.c: fix missing word in apidocAaron Crane2016-05-151-1/+1
* sv.c: Add commentKarl Williamson2016-05-121-1/+2
* Make two functions for 5.005 backcompat MATHOMSKarl Williamson2016-05-121-0/+4
* [perl #128106] Fix reset with non-globsFather Chrysostomos2016-05-101-0/+2
* locale.c, sv.c: Add, fix some commentsKarl Williamson2016-05-091-0/+6
* RT #127855] Slowdown in m//g on COW stringsDavid Mitchell2016-05-031-1/+3
* Revert "fix #127855, in Perl_sv_setpvn() we have to overallocate to enable COW"David Mitchell2016-05-031-1/+1
* Revert "More generalized fix for #127855"David Mitchell2016-05-031-1/+1
* More generalized fix for #127855, overallocate in SvGROW and not just sv_grow()Yves Orton2016-04-081-1/+1
* fix #127855, in Perl_sv_setpvn() we have to overallocate to enable COWYves Orton2016-04-081-1/+1
* ss_dup: make new savestack have SS_MAXPUSH extraDavid Mitchell2016-04-051-1/+1
* Skip the length sanity check if d_name is pointer or less.Jarkko Hietaniemi2016-02-141-1/+1
* sv.c: Handle radix being multi-byte and not UTF-8Karl Williamson2016-02-101-6/+5
* [perl #127494] don't cache AUTOLOAD as DESTROYTony Cook2016-02-101-7/+30
* [perl #124387] call AUTOLOAD when DESTROY isn't definedTony Cook2016-02-081-1/+2
* [perl #126410] keep the DESTROY cache in mro_metaTony Cook2016-02-081-14/+20
* If not using smallbuf and len > sizeof(d_name), Move() is illegal.Jarkko Hietaniemi2016-02-071-1/+9
* fix cx_dup for CXt_LOOP_PLAINDavid Mitchell2016-02-031-2/+3
* add SAVEt_TMPSFLOOR save type and Perl_savetmps()David Mitchell2016-02-031-0/+4
* fixup cx_dup()David Mitchell2016-02-031-3/+15
* move SET_SVANY_FOR_BODYLESS_IV() from sv.c to sv.hDavid Mitchell2016-02-031-28/+0
* optimise sv_setsv_flags()David Mitchell2016-02-031-9/+67
* split CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARYDavid Mitchell2016-02-031-1/+2