summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2001-11-09 22:59:00 +0000
committerianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2001-11-09 22:59:00 +0000
commita46629394bcf67de115e4d6f60c27f5bf3efb1e8 (patch)
treedf199a708404552eb48ab794dc21b5e4acef2bcf /CHANGES
parent3aa54e62b9202aace7f5f6202e9b194676fbbf84 (diff)
downloadlibapr-a46629394bcf67de115e4d6f60c27f5bf3efb1e8.tar.gz
Add 2 new hash functions.
apr_hash_copy & apr_hash_merge. the merge function allows for a callback if both hash's have the same value this changes the overlay function so that it calls the 'merge' Submitted by: Brian Pane <bpane@pacbell.net> Reviewed by: Ian Holsman git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62493 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 d5e592730..f479a7b78 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
Changes with APR b1
+ *) New functions apr_hash_[merge|copy], change to overlay fn
+ so that it calls merge, which does a inline iteration instead
+ of calling the iterator function. [Brian Pan <bpane@pacbell.net]
+
*) Introduce the apr_pool_userdata_setn() variant that doesn't
strdup the key. Allows both the _setn() and _set() variant to
accept NULL for the cleanup. [Brian Pane <bpane@pacbell.net]