| Commit message (Expand) | Author | Age | Files | Lines |
* | Make keys $scalar an lvalue | Father Chrysostomos | 2011-04-18 | 1 | -0/+1 |
* | Make keys/value/each $scalar accept only unblessed refs | Father Chrysostomos | 2011-04-18 | 1 | -2/+7 |
* | Make push/shift $scalar accept only unblessed aryrefs | Father Chrysostomos | 2011-04-18 | 1 | -45/+9 |
* | [perl #87064] eval no longer shares filters | Father Chrysostomos | 2011-04-03 | 1 | -1/+1 |
* | allow wrap-around of PL_cop_seqmax | David Mitchell | 2011-02-06 | 1 | -0/+2 |
* | add GvCV_set() and GvGP_set() macros. | David Mitchell | 2011-01-21 | 1 | -6/+6 |
* | provide an explicit cast to the enum parameter for C++ | Tony Cook | 2011-01-21 | 1 | -1/+1 |
* | CH] Change usage of regex/op common to common names | Karl Williamson | 2011-01-16 | 1 | -1/+1 |
* | Use multi-bit field for regex character set | Karl Williamson | 2011-01-16 | 1 | -4/+3 |
* | .pm: rename variables to reflect expanded usage | Karl Williamson | 2011-01-16 | 1 | -1/+1 |
* | op.c: Remove unnecessary flag | Karl Williamson | 2011-01-09 | 1 | -2/+1 |
* | Generate pp_* prototypes in pp_proto.h, and remove pp.sym | Nicholas Clark | 2011-01-09 | 1 | -2/+2 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -2/+2 |
* | make <expr> always overload if expr is overloaded | David Mitchell | 2011-01-02 | 1 | -0/+1 |
* | call pp_glob() even when its being skipped | David Mitchell | 2011-01-02 | 1 | -6/+16 |
* | ck_glob() - add a little code comment | David Mitchell | 2011-01-02 | 1 | -1/+1 |
* | mark blockhooks API as experimental | Zefram | 2010-12-13 | 1 | -1/+1 |
* | [perl #68658] attributes turn "state" into "my" | Father Chrysostomos | 2010-12-08 | 1 | -2/+9 |
* | Avoid setting PL_cv_has_eval unnecessarily | Father Chrysostomos | 2010-12-07 | 1 | -1/+1 |
* | [perl #77762] Constant assignment warning | Father Chrysostomos | 2010-11-30 | 1 | -1/+2 |
* | [perl #63540] bizarre closure lossage | Father Chrysostomos | 2010-11-29 | 1 | -1/+3 |
* | [perl #79178] STORE/FETCH of tie()d hash get stringified key | Father Chrysostomos | 2010-11-27 | 1 | -1/+2 |
* | [perl #78908] Reinstate mod for one more stable release | Father Chrysostomos | 2010-11-26 | 1 | -0/+8 |
* | Clarify op_lvalue’s docs | Father Chrysostomos | 2010-11-26 | 1 | -4/+8 |
* | [perl #78810] PERLDB_NOOPT ignored by adjacent nextstate optimisation | Father Chrysostomos | 2010-11-26 | 1 | -1/+1 |
* | Make BEGIN {require 5.12.0} behave as documented. | Nicholas Clark | 2010-11-25 | 1 | -1/+24 |
* | Refactor newATTRSUB()'s logic for grafting a sub definition to an existing stub | Nicholas Clark | 2010-11-18 | 1 | -5/+20 |
* | Convert newSUB() to a macro wrapping Perl_newATTRSUB() | Nicholas Clark | 2010-11-17 | 1 | -6/+0 |
* | Move Perl_cv_undef() from op.c to pad.c | Nicholas Clark | 2010-11-16 | 1 | -68/+0 |
* | Zero new XOPs xop_desc will never be invalid | Florian Ragwitz | 2010-11-15 | 1 | -1/+1 |
* | Document the new custom op functions. | Ben Morrow | 2010-11-14 | 1 | -0/+15 |
* | Improve custom OP support. | Ben Morrow | 2010-11-14 | 1 | -29/+63 |
* | y///r | Father Chrysostomos | 2010-11-02 | 1 | -9/+24 |
* | Don’t capitalise words in the middle of an error message | Father Chrysostomos | 2010-11-02 | 1 | -1/+1 |
* | Allow push/pop/keys/etc to act on references | David Golden | 2010-10-31 | 1 | -14/+71 |
* | Don't fold constants in sprintf() if locales are used | Niko Tyni | 2010-10-27 | 1 | -0/+1 |
* | new API functions op_scope and op_lvalue | Zefram | 2010-10-26 | 1 | -45/+63 |
* | add CvSTASH_set() macro and make CvSTASH() rvalue only | Zefram | 2010-10-25 | 1 | -5/+1 |
* | stop passing line numbers into op constructor functions | Zefram | 2010-10-25 | 1 | -11/+8 |
* | refactor and regularise label/statement grammar | Zefram | 2010-10-25 | 1 | -8/+4 |
* | [perl #77810] Scalars vs globs | Father Chrysostomos | 2010-10-24 | 1 | -0/+2 |
* | Add single-term prototype | David Golden | 2010-10-21 | 1 | -0/+12 |
* | full API for cop hint hashes | Zefram | 2010-10-21 | 1 | -11/+6 |
* | [perl #78072] use re '/xism'; | Father Chrysostomos | 2010-10-21 | 1 | -0/+13 |
* | add lex_start to the API | Zefram | 2010-10-21 | 1 | -1/+1 |
* | remove filter inheritance option from lex_start | Zefram | 2010-10-21 | 1 | -1/+1 |
* | fix indentation for prototype switch statements | David Golden | 2010-10-19 | 1 | -148/+148 |
* | Add LINKLIST to the API. | Ben Morrow | 2010-10-12 | 1 | -10/+21 |
* | APIify op list constructors | Zefram | 2010-10-12 | 1 | -56/+99 |
* | Remove some excess cleverness from the Bhk macros. | Ben Morrow | 2010-10-10 | 1 | -3/+3 |