Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 23498 invoked from network); 5 May 2008 17:28:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 May 2008 17:28:18 -0000 Received: (qmail 41372 invoked by uid 500); 5 May 2008 17:28:20 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 41345 invoked by uid 500); 5 May 2008 17:28:20 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 41334 invoked by uid 99); 5 May 2008 17:28:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2008 10:28:20 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2008 17:27:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 970A3234C100 for ; Mon, 5 May 2008 10:27:55 -0700 (PDT) Message-ID: <993649146.1210008475603.JavaMail.jira@brutus> Date: Mon, 5 May 2008 10:27:55 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Updated: (STDCXX-563) split up rw/_mutex.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-563: -------------------------------- Priority: Minor (was: Major) This would be nice to have but it's not essential. Lowered Priority to Minor. > split up rw/_mutex.h > -------------------- > > Key: STDCXX-563 > URL: https://issues.apache.org/jira/browse/STDCXX-563 > Project: C++ Standard Library > Issue Type: Improvement > Components: Build > Affects Versions: 4.2.0 > Reporter: Martin Sebor > Assignee: Farid Zaripov > Priority: Minor > Fix For: 4.2.2 > > Attachments: stdcxx-563.patch > > Original Estimate: 4h > Remaining Estimate: 4h > > The internal header has become too big and hard to maintain. It would be an improvement to split it up into multiple headers, one for each supported implementation of threads, along the lines of what was done with the header in http://svn.apache.org/viewvc?view=rev&revision=382600. This is too big to do for 4.2 but simple enough that it could go in 4.2.1. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.