From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82778 invoked by alias); 12 Aug 2019 18:45:58 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 82769 invoked by uid 89); 12 Aug 2019 18:45:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,HTML_MESSAGE autolearn=ham version=3.3.1 spammy=H*c:alternative X-HELO: mx.coeval.ca Received: from mx.coeval.ca (HELO mx.coeval.ca) (184.75.211.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Aug 2019 18:45:56 +0000 Received: from mail-ot1-f54.google.com (mail-ot1-f54.google.com [209.85.210.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.coeval.ca (Postfix) with ESMTPSA id 06212436054 for ; Mon, 12 Aug 2019 18:45:55 +0000 (UTC) Received: by mail-ot1-f54.google.com with SMTP id c34so22735701otb.7 for ; Mon, 12 Aug 2019 11:45:55 -0700 (PDT) MIME-Version: 1.0 References: <20190812183037.55230-1-jon.turney@dronecode.org.uk> In-Reply-To: <20190812183037.55230-1-jon.turney@dronecode.org.uk> Reply-To: joel@rtems.org From: Joel Sherrill Date: Mon, 12 Aug 2019 18:45:00 -0000 Message-ID: Subject: Re: [PATCH 0/4] fenv doc fixes To: Jon Turney Cc: Newlib Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019/txt/msg00465.txt.bz2 These all look good to me. Sorry for the mistakes. Thank you for fixing them. --joel On Mon, Aug 12, 2019 at 1:30 PM Jon Turney wrote: > Jon Turney (4): > fenv: fe_dfl_env.c doesn't contain any documentation > fenv: Fix mangled makedoc markup > fenv: Fix typo-ed variable name in documentation > fenv: Update makedocbookpy for eae68bfc > > newlib/doc/makedocbook.py | 4 +++- > newlib/libm/fenv/Makefile.am | 2 +- > newlib/libm/fenv/Makefile.in | 2 +- > newlib/libm/fenv/fegetexceptflag.c | 2 +- > newlib/libm/fenv/feraiseexcept.c | 2 +- > newlib/libm/fenv/fesetenv.c | 4 ++-- > newlib/libm/fenv/fesetexceptflag.c | 4 ++-- > newlib/libm/fenv/feupdateenv.c | 6 +++--- > 8 files changed, 14 insertions(+), 12 deletions(-) > > -- > 2.21.0 > >