From owner-svn-src-head@freebsd.org Fri Nov 6 15:39:06 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7EC9A2769E; Fri, 6 Nov 2015 15:39:06 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A98CF186B; Fri, 6 Nov 2015 15:39:06 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pacdm15 with SMTP id dm15so101882231pac.3; Fri, 06 Nov 2015 07:39:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=mVzRtxaF+z61FYKEYpLGHr+kbpzQe1vs5b8Tly1luNQ=; b=YLA7yvn+IMTAq3V5jzlBbmu4XouTkUlbOd1lX070GHVeG+1UcnIPmeENCPmv19LxzZ pkJQDQiYhdIJn+RbAtoTvC4yaPzEsdXFYp5n3n9lRiYHVV46LnjnzrPEj2ckgMUpzbC/ FqHvkQQGLtGB2R3sy95O/DZoJYSIrPAOmJbTbcBZxtqUPFzw6S9NHxvfvkNUDhmOtPiG zYY2AAO/KkbHL4ziXvjaX5YIu5OZ3nprAu0cLMPi1BkWQ9h4JIKciVdlbLFVXh3Z0pQj g8lOl9dT2czBBC2Dga1fBPX5Oh3m8EkDTlnqb7DHjltWg+W10tm8zilabiJIlTDdUkO/ 5BYQ== X-Received: by 10.66.218.2 with SMTP id pc2mr18519178pac.112.1446824346209; Fri, 06 Nov 2015 07:39:06 -0800 (PST) Received: from [192.168.20.11] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id ha3sm771098pbb.28.2015.11.06.07.39.05 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 06 Nov 2015 07:39:05 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r290445 - head/contrib/libxo/libxo From: Garrett Cooper X-Mailer: iPhone Mail (13B143) In-Reply-To: <201511061429.tA6ETPQb034160@repo.freebsd.org> Date: Fri, 6 Nov 2015 07:39:04 -0800 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org, phil@juniper.net, marcel@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <8A650CBE-9B94-4808-BC81-8731B9BCC01C@gmail.com> References: <201511061429.tA6ETPQb034160@repo.freebsd.org> To: Hajimu UMEMOTO X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2015 15:39:06 -0000 Hi Umemoto-san, > On Nov 6, 2015, at 06:29, Hajimu UMEMOTO wrote: > > Author: ume > Date: Fri Nov 6 14:29:25 2015 > New Revision: 290445 > URL: https://svnweb.freebsd.org/changeset/base/290445 > > Log: > The field modifier for trimming whitespace > is not `q' but `t'. Could you please submit this change upstream to the libxo github project? Thanks :)! -NGie