summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2007-10-30 09:04:06 +0000
committerJoe Orton <jorton@apache.org>2007-10-30 09:04:06 +0000
commit414bfb635e6b11cadfc17a6115142cae2d007dd2 (patch)
treeede9e9e55c8a45087ad013aabea8eef5e7cbc8bc /STATUS
parentdcd2fbc161efb46a43e791986adb70cfc317a9ed (diff)
downloadapr-414bfb635e6b11cadfc17a6115142cae2d007dd2.tar.gz
More random notes on interfaces.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@589994 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS13
1 files changed, 12 insertions, 1 deletions
diff --git a/STATUS b/STATUS
index 724fe258c..36719792d 100644
--- a/STATUS
+++ b/STATUS
@@ -409,7 +409,7 @@ Documentation that needs writing:
should we ever start using any other form of md5 (e.g.
openssl) then errors would become a distinct possibility.
-API Changes Postponed for APR 2.0:
+Interface Changes Postponed for APR 2.0:
* apr_atomic_casptr() has the volatile qualifier in the wrong
place: should take "pointer to volatile pointer to void", not
@@ -467,6 +467,17 @@ API Changes Postponed for APR 2.0:
exit-why value would be ignored in the same circumstances as the existing
status parameter: reason != APR_OC_REASON_DEATH.
+ * apr_file_gets() should take an apr_size_t size parameter?
+
+ * apr_table_vdo should not continue iterating through the keys
+ list once the callback function returns non-zero; see JCW's
+ comment in apr_tables.c.
+
+ * The library SONAME should vary for the different library ABIs -
+ i.e. LFS support, IPv6 support or not.
+
+ * remove APR_POLL_LASTDESC from apr_datatype_e.
+
Stuff for post 1.0:
* Almost every API in APR depends on pools, but pool semantics