Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Fixes: #20394 | ||||
* | foreach: Fix crash when parsing invalid integer | Kyle Edwards | 2020-02-27 | 1 | -0/+6 |
| | | | | Fixes: #20393 | ||||
* | 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 |
| | | | | | | - fix the typo in `foreach` documentation - fix broken `foreach(... IN ITEMS ... LISTS ...)` - add tests of `foreach` for existed functionality and fixes | ||||
* | Tests: Add test for bad foreach inside a function | Brad King | 2017-11-16 | 1 | -0/+3 |
Add test for a case fixed by commit 6a4a61d9e1 (cmForEachCommand: prevent leakage, 2017-10-09). Prior to that fix, this test case could trigger an assertion failure. Fixes: #17464 |