Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | foreach(): loop variables are only available in the loop scope | Marc Chevrier | 2021-04-28 | 1 | -0/+2 |
* | foreach: Fix crash parsing integer out of range | Ben McMorran | 2020-09-18 | 1 | -0/+1 |
* | foreach: Set fatal error on invalid range | Kyle Edwards | 2020-02-27 | 1 | -0/+1 |
* | foreach: Fix crash when parsing invalid integer | Kyle Edwards | 2020-02-27 | 1 | -0/+6 |
* | foreach: Allow multiple iteration variables for `ZIP_LIST` mode | Alex Turbov | 2019-12-07 | 1 | -0/+5 |
* | foreach: Introduce `IN ZIP_LISTS` mode | Alex Turbov | 2019-12-01 | 1 | -0/+5 |
* | Refactor: Modernize `foreach` code and fix some bugs | Alex Turbov | 2019-11-06 | 1 | -0/+1 |
* | Tests: Add test for bad foreach inside a function | Brad King | 2017-11-16 | 1 | -0/+3 |