| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wildcard_cmp.c: Fix a couple of bugs | Xavier Del Campo Romero | 2023-06-06 | 1 | -3/+22 |
| | | | | | | | | wildcard_cmp would otherwise fail with the following use cases: s = "mymi", p = "*mi*" s = "mymi", p = "*mi" | ||||
| * | wildcard_cmp.c: Remove leftovers | Xavier Del Campo Romero | 2023-06-06 | 1 | -4/+0 |
| | | | | | | These statements had no effect since it was always executed when n == 0. | ||||
| * | wildcard_cmp: Allow case-insensitive searches | Xavier Del Campo Romero | 2023-06-06 | 1 | -12/+25 |
| | | | | | The new search feature will require them. | ||||
| * | Split wildcard_cmp into its own component | Xavier Del Campo Romero | 2023-06-06 | 1 | -0/+44 |
| Future commits will make use of this function outside handler.c. | |||||
