Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fatalize use of $* and $# | James E Keenan | 2018-10-17 | 1 | -8/+1 |
* | fix parsing of braced subscript after parens | Zefram | 2018-01-16 | 1 | -1/+24 |
* | Use set_up_inc for several unit tests | Nicolas R | 2016-08-18 | 1 | -1/+1 |
* | Use concat overloading for "foo$_->$*" | Father Chrysostomos | 2016-05-17 | 1 | -1/+13 |
* | Make postfix dereferencing work without the postderef feature | Aaron Crane | 2015-07-13 | 1 | -27/+1 |
* | The postderef feature is no longer experimental | Aaron Crane | 2015-06-27 | 1 | -1/+0 |
* | rename [] from "anonymous list" to "anonymous array" | Lukas Mai | 2014-11-11 | 1 | -1/+1 |
* | Test preamble: unify to dot slash test dot pl | Jarkko Hietaniemi | 2014-10-08 | 1 | -1/+1 |
* | ->$#* | Father Chrysostomos | 2013-11-24 | 1 | -1/+10 |
* | Fix a bug with ->@ inside "@{...}" | Father Chrysostomos | 2013-10-05 | 1 | -1/+4 |
* | Make postderef experimental | Father Chrysostomos | 2013-10-05 | 1 | -0/+1 |
* | Allow ->@ ->$ interpolation under postderef_qq feature | Father Chrysostomos | 2013-10-05 | 1 | -1/+26 |
* | Hide postderef behind the feature feature | Father Chrysostomos | 2013-10-05 | 1 | -1/+27 |
* | ->%{ ->%[ | Father Chrysostomos | 2013-10-05 | 1 | -1/+4 |
* | Fix up postfixderef.t | Father Chrysostomos | 2013-10-05 | 1 | -4/+4 |
* | Tests for postfix dereference | David Nicol | 2013-10-05 | 1 | -0/+315 |