2012-08-22 |
Father Chrysostomos | pad.h: typos in macro definitions |
blob | commitdiff |
2012-08-22 |
Father Chrysostomos | pad.h: PADNAME_SV |
blob | commitdiff | diff to current |
2012-08-22 |
Father Chrysostomos | pad.[ch]: PADNAME_OUTER |
blob | commitdiff | diff to current |
2012-08-21 |
Father Chrysostomos | More PAD APIs |
blob | commitdiff | diff to current |
2012-08-21 |
Father Chrysostomos | Fix format closure bug with redefined outer sub |
blob | commitdiff | diff to current |
2012-08-21 |
Father Chrysostomos | Stop padlists from being AVs |
blob | commitdiff | diff to current |
2012-08-21 |
Father Chrysostomos | Move PAD(LIST) typedefs to perl.h |
blob | commitdiff | diff to current |
2012-08-08 |
Father Chrysostomos | [perl #114018] Let eval close over stale vars in active sub |
blob | commitdiff | diff to current |
2012-05-30 |
Ricardo Signes | update the editor hints for spaces, not tabs |
blob | commitdiff | diff to current |
2012-04-10 |
Father Chrysostomos | [perl #109718] Clone PL_comppad properly |
blob | commitdiff | diff to current |
2012-01-19 |
Steffen Schwigon | Bump several file copyright dates |
blob | commitdiff | diff to current |
2011-09-01 |
Father Chrysostomos | Defenestrate PAD_DUP |
blob | commitdiff | diff to current |
2011-07-13 |
Brian Fraser | pad.h: Added a padadd_UTF8_NAME flag for pad_add_name_pvn. |
blob | commitdiff | diff to current |
2011-07-13 |
Zefram | APIify pad functions |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Test that SvFLAGS() & SVpad_NAME is SVpad_NAME, not... |
blob | commitdiff | diff to current |
2011-02-06 |
David Mitchell | rename PAD_MAX to PERL_PADSEQ_INTRO |
blob | commitdiff | diff to current |
2009-12-16 |
Gerard Goossen | Store the PL_compcv instead of the the PL_comppad in... |
blob | commitdiff | diff to current |
2009-11-15 |
Nicholas Clark | Make the style of pad_add_name's flags consistent with... |
blob | commitdiff | diff to current |
2009-11-15 |
Nicholas Clark | Convert pad_check_dup() to static linkage, and call... |
blob | commitdiff | diff to current |
2009-11-15 |
Nicholas Clark | Refactor common code paths from Perl_pad_add_name(... |
blob | commitdiff | diff to current |
2009-11-09 |
Nicholas Clark | Add length and flags arguments to Perl_pad_check_dup(). |
blob | commitdiff | diff to current |
2009-04-08 |
Marcus Holland-Moritz | Use of freed comppad array during clear_yystack() |
blob | commitdiff | diff to current |
2008-10-27 |
Nicholas Clark | Add MUTABLE_AV(), and remove (AV *) casts from headers. |
blob | commitdiff | diff to current |
2008-10-27 |
Nicholas Clark | Add a macro MUTABLE_PTR(p), which on (non-pedantic... |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark | Update copyright years. |
blob | commitdiff | diff to current |
2008-06-08 |
Reini Urban | Re: [PATCH] readable assertion names, now the rest |
blob | commitdiff | diff to current |
2008-01-16 |
Rafael Garcia-Suarez | A couple of POD fixes by Steven Schubiger |
blob | commitdiff | diff to current |
2008-01-01 |
Marcus Holland-Moritz | Add editor blocks to some header files. |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez | Update copyright years in .h files. Also, in .pl |
blob | commitdiff | diff to current |
2007-01-03 |
Nicholas Clark | Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOUR... |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark | With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy... |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark | Move PAD_COMPNAME_GEN from SvCUR to SvUVX. |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark | Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad... |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark | Move the low/high cop sequences from NVX/IVX to a two... |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark | Abstract the pad code's overloaded use of SvNVX and... |
blob | commitdiff | diff to current |
2006-04-10 |
Jarkko Hietaniemi | es: quiet some warnings (with a free AIX cpp insanity... |
blob | commitdiff | diff to current |
2006-03-08 |
Nicholas Clark | Add MAD changes to pad code (new function Perl_pad_peg) |
blob | commitdiff | diff to current |
2006-02-24 |
Nicholas Clark | Replace usage of GvSTASH for storing the stash of C... |
blob | commitdiff | diff to current |
2006-02-24 |
Nicholas Clark | As SVs can't both be in a pad, and the name of a variab... |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark | Replace direct flags tests & manipulations for SVpad_TY... |
blob | commitdiff | diff to current |
2006-02-20 |
Rafael Garcia-Suarez | More NullXXX macro removal from Andy Lester |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-01-08 |
Nicholas Clark | Update copyright with the 2 years where changes were... |
blob | commitdiff | diff to current |
2005-07-28 |
Rafael Garcia-Suarez | Sync change 25229 to .h source files |
blob | commitdiff | diff to current |
2005-07-01 |
Dave Mitchell | the PAD_SET_CUR macro expanded too much for AIX compilers |
blob | commitdiff | diff to current |
2005-04-19 |
Andy Lester | pad_compname_type(), takes care of a clunky macro |
blob | commitdiff | diff to current |
2005-04-19 |
Steve Peters | Refactoring to Sv*_set() macros - patch #5 |
blob | commitdiff | diff to current |
2005-04-06 |
Nicholas Clark | Casting to/from (void *) sufficient to make a C++ compi... |
blob | commitdiff | diff to current |
2003-10-16 |
Dave Mitchell | Ensure PL_comppad/curpad point to PL_main_cv's padlist... |
blob | commitdiff | diff to current |
2003-04-16 |
Jarkko Hietaniemi | Fix up Larry's copyright statements to my best knowledge. |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden | Reverse copyright update (#18801) for files not changed... |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden | Update all copyrights to 2003, from Jarkko |
blob | commitdiff | diff to current |
2002-12-17 |
Dave Mitchell | Re: [jhi@iki.fi: enums are not nums] |
blob | commitdiff | diff to current |
2002-11-12 |
Dave Mitchell | Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32... |
blob | commitdiff | diff to current |
2002-10-22 |
Dave Mitchell | PL_curpad == AvARRAY(PL_comppad) always |
blob | commitdiff | diff to current |
2002-10-04 |
H.Merijn Brand | Non ANSI feature detection in enum |
blob | commitdiff | diff to current |
2002-10-02 |
Dave Mitchell | move all pad-related code to its own src file |
blob | commitdiff | diff to current |
|