ianh 02/02/12 14:16:39
Modified: . CHANGES STATUS
Log:
atomic fn's added
any volunteers for arch/os specific versions?
Revision Changes Path
1.218 +2 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -r1.217 -r1.218
--- CHANGES 7 Feb 2002 22:51:25 -0000 1.217
+++ CHANGES 12 Feb 2002 22:16:39 -0000 1.218
@@ -1,4 +1,6 @@
Changes with APR b1
+ *) added new functions for atomic operations. These are experimental
+ at the moment, so use in apps is discouraged [Ian Holsman]
*) Disable SHMEM_MMAP_ZERO on HPUX 11.x where it is not supported.
Use SHMEM_SHMGET_ANON instead. [Aaron Bannert]
1.98 +3 -1 apr/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apr/STATUS,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- STATUS 4 Feb 2002 19:15:20 -0000 1.97
+++ STATUS 12 Feb 2002 22:16:39 -0000 1.98
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS:
-*-text-*-
-Last modified at [$Date: 2002/02/04 19:15:20 $]
+Last modified at [$Date: 2002/02/12 22:16:39 $]
Release:
@@ -37,6 +37,8 @@
lest we support 2 lock APIs in perpetuity.
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
+ * Need some architecture/OS specific versions of the atomic operations.
+ Ian Volunteers for the x86 & sparc versions
* The new lock API is a full replacement for the old API, but is
not yet complete on all platforms. Components that are incomplete