Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change pod for macros that require "literal strings" | Karl Williamson | 2019-09-02 | 1 | -2/+2 |
* | pad.h: Parameters to many functions are ptrs | Karl Williamson | 2019-07-31 | 1 | -22/+22 |
* | better document macros taking literal strings | Zefram | 2017-11-12 | 1 | -4/+4 |
* | make PADOFFSET be SSizet_t | David Mitchell | 2016-09-26 | 1 | -7/+1 |
* | perlapi: Clarify that a literal string must end in a NUL | Karl Williamson | 2016-02-03 | 1 | -4/+4 |
* | perlapi use 'UTF-8' instead of variants of that | Karl Williamson | 2015-09-03 | 1 | -1/+1 |
* | Various pods: Add C<> around many typed-as-is things | Karl Williamson | 2015-09-03 | 1 | -9/+9 |
* | fix PAD_COMPNAME_GEN documentation | David Mitchell | 2015-08-17 | 1 | -3/+2 |
* | improve debugging of padlist API | Daniel Dragan | 2015-07-09 | 1 | -2/+10 |
* | make PadlistNAMES() lvalue again. | David Mitchell | 2015-06-08 | 1 | -1/+1 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -6/+0 |
* | Revert ‘Used pad name lists for pad ids’ | Father Chrysostomos | 2014-12-06 | 1 | -1/+2 |
* | pad.h: Use PERL_PADNAME_MINIMAL by default | Father Chrysostomos | 2014-12-02 | 1 | -1/+1 |
* | Minimise the size of padname + string buffer | Father Chrysostomos | 2014-11-30 | 1 | -12/+32 |
* | [perl #123223] Make PADNAME a separate type | Father Chrysostomos | 2014-11-30 | 1 | -75/+76 |
* | pad.h: Mention ‘fake’ under PadnameOUTER | Father Chrysostomos | 2014-11-30 | 1 | -1/+2 |
* | pad.h: Update PadnamePV description | Father Chrysostomos | 2014-11-30 | 1 | -2/+2 |
* | Make pad names always UTF8 | Father Chrysostomos | 2014-11-30 | 1 | -3/+2 |
* | Make PADNAMELIST a separate type | Father Chrysostomos | 2014-11-30 | 1 | -9/+30 |
* | pad.h: Don’t use pad_compname_type | Father Chrysostomos | 2014-11-30 | 1 | -1/+1 |
* | Use PADNAME rather than SV in the source | Father Chrysostomos | 2014-11-30 | 1 | -5/+5 |
* | Put PL_cop_seqmax++ code in one spot | Father Chrysostomos | 2014-11-15 | 1 | -0/+3 |
* | Add new LVALUE flag for pad names | Father Chrysostomos | 2014-11-13 | 1 | -0/+3 |
* | Fix documented return type for PAD_SV | Peter Martini | 2014-09-07 | 1 | -1/+1 |
* | fix multi-evals problems in pad name list api | Daniel Dragan | 2014-06-24 | 1 | -1/+1 |
* | Remove MAD. | Jarkko Hietaniemi | 2014-06-13 | 1 | -2/+0 |
* | [perl #120670] make perl headers C++11 compatible | Tony Cook | 2014-01-16 | 1 | -5/+5 |
* | Consistent spaces after dots in perlintern.pod | Father Chrysostomos | 2013-12-29 | 1 | -6/+7 |
* | pad.h: Correct PadlistMAX docs | Father Chrysostomos | 2013-10-30 | 1 | -1/+3 |
* | Skip trailing constants when searching pads | Father Chrysostomos | 2013-07-30 | 1 | -0/+2 |
* | pad.c: Use &PL_sv_no for const pad names | Father Chrysostomos | 2013-07-25 | 1 | -1/+1 |
* | Used pad name lists for pad ids | Father Chrysostomos | 2012-10-16 | 1 | -2/+1 |
* | Revert "Set PL_comppad_name on sub entry" | Father Chrysostomos | 2012-09-17 | 1 | -2/+1 |
* | Set PL_comppad_name on sub entry | Father Chrysostomos | 2012-09-15 | 1 | -1/+2 |
* | pad.h: Rename PadnameSTATE; make it a proper boolean | Father Chrysostomos | 2012-08-24 | 1 | -2/+2 |
* | pad.h: PadnameSTATE | Father Chrysostomos | 2012-08-23 | 1 | -0/+4 |
* | Use FooBAR convention for new pad macros | Father Chrysostomos | 2012-08-22 | 1 | -40/+40 |
* | pad.h: Let PADNAME_PV return null | Father Chrysostomos | 2012-08-22 | 1 | -2/+3 |
* | pad.h: typos in macro definitions | Father Chrysostomos | 2012-08-22 | 1 | -2/+2 |
* | pad.h: PADNAME_SV | Father Chrysostomos | 2012-08-22 | 1 | -0/+5 |
* | pad.[ch]: PADNAME_OUTER | Father Chrysostomos | 2012-08-22 | 1 | -0/+4 |
* | More PAD APIs | Father Chrysostomos | 2012-08-21 | 1 | -0/+66 |
* | Fix format closure bug with redefined outer sub | Father Chrysostomos | 2012-08-21 | 1 | -0/+2 |
* | Stop padlists from being AVs | Father Chrysostomos | 2012-08-21 | 1 | -3/+15 |
* | Move PAD(LIST) typedefs to perl.h | Father Chrysostomos | 2012-08-21 | 1 | -7/+0 |
* | [perl #114018] Let eval close over stale vars in active sub | Father Chrysostomos | 2012-08-08 | 1 | -0/+2 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | [perl #109718] Clone PL_comppad properly | Father Chrysostomos | 2012-04-10 | 1 | -1/+1 |
* | Bump several file copyright dates | Steffen Schwigon | 2012-01-19 | 1 | -1/+2 |
* | Defenestrate PAD_DUP | Father Chrysostomos | 2011-09-01 | 1 | -15/+0 |