On Wed, 08 Jul 2026 22:37:01 +0200, Rasmus Villemoes wrote:

> This started by me wanting something like what patch 8 does. That
> wasn't too hard, except we had no strcasestr(), and also our regex
> engine (which I didn't really want to pull into the mix anyway)
> doesn't have a flag that requests case-insensitive matching. So I
> wanted to add strcasestr(), but then I stumbled on a bunch of stuff
> that should be cleaned up in str-land.
> 
> [...]

Applied to u-boot/main, thanks!

[01/10] sh: clean up asm/string.h
        commit: dabdb361633d93fd753157273a605a44bd5db557
[02/10] string: correct prototype of strchrnul()
        commit: 210fedfcfc1a146faac67dddb3581c6b9dcd01b4
[03/10] string: correct documentation for strstr and strnstr
        commit: 6b58f877bdd70003b6c57b540693c2e188b8cc8a
[04/10] string: remove unused strswab() function
        commit: a31d9375dfbd7f0f4030c0b81f2030ff554529be
[05/10] string: remove more pointless __HAVE_ARCH_STR*
        commit: 07fcb18623b4d4ad604668cfccb63890ce300ce5
[06/10] string: add strcasestr()
        commit: 13822d7f42706da356368f1389f8de10ac9869a5
[07/10] test: string: add test of new strcasestr() function
        commit: d589aa4417c57b2f02f674ccd0ebe4f2ba9bb221
[08/10] cmd: config: allow simple filtering of output
        commit: 304e18c9437550096e667adaa60acb6c4423d1f8
[09/10] doc: document 'config' command
        commit: a2daa32913e6e96d47930e408d9b4f3b844bdfb7
[10/10] test: add test of 'config' command
        commit: d408eb2bc5a4675e11d7b77943553386d039bafc
-- 
Tom


Reply via email to