From: Brian Pane Date: Tue, 20 Nov 2001 03:20:26 +0000 (+0000) Subject: optimized away some pointer arithmetic in the inner loop of the BNDM string-search... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74539b302c8423e1bac8ce43c3536bde0ea553e3;p=apache 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 --- 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