From 753ceac3272a8c4f150ace8b4695991a85345c3c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 22 Sep 2023 15:28:36 +0000 Subject: Revamp case functions, add strcasestr() fallback Signed-off-by: Laurent Bercot --- doc/upgrade.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/upgrade.html b/doc/upgrade.html index e12e29d..8c55e4b 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -26,6 +26,9 @@
  • New cdb functions: cdb_hashv(), cdbmake_addv()
  • New cspawn function, for posix_spawn/fork unification
  • child_spawn functions are now declared in cspawn.h
  • +
  • case_lowerb() and friends now use ctype.h functions, supporting locale +if it is declared in the application.
  • +
  • case_str() removed, strcasestr() fallback implementation added
  • in 2.13.1.1

    -- cgit v1.2.3