diff options
author | Davi Arnaut <davi@apache.org> | 2007-06-30 22:48:52 +0000 |
---|---|---|
committer | Davi Arnaut <davi@apache.org> | 2007-06-30 22:48:52 +0000 |
commit | 8e8fdb279b054f6c0e2c993af540b1e2478cdd93 (patch) | |
tree | 7f0a6c2a6e04a0eb2ce28d4895da736455edcfa4 /CHANGES | |
parent | 728dc1a0f21a68acdc5b02744ca12c9cc9aaae88 (diff) | |
download | apr-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |