summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-11-06 06:53:07 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-11-06 06:53:07 +0000
commit29a3443af1ad5fba3ce615ca149ff7c8cc50e853 (patch)
treecf79891679885059f1c450d0c742a6a5da168ca4 /STATUS
parente4ff144694bc477da17e09d495a4b36e12873959 (diff)
downloadapr-29a3443af1ad5fba3ce615ca149ff7c8cc50e853.tar.gz
Whitespace, add an item
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@592313 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS5
1 files changed, 5 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index d5fdd15b0..347f448bd 100644
--- a/STATUS
+++ b/STATUS
@@ -149,6 +149,8 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
library? It is perfectly legitimate to have apps needing
both versions (threaded/reentrant and non-threaded/non-reentrant)
on the same machine.
+ Wrowe chuckles, uhm, it already is. And seems most have shifted
+ to shipping threaded builds, of at least apr itself.
* Pools debugging
- Find a way to do check if a pool is used in multiple
@@ -248,6 +250,7 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
'loadable module' names, so be careful with Apache's directive.
AIX, HPUX may use similar (.so for a 'module's name while the
defaults .a or .sl are used for libs.)
+
* Possible gmtime_r replacement in explode_time
On Solaris (and possibly others), the gmtime_r libc function obtains
a mutex. We have seen 21/25 threads being blocked in this mutex on
@@ -358,6 +361,8 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
usefulness, perhaps hidden, generic read-only [immutable],
effective current user permissions, etc.
+ * dso getsym implementation are becoming very strict about returning
+ a fn pointer v.s. a data pointer, this should be split in apr_dso.
Interface Changes Postponed for APR 2.0: