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-Tag: 2.0.29~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ab31320fdc4f273caf2b6b61fb6a8dd0a7e9930;p=thirdparty%2Fapache%2Fhttpd.git 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 a7b079fb9ec..ea66fbb2e69 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