Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-18 | contrib: Fix nonportable shell syntax in "test" and "[" commands [PR105831] | Jonathan Wakely | 1 | -2/+2 | |
POSIX sh does not support the == for string comparisons, use = instead. These contrib scripts all use a bash shebang so == does work, but there's no reason they can't just use the more portable form anyway. PR bootstrap/105831 contrib/ChangeLog: * bench-stringop: Use = operator instead of ==. * repro_fail: Likewise. contrib/reghunt/ChangeLog: * bin/reg-hunt: Use = operator instead of ==. | |||||
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 | |
2019-06-19 | Add new micro-benchmark for string operations. | Martin Liska | 1 | -0/+158 | |
2019-06-19 Martin Liska <mliska@suse.cz> * bench-stringop: New file. From-SVN: r272469 |