Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-26 | system/zsh: Update to 5.9 | A. Wilcox | 1 | -4/+4 | |
Also, fix tests properly. Required a lot of research. | |||||
2023-04-06 | system/zsh: add patch for deprecated egrep usage. fixes #977. | Zach van Rijn | 1 | -0/+84 | |
Commit 5d9ffc28fc6a0d99338cac0b020e3eac486bccfc bumped grep from 3.7 to 3.10, and 3.8 introduced warnings for use of egrep/fgrep, which were deprecated in 2.5.3 from 2007. These warnings cause zsh test diffs to fail. Patch the tests to avoid deprecated behavior. See also: #976. |