summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-03-07 17:57:19 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-03-07 17:57:19 +0000
commit769c56ce0b9a12065fd7f13a627cb74768e800ae (patch)
treebd0c2c03a57d73625db41795e88b2edf48d85018 /STATUS
parenta15a0500ae23d86b0c9f7228585f9f2a4b773438 (diff)
downloadlibapr-769c56ce0b9a12065fd7f13a627cb74768e800ae.tar.gz
Change the return type of apr_hash_count() to some counter type
("int") instead of a size type (apr_size_t). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61345 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS6
1 files changed, 1 insertions, 5 deletions
diff --git a/STATUS b/STATUS
index 02b14e65f..e84f8985e 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*-
-Last modified at [$Date: 2001/02/18 00:32:16 $]
+Last modified at [$Date: 2001/03/07 17:57:11 $]
Release:
@@ -105,10 +105,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
* toss the per-Makefile setup of INCLUDES; shift to rules.mk.in
- * Change the return type of apr_hash_count() to some counter type
- (like "int") instead of a size type (apr_size_t). Jeff will
- do this Real Soon Now (so he says on 20010121).
-
* add the rest of the pool accessor declare/impl macros.
Status: Greg volunteers