summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2004-04-18 12:12:49 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2004-04-18 12:12:49 +0000
commit85d616ecce2ce6c30f9a4a9ef00d3e797e8128b5 (patch)
tree2a62301c7e5dd079d4eb8387ae9e700d2f1179b7 /CHANGES
parentca23194fd0d52b40e86ab864faeb1c9ef6ea245c (diff)
downloadlibapr-85d616ecce2ce6c30f9a4a9ef00d3e797e8128b5.tar.gz
Allow developers to specify their own hash function for hash tables using
the apr_hash_make_custom API. Submitted by: Ami Ganguli <hse_ami@yahoo.co.uk> Reviewed by: Ryan Bloom <rbb@apache.org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65067 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bc2fe4a83..9f47062f3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@ Changes for APR 1.1 [Deferring these features when 1.0 is rolled out.]
Changes with APR 1.0
+ *) Add support for developers to use their own hashing function with
+ apr_hash_make_custom. [Ami Ganguli <hse_ami@yahoo.co.uk>]
+
*) Support "large files" by default on 32-bit Unix platforms which
implement the LFS standard. [Joe Orton]