From a1811ef52374d28346eb554930bd40f885fbed22 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 13 Jul 2015 10:22:16 +0000 Subject: - sysdeps for strnlen (Solaris... sigh) - rc for 2.3.5.2 --- configure | 1 + doc/index.html | 2 +- doc/upgrade.html | 6 ++++++ package/deps.mak | 2 +- package/info | 2 +- src/include/skalibs/bytestr.h | 9 ++++++++- src/sysdeps/trystrnlen.c | 4 ++++ 7 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 src/sysdeps/trystrnlen.c diff --git a/configure b/configure index 5655761..b1d38cb 100755 --- a/configure +++ b/configure @@ -468,6 +468,7 @@ EOF choose clr signalfd SIGNALFD 'signalfd()' choose clr splice SPLICE 'splice()' choose cl strcasestr STRCASESTR 'strcasestr()' + choose cl strnlen STRNLEN 'strnlen()' choose c uint64t UINT64T 'uint64_t' if $forcedevr ; then diff --git a/doc/index.html b/doc/index.html index cebacec..f702f1c 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 9de38a2..9311332 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@

What has changed in skalibs

+

in 2.3.5.2

+ + +

in 2.3.5.1