| Commit message (Expand) | Author | Age | Files | Lines |
* | PATCH: [perl #120041] regcomp.c missing parens and broken STCLASS | Karl Williamson | 2013-09-30 | 1 | -0/+2 |
* | Revert "Optimise if/unless wrt OP_AND/OP_OR/OP_DOR. Also optimise OP_OR/OP_DO... | Karl Williamson | 2013-09-30 | 1 | -18/+1 |
* | Add some tests for the regex optimizer | Karl Williamson | 2013-09-24 | 2 | -0/+35 |
* | Upgrade podlators from 2.5.1 to 2.5.2 | Steve Hay | 2013-09-23 | 1 | -1/+0 |
* | Remove bad assertion in gv.c:newGP | Father Chrysostomos | 2013-09-21 | 1 | -1/+4 |
* | Test that ${foo{bar}} and ${\nfoo{bar}} mean the same thing. | Brian Fraser | 2013-09-21 | 1 | -1/+16 |
* | Upgrade autodie from version 2.21 to 2.22 | Steve Hay | 2013-09-21 | 1 | -1/+0 |
* | test that $\ is localized and restored even if it was undef | Ricardo Signes | 2013-09-21 | 1 | -1/+6 |
* | Optimise if/unless wrt OP_AND/OP_OR/OP_DOR. Also optimise OP_OR/OP_DOR chains. | Matthew Horsfall (alh) | 2013-09-20 | 1 | -1/+18 |
* | [perl #3112] Stop last from returning values | Father Chrysostomos | 2013-09-20 | 1 | -2/+16 |
* | Fix line nums when multiline ${expr} spans here-doc | Father Chrysostomos | 2013-09-20 | 1 | -1/+9 |
* | Fix parser buffer corruption with multiline *{...} | Father Chrysostomos | 2013-09-20 | 1 | -2/+17 |
* | Don’t free initial src from @INC sub too early | Father Chrysostomos | 2013-09-19 | 1 | -1/+7 |
* | Add newline to new switchd test for VMS. | Craig A. Berry | 2013-09-19 | 1 | -2/+2 |
* | toke.c, scan_ident(): use PEEKSPACE() to skip over whitespace. | Brian Fraser | 2013-09-18 | 3 | -4/+103 |
* | [perl #119123] disallow literal control character variables | Brian Fraser | 2013-09-18 | 4 | -12/+67 |
* | toke.c, S_scan_ident: Skip over newlines as well as spaces and tabs. | Brian Fraser | 2013-09-18 | 1 | -2/+21 |
* | Reworked t/base/lex.t to use less hardcoded test numbers. | Brian Fraser | 2013-09-18 | 1 | -62/+59 |
* | [perl #119501] \(1+2) always referencing the same sv | Father Chrysostomos | 2013-09-17 | 1 | -1/+7 |
* | [perl #85228] stop $!=EINVAL; waitpid(0,0) from looping | Tony Cook | 2013-09-17 | 1 | -0/+39 |
* | Fixing eintr_print.t intermittent hang | Victor | 2013-09-17 | 1 | -3/+11 |
* | Test that print() is not returning EINTR. | Victor | 2013-09-17 | 1 | -0/+87 |
* | Earlier safety check for @INC entry in pp_require. | Craig A. Berry | 2013-09-16 | 1 | -1/+1 |
* | test and briefly document DB::goto | Tony Cook | 2013-09-16 | 2 | -1/+18 |
* | Note new blead customizations to JSON::PP and Test::Simple | Steve Hay | 2013-09-16 | 1 | -0/+5 |
* | op.c: Warn on "return $a or $b" [perl #59802] | Niels Thykier | 2013-09-15 | 1 | -0/+115 |
* | known_pod_issues: Add Devel::CallParser | Father Chrysostomos | 2013-09-14 | 1 | -0/+1 |
* | Reduce false positives for @hsh{$s} and @ary[$s] warnings | Father Chrysostomos | 2013-09-14 | 1 | -12/+134 |
* | Move ‘Scalar value better written as’ tests from toke to op | Father Chrysostomos | 2013-09-14 | 2 | -41/+41 |
* | fix O_CREAT without O_TRUNC in cpan/autodie/t/utf8_open.t | Craig A. Berry | 2013-09-13 | 1 | -0/+1 |
* | Test kv slices in places that expect %{} | Father Chrysostomos | 2013-09-13 | 2 | -2/+38 |
* | Fewer false positives for %hash{$scalar} warning | Father Chrysostomos | 2013-09-13 | 2 | -13/+10 |
* | Suppress a warning in kvhslice.t | Father Chrysostomos | 2013-09-13 | 1 | -0/+1 |
* | test index/value array slices | Ruslan Zakirov | 2013-09-13 | 1 | -0/+179 |
* | test key/value hash slices | Ruslan Zakirov | 2013-09-13 | 1 | -0/+191 |
* | Preserve undef identity in const ops | Father Chrysostomos | 2013-09-13 | 1 | -1/+8 |
* | [perl #115928] a consistent (public) rand() implementation | Tony Cook | 2013-09-13 | 1 | -1/+6 |
* | Upgrade autodie from version 2.20 to 2.21 | Steve Hay | 2013-09-12 | 1 | -1/+0 |
* | [perl #88814] sigdispatch.t work on openbsd 5.2 | Tony Cook | 2013-09-11 | 1 | -2/+3 |
* | Added release manager test for copyright year | Smylers | 2013-09-10 | 1 | -1/+21 |
* | Test that README and perl -v copyright years match | Smylers | 2013-09-10 | 1 | -0/+56 |
* | Enhance runperl doc to mention its return value | Smylers | 2013-09-10 | 1 | -1/+1 |
* | Make the "Switch condition not recognized" error message UTF-8 clean | Brian Fraser | 2013-09-10 | 1 | -3/+1 |
* | t/re/reg_mesg.t: Tests for latin1 error messages/warnings | Brian Fraser | 2013-09-10 | 1 | -2/+14 |
* | regcomp.c: Introduce vFAIL2utf8f to replace the APPLY(X,Y) hack | Brian Fraser | 2013-09-10 | 1 | -1/+1 |
* | regcomp.c: Make all warnings and error messages UTF-8 clean | Brian Fraser | 2013-09-10 | 1 | -3/+132 |
* | regcomp.c, S_compile_runtime_code: croak using the SVf format | Brian Fraser | 2013-09-10 | 2 | -4/+7 |
* | toke.c: "Unrecognized character" error shouldn't leak memory or mangle charac... | Brian Fraser | 2013-09-10 | 1 | -1/+45 |
* | rt119311.t: typo | Father Chrysostomos | 2013-09-09 | 1 | -1/+1 |
* | Make &xsub and goto &xsub work with tied @_ | Father Chrysostomos | 2013-09-09 | 1 | -0/+18 |