summaryrefslogtreecommitdiff
path: root/sv.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-4/+4
* SvTRUE might need to take aTHXPaul "LeoNerd" Evans2020-03-011-1/+1
* Initial experiment at moving SvTRUE into a static inline macroPaul "LeoNerd" Evans2020-03-011-1/+1
* Clarify SvPVbyteFOO docsKarl Williamson2019-12-211-5/+8
* sv.h: Fix typo in podKarl Williamson2019-12-161-2/+2
* Double the number of possible SV typesKarl Williamson2019-11-161-3/+6
* Some SvREFCNT_foo are no longer macrosKarl Williamson2019-09-151-6/+6
* inline.h: Change fcn name prefix from S_ to Perl_Karl Williamson2019-09-151-7/+7
* sv.h: SVt_INVLIST is core-onlyKarl Williamson2019-09-151-2/+2
* Improve grammar in podKarl Williamson2019-09-031-2/+2
* perlapi: Document SvUVXx()Karl Williamson2019-09-021-0/+3
* Implement SvPV*_or_null*Pali2019-09-021-0/+32
* Implement SvPVutf8_nomg and SvPVbyte_nomgPali2019-09-021-0/+16
* Implement sv_utf8_downgrade_nomgPali2019-09-021-0/+2
* Fix apidoc macro entriesKarl Williamson2019-06-251-17/+17
* Document SvTRUEx() macroPali2019-06-191-0/+11
* Remove remaining assignments to SvCUR and SvLEN in coreDagfinn Ilmari Mannsåker2019-05-281-0/+15
* Add newSVsv_nomg() macro which is like newSVsv() but does not process get magicPali2019-02-251-0/+5
* perlapi: Fix up SV handling podKarl Williamson2018-08-051-4/+0
* remove stray NULLOK/NN from apidoc directivesZefram2017-12-061-3/+3
* Add isGV_or_RVCV macroFather Chrysostomos2017-10-081-0/+4
* SvTRUE(): add code commentDavid Mitchell2017-08-041-1/+1
* fix SvTRUE() cast (broke xor)David Mitchell2017-07-311-1/+1
* SvTRUE(): inline ROK, outline NOKDavid Mitchell2017-07-271-3/+5
* SvTRUE(): special-case immortalsDavid Mitchell2017-07-271-1/+3
* Make immortal SVs contiguousDavid Mitchell2017-07-271-1/+14
* SvTRUE(): handle get magic more efficientlyDavid Mitchell2017-07-271-1/+1
* rationalise SvTRUE() macro variantsDavid Mitchell2017-07-271-4/+5
* give REGEXP SVs the POK flag againDavid Mitchell2017-07-271-9/+11
* add PL_sv_zeroDavid Mitchell2017-07-271-1/+1
* Define and use symbolic constants for LvFLAGSDagfinn Ilmari Mannsåker2017-06-021-0/+4
* PATCH: [perl #130801] perlapi: Clarify SvIV/SvUV/SvNV behaviorPali2017-04-111-18/+33
* vec(): defer lvalue out-of-range croakingDavid Mitchell2017-03-311-1/+2
* sv.h: Add commentKarl Williamson2017-02-121-1/+4
* perlapi: Add clarification for SvGROW()Karl Williamson2017-01-051-0/+3
* SV_UTF8_NO_ENCODING is no longer usedKarl Williamson2017-01-021-1/+1
* add comments explaining the point of SVf_PROTECTDavid Mitchell2016-11-241-0/+9
* clarify what the SVf_AMAGIC meansDavid Mitchell2016-11-141-1/+6
* reduce cost of SvVALID()David Mitchell2016-11-131-1/+2
* eliminate SVpbm_VALID flagDavid Mitchell2016-11-121-41/+14
* eliminate SVpbm_TAIL/SvTAIL_on()/SvTAIL_off()David Mitchell2016-11-121-10/+6
* Only test SvTAIL when SvVALIDDavid Mitchell2016-11-121-0/+1
* Eliminate SVrepl_EVAL and SvEVALED()David Mitchell2016-11-121-6/+1
* remove DOES's usage of SvSCREAMDavid Mitchell2016-11-121-2/+1
* remove eval's usage of SvSCREAMDavid Mitchell2016-11-121-1/+0
* sv.c: add sv_setpv_bufsize() and SvPVCLEAR()Yves Orton2016-10-191-0/+5
* Eliminate xpad_cop_seq from _xnvu unionDavid Mitchell2016-09-271-4/+1
* first step to documenting the Internals namespaceYves Orton2016-08-141-1/+18
* New bug numbers in *.[ch]Father Chrysostomos2016-07-291-1/+1
* Revert "More generalized fix for #127855"David Mitchell2016-05-031-7/+4