summaryrefslogtreecommitdiff
path: root/pad.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set PL_comppad_name on sub entryFather Chrysostomos2012-09-151-1/+2
* pad.h: Rename PadnameSTATE; make it a proper booleanFather Chrysostomos2012-08-241-2/+2
* pad.h: PadnameSTATEFather Chrysostomos2012-08-231-0/+4
* Use FooBAR convention for new pad macrosFather Chrysostomos2012-08-221-40/+40
* pad.h: Let PADNAME_PV return nullFather Chrysostomos2012-08-221-2/+3
* pad.h: typos in macro definitionsFather Chrysostomos2012-08-221-2/+2
* pad.h: PADNAME_SVFather Chrysostomos2012-08-221-0/+5
* pad.[ch]: PADNAME_OUTERFather Chrysostomos2012-08-221-0/+4
* More PAD APIsFather Chrysostomos2012-08-211-0/+66
* Fix format closure bug with redefined outer subFather Chrysostomos2012-08-211-0/+2
* Stop padlists from being AVsFather Chrysostomos2012-08-211-3/+15
* Move PAD(LIST) typedefs to perl.hFather Chrysostomos2012-08-211-7/+0