summaryrefslogtreecommitdiff
path: root/pad.c
Commit message (Expand)AuthorAgeFilesLines
* Add a builtin:: namespace, with true/false/isboolPaul "LeoNerd" Evans2021-11-291-6/+17
* Expose a public SAVESTRLEN() macroPaul "LeoNerd" Evans2021-10-051-10/+10
* Perl_pad_alloc: simplify av_fetch() callsRichard Leach2021-07-031-2/+2
* Perl_pad_new: directly allocate SV* array, remove av_store() callsRichard Leach2021-05-221-2/+9
* Perl_pad_push: directly allocate SV* array, remove av_store() callsRichard Leach2021-05-221-2/+6
* Perl_pad_push: assign the SV to store in sv, use single av_store()Richard Leach2021-05-221-6/+5
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-1100/+1100
* Remove empty "#ifdef"sTom Hukins2020-12-081-2/+0
* autodoc.pl: Enhance apidoc_section featureKarl Williamson2020-11-061-2/+2
* Fix typosSamanta Navarro2020-10-031-1/+1
* Reorganize perlapiKarl Williamson2020-09-041-1/+1
* Change some =head1 to apidoc_section linesKarl Williamson2020-09-041-1/+1
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-3/+0
* 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