aaron 02/01/23 20:30:03
Modified: . CHANGES
Log:
apr_file_dup2() prototype change.
Revision Changes Path
1.212 +5 -1 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- CHANGES 23 Jan 2002 02:15:44 -0000 1.211
+++ CHANGES 24 Jan 2002 04:30:03 -0000 1.212
@@ -1,6 +1,10 @@
Changes with APR b1
- *) Implemented name-based shared memory on Unix. [Aaron Bannert]
+ *) Changed the apr_file_dup2() function prototype. It can only
+ take and reuse an apr_file_t*, and will no longer create one
+ if *new_file == NULL (use apr_file_dup() for that). [Aaron Bannert]
+
+ *) Implemented name-based shared memory on Unix. [Aaron Bannert]
*) Fix spelling mistakes in APRDesign.
[Blair Zajac <blair@orcaware.com>]
|