diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-08-31 23:45:35 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-08-31 23:45:35 +0000 |
| commit | 233e3ccb96525e7a6af31a60b891badd8d73c5a4 (patch) | |
| tree | e3232d7a7364537e76121e516abf6ef307191db2 /NEWS | |
| parent | 4f42e46eff746603a0762c0299cc63d9c7004bcf (diff) | |
| download | skalibs-233e3ccb96525e7a6af31a60b891badd8d73c5a4.tar.gz | |
Add pthread_create_flat, waitpid_nohang, waitpids_nohang
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ Changelog for skalibs. +In 2.15.2.0 +----------- + + - Bugfixes. + - New libplaynice function: pthread_create_flat + (to avoid mallocing the arg when creating a thread) + - New functions: waitpid_nohang, waitpids_nohang + (to only reap the listed pids and ignore others) + + In 2.15.1.0 ----------- |
