Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable $[ under 5.16 | Father Chrysostomos | 2011-12-15 | 4 | -10/+84 |
* | op/taint.t: localize $@ | Karl Williamson | 2011-12-14 | 1 | -0/+1 |
* | perllocale: Nits | Karl Williamson | 2011-12-14 | 1 | -1/+0 |
* | Add testcase for #78266. | Johannes Plunien | 2011-12-13 | 1 | -1/+18 |
* | Make scalar() propagate lvalueness | Father Chrysostomos | 2011-12-13 | 1 | -1/+8 |
* | Update Socket to CPAN version 1.96 | Chris 'BinGOs' Williams | 2011-12-11 | 1 | -0/+1 |
* | perlguts: nits | Karl Williamson | 2011-12-10 | 1 | -1/+0 |
* | document run_multiple_progs | Tony Cook | 2011-12-10 | 1 | -0/+27 |
* | test for various fatal messages from op.c | Tony Cook | 2011-12-10 | 1 | -0/+44 |
* | refactor croak.t to be data driven (like warnings.t) | Tony Cook | 2011-12-10 | 4 | -35/+45 |
* | Fix segfault on overloaded arithmetic assignment | David Golden | 2011-12-09 | 1 | -0/+22 |
* | Test out-of-bounds warning with lv substr | Father Chrysostomos | 2011-12-08 | 1 | -1/+3 |
* | Don’t warn for open local *FH | Father Chrysostomos | 2011-12-08 | 1 | -0/+1 |
* | Fix use VERSION test failures under PERL_UNICODE | Father Chrysostomos | 2011-12-08 | 2 | -5/+11 |
* | more tests for partial strictures and ver decls | Father Chrysostomos | 2011-12-07 | 1 | -1/+20 |
* | Implement new ‘use 5.xxx' plan | Father Chrysostomos | 2011-12-07 | 2 | -1/+26 |
* | Add :default feature bundle | Father Chrysostomos | 2011-12-07 | 1 | -0/+11 |
* | [perl #80630] Make eval"" return empty list for syntax errors | Father Chrysostomos | 2011-12-06 | 2 | -2/+7 |
* | Don’t LEAVE_with_name("evalcomp") for syntax errors | Father Chrysostomos | 2011-12-06 | 1 | -1/+6 |
* | Adjust substr offsets when using, not when creating, lvalue | Father Chrysostomos | 2011-12-04 | 1 | -1/+46 |
* | Update IO-Compress to CPAN version 2.044 | Chris 'BinGOs' Williams | 2011-12-04 | 1 | -1/+1 |
* | Tidy up t/re/regexp.t | Nicholas Clark | 2011-12-03 | 1 | -5/+4 |
* | more reliably kill a runaway test process on cygwin | Tony Cook | 2011-12-03 | 1 | -0/+5 |
* | don't depend on threads to do a watchdog when testing threads | Tony Cook | 2011-12-03 | 2 | -2/+2 |
* | $tied =~ s///e when FETCH returns a COW | Father Chrysostomos | 2011-12-02 | 1 | -1/+10 |
* | Allow COW PVMGs to be tied | Father Chrysostomos | 2011-12-01 | 1 | -0/+21 |
* | [perl #105024] UNIVERSAL::AUTOLOAD and %+ | Father Chrysostomos | 2011-11-30 | 1 | -1/+19 |
* | teach podcheck.t about newly linked-to module in perlfunc | Ricardo Signes | 2011-11-30 | 1 | -1/+3 |
* | panic after cow-to-stash assignment | Father Chrysostomos | 2011-11-28 | 1 | -0/+10 |
* | [perl #99850] SEGV when destructor undefs goto &sub | Father Chrysostomos | 2011-11-27 | 1 | -1/+12 |
* | [perl #97980] Stop tied() from returning a copy | Father Chrysostomos | 2011-11-26 | 1 | -0/+8 |
* | Oops! | Father Chrysostomos | 2011-11-26 | 1 | -3/+1 |
* | [perl #97632] Improve SvTAINT docs | Father Chrysostomos | 2011-11-26 | 1 | -1/+3 |
* | Remove ‘no warnings deprecated’ from two .t’s | Father Chrysostomos | 2011-11-26 | 2 | -2/+0 |
* | Optimise substr assignment in void context | Father Chrysostomos | 2011-11-26 | 1 | -5/+5 |
* | Don’t coerce $x immediately in foo(substr $x...) | Father Chrysostomos | 2011-11-26 | 2 | -3/+12 |
* | Don’t warn for foo+1 with ($) proto | Father Chrysostomos | 2011-11-24 | 1 | -1/+3 |
* | evalbytes should ignore outer utf8 declaration | Father Chrysostomos | 2011-11-24 | 1 | -1/+1 |
* | regen pod issues | Father Chrysostomos | 2011-11-24 | 1 | -1/+1 |
* | Test ambiguous warning with (;$) proto | Father Chrysostomos | 2011-11-24 | 1 | -0/+6 |
* | Suppress ‘once’ warning in gmagic.t | Father Chrysostomos | 2011-11-24 | 1 | -1/+1 |
* | Call FETCH once for rcatline | Father Chrysostomos | 2011-11-24 | 1 | -1/+7 |
* | sysread should not ignore magic on its buffer | Father Chrysostomos | 2011-11-24 | 1 | -0/+24 |
* | Make sselect call fetch once | Father Chrysostomos | 2011-11-24 | 2 | -1/+17 |
* | Move substr tests under t/op | Father Chrysostomos | 2011-11-24 | 2 | -0/+0 |
* | Call FETCH once when chomping a tied ref | Father Chrysostomos | 2011-11-24 | 1 | -0/+5 |
* | Call FETCH once for $tied_ref =~ y/a/b/ | Father Chrysostomos | 2011-11-24 | 1 | -1/+3 |
* | __SUB__ should warn in void context | Father Chrysostomos | 2011-11-24 | 1 | -0/+3 |
* | UNIVERSAL::VERSION should treat "version" as a string | Father Chrysostomos | 2011-11-23 | 1 | -1/+8 |
* | printf "%vd", "version" should not SEGV | Father Chrysostomos | 2011-11-23 | 1 | -0/+1 |