summaryrefslogtreecommitdiff
path: root/pad.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use PADNAME rather than SV in pad.c:cv_clone_padFather Chrysostomos2014-11-301-12/+11
* Use PADNAME rather than SV in pad.c:do_dump_padFather Chrysostomos2014-11-301-5/+5
* Use PADNAME rather than SV in pad.c:pad_tidyFather Chrysostomos2014-11-301-3/+3
* Use PADNAME rather than SV in pad.c:pad_leavemyFather Chrysostomos2014-11-301-7/+7
* Use PADNAME rather than SV in pad.c:intro_myFather Chrysostomos2014-11-301-4/+4
* pad.c: Don’t mk temp SVs for unavailable warningsFather Chrysostomos2014-11-301-4/+2
* Use PADNAME rather than SV in pad.c:S_unavailableFather Chrysostomos2014-11-301-4/+4
* Use PADNAME rather than SV in pad.c:pad_check_dupFather Chrysostomos2014-11-301-13/+13
* Use PADNAME rather than SV in pad.c:pad_allocFather Chrysostomos2014-11-301-1/+2
* Use PADNAME rather than SV in pad.c:cv_undef_flagsFather Chrysostomos2014-11-301-4/+3
* pad.c apidocs: Note the separate state for stateFather Chrysostomos2014-11-301-1/+2
* ‘Subroutine (not var) "&x" will not stay shared’Father Chrysostomos2014-11-301-1/+4