diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-13 12:02:12 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-13 12:02:12 +0000 |
commit | 65d71ab4b780a5d18a8146eb4567eb8a9105f4fe (patch) | |
tree | 93dae694b1fd6917176711e467f4f3efab16d1e9 /doc/upgrade.html | |
parent | 01dc2086a7b722133ce6d1582e4226942d590cb0 (diff) | |
download | skalibs-65d71ab4b780a5d18a8146eb4567eb8a9105f4fe.tar.xz |
Add atomic_rm_rf and atomic_rm_rf_tmp
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 381aa8a..6058dda 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,13 +18,18 @@ <h1> What has changed in skalibs </h1> +<h2> in 2.3.7.0 </h2> + +<ul> + <li> New functions: <tt>atomic_rm_rf()</tt>, <tt>atomic_rm_rf_tmp()</tt>. </li> +</ul> + <h2> in 2.3.6.1 </h2> <ul> <li> No functional changes. </li> </ul> - <h2> in 2.3.6.0 </h2> <ul> @@ -46,13 +51,13 @@ <h2> in 2.3.5.0 </h2> <ul> - <li> New functions: bitarray_count(), openwritevnclose_at() </li> + <li> New functions: <tt>bitarray_count()</tt>, <tt>openwritevnclose_at()</tt> </li> </ul> <h2> in 2.3.4.0 </h2> <ul> - <li> New function: stat_at() </li> + <li> New function: <tt>stat_at()</tt> </li> <li> The rest of the changes are bugfixes or QoL. </li> </ul> @@ -65,7 +70,7 @@ <h2> in 2.3.2.0 </h2> <ul> - <li> New macro: gid0_scan() </li> + <li> New macro: <tt>gid0_scan()</tt> </li> </ul> <h2> in 2.3.1.3 </h2> |