Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | foreach(): loop variables are only available in the loop scope | Marc Chevrier | 2021-04-28 | 3 | -0/+106 |
* | Merge topic 'foreach-int-parse-range-check' | Brad King | 2020-09-21 | 4 | -0/+9 |
|\ | |||||
| * | foreach: Fix crash parsing integer out of range | Ben McMorran | 2020-09-18 | 4 | -0/+9 |
* | | Fix typos identified using codespell | Jean-Christophe Fillion-Robin | 2020-07-22 | 3 | -5/+5 |
|/ | |||||
* | foreach: Set fatal error on invalid range | Kyle Edwards | 2020-02-27 | 4 | -0/+8 |
* | foreach: Fix crash when parsing invalid integer | Kyle Edwards | 2020-02-27 | 19 | -0/+48 |
* | foreach: Allow multiple iteration variables for `ZIP_LIST` mode | Alex Turbov | 2019-12-07 | 15 | -0/+81 |
* | foreach: Introduce `IN ZIP_LISTS` mode | Alex Turbov | 2019-12-01 | 15 | -0/+120 |
* | Refactor: Modernize `foreach` code and fix some bugs | Alex Turbov | 2019-11-06 | 3 | -0/+112 |
* | Tests: Add test for bad foreach inside a function | Brad King | 2017-11-16 | 5 | -0/+17 |