| Commit message (Expand) | Author | Age | Files | Lines |
* | Some SvREFCNT_foo are no longer macros | Karl Williamson | 2019-09-15 | 1 | -6/+6 |
* | inline.h: Change fcn name prefix from S_ to Perl_ | Karl Williamson | 2019-09-15 | 1 | -7/+7 |
* | sv.h: SVt_INVLIST is core-only | Karl Williamson | 2019-09-15 | 1 | -2/+2 |
* | Improve grammar in pod | Karl Williamson | 2019-09-03 | 1 | -2/+2 |
* | perlapi: Document SvUVXx() | Karl Williamson | 2019-09-02 | 1 | -0/+3 |
* | Implement SvPV*_or_null* | Pali | 2019-09-02 | 1 | -0/+32 |
* | Implement SvPVutf8_nomg and SvPVbyte_nomg | Pali | 2019-09-02 | 1 | -0/+16 |
* | Implement sv_utf8_downgrade_nomg | Pali | 2019-09-02 | 1 | -0/+2 |
* | Fix apidoc macro entries | Karl Williamson | 2019-06-25 | 1 | -17/+17 |
* | Document SvTRUEx() macro | Pali | 2019-06-19 | 1 | -0/+11 |
* | Remove remaining assignments to SvCUR and SvLEN in core | Dagfinn Ilmari Mannsåker | 2019-05-28 | 1 | -0/+15 |
* | Add newSVsv_nomg() macro which is like newSVsv() but does not process get magic | Pali | 2019-02-25 | 1 | -0/+5 |
* | perlapi: Fix up SV handling pod | Karl Williamson | 2018-08-05 | 1 | -4/+0 |
* | remove stray NULLOK/NN from apidoc directives | Zefram | 2017-12-06 | 1 | -3/+3 |
* | Add isGV_or_RVCV macro | Father Chrysostomos | 2017-10-08 | 1 | -0/+4 |
* | SvTRUE(): add code comment | David Mitchell | 2017-08-04 | 1 | -1/+1 |
* | fix SvTRUE() cast (broke xor) | David Mitchell | 2017-07-31 | 1 | -1/+1 |
* | SvTRUE(): inline ROK, outline NOK | David Mitchell | 2017-07-27 | 1 | -3/+5 |
* | SvTRUE(): special-case immortals | David Mitchell | 2017-07-27 | 1 | -1/+3 |
* | Make immortal SVs contiguous | David Mitchell | 2017-07-27 | 1 | -1/+14 |
* | SvTRUE(): handle get magic more efficiently | David Mitchell | 2017-07-27 | 1 | -1/+1 |
* | rationalise SvTRUE() macro variants | David Mitchell | 2017-07-27 | 1 | -4/+5 |
* | give REGEXP SVs the POK flag again | David Mitchell | 2017-07-27 | 1 | -9/+11 |
* | add PL_sv_zero | David Mitchell | 2017-07-27 | 1 | -1/+1 |
* | Define and use symbolic constants for LvFLAGS | Dagfinn Ilmari Mannsåker | 2017-06-02 | 1 | -0/+4 |
* | PATCH: [perl #130801] perlapi: Clarify SvIV/SvUV/SvNV behavior | Pali | 2017-04-11 | 1 | -18/+33 |
* | vec(): defer lvalue out-of-range croaking | David Mitchell | 2017-03-31 | 1 | -1/+2 |
* | sv.h: Add comment | Karl Williamson | 2017-02-12 | 1 | -1/+4 |
* | perlapi: Add clarification for SvGROW() | Karl Williamson | 2017-01-05 | 1 | -0/+3 |
* | SV_UTF8_NO_ENCODING is no longer used | Karl Williamson | 2017-01-02 | 1 | -1/+1 |
* | add comments explaining the point of SVf_PROTECT | David Mitchell | 2016-11-24 | 1 | -0/+9 |
* | clarify what the SVf_AMAGIC means | David Mitchell | 2016-11-14 | 1 | -1/+6 |
* | reduce cost of SvVALID() | David Mitchell | 2016-11-13 | 1 | -1/+2 |
* | eliminate SVpbm_VALID flag | David Mitchell | 2016-11-12 | 1 | -41/+14 |
* | eliminate SVpbm_TAIL/SvTAIL_on()/SvTAIL_off() | David Mitchell | 2016-11-12 | 1 | -10/+6 |
* | Only test SvTAIL when SvVALID | David Mitchell | 2016-11-12 | 1 | -0/+1 |
* | Eliminate SVrepl_EVAL and SvEVALED() | David Mitchell | 2016-11-12 | 1 | -6/+1 |
* | remove DOES's usage of SvSCREAM | David Mitchell | 2016-11-12 | 1 | -2/+1 |
* | remove eval's usage of SvSCREAM | David Mitchell | 2016-11-12 | 1 | -1/+0 |
* | sv.c: add sv_setpv_bufsize() and SvPVCLEAR() | Yves Orton | 2016-10-19 | 1 | -0/+5 |
* | Eliminate xpad_cop_seq from _xnvu union | David Mitchell | 2016-09-27 | 1 | -4/+1 |
* | first step to documenting the Internals namespace | Yves Orton | 2016-08-14 | 1 | -1/+18 |
* | New bug numbers in *.[ch] | Father Chrysostomos | 2016-07-29 | 1 | -1/+1 |
* | Revert "More generalized fix for #127855" | David Mitchell | 2016-05-03 | 1 | -7/+4 |
* | More generalized fix for #127855, overallocate in SvGROW and not just sv_grow() | Yves Orton | 2016-04-08 | 1 | -4/+7 |
* | move SET_SVANY_FOR_BODYLESS_IV() from sv.c to sv.h | David Mitchell | 2016-02-03 | 1 | -0/+34 |
* | fix the API description of SvLEN_set() | David Mitchell | 2015-12-03 | 1 | -1/+1 |
* | avoid (TAINTING_get && TAINT_get) | David Mitchell | 2015-11-10 | 1 | -4/+3 |
* | fbm_instr(): tweak docs and formatting | David Mitchell | 2015-10-13 | 1 | -1/+1 |
* | make sv_backoff tailcall friendly | Daniel Dragan | 2015-10-08 | 1 | -1/+1 |