summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorJohn Marriott <basilisk@internode.on.net>2024-05-12 00:07:17 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-12 00:07:17 +0200
commit82792db6315f7c7b0e299cdde1566f2932a463f8 (patch)
tree1c737947e930d407f6ebdb2d07d08e14df96e560 /src/version.c
parent86f6e2c2eed7df2bf5c60cc74d08d7a8d3c75f45 (diff)
patch 9.1.0409: too many strlen() calls in the regexp enginev9.1.0409
Problem: too many strlen() calls in the regexp engine Solution: refactor code to retrieve strlen differently, make use of bsearch() for getting the character class (John Marriott) closes: #14648 Signed-off-by: John Marriott <basilisk@internode.on.net> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 430e79698a..80e7e12348 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 409,
+/**/
408,
/**/
407,