]> granicus.if.org Git - apache/commitdiff
optimized away some pointer arithmetic in the inner loop of the BNDM string-search...
authorBrian Pane <brianp@apache.org>
Tue, 20 Nov 2001 03:20:26 +0000 (03:20 +0000)
committerBrian Pane <brianp@apache.org>
Tue, 20 Nov 2001 03:20:26 +0000 (03:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92048 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a7b079fb9ec745465e39b5e8269aea9836839644..ea66fbb2e69bcefb81f5ac170cc3d33205cdfd3f 100644 (file)
--- 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 <kabe@sra-tohoku.co.jp>, Cliff Woolley] PR#8804