From 74539b302c8423e1bac8ce43c3536bde0ea553e3 Mon Sep 17 00:00:00 2001 From: Brian Pane Date: Tue, 20 Nov 2001 03:20:26 +0000 Subject: [PATCH] optimized away some pointer arithmetic in the inner loop of the BNDM string-search function in mod_include git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92048 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index a7b079fb9e..ea66fbb2e6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.29-dev + *) Optimization for the BNDM string-search function in + mod_include. [Brian Pane] + *) Fixed the behavior of the XBitHack directive. [Taketo Kabe , Cliff Woolley] PR#8804 -- 2.50.1