Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | diag_listed_as galore | Father Chrysostomos | 2011-12-28 | 1 | -0/+3 |
* | Fix two (er, four) sub:lvalue { &$x } bugs | Father Chrysostomos | 2011-12-26 | 1 | -37/+1 |
* | [perl #99426] op.c: Remove dead code from ck_sort | Father Chrysostomos | 2011-12-25 | 1 | -2/+0 |
* | op.c: Use new feature bundle hints | Father Chrysostomos | 2011-12-24 | 1 | -16/+2 |
* | Use new feature-testing macros | Father Chrysostomos | 2011-12-24 | 1 | -1/+2 |
* | Stop readline(*$glob_copy) from clearing PL_last_in_gv | Father Chrysostomos | 2011-12-18 | 1 | -1/+5 |
* | Revert "Make scalar() propagate lvalueness" | Father Chrysostomos | 2011-12-18 | 1 | -1/+0 |
* | Stop seek($glob_copy...) from clearing PL_last_in_gv | Father Chrysostomos | 2011-12-18 | 1 | -0/+1 |
* | Stop eof($glob_copy) from clearing PL_last_in_gv | Father Chrysostomos | 2011-12-17 | 1 | -1/+5 |
* | Oops. You can’t do ->op_first on a baseop. | Father Chrysostomos | 2011-12-17 | 1 | -3/+4 |
* | Stop tell($glob_copy) from clearing PL_last_in_gv | Father Chrysostomos | 2011-12-17 | 1 | -0/+11 |
* | [perl #91514] Use correct error msg for default | Father Chrysostomos | 2011-12-16 | 1 | -0/+1 |
* | Name anon handles __ANONIO__ | Father Chrysostomos | 2011-12-15 | 1 | -1/+3 |
* | Disable $[ under 5.16 | Father Chrysostomos | 2011-12-15 | 1 | -13/+8 |
* | charnames and perlapi: pod nits | Karl Williamson | 2011-12-14 | 1 | -1/+3 |
* | Make scalar() propagate lvalueness | Father Chrysostomos | 2011-12-13 | 1 | -0/+1 |
* | use 5.xxx: Don’t load feature.pm unnecessarily | Father Chrysostomos | 2011-12-07 | 1 | -11/+19 |
* | Implement new ‘use 5.xxx' plan | Father Chrysostomos | 2011-12-07 | 1 | -3/+24 |
* | Put optimised substr assignment in void context | Father Chrysostomos | 2011-12-05 | 1 | -0/+2 |
* | Make inlined &CORE::__SUB__ the right-sized op | Father Chrysostomos | 2011-11-26 | 1 | -1/+3 |
* | Optimise substr assignment in void context | Father Chrysostomos | 2011-11-26 | 1 | -0/+18 |
* | Optimise __SUB__ to a constant | Father Chrysostomos | 2011-11-26 | 1 | -0/+17 |
* | evalbytes should ignore outer utf8 declaration | Father Chrysostomos | 2011-11-24 | 1 | -0/+1 |
* | __SUB__ should warn in void context | Father Chrysostomos | 2011-11-24 | 1 | -0/+1 |
* | op.c: typo | Father Chrysostomos | 2011-11-22 | 1 | -1/+1 |
* | [perl #80628] __SUB__ | Father Chrysostomos | 2011-11-22 | 1 | -1/+2 |
* | Put sub redef warnings in one place | Father Chrysostomos | 2011-11-21 | 1 | -52/+49 |
* | Make const redef warnings default in newXS | Father Chrysostomos | 2011-11-21 | 1 | -4/+21 |
* | Refactor newXS’s autouse logic | Father Chrysostomos | 2011-11-21 | 1 | -13/+9 |
* | Make constant sub redef warnings obey scope | Father Chrysostomos | 2011-11-21 | 1 | -0/+1 |
* | Make newXS redefinition warning respect UTF8 | Father Chrysostomos | 2011-11-21 | 1 | -3/+6 |
* | Make newCONSTSUB use the right warning scope. | Father Chrysostomos | 2011-11-21 | 1 | -0/+2 |
* | Restore autouse’s exemption from redef warnings | Father Chrysostomos | 2011-11-21 | 1 | -9/+19 |
* | Have newCONSTSUB pass the length to newXS | Father Chrysostomos | 2011-11-20 | 1 | -3/+1 |
* | Add newXS_len_flags | Father Chrysostomos | 2011-11-20 | 1 | -2/+17 |
* | Have newATTRSUB remember the name’s length | Father Chrysostomos | 2011-11-20 | 1 | -2/+3 |
* | Add len flag to newCONSTSUB_flags | Father Chrysostomos | 2011-11-20 | 1 | -3/+9 |
* | Handle require() on implicit $_ properly w/r global overrides | Vincent Pit | 2011-11-20 | 1 | -4/+8 |
* | Mention variable names in @a =~ // warnings | Father Chrysostomos | 2011-11-19 | 1 | -2/+17 |
* | Mention the variable name in the new length warnings | Father Chrysostomos | 2011-11-18 | 1 | -9/+27 |
* | Throw a helpful warning when someone tries length(@array) or length(%hash) | Matthew Horsfall (alh) | 2011-11-18 | 1 | -0/+33 |
* | Localise PL_curcop for BEGIN blocks | Father Chrysostomos | 2011-11-17 | 1 | -1/+1 |
* | op.c:ck_eval: consting | Father Chrysostomos | 2011-11-06 | 1 | -1/+1 |
* | Add evalbytes function | Father Chrysostomos | 2011-11-06 | 1 | -7/+31 |
* | eval STRING UTF8 cleanup. | Brian Fraser | 2011-11-06 | 1 | -0/+2 |
* | Stop @{""} = reverse @_ from crashing | Father Chrysostomos | 2011-11-03 | 1 | -0/+1 |
* | Warn for $[ ‘version’ checks | Father Chrysostomos | 2011-11-01 | 1 | -0/+26 |
* | Fix CORE::glob | Father Chrysostomos | 2011-10-26 | 1 | -10/+9 |
* | [perl #101486] Make PL_curstash refcounted | Father Chrysostomos | 2011-10-22 | 1 | -9/+14 |
* | add missing STATIC to S_finalize_op | David Mitchell | 2011-10-11 | 1 | -1/+1 |