From 65d71ab4b780a5d18a8146eb4567eb8a9105f4fe Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 13 Aug 2015 12:02:12 +0000 Subject: Add atomic_rm_rf and atomic_rm_rf_tmp --- doc/index.html | 2 +- doc/upgrade.html | 13 +++++++++---- package/deps.mak | 10 ++++++++++ package/info | 2 +- src/include/skalibs/unix-transactional.h | 3 +++ src/libunixonacid/atomic_rm_rf.c | 9 +++++++++ src/libunixonacid/atomic_rm_rf_tmp.c | 32 ++++++++++++++++++++++++++++++++ src/libunixonacid/mkdir_unique.c | 4 ++-- 8 files changed, 67 insertions(+), 8 deletions(-) create mode 100644 src/libunixonacid/atomic_rm_rf.c create mode 100644 src/libunixonacid/atomic_rm_rf_tmp.c diff --git a/doc/index.html b/doc/index.html index 9c382b2..2ee91ce 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@ with a standard C development environment

Download

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 @@

What has changed in skalibs

+

in 2.3.7.0

+ + +

in 2.3.6.1

-

in 2.3.6.0