diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-08-14 21:02:59 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-08-14 21:02:59 +0000 |
commit | d4c648197db2b8fdbc0fdc9583a8f7c58e019c4c (patch) | |
tree | 6643e9e63325c1541114fd36bc07bb8c4556e1f7 /doc/upgrade.html | |
parent | 7bf3e29007350897cb708da01df845f4d58b4173 (diff) | |
download | skalibs-d4c648197db2b8fdbc0fdc9583a8f7c58e019c4c.tar.xz |
Remove avl*_deletenode() macros, document all added functions
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 3f1f1d9..e588c1c 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -19,11 +19,14 @@ <h2> in 2.7.0.0 </h2> <ul> - <li> New functions: <tt>ipc_timed_sendv()</tt>, <tt>unlink_void()</tt> </li> + <li> New functions: <tt>ipc_timed_sendv()</tt>, <tt>unlink_void()</tt>, +<tt>skagetln_loose()</tt>, <tt>skagetlnsep_loose()</tt>, +<tt>genset_deepfree()</tt>, <tt>gensetdyn_deepfree()</tt> </li> <li> The <a href="libstddjb/djbunix.html">dir_close()</a> function now returns void and leaves errno unchanged. </li> <li> The <tt>absolutepath()</tt> and <tt>sarealpath_tmp()</tt> functions, as well -as the <tt>skalibs/mininetstring.h</tt> and <em>prot</em> family of functions, have been removed. </li> +as the <tt>avl*_deletenode()</tt>, <tt>skalibs/mininetstring.h</tt> and <em>prot</em> +families of functions, have been removed. </li> <li> <a href="libstddjb/djbunix.html">skalibs/djbunix.h</a> does not include <tt>skalibs/env.h</tt> anymore. </li> </ul> |