summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary pointer math.Andy Lester2017-01-041-2/+2
* Allow sv = &PL_sv_undef; sv_set_undef(sv) to workDavid Mitchell2016-12-281-1/+6
* fix (*glob) = ()David Mitchell2016-12-251-2/+2
* Deprecate isFOO_utf8() macrosKarl Williamson2016-12-231-0/+1
* yyparse(): extend parser stack before every shift.David Mitchell2016-12-101-1/+1
* optimise Perl_sv_gets(): use memchr() for loopDavid Mitchell2016-12-051-7/+21
* yyparse(): only check stack size in outer loopDavid Mitchell2016-12-051-1/+1
* optimising yyparse: replace stack_size with a ptrDavid Mitchell2016-12-051-1/+1
* add sv_set_undef() API functionDavid Mitchell2016-11-241-1/+59
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-48/+48
* optimise $ref1 = $ref2 betterDavid Mitchell2016-11-161-2/+8
* reduce cost of SvVALID()David Mitchell2016-11-131-3/+3
* eliminate SVpbm_VALID flagDavid Mitchell2016-11-121-2/+0
* remove eval's usage of SvSCREAMDavid Mitchell2016-11-121-1/+1
* new feature @{^CAPTURE} (and %{^CAPTURE} and %{^CAPTURE_ALL})Yves Orton2016-11-011-2/+7
* fix #129802: sv_grow: remove the overallocation for COW exemption for powers ...Yves Orton2016-10-301-6/+2
* fix perl #129802 - overallocate in concat to ensure we can COWYves Orton2016-10-301-2/+2
* PATCH: [perl #129964] Fix spelling of "referent" in five places.Andy Lester2016-10-261-4/+4
* sv.c: use new SvPVCLEAR and constant string friendly macrosYves Orton2016-10-191-5/+5
* sv.c: add sv_setpv_bufsize() and SvPVCLEAR()Yves Orton2016-10-191-0/+29
* undef $0 shouldn't warn about $0David Mitchell2016-09-281-1/+5
* S_sv_2iuv_common(): optimise single digit stringsDavid Mitchell2016-09-271-1/+18
* perlapi: Minor clarifications to sv_utf8_decodeKarl Williamson2016-09-251-2/+2
* Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")Dagfinn Ilmari Mannsåker2016-09-211-1/+1
* 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