From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2876 invoked by alias); 12 Dec 2015 07:51:21 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 2856 invoked by uid 89); 12 Dec 2015 07:51:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f179.google.com Received: from mail-ob0-f179.google.com (HELO mail-ob0-f179.google.com) (209.85.214.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 12 Dec 2015 07:51:18 +0000 Received: by obc18 with SMTP id 18so98657255obc.2 for ; Fri, 11 Dec 2015 23:51:16 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.95.34 with SMTP id dh2mr7925578oeb.28.1449906676341; Fri, 11 Dec 2015 23:51:16 -0800 (PST) Received: by 10.76.107.238 with HTTP; Fri, 11 Dec 2015 23:51:16 -0800 (PST) Date: Sat, 12 Dec 2015 07:51:00 -0000 Message-ID: Subject: __STRICT_ANSI__ and stdio.h From: KIMURA Masaru To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00140.txt.bz2 Hi, is cygwin's __STRICT_ANSI__ and stdio.h behavior not so compatible to glibc's? especially, i meant routines in POSIX 1003.1:2001 (popen(), pclose(), etc). for a specific example, see a cparser issue[1] i submitted. Peace, ----- [1] https://github.com/MatzeB/cparser/issues/10 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple