| Commit message (Expand) | Author | Age | Files | Lines |
* | RT #124156: death during unwinding causes crash | David Mitchell | 2015-05-15 | 1 | -1/+51 |
* | [perl #124357] make sure which_perl() can find ./perl on in op/dump.t | Tony Cook | 2015-04-23 | 1 | -0/+6 |
* | [perl #124127] fix cloning arrays with unused elements | Tony Cook | 2015-04-16 | 1 | -1/+7 |
* | skip t/op/dump.t under Address Sanitizer | David Mitchell | 2015-04-09 | 1 | -0/+3 |
* | keep FOO read-only in 'FOO'->f() | David Mitchell | 2015-04-09 | 1 | -1/+9 |
* | [perl #124099] Wrong CvOUTSIDE in find_lexical_cv | Father Chrysostomos | 2015-03-27 | 1 | -0/+6 |
* | [perl #123790] Disable targlex for some ops | Father Chrysostomos | 2015-03-26 | 1 | -0/+13 |
* | concat2.t: Mention where concat.t is | Father Chrysostomos | 2015-03-26 | 1 | -1/+2 |
* | [perl #123790] Assert fail with *x=<y> | Father Chrysostomos | 2015-03-25 | 1 | -1/+10 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 2 | -8/+0 |
* | dbmopen() with a third argument of undef can create files on disk. | Nicholas Clark | 2015-03-19 | 1 | -1/+6 |
* | t/op/pack.t: Generalize for EBCDIC | Karl Williamson | 2015-03-19 | 1 | -48/+52 |
* | smartmatch: handle stack realloc | David Mitchell | 2015-03-19 | 1 | -1/+33 |
* | update PL_stack_sp when we exit matcher_matches_sv() | Tony Cook | 2015-03-19 | 1 | -1/+0 |
* | TODO test for smartmatch stack issue | Tony Cook | 2015-03-19 | 1 | -1/+21 |
* | [perl #123995] Assert fail with s;@{<<; | Father Chrysostomos | 2015-03-18 | 1 | -1/+8 |
* | t/op/dump.t: silence 'Aborted' messages on stderr | David Mitchell | 2015-03-18 | 1 | -10/+46 |
* | loopctl.c: Correct bug num | Father Chrysostomos | 2015-03-18 | 1 | -1/+1 |
* | [perl #124004] Fix stack bug with foreach(@empty) | Father Chrysostomos | 2015-03-18 | 1 | -1/+6 |
* | fix t/op/utf8cache.t with -DDEBUG_LEAKING_SCALARS | Reini Urban | 2015-03-17 | 1 | -0/+3 |
* | t/op/concat2.t: Skip 'use encoding' test in EBCDIC | Karl Williamson | 2015-03-14 | 1 | -0/+1 |
* | [perl #123847] crash with *foo::=*bar::=*with_hash | Father Chrysostomos | 2015-03-11 | 1 | -1/+8 |
* | [perl #123963] "@<fullwidth digit>" | Father Chrysostomos | 2015-03-10 | 1 | -1/+4 |
* | Skip various locale tests when locales are not available | Karl Williamson | 2015-03-09 | 2 | -9/+11 |
* | t/op/sprintf.t: Generalize for EBCDIC | Karl Williamson | 2015-03-05 | 1 | -8/+25 |
* | t/op/bop.t: Generalize for EBCDIC platforms | Karl Williamson | 2015-03-05 | 1 | -65/+66 |
* | t/op/tie.t: Skip a couple tests on EBCDIC | Karl Williamson | 2015-03-05 | 1 | -0/+7 |
* | t/op/inc.t: Generalize for EBCDIC | Karl Williamson | 2015-03-05 | 1 | -3/+10 |
* | t/op/ver.t: Generalize for EBCDIC | Karl Williamson | 2015-03-05 | 1 | -5/+5 |
* | t/op/override.t: Generalize for non-ASCII platforms | Karl Williamson | 2015-03-05 | 1 | -1/+1 |
* | t/op/chars.t: Generalize to not use code page specific | Karl Williamson | 2015-03-05 | 1 | -6/+4 |
* | t/op/coreamp.t: Generalize for non-ASCII platfomrs | Karl Williamson | 2015-03-05 | 1 | -8/+18 |
* | t/op/warn.t: Generalize for non-ASCII platforms | Karl Williamson | 2015-03-05 | 1 | -9/+12 |
* | t/op/magic.t: Generalize for non-ASCII platforms | Karl Williamson | 2015-03-05 | 1 | -1/+1 |
* | t/op/goto.t: Generalize for non-ASCII platforms | Karl Williamson | 2015-03-05 | 1 | -2/+2 |
* | t/op/utf8magic.t: Generalize for non-ASCII platforms | Karl Williamson | 2015-03-05 | 1 | -2/+2 |
* | t/op/evalbytes.t: Generalize for non-ASCII platforms | Karl Williamson | 2015-03-05 | 1 | -3/+4 |
* | t/op/utfhash.t: Fix to work on EBCDIC 1047 | Karl Williamson | 2015-03-05 | 1 | -9/+6 |
* | t/op/split.t: EBCDIC fixes | Karl Williamson | 2015-03-05 | 1 | -3/+5 |
* | t/op/print.t: Skip an EBCDIC test | Karl Williamson | 2015-03-05 | 1 | -0/+1 |
* | op/chop.t: Fix for EBCDIC | Karl Williamson | 2015-03-05 | 1 | -9/+22 |
* | t/op/lc.t: Generalize for non-ASCII platforms | Karl Williamson | 2015-03-05 | 1 | -10/+9 |
* | t/op/quotemeta.t: EBCDIC fixes | Karl Williamson | 2015-03-05 | 1 | -21/+24 |
* | [perl #123821] Fix assert fail with \(&$0)=0 | Father Chrysostomos | 2015-03-01 | 1 | -0/+3 |
* | [perl #123817] Assert fail with attr in anon hash | Father Chrysostomos | 2015-03-01 | 1 | -0/+13 |
* | [perl #123802] Assertion failure with "\L\L" | Father Chrysostomos | 2015-03-01 | 1 | -1/+15 |
* | t/op/lex.t: Correct bug num | Father Chrysostomos | 2015-03-01 | 1 | -1/+1 |
* | [perl #123802] Assertion failure with /$0{}/ | Father Chrysostomos | 2015-02-28 | 1 | -1/+9 |
* | [perl #123893] Fix hang with "@{" | Father Chrysostomos | 2015-02-21 | 1 | -4/+15 |
* | Fix t/op/dump.t warning in skip case. | Craig A. Berry | 2015-02-18 | 1 | -1/+1 |