You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2011/05/03 20:13:00 UTC

svn commit: r1099166 - /apr/apr/branches/1.4.x/CHANGES

Author: trawick
Date: Tue May  3 18:13:00 2011
New Revision: 1099166

URL: http://svn.apache.org/viewvc?rev=1099166&view=rev
Log:
mention reimplementation of apr_fnmatch()

Modified:
    apr/apr/branches/1.4.x/CHANGES

Modified: apr/apr/branches/1.4.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?rev=1099166&r1=1099165&r2=1099166&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.4.x/CHANGES [utf-8] Tue May  3 18:13:00 2011
@@ -1,6 +1,10 @@
                                                      -*- coding: utf-8 -*-
 Changes for APR 1.4.3
 
+  *) Reimplement apr_fnmatch() from scratch using a non-recursive
+     algorithm; now has improved compliance with the fnmatch() spec.
+     [William Rowe]
+
   *) poll, pollset, pollcb on Windows: Handle calls with no file/socket
      descriptors.  PR 49882.  [Stefan Ruppert <sr myarm.com>, Jeff Trawick]