summaryrefslogtreecommitdiff
path: root/sv.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* More generalized fix for #127855, overallocate in SvGROW and not just sv_grow()Yves Orton2016-04-081-4/+7
* move SET_SVANY_FOR_BODYLESS_IV() from sv.c to sv.hDavid Mitchell2016-02-031-0/+34
* fix the API description of SvLEN_set()David Mitchell2015-12-031-1/+1
* avoid (TAINTING_get && TAINT_get)David Mitchell2015-11-101-4/+3
* fbm_instr(): tweak docs and formattingDavid Mitchell2015-10-131-1/+1
* make sv_backoff tailcall friendlyDaniel Dragan2015-10-081-1/+1
* POD fix in the documentation for SvTHINKFIRSTRafael Garcia-Suarez2015-09-251-1/+1
* perlapi use 'UTF-8' instead of variants of thatKarl Williamson2015-09-031-5/+5
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-91/+91
* perlapi, perlintern: Add L<> links to podKarl Williamson2015-09-031-23/+23
* re-implement OPpASSIGN_COMMON mechanismDavid Mitchell2015-08-171-1/+3
* perlapi: Use F<> around file namesKarl Williamson2015-08-011-1/+1
* perlapi: Use C<> instead of I<> for parameter names, etcKarl Williamson2015-08-011-9/+9
* all SV inheriter types have DEBUG_LEAKING_SCALARS data, so always show itDaniel Dragan2015-07-081-9/+13
* Remove NEW_ from PERL_NEW_COPY_ON_WRITEFather Chrysostomos2015-06-291-1/+1
* Remove SvRELEASE_IVXFather Chrysostomos2015-06-291-8/+2
* Remove PERL_OLD_COPY_ON_WRITEFather Chrysostomos2015-06-291-18/+7
* sv.h: document additional use of SVp_SCREAM flagDavid Mitchell2015-06-121-0/+1
* perlapi: Add 2 links to other parts of the podKarl Williamson2015-05-081-0/+3
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* improve SvPV_set's docs, it really shouldn't be public APIDaniel Dragan2015-01-191-3/+8
* More branch prediction hints for sv_setsv_flagsSteffen Mueller2014-12-011-1/+1
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-301-63/+7
* Make PADNAMELIST a separate typeFather Chrysostomos2014-11-301-2/+1
* Use PADNAME rather than SV in the sourceFather Chrysostomos2014-11-301-1/+1
* remove a branch in SvIV_please_nomgDaniel Dragan2014-11-241-3/+3
* Add new LVALUE flag for pad namesFather Chrysostomos2014-11-131-0/+2
* add xs_handshake APIDaniel Dragan2014-11-071-1/+1
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-311-1/+4
* Apify SV_CATBYTES and SV_CATUTF8Father Chrysostomos2014-10-181-6/+2
* optimize SV creation funcs in sv.cDaniel Dragan2014-10-041-0/+3