| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-12-08 | util: replace memrchr with internal version | Randy Palamar | 1 | -4/+11 | |
| The amount of code we need to detect if this is present and handle the fallback is more than if we just provide it ourselves. Also we are passing in a difference of pointers so the argument type should be ptrdiff_t. This avoids a C brain damage of having unsigned size type which can wrap around if the caller is careful. | |||||
| 2020-10-30 | text: fix invalid pointer comparison | Marc André Tanner | 1 | -1/+1 | |
| 2020-10-10 | text: move generic iterator functionality to separate file | Marc André Tanner | 1 | -0/+177 | |
