skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit a151864a1e502fe11d48ec283a77fcfa9d09a61f
parent 50da02706335d2f7a45a97ba3b6bdbe223e214a8
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon,  6 Nov 2023 13:27:01 +0000

 version: 2.14.0.0

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
MNEWS | 5++++-
Mdoc/upgrade.html | 1+
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS @@ -10,8 +10,11 @@ In 2.14.0.0 - New strerr macros to warn with a "fatal" message. - New cdb functions: cdb_hashv(), cdbmake_addv(). - child_spawn() revamp. Prototype change (last arg is a size_t). - - case_lowerb() and friends now use ctype.h functions + - case_lowerb() and friends now use ctype.h functions. - case_str() removed, strcasestr() fallback implementation added. + - cspawn(): finally unifying fork() and posix_spawn(). + - Better support for nonstandard posix_spawn subfunctions. + - Lots of new sysdeps. In 2.13.1.1 diff --git a/doc/upgrade.html b/doc/upgrade.html @@ -26,6 +26,7 @@ <li> New cdb functions: <tt>cdb_hashv()</tt>, <tt>cdbmake_addv()</tt> </li> <li> New <tt>cspawn</tt> function, for posix_spawn/fork unification </li> <li> <tt>child_spawn</tt> functions are now declared in <tt>cspawn.h</tt> </li> + <li> New sysdeps for posix_spawn options and more </li> <li> <tt>case_lowerb() and friends now use ctype.h functions, supporting locale if it is declared in the application. </li> <li> <tt>case_str()</tt> removed, strcasestr() fallback implementation added </li>