From owner-svn-src-head@freebsd.org Mon Feb 19 05:10:24 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3955F02170; Mon, 19 Feb 2018 05:10:23 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 913C580475; Mon, 19 Feb 2018 05:10:23 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8355E161D5; Mon, 19 Feb 2018 05:10:23 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1J5AN44025944; Mon, 19 Feb 2018 05:10:23 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1J5AM5O025936; Mon, 19 Feb 2018 05:10:22 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201802190510.w1J5AM5O025936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Mon, 19 Feb 2018 05:10:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r329554 - head/contrib/less X-SVN-Group: head X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: head/contrib/less X-SVN-Commit-Revision: 329554 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 19 Feb 2018 05:10:24 -0000 Author: delphij Date: Mon Feb 19 05:10:22 2018 New Revision: 329554 URL: https://svnweb.freebsd.org/changeset/base/329554 Log: MFV r329552: less v530. MFC after: 2 weeks Modified: head/contrib/less/NEWS head/contrib/less/README head/contrib/less/command.c head/contrib/less/help.c head/contrib/less/less.nro head/contrib/less/lessecho.nro head/contrib/less/lesskey.nro head/contrib/less/version.c Directory Properties: head/contrib/less/ (props changed) Modified: head/contrib/less/NEWS ============================================================================== --- head/contrib/less/NEWS Mon Feb 19 04:56:22 2018 (r329553) +++ head/contrib/less/NEWS Mon Feb 19 05:10:22 2018 (r329554) @@ -11,7 +11,7 @@ ====================================================================== - Major changes between "less" versions 487 and 529 + Major changes between "less" versions 487 and 530 * Don't output terminal init sequence if using -F and file fits on one screen. Modified: head/contrib/less/README ============================================================================== --- head/contrib/less/README Mon Feb 19 04:56:22 2018 (r329553) +++ head/contrib/less/README Mon Feb 19 05:10:22 2018 (r329554) @@ -7,9 +7,9 @@ ************************************************************************** ************************************************************************** - Less, version 529 + Less, version 530 - This is the distribution of less, version 529, released 13 Nov 2017. + This is the distribution of less, version 530, released 05 Dec 2017. This program is part of the GNU project (http://www.gnu.org). This program is free software. You may redistribute it and/or Modified: head/contrib/less/command.c ============================================================================== --- head/contrib/less/command.c Mon Feb 19 04:56:22 2018 (r329553) +++ head/contrib/less/command.c Mon Feb 19 05:10:22 2018 (r329554) @@ -812,7 +812,7 @@ getcc_end_command() * (characters previously given to ungetcc or ungetsc). */ static LWCHAR -getccu() +getccu(VOID_PARAM) { LWCHAR c; if (ungot == NULL) Modified: head/contrib/less/help.c ============================================================================== --- head/contrib/less/help.c Mon Feb 19 04:56:22 2018 (r329553) +++ head/contrib/less/help.c Mon Feb 19 05:10:22 2018 (r329554) @@ -1,4 +1,4 @@ -/* This file was generated by mkhelp.pl from less.hlp at 17:31 on 2017/11/13 */ +/* This file was generated by mkhelp.pl from less.hlp at 22:56 on 2017/12/5 */ #include "less.h" constant char helpdata[] = { '\n', Modified: head/contrib/less/less.nro ============================================================================== --- head/contrib/less/less.nro Mon Feb 19 04:56:22 2018 (r329553) +++ head/contrib/less/less.nro Mon Feb 19 05:10:22 2018 (r329554) @@ -1,4 +1,4 @@ -.TH LESS 1 "Version 529: 13 Nov 2017" +.TH LESS 1 "Version 530: 05 Dec 2017" .SH NAME less \- opposite of more .SH SYNOPSIS @@ -1199,6 +1199,8 @@ uses the original file, as normal. To use an input pipe, make the first character in the LESSOPEN environment variable a vertical bar (|) to signify that the input preprocessor is an input pipe. +As with non-pipe input preprocessors, the command string must contain one +occurrence of %s, which is replaced with the filename of the input file. .PP For example, on many Unix systems, this script will work like the previous example scripts: Modified: head/contrib/less/lessecho.nro ============================================================================== --- head/contrib/less/lessecho.nro Mon Feb 19 04:56:22 2018 (r329553) +++ head/contrib/less/lessecho.nro Mon Feb 19 05:10:22 2018 (r329554) @@ -1,4 +1,4 @@ -.TH LESSECHO 1 "Version 529: 13 Nov 2017" +.TH LESSECHO 1 "Version 530: 05 Dec 2017" .SH NAME lessecho \- expand metacharacters .SH SYNOPSIS Modified: head/contrib/less/lesskey.nro ============================================================================== --- head/contrib/less/lesskey.nro Mon Feb 19 04:56:22 2018 (r329553) +++ head/contrib/less/lesskey.nro Mon Feb 19 05:10:22 2018 (r329554) @@ -1,4 +1,4 @@ -.TH LESSKEY 1 "Version 529: 13 Nov 2017" +.TH LESSKEY 1 "Version 530: 05 Dec 2017" .SH NAME lesskey \- specify key bindings for less .SH SYNOPSIS Modified: head/contrib/less/version.c ============================================================================== --- head/contrib/less/version.c Mon Feb 19 04:56:22 2018 (r329553) +++ head/contrib/less/version.c Mon Feb 19 05:10:22 2018 (r329554) @@ -852,6 +852,7 @@ v526 10/25/17 Fix search hilite bug introduced in v5 v527 10/30/17 Fix search hilite bug on last page with -a. v528 11/3/17 Make second ESC-u clear status column. v529 11/12/17 Display Unicode formatting chars in hex if -U is set. +v530 12/2/17 Minor doc change and add missing VOID_PARAM. */ -char version[] = "529"; +char version[] = "530";