summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2005-09-09 16:39:42 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2005-09-09 16:39:42 +0000
commit8ae0493a9aa1b34052a5e906c7e4960700315df9 (patch)
treebfc9c1afe572c3ca5258325116ddc0a37742bf2e /STATUS
parent873315fb044ce5977e0649c773c6ee7c22d702f7 (diff)
downloadlibapr-8ae0493a9aa1b34052a5e906c7e4960700315df9.tar.gz
Add a thought bubble.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@279812 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS3
1 files changed, 3 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index f717bafa8..4a348a582 100644
--- a/STATUS
+++ b/STATUS
@@ -67,6 +67,9 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
* Someone needs to port testucs to Unix. Right now it only works
on Windows.
+ OtherBill asks; should we have a test/arch/xxx tree?
+ The ucs implementation is an internal for
+ unicode/utf-8 win32isms.
* The return type of a thread function (void *) is inconsistent with
the type used in apr_thread_exit()/apr_thread_join() (apr_status_t).