Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 8088 invoked by uid 500); 12 Oct 2001 19:16:48 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 8077 invoked from network); 12 Oct 2001 19:16:46 -0000 Date: 12 Oct 2001 19:11:59 -0000 Message-ID: <20011012191159.61509.qmail@icarus.apache.org> From: aaron@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr CHANGES X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N aaron 01/10/12 12:11:59 Modified: . CHANGES Log: Added the cond_timedwait function (and a new test for it as well). Revision Changes Path 1.168 +3 -0 apr/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/apr/CHANGES,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- CHANGES 2001/10/06 21:31:10 1.167 +++ CHANGES 2001/10/12 19:11:59 1.168 @@ -1,5 +1,8 @@ Changes with APR b1 + *) Add the apr_thread_cond_timedwait function to the condition + variable API. [Aaron Bannert] + *) Fixed apr_file_mktemp on systems without mkstemp (Win32, etc). [Mladen Turk, Cliff Woolley]