From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Doug Evans Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Recognize '\r' for line buffering purposes Date: Sat, 17 May 2014 12:27:43 -0700 Message-ID: References: <87r43udpus.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1400354884 15131 80.91.229.3 (17 May 2014 19:28:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 May 2014 19:28:04 +0000 (UTC) Cc: guile-devel To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat May 17 21:27:57 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WlkGy-0006JQ-2T for guile-devel@m.gmane.org; Sat, 17 May 2014 21:27:56 +0200 Original-Received: from localhost ([::1]:41289 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlkGx-0007dY-LJ for guile-devel@m.gmane.org; Sat, 17 May 2014 15:27:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlkGr-0007dQ-0j for guile-devel@gnu.org; Sat, 17 May 2014 15:27:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlkGm-00079Y-BU for guile-devel@gnu.org; Sat, 17 May 2014 15:27:48 -0400 Original-Received: from mail-yh0-x231.google.com ([2607:f8b0:4002:c01::231]:34675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlkGm-00079T-7J; Sat, 17 May 2014 15:27:44 -0400 Original-Received: by mail-yh0-f49.google.com with SMTP id c41so5550143yho.36 for ; Sat, 17 May 2014 12:27:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=wQgF17e+U48Fvd0B3BC+z7zPQ/cElbJez2dUBW0krsY=; b=d+Izj2S6AzRi9z3fuqWigv1rcJezsWvFPYIAdbAIjwd6We04Y50lf3AtzXteQJnMqx jteUupZNhzCl6T05zAIZx81svO1gN/+YxcO9lba6chSdlNd6jI/Y/+gxd1S0AVeTs+Hi /eilxB8r7YgVv6HkpmdL3CVrpgWFRfT4SPD+w4YCVyH+UM8a378VSqEfvWm1h9tPdpUu V0LLNt6OPUd3QrKBSfBuWWsWY25NDR0EhdtAkIS7HiKSKad7lhLa+H2sgReayLy55fHn lun9iprbP2N1IggTeImLyTCPFQ0VsNudStUA/l07IshJM3wi6lUI577ENokc2t0HQMc1 61dg== X-Received: by 10.236.26.193 with SMTP id c41mr5599049yha.151.1400354863690; Sat, 17 May 2014 12:27:43 -0700 (PDT) Original-Received: by 10.170.150.70 with HTTP; Sat, 17 May 2014 12:27:43 -0700 (PDT) In-Reply-To: <87r43udpus.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c01::231 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17148 Archived-At: On Fri, May 16, 2014 at 2:39 AM, Ludovic Court=C3=A8s wrote: > WDYT? > > I=E2=80=99ll push it shortly if there are no objections. > > Ludo=E2=80=99. Hi. For reference sake, I checked glibc and it only checks '\n' (AFAICT). ref: libio/fileops.c