summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavi Arnaut <davi@apache.org>2007-06-30 22:48:52 +0000
committerDavi Arnaut <davi@apache.org>2007-06-30 22:48:52 +0000
commit8e8fdb279b054f6c0e2c993af540b1e2478cdd93 (patch)
tree7f0a6c2a6e04a0eb2ce28d4895da736455edcfa4 /CHANGES
parent728dc1a0f21a68acdc5b02744ca12c9cc9aaae88 (diff)
downloadapr-8e8fdb279b054f6c0e2c993af540b1e2478cdd93.tar.gz
Add table cloning (deep copy) convenience function named apr_table_clone().
The function copies all fields of the table, and makes copies of dynamically allocated memory pointed to by the fields. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@552223 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 33024acbd..7ada1238b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes for APR 1.3.0
+ *) Add table cloning (deep copy) convenience function.
+ [Davi Arnaut]
+
*) Rework the WIN32 CV code to signal the condition only if one or
more threads are blocked on the condition variable. If no threads
are waiting on the condition variable, nothing happens. The change