diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-08 13:04:23 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-08 13:04:23 +0000 |
commit | 08d02a8c3176ba0b04dd10bd97e06a7caffe5491 (patch) | |
tree | 13bbb1d77048e0c5c1fad9ed01f311eeee860244 | |
parent | 8218512811aceef63956fb5a41785e4cbc0ffd31 (diff) | |
download | skalibs-08d02a8c3176ba0b04dd10bd97e06a7caffe5491.tar.xz |
Document mkdir_unique removal
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2011-2018 Laurent Bercot <ska-skaware@skarnet.org> +Copyright (c) 2011-2019 Laurent Bercot <ska-skaware@skarnet.org> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/doc/upgrade.html b/doc/upgrade.html index 105ddba..924ebc4 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,6 +21,9 @@ <ul> <li> The avltreeb macros have been removed. Instead, the <tt>AVLTREEN_DECLARE_AND_INIT() macro has been added. </li> + <li> The <tt>mkdir_unique()</tt> function has been removed. +(It duplicated the functionality of the standard <tt>mkdtemp()</tt> +function.) </li> <li> New functions: <tt>env_dump()</tt>, <tt>mk?temp()</tt>, <tt>autosurf()</tt>, <tt>autosurf_name()</tt> </li> </ul> |