| Commit message (Expand) | Author | Age | Files | Lines |
* | sv.c: use new SvPVCLEAR and constant string friendly macros | Yves Orton | 2016-10-19 | 1 | -5/+5 |
* | sv.c: add sv_setpv_bufsize() and SvPVCLEAR() | Yves Orton | 2016-10-19 | 1 | -0/+29 |
* | undef $0 shouldn't warn about $0 | David Mitchell | 2016-09-28 | 1 | -1/+5 |
* | S_sv_2iuv_common(): optimise single digit strings | David Mitchell | 2016-09-27 | 1 | -1/+18 |
* | perlapi: Minor clarifications to sv_utf8_decode | Karl Williamson | 2016-09-25 | 1 | -2/+2 |
* | Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…") | Dagfinn Ilmari Mannsåker | 2016-09-21 | 1 | -1/+1 |
* | sv.c: sv_grow: newlen cannot be smaller than SvCUR() | Yves Orton | 2016-09-19 | 1 | -1/+1 |
* | Use new name 'is_utf8_invariant_string' in core | Karl Williamson | 2016-08-31 | 1 | -8/+2 |
* | Handle subnormals of x86 80-bit | Jarkko Hietaniemi | 2016-08-17 | 1 | -14/+30 |
* | Use library testing for subnormality | Jarkko Hietaniemi | 2016-08-17 | 1 | -8/+13 |
* | "" . open(my $fh,...) gave wrong warning | David Mitchell | 2016-08-15 | 1 | -0/+1 |
* | Remove PL_maxo | Father Chrysostomos | 2016-08-14 | 1 | -2/+0 |
* | [rt.perl.org #128909] printf %a mishandles exponent-crossing rounding with lo... | Jarkko Hietaniemi | 2016-08-12 | 1 | -2/+4 |
* | Fix on top of 75326c48. | Jarkko Hietaniemi | 2016-08-11 | 1 | -5/+5 |
* | [rt.perl.org #128893]: printf %a botches 0 flag for negative values | Jarkko Hietaniemi | 2016-08-11 | 1 | -7/+13 |
* | [rt.perl.org #128890]: printf %a rounds incorrectly | Jarkko Hietaniemi | 2016-08-11 | 1 | -27/+38 |
* | [rt.perl.org #128888]: printf %a mishandles zero precision | Jarkko Hietaniemi | 2016-08-11 | 1 | -1/+1 |
* | Comment fix for b6d9b423 | Jarkko Hietaniemi | 2016-08-11 | 1 | -2/+2 |
* | hexfp: IEEE 754 subnormals printf %a | Jarkko Hietaniemi | 2016-08-10 | 1 | -23/+72 |
* | sub signatures: use parser rather than lexer | David Mitchell | 2016-08-03 | 1 | -2/+3 |
* | Empty sublex_info into the parser struct | Father Chrysostomos | 2016-08-03 | 1 | -1/+4 |
* | sv.c: Use raw cmp if error in locale collation | Karl Williamson | 2016-08-02 | 1 | -4/+18 |
* | perlapi: Add a clarification. | Karl Williamson | 2016-08-02 | 1 | -1/+1 |
* | fix removal of PL_(lex_)encoding under threads | David Mitchell | 2016-07-13 | 1 | -3/+0 |
* | Remove IN_ENCODING macro, and all code dependent on it | Father Chrysostomos | 2016-07-13 | 1 | -47/+6 |
* | SEGV in "Subroutine redefined" warning | David Mitchell | 2016-07-07 | 1 | -7/+11 |
* | handle magic in multideref "unit val" var names | David Mitchell | 2016-07-07 | 1 | -9/+21 |
* | VAX: code changes for VAX floats | Jarkko Hietaniemi | 2016-07-01 | 1 | -4/+8 |
* | Preserve 64-bit array offsets in uninit warnings | Father Chrysostomos | 2016-06-23 | 1 | -6/+6 |
* | Change scalar(%hash) to be the same as 0+keys(%hash) | Yves Orton | 2016-06-22 | 1 | -1/+0 |
* | uninit warning from $h{\const} coredumped | David Mitchell | 2016-06-21 | 1 | -1/+4 |
* | Do better locale collation in UTF-8 locales | Karl Williamson | 2016-05-24 | 1 | -1/+2 |
* | Keep track of if collation locale is UTF-8 or not | Karl Williamson | 2016-05-24 | 1 | -0/+1 |
* | sv.c: fix missing word in apidoc | Aaron Crane | 2016-05-15 | 1 | -1/+1 |
* | sv.c: Add comment | Karl Williamson | 2016-05-12 | 1 | -1/+2 |
* | Make two functions for 5.005 backcompat MATHOMS | Karl Williamson | 2016-05-12 | 1 | -0/+4 |
* | [perl #128106] Fix reset with non-globs | Father Chrysostomos | 2016-05-10 | 1 | -0/+2 |
* | locale.c, sv.c: Add, fix some comments | Karl Williamson | 2016-05-09 | 1 | -0/+6 |
* | RT #127855] Slowdown in m//g on COW strings | David Mitchell | 2016-05-03 | 1 | -1/+3 |
* | Revert "fix #127855, in Perl_sv_setpvn() we have to overallocate to enable COW" | David Mitchell | 2016-05-03 | 1 | -1/+1 |
* | Revert "More generalized fix for #127855" | David Mitchell | 2016-05-03 | 1 | -1/+1 |
* | More generalized fix for #127855, overallocate in SvGROW and not just sv_grow() | Yves Orton | 2016-04-08 | 1 | -1/+1 |
* | fix #127855, in Perl_sv_setpvn() we have to overallocate to enable COW | Yves Orton | 2016-04-08 | 1 | -1/+1 |
* | ss_dup: make new savestack have SS_MAXPUSH extra | David Mitchell | 2016-04-05 | 1 | -1/+1 |
* | Skip the length sanity check if d_name is pointer or less. | Jarkko Hietaniemi | 2016-02-14 | 1 | -1/+1 |
* | sv.c: Handle radix being multi-byte and not UTF-8 | Karl Williamson | 2016-02-10 | 1 | -6/+5 |
* | [perl #127494] don't cache AUTOLOAD as DESTROY | Tony Cook | 2016-02-10 | 1 | -7/+30 |
* | [perl #124387] call AUTOLOAD when DESTROY isn't defined | Tony Cook | 2016-02-08 | 1 | -1/+2 |
* | [perl #126410] keep the DESTROY cache in mro_meta | Tony Cook | 2016-02-08 | 1 | -14/+20 |
* | If not using smallbuf and len > sizeof(d_name), Move() is illegal. | Jarkko Hietaniemi | 2016-02-07 | 1 | -1/+9 |