[PATCH 0/2] replace pcre with regex

Colin King colin.king at canonical.com
Tue Nov 24 13:01:01 UTC 2015


From: Colin Ian King <colin.king at canonical.com>

This replaces pcre with regex and removes the dependency of libpcre

Colin Ian King (2):
  lib: klog: remove use of pcre, use regex instead
  utilities: kernelscan: remove use of pcre, use regex instead

 debian/control              |  2 +-
 src/lib/include/fwts_klog.h |  6 +--
 src/lib/src/Makefile.am     |  2 +-
 src/lib/src/fwts_klog.c     | 99 +++++++++++++--------------------------------
 src/utilities/Makefile.am   |  1 -
 src/utilities/kernelscan.c  | 34 +++++++---------
 6 files changed, 47 insertions(+), 97 deletions(-)

-- 
2.6.2




More information about the fwts-devel mailing list