Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 56643 invoked from network); 11 Jun 2008 17:47:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2008 17:47:07 -0000 Received: (qmail 65676 invoked by uid 500); 11 Jun 2008 17:47:10 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 65653 invoked by uid 500); 11 Jun 2008 17:47:10 -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 65638 invoked by uid 99); 11 Jun 2008 17:47:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2008 10:47:09 -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; Wed, 11 Jun 2008 17:46:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 65047234C138 for ; Wed, 11 Jun 2008 10:46:45 -0700 (PDT) Message-ID: <1930137347.1213206405412.JavaMail.jira@brutus> Date: Wed, 11 Jun 2008 10:46:45 -0700 (PDT) From: "Eric Lemings (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Resolved: (STDCXX-871) document rw_printf() directives In-Reply-To: <1847100.1208272265025.JavaMail.jira@brutus> 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-871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lemings resolved STDCXX-871. --------------------------------- Resolution: Fixed A few remaining undocumented directives are listed in the last section. They're pretty complicated and will require a fair bit of time devoted to writing good specifications in the documentation. > document rw_printf() directives > ------------------------------- > > Key: STDCXX-871 > URL: https://issues.apache.org/jira/browse/STDCXX-871 > Project: C++ Standard Library > Issue Type: Improvement > Components: Test Driver > Affects Versions: 4.1.2, 4.1.3, 4.1.4, 4.2.0 > Reporter: Martin Sebor > Assignee: Eric Lemings > Fix For: 4.2.2 > > Original Estimate: 13.33h > Time Spent: 12h > Remaining Estimate: 1.33h > > The {{rw_printf()}} family of functions (declared in the [{{}}|http://svn.apache.org/repos/asf/stdcxx/trunk/tests/include/rw_printf.h] header) extend the similar C99 functions by a number of formatting directives for various C++ types. Only a few of these are documented, making the functions hard to use. Documentation for the remaining directives needs to be added. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.