Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pp.c: Call subroutine instead of repeat code | Karl Williamson | 2011-11-11 | 1 | -19/+0 | |
* | [perl #96326] *{$io} should not be semi-defined | Father Chrysostomos | 2011-11-06 | 1 | -1/+1 | |
* | pp.c: White space only | Karl Williamson | 2011-10-17 | 1 | -16/+15 | |
* | pp.c: Remove disabled code for context sensitive lc | Karl Williamson | 2011-10-17 | 1 | -70/+4 | |
* | do not return useless value from void-context substr | Chip Salzenberg | 2011-10-10 | 1 | -9/+14 | |
* | Resolve XS AUTOLOAD-prototype conflict | Father Chrysostomos | 2011-10-09 | 1 | -1/+3 | |
* | gv.c, op.c, pp.c: Stash-injected prototypes and prototype() are UTF-8 clean. | Brian Fraser | 2011-10-06 | 1 | -1/+1 | |
* | pp.c: Got pp_gelem nul-clean. | Brian Fraser | 2011-10-06 | 1 | -11/+12 | |
* | pp.c: Make warnings utf8-clean | Brian Fraser | 2011-10-06 | 1 | -3/+5 | |
* | pp.c: pp_substr for UTF-8 globs. | Brian Fraser | 2011-10-06 | 1 | -2/+2 | |
* | pp.c & sv.c: pp_ref UTF8 and null cleanup. | Brian Fraser | 2011-10-06 | 1 | -3/+2 | |
* | pp.c: pp_bless UTF8 cleanup. | Brian Fraser | 2011-10-06 | 1 | -1/+1 | |
* | pp.c: Make pp_rv2cv use gv_autoload_pvn() | Brian Fraser | 2011-10-06 | 1 | -1/+1 | |
* | pp.c: pp_rv2gv UTF8 cleanup. | Brian Fraser | 2011-10-06 | 1 | -4/+3 | |
* | Merge postinc and postdec | Father Chrysostomos | 2011-09-16 | 1 | -25/+7 | |
* | Merge preinc and postinc | Father Chrysostomos | 2011-09-16 | 1 | -17/+0 | |
* | Make ++ and -- work on glob copies | Father Chrysostomos | 2011-09-16 | 1 | -3/+3 | |
* | remove index offsetting ($[) | Zefram | 2011-09-09 | 1 | -51/+13 | |
* | Enter gv_fetchsv_nomg | Father Chrysostomos | 2011-09-08 | 1 | -21/+5 | |
* | remove unused variables and assignments | Robin Barker | 2011-09-08 | 1 | -2/+1 | |
* | [perl #97484] Make defined &{...} vivify CORE subs | Father Chrysostomos | 2011-09-01 | 1 | -1/+1 | |
* | Eliminate is_gv_magical_sv | Father Chrysostomos | 2011-08-30 | 1 | -18/+6 | |
* | &CORE::unpack() | Father Chrysostomos | 2011-08-29 | 1 | -15/+14 | |
* | &CORE::foo() for tie functions | Father Chrysostomos | 2011-08-29 | 1 | -2/+6 | |
* | &CORE::substr() | Father Chrysostomos | 2011-08-27 | 1 | -5/+9 | |
* | &CORE::srand() | Father Chrysostomos | 2011-08-27 | 1 | -1/+1 | |
* | pp.c: Use built-in case tables for ords < 256 | Karl Williamson | 2011-08-27 | 1 | -27/+4 | |
* | pp.c: Change comment | Karl Williamson | 2011-08-27 | 1 | -14/+8 | |
* | &CORE::foo() for (sys)read and recv | Father Chrysostomos | 2011-08-26 | 1 | -4/+15 | |
* | &CORE::rand() | Father Chrysostomos | 2011-08-26 | 1 | -0/+3 | |
* | &CORE::open() | Father Chrysostomos | 2011-08-26 | 1 | -2/+3 | |
* | &CORE::lock() | Father Chrysostomos | 2011-08-26 | 1 | -0/+12 | |
* | &CORE::index() and &CORE::rindex() | Father Chrysostomos | 2011-08-26 | 1 | -2/+3 | |
* | Remove now-unnecessary len check from pp.c:S_rv2gv | Father Chrysostomos | 2011-08-26 | 1 | -2/+1 | |
* | Make *{undef} self-consistent | Father Chrysostomos | 2011-08-26 | 1 | -2/+2 | |
* | pp.c: Suppress stupid compiler warning | Father Chrysostomos | 2011-08-25 | 1 | -1/+1 | |
* | &CORE::foo() for dbmopen and dbmclose | Father Chrysostomos | 2011-08-25 | 1 | -2/+12 | |
* | &CORE::foo() for close, getc and readline | Father Chrysostomos | 2011-08-25 | 1 | -1/+2 | |
* | &CORE::foo() for @ and $@ prototypes, except unlink | Father Chrysostomos | 2011-08-25 | 1 | -1/+16 | |
* | &CORE::caller() | Father Chrysostomos | 2011-08-25 | 1 | -1/+2 | |
* | &CORE::bless() | Father Chrysostomos | 2011-08-25 | 1 | -1/+3 | |
* | Allow ampersand calls for CORE subs with $*$$**$ protos | Father Chrysostomos | 2011-08-25 | 1 | -2/+17 | |
* | Move most of pp_rv2gv into a static function | Father Chrysostomos | 2011-08-25 | 1 | -16/+44 | |
* | Allow ampersand calls to CORE subs with (_) proto | Father Chrysostomos | 2011-08-24 | 1 | -1/+37 | |
* | [perl #97088] Prevent double get-magic in various cases | Gerard Goossen | 2011-08-24 | 1 | -3/+2 | |
* | Call get-magic once for defined ${...} | Father Chrysostomos | 2011-08-23 | 1 | -2/+8 | |
* | Stop readline($foo) from autovivifying | Father Chrysostomos | 2011-08-23 | 1 | -2/+3 | |
* | close($undef) should not croak_no_modify | Father Chrysostomos | 2011-08-23 | 1 | -2/+2 | |
* | Call get-magic once for implicit rv2gv in close(), etc. | Father Chrysostomos | 2011-08-23 | 1 | -3/+9 | |
* | Remove null checks from pp_rv2gv | Father Chrysostomos | 2011-08-23 | 1 | -2/+2 |