Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg | |
We had some confusions on when each function was used. We should not act differently on different locales anyway. | |||
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg | |
... to make it less likely that we forget that the function actually does case insentive compares. Also replaced several invokes of the function with a plain strcmp when case sensitivity is not an issue (like comparing with "-"). |