summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* avoid a memory wrap in sv_vcatpvfn_flags()David Mitchell2017-05-081-3/+11
* Bump version: 5.25.12 -> 5.26.0Sawyer X2017-04-211-1/+1
* Version debump: 5.26.0 -> 5.25.12Sawyer X2017-04-191-1/+1
* (perl #129340) copy the source when inside the dest in sv_insert_flags()Tony Cook2017-02-201-1/+11
* toke.c: Fix bugs where UTF-8 is turned on in mid chunkKarl Williamson2017-02-131-0/+1
* (perl #126203) build issuesTony Cook2017-02-121-1/+1
* (perl #126203) avoid potential leaks on quadmath_snprintf() failureTony Cook2017-02-091-1/+4
* croak on sv_setpvn() on a globZefram2017-01-281-0/+2
* Documentation patch to recommend newSVpvn over newSVpv.Colin Newell2017-01-251-1/+8
* 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