Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-12 | Unify use of string comparisons | Mats | |
* strncmp(s1, s2, strlen(s2)) → BEGINS_WITH(s1, s2) * strncmp(s1, s2, strlen(s1)) → strcmp(s1, s2) * Prefer case-insensitive comparison for options | |||
2013-11-22 | Add support for path_exists directive. | Kinware AB | |