summaryrefslogtreecommitdiff
path: root/pad.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of memory leaks in feature 'class'Paul "LeoNerd" Evans2023-02-171-0/+1
* Provide padname_dup_inc() and padnamelist_dup_inc()Paul "LeoNerd" Evans2023-02-131-0/+6
* Field :param attributes, //= and ||= default assignmentsPaul "LeoNerd" Evans2023-02-101-0/+3
* Accept field VAR = EXPR on field varsPaul "LeoNerd" Evans2023-02-101-0/+1
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-0/+20
* Define the concept of a suspended compcvPaul "LeoNerd" Evans2023-02-101-0/+12
* perl.h - break up * lined comment leaders and pod commentsYves Orton2023-02-091-1/+2
* pad.h - reword comment to be more legibleYves Orton2022-12-301-2/+3
* Add a PadnameREFCNT_inc() macroPaul "LeoNerd" Evans2022-08-171-0/+4
* Guard the older `SvPAD*` wrappers with `#ifndef PERL_CORE`Paul "LeoNerd" Evans2022-07-051-14/+14
* Neaten the PADNAME flag constantsPaul "LeoNerd" Evans2022-07-051-15/+22
* Convert '!!' to cBOOL()Karl Williamson2022-06-141-3/+3
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-44/+44
* autodoc.pl: Specify scn for single-purpose filesKarl Williamson2020-11-061-5/+0
* perlapi: Fix signature for PadnameOURSTASHKarl Williamson2020-11-021-1/+1
* Change some =head1 to apidoc_section linesKarl Williamson2020-09-041-1/+1
* pad.h: Add missing =cut to render pod correctlyKarl Williamson2020-09-011-0/+3
* Change pod for macros that require "literal strings"Karl Williamson2019-09-021-2/+2
* pad.h: Parameters to many functions are ptrsKarl Williamson2019-07-311-22/+22
* better document macros taking literal stringsZefram2017-11-121-4/+4
* make PADOFFSET be SSizet_tDavid Mitchell2016-09-261-7/+1
* perlapi: Clarify that a literal string must end in a NULKarl Williamson2016-02-031-4/+4
* perlapi use 'UTF-8' instead of variants of thatKarl Williamson2015-09-031-1/+1
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-9/+9
* fix PAD_COMPNAME_GEN documentationDavid Mitchell2015-08-171-3/+2
* improve debugging of padlist APIDaniel Dragan2015-07-091-2/+10
* make PadlistNAMES() lvalue again.David Mitchell2015-06-081-1/+1
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Revert ‘Used pad name lists for pad ids’Father Chrysostomos2014-12-061-1/+2
* pad.h: Use PERL_PADNAME_MINIMAL by defaultFather Chrysostomos2014-12-021-1/+1
* Minimise the size of padname + string bufferFather Chrysostomos2014-11-301-12/+32
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-301-75/+76
* pad.h: Mention ‘fake’ under PadnameOUTERFather Chrysostomos2014-11-301-1/+2
* pad.h: Update PadnamePV descriptionFather Chrysostomos2014-11-301-2/+2
* Make pad names always UTF8Father Chrysostomos2014-11-301-3/+2
* Make PADNAMELIST a separate typeFather Chrysostomos2014-11-301-9/+30
* pad.h: Don’t use pad_compname_typeFather Chrysostomos2014-11-301-1/+1
* Use PADNAME rather than SV in the sourceFather Chrysostomos2014-11-301-5/+5
* Put PL_cop_seqmax++ code in one spotFather Chrysostomos2014-11-151-0/+3
* Add new LVALUE flag for pad namesFather Chrysostomos2014-11-131-0/+3
* Fix documented return type for PAD_SVPeter Martini2014-09-071-1/+1
* fix multi-evals problems in pad name list apiDaniel Dragan2014-06-241-1/+1
* Remove MAD.Jarkko Hietaniemi2014-06-131-2/+0
* [perl #120670] make perl headers C++11 compatibleTony Cook2014-01-161-5/+5
* Consistent spaces after dots in perlintern.podFather Chrysostomos2013-12-291-6/+7
* pad.h: Correct PadlistMAX docsFather Chrysostomos2013-10-301-1/+3
* Skip trailing constants when searching padsFather Chrysostomos2013-07-301-0/+2
* pad.c: Use &PL_sv_no for const pad namesFather Chrysostomos2013-07-251-1/+1
* Used pad name lists for pad idsFather Chrysostomos2012-10-161-2/+1
* Revert "Set PL_comppad_name on sub entry"Father Chrysostomos2012-09-171-2/+1