From owner-freebsd-standards Mon Apr 29 14:58:55 2002 Delivered-To: freebsd-standards@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EC9037B400; Mon, 29 Apr 2002 14:58:52 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3TLwqm09111; Mon, 29 Apr 2002 14:58:52 -0700 (PDT) (envelope-from mike) Date: Mon, 29 Apr 2002 14:58:52 -0700 (PDT) From: Message-Id: <200204292158.g3TLwqm09111@freefall.freebsd.org> To: mike@FreeBSD.org, freebsd-bugs@FreeBSD.org, standards@FreeBSD.org Subject: Re: misc/23103: lacks many ISO C99 features (NAN, isfinite,...) Sender: owner-freebsd-standards@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: lacks many ISO C99 features (NAN, isfinite,...) Responsible-Changed-From-To: freebsd-bugs->standards Responsible-Changed-By: mike Responsible-Changed-When: Mon Apr 29 14:55:20 PDT 2002 Responsible-Changed-Why: Assign this to -standards, until someone volunteers to implement these C99 additions to . http://www.freebsd.org/cgi/query-pr.cgi?pr=23103 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message From owner-freebsd-standards Tue Apr 30 2:40: 9 2002 Delivered-To: freebsd-standards@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 848E837B41A for ; Tue, 30 Apr 2002 02:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3U9e2363576; Tue, 30 Apr 2002 02:40:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 30 Apr 2002 02:40:02 -0700 (PDT) Message-Id: <200204300940.g3U9e2363576@freefall.freebsd.org> To: freebsd-standards@FreeBSD.org Cc: From: Jens Schweikhardt Subject: Re: bin/11114: make(1) does not work as documented with .POSIX: target Reply-To: Jens Schweikhardt Sender: owner-freebsd-standards@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR bin/11114; it has been noted by GNATS. From: Jens Schweikhardt To: "Tim J. Robbins" Cc: bug-followup@FreeBSD.ORG, cjclark@alum.mit.edu, jmallett@FreeBSD.ORG Subject: Re: bin/11114: make(1) does not work as documented with .POSIX: target Date: Tue, 30 Apr 2002 09:13:15 +0200 Tim et al, On Thu, Apr 18, 2002 at 03:50:09PM +1000, Tim J. Robbins wrote: # Please try this patch & let me know whether it corrects the problems # with the special .POSIX target. It is against HEAD, to try it on a 4.x # release you will need to edit str.c and remove __DECONST macro usage. # I realise it's not a particularly clean solution, and I'd be interested # to hear how it could be done better. I've applied the patch on a -current system and it does the Right Thing for my test case: schweikh@hal9000:~/txt/bug $ /usr/obj/src/current/usr.bin/make/make c89 -O -g -c prog.c echo 1003.2 1003.2 c89 -o prog prog.o One thing to keep in mind: as soon as we have a c99(1) we should change the CC variable to use that instead of c89 (to comply with POSIX 2001). Regards, Jens -- Jens Schweikhardt http://www.schweikhardt.net/ SIGSIG -- signature too long (core dumped) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message From owner-freebsd-standards Thu May 2 1:51:39 2002 Delivered-To: freebsd-standards@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC57437B405; Thu, 2 May 2002 01:51:38 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g428pcs25442; Thu, 2 May 2002 01:51:38 -0700 (PDT) (envelope-from tjr) Date: Thu, 2 May 2002 01:51:38 -0700 (PDT) From: Message-Id: <200205020851.g428pcs25442@freefall.freebsd.org> To: tim@robbins.dropbear.id.au, tjr@FreeBSD.org, freebsd-standards@FreeBSD.org Subject: Re: standards/36191: P1003.1-2001 csplit utility Sender: owner-freebsd-standards@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: P1003.1-2001 csplit utility State-Changed-From-To: open->patched State-Changed-By: tjr State-Changed-When: Thu May 2 01:45:11 PDT 2002 State-Changed-Why: Committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=36191 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message