diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |