aaron 01/10/15 23:31:31
Modified: . CHANGES
Log:
Almost forgot this...
um...it hasn't rained in months, or something. :)
Revision Changes Path
1.169 +6 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- CHANGES 2001/10/12 19:11:59 1.168
+++ CHANGES 2001/10/16 06:31:31 1.169
@@ -1,5 +1,11 @@
Changes with APR b1
+ *) We now create exports.c and export_vars.h, which in turn create
+ exports.c. From this we generate two more files with different
+ purposes: apr.exp - list of exported symbols; and exports.lo
+ (exports.o) - an object file that can be linked with an executable
+ to force resolution of all apr symbols. [Aaron Bannert]
+
*) Add the apr_thread_cond_timedwait function to the condition
variable API. [Aaron Bannert]