aaron 2002/10/21 21:59:26
Modified: . STATUS
Log:
More work?
Revision Changes Path
1.177 +4 -1 apr/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apr/STATUS,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- STATUS 18 Oct 2002 12:36:12 -0000 1.176
+++ STATUS 22 Oct 2002 04:59:26 -0000 1.177
@@ -81,6 +81,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.
+
* The return type of a thread function (void *) is inconsistent with
the type used in apr_thread_exit()/apr_thread_join() (apr_status_t).
The thread function's return type should be changed to apr_status_t