]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge patch series "regex patches"
authorTom Rini <trini@konsulko.com>
Thu, 29 May 2025 14:27:13 +0000 (08:27 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 May 2025 14:27:13 +0000 (08:27 -0600)
commit23be77e18d19ddb9c2ecdf71638bacfbc369fd13
tree73d82f75a865be88af0e376baa0fc2980f1b4b48
parent2f3766949bbea7aa5a472157561d387fd94205d2
parent6990cc5257283a631a286a4321a3515c7537f636
Merge patch series "regex patches"

Rasmus Villemoes <ravi@prevas.dk> says:

This started as a rather simple patch, 1/12, adding the ability to
more conveniently do regex matching in shell.

But with that, it became very easy to see what the slre library can
and especially what it cannot do, and that way I found both outright
bugs and a "wow, doesn't it support that syntax" gotcha. I couldn't
find any tests ('git grep slre -- test/' was empty), so I added a
small test suite and tweaked slre.c.

Link: https://lore.kernel.org/r/20250513084034.654865-1-ravi@prevas.dk