From 92e40f4f3b8e153b86093996d2a6d2a1160e105d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 11 May 2019 06:22:36 +0000 Subject: Add tryemptyregex/skalibs_regcomp, prepare for 2.8.1.0 --- NEWS | 6 ++++++ configure | 1 + doc/index.html | 2 +- doc/upgrade.html | 11 +++++++++++ package/info | 2 +- src/include/skalibs/posixplz.h | 8 ++++++++ src/sysdeps/tryemptyregex.c | 16 ++++++++++++++++ 7 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 src/sysdeps/tryemptyregex.c diff --git a/NEWS b/NEWS index d5db501..17d0e04 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for skalibs. +In 2.8.1.0 +---------- + + - Added skalibs_regcomp(), accepting empty regexes on BSDs. + + In 2.8.0.1 ---------- diff --git a/configure b/configure index a793676..b9dc50e 100755 --- a/configure +++ b/configure @@ -548,6 +548,7 @@ EOF choose cl namespaces NAMESPACES 'namespaces' choose cl nsgetparent NSGETPARENT 'NS_GET_PARENT' choose cl explicit_bzero EXPLICIT_BZERO 'explicit_bzero()' + choose clr emptyregex EMPTYREGEX 'regcomp() accept empty regexes' echo '#endif' >> $sysdeps/sysdeps.h fi diff --git a/doc/index.html b/doc/index.html index 1c0191e..5b51583 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@ with a standard C development environment

Download