From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.0.0.0/16 X-Spam-Status: No, score=-2.2 required=3.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI, SPF_SOFTFAIL shortcircuit=no autolearn=no autolearn_force=no version=3.4.0 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZeTk6-0000M0-5e for mharc-bug-gnulib@gnu.org; Tue, 22 Sep 2015 16:00:46 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeTk4-0000Lp-CE for bug-gnulib@gnu.org; Tue, 22 Sep 2015 16:00:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeTk0-00055h-Cu for bug-gnulib@gnu.org; Tue, 22 Sep 2015 16:00:44 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:53737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeTk0-00055Z-6a for bug-gnulib@gnu.org; Tue, 22 Sep 2015 16:00:40 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 59B11160814; Tue, 22 Sep 2015 13:00:39 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id r8_BN0h30vPE; Tue, 22 Sep 2015 13:00:38 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id B100616116D; Tue, 22 Sep 2015 13:00:38 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 2n4eRF2iaBE2; Tue, 22 Sep 2015 13:00:38 -0700 (PDT) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 98698160814; Tue, 22 Sep 2015 13:00:38 -0700 (PDT) Subject: Re: [PATCH] IBM z/OS + EBCDIC support To: "Daniel Richard G." , Eric Blake , bug-gnulib@gnu.org References: <1442888927.2328038.389926169.50DB0133@webmail.messagingengine.com> <56017276.3090100@redhat.com> <1442950078.2580107.390718881.52964EA7@webmail.messagingengine.com> From: Paul Eggert Organization: UCLA Computer Science Department Message-ID: <5601B366.2080800@cs.ucla.edu> Date: Tue, 22 Sep 2015 13:00:38 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <1442950078.2580107.390718881.52964EA7@webmail.messagingengine.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 20:00:45 -0000 On 09/22/2015 12:27 PM, Daniel Richard G. wrote: > Wouldn't it be easier to apply everything to a feature branch, and > integrate it bit by bit? You can do that in your own repository if it makes things simpler, but for something this small I'd rather just see patches via email. > wc: file "//dev/null": EDC5047I An invalid file name was specified as > a function parameter How about if we add //dev/null to the configure-time test as to whether / and // are the same? If //dev/null doesn't work, then / and // are not the same.