summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-05-03 18:13:00 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-05-03 18:13:00 +0000
commit0e8785fafda408234f84e13af6ac8ae74d491457 (patch)
tree49eaec8d947a20b884b83d23fc99e3e9254a1481 /CHANGES
parent3bfbd3794dd926bec36084c1d7a9a463a8375168 (diff)
downloadlibapr-0e8785fafda408234f84e13af6ac8ae74d491457.tar.gz
mention reimplementation of apr_fnmatch()
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1099166 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0da8d52a9..29ada0248 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]