diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-08 13:02:18 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-08 13:02:18 +0000 |
commit | 8218512811aceef63956fb5a41785e4cbc0ffd31 (patch) | |
tree | 9d48de3fb761e3ad501acece1df17f9094cfba11 /NEWS | |
parent | 30d0c173d87b92a9ad2f3c1b643463a894abb1d9 (diff) | |
download | skalibs-8218512811aceef63956fb5a41785e4cbc0ffd31.tar.xz |
Remove mkdir_unique, rewrite atomic_symlink with mkltemp
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ In 2.8.0.0 GNU C, not C99.) The AVLTREEN_DECLARE_AND_INIT() macro should be used instead. - New functions: env_dump(), mk?temp(), autosurf(), autosurf_name() + - mkdir_unique() removed. (Duplicate functionality with mkdtemp.) In 2.7.0.0 |