Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | t/uni/variables.t: Skip $[ test under miniperl | Father Chrysostomos | 2013-12-06 | 1 | -0/+3 |
* | Test that ${foo{bar}} and ${\nfoo{bar}} mean the same thing. | Brian Fraser | 2013-09-21 | 1 | -1/+16 |
* | [perl #119123] disallow literal control character variables | Brian Fraser | 2013-09-18 | 1 | -1/+28 |
* | toke.c, S_scan_ident: Skip over newlines as well as spaces and tabs. | Brian Fraser | 2013-09-18 | 1 | -2/+21 |
* | toke.c, S_scan_ident: Ignore whitespace on both sides of ${ ... } | Brian Fraser | 2013-03-15 | 1 | -1/+27 |
* | PATCH: [perl #117101] toke.c: Make \$$1 work again. | Brian Fraser | 2013-03-09 | 1 | -2/+35 |
* | Restrict the valid identifier syntax, fix some identifier bugs. | Brian Fraser | 2013-03-06 | 1 | -3/+119 |
* | Fix several differences in the parsing of $.. and ${...} | Brian Fraser | 2013-03-06 | 1 | -0/+54 |