summaryrefslogtreecommitdiff
path: root/pad.c
Commit message (Expand)AuthorAgeFilesLines
* Note that certain flags are documentedKarl Williamson2019-12-171-0/+6
* Fully spell out "subroutine" and "variable"Dagfinn Ilmari Mannsåker2019-10-211-5/+5
* Eliminate modifiable variables in constantsJames E Keenan2019-10-021-18/+4
* Fix apidoc macro entriesKarl Williamson2019-06-251-3/+3
* Remove redundant info on =for apidoc linesKarl Williamson2019-05-301-27/+27
* Correct pad.c pod: PadARRAY, not PAD_ARRAYFather Chrysostomos2018-01-181-1/+1
* Fix broken POD markup in perlapi/Pad Data StructuresDagfinn Ilmari Mannsåker2018-01-161-1/+1
* assert nested CV existence when freeing CVZefram2017-12-301-2/+4
* put shadowing warnings in their own categoryZefram2017-12-061-4/+4
* [perl #129916] Allow sub-in-stash outside of mainFather Chrysostomos2017-10-081-1/+4
* pad.c: comment typoFather Chrysostomos2017-07-021-1/+1
* pad.c: POD typoFather Chrysostomos2017-07-021-1/+1
* Deprecating the modifyable variables in constants by 5.32.Abigail2017-01-161-1/+2
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-29/+29
* Eliminate xpad_cop_seq from _xnvu unionDavid Mitchell2016-09-271-2/+2
* make PL_ pad vars be of type PADOFFSETDavid Mitchell2016-09-261-36/+34
* remove a bunch of XXX's from pad.cDavid Mitchell2016-09-261-38/+0
* pad.c comments: clarify PERL_PADSEQ_INTRODavid Mitchell2016-09-261-2/+8
* fix builds under USE_PAD_RESETDavid Mitchell2016-09-261-1/+1
* pad.c:pad_fixup_inner_anons: Add assertionsFather Chrysostomos2016-09-101-0/+2
* signatures: eliminate XSIGVAR, add KEY_sigvarDavid Mitchell2016-08-181-1/+4
* Remove find_rundefsv2Father Chrysostomos2015-09-291-18/+0
* Gut public rundefsv functionsFather Chrysostomos2015-09-291-23/+10
* perlapi: Change slightly weird constructKarl Williamson2015-09-031-1/+1
* perlapi use 'UTF-8' instead of variants of thatKarl Williamson2015-09-031-1/+1
* perlapi: Add some S<>Karl Williamson2015-09-031-1/+1
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-45/+46
* perlapi, perlintern: Add L<> links to podKarl Williamson2015-09-031-1/+1
* perlapi: Use C<> instead of I<> for parameter names, etcKarl Williamson2015-08-011-19/+19
* dont use a 64 bit constant for a 32 bit valueDaniel Dragan2015-05-191-1/+1
* null ptr deref in Perl_cv_forget_slabDavid Mitchell2015-05-051-3/+4
* [perl #124187] don't call pad_findlex() on a NULL CVTony Cook2015-05-051-0/+4
* perlapi: Wrap long verbatim lines to 79 columnsKarl Williamson2015-04-231-8/+11
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* silence some compiler warnings.David Mitchell2015-02-241-1/+1
* Confused cloning of nested state subsFather Chrysostomos2015-01-111-10/+72
* pad.c: Remove unused context paramsFather Chrysostomos2015-01-061-4/+4
* pad.c: Obsolete commentFather Chrysostomos2015-01-031-4/+0
* Fix CvOUTSIDE for state subs in predeclared subsFather Chrysostomos2015-01-031-4/+16
* Fix bad read in pad.c:cv_undefFather Chrysostomos2014-12-171-1/+3
* Don’t set PadlistMAXNAMED for single-char entriesFather Chrysostomos2014-12-141-1/+2
* Unify format and named-sub pad weakref codeFather Chrysostomos2014-12-091-9/+3
* Fix OUTSIDE for named subs inside predeclared subsFather Chrysostomos2014-12-091-0/+18
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-2/+2
* Use cBOOL.Jarkko Hietaniemi2014-12-071-1/+1
* Revert ‘Used pad name lists for pad ids’Father Chrysostomos2014-12-061-4/+4
* pad.c: Various doc updatesFather Chrysostomos2014-11-301-32/+30
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-301-40/+162
* Use PADNAME rather than SV in pad.c:padlist_dupFather Chrysostomos2014-11-301-4/+4
* Use PADNAME rather than SV in pad.c:pad_pushFather Chrysostomos2014-11-301-4/+4