| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use CompareStringOrdinal() instead of CompareString() case-sensitive | Rob Mensching | 2025-11-03 | 1 | -5/+5 |
| | | | | | | | | This commit moves to the modern CompareStringOrdinal() for all case-sensitve uses of CompareString() with the invariant locale. Resolves 6947 | ||||
| * | Use CompareStringOrdinal() instead of CompareString() case-insensitive | Rob Mensching | 2025-11-03 | 1 | -3/+3 |
| | | | | | | | | This commit moves to the modern CompareStringOrdinal() for all case-insensitve uses of CompareString() with the invariant locale. Partially resolves 6947 | ||||
| * | Improve whitespace handling in Burn conditions. | Sean Hall | 2021-07-06 | 1 | -1/+1 |
| | | | | | Fixes #4702 | ||||
| * | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+1057 |
