svn commit: r329552 - vendor/less/dist
Xin LI
delphij at FreeBSD.org
Mon Feb 19 04:47:34 UTC 2018
Author: delphij
Date: Mon Feb 19 04:47:31 2018
New Revision: 329552
URL: https://svnweb.freebsd.org/changeset/base/329552
Log:
Vendor import of less v530.
Modified:
vendor/less/dist/NEWS
vendor/less/dist/README
vendor/less/dist/command.c
vendor/less/dist/help.c
vendor/less/dist/less.man
vendor/less/dist/less.nro
vendor/less/dist/lessecho.man
vendor/less/dist/lessecho.nro
vendor/less/dist/lesskey.man
vendor/less/dist/lesskey.nro
vendor/less/dist/version.c
Modified: vendor/less/dist/NEWS
==============================================================================
--- vendor/less/dist/NEWS Mon Feb 19 03:59:26 2018 (r329551)
+++ vendor/less/dist/NEWS Mon Feb 19 04:47:31 2018 (r329552)
@@ -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: vendor/less/dist/README
==============================================================================
--- vendor/less/dist/README Mon Feb 19 03:59:26 2018 (r329551)
+++ vendor/less/dist/README Mon Feb 19 04:47:31 2018 (r329552)
@@ -1,7 +1,7 @@
- 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: vendor/less/dist/command.c
==============================================================================
--- vendor/less/dist/command.c Mon Feb 19 03:59:26 2018 (r329551)
+++ vendor/less/dist/command.c Mon Feb 19 04:47:31 2018 (r329552)
@@ -806,7 +806,7 @@ getcc_end_command()
* (characters previously given to ungetcc or ungetsc).
*/
static LWCHAR
-getccu()
+getccu(VOID_PARAM)
{
LWCHAR c;
if (ungot == NULL)
Modified: vendor/less/dist/help.c
==============================================================================
--- vendor/less/dist/help.c Mon Feb 19 03:59:26 2018 (r329551)
+++ vendor/less/dist/help.c Mon Feb 19 04:47:31 2018 (r329552)
@@ -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: vendor/less/dist/less.man
==============================================================================
--- vendor/less/dist/less.man Mon Feb 19 03:59:26 2018 (r329551)
+++ vendor/less/dist/less.man Mon Feb 19 04:47:31 2018 (r329552)
@@ -1106,7 +1106,9 @@ LESS(1) General Commands Manual
ment file and [4mless[24m 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.
+ 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.
For example, on many Unix systems, this script will work like the pre-
vious example scripts:
@@ -1664,4 +1666,4 @@ LESS(1) General Commands Manual
- Version 529: 13 Nov 2017 LESS(1)
+ Version 530: 05 Dec 2017 LESS(1)
Modified: vendor/less/dist/less.nro
==============================================================================
--- vendor/less/dist/less.nro Mon Feb 19 03:59:26 2018 (r329551)
+++ vendor/less/dist/less.nro Mon Feb 19 04:47:31 2018 (r329552)
@@ -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: vendor/less/dist/lessecho.man
==============================================================================
--- vendor/less/dist/lessecho.man Mon Feb 19 03:59:26 2018 (r329551)
+++ vendor/less/dist/lessecho.man Mon Feb 19 04:47:31 2018 (r329552)
@@ -51,4 +51,4 @@ LESSECHO(1) General Commands Manual
- Version 529: 13 Nov 2017 LESSECHO(1)
+ Version 530: 05 Dec 2017 LESSECHO(1)
Modified: vendor/less/dist/lessecho.nro
==============================================================================
--- vendor/less/dist/lessecho.nro Mon Feb 19 03:59:26 2018 (r329551)
+++ vendor/less/dist/lessecho.nro Mon Feb 19 04:47:31 2018 (r329552)
@@ -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: vendor/less/dist/lesskey.man
==============================================================================
--- vendor/less/dist/lesskey.man Mon Feb 19 03:59:26 2018 (r329551)
+++ vendor/less/dist/lesskey.man Mon Feb 19 04:47:31 2018 (r329552)
@@ -361,4 +361,4 @@ LESSKEY(1) General Commands Manual
- Version 529: 13 Nov 2017 LESSKEY(1)
+ Version 530: 05 Dec 2017 LESSKEY(1)
Modified: vendor/less/dist/lesskey.nro
==============================================================================
--- vendor/less/dist/lesskey.nro Mon Feb 19 03:59:26 2018 (r329551)
+++ vendor/less/dist/lesskey.nro Mon Feb 19 04:47:31 2018 (r329552)
@@ -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: vendor/less/dist/version.c
==============================================================================
--- vendor/less/dist/version.c Mon Feb 19 03:59:26 2018 (r329551)
+++ vendor/less/dist/version.c Mon Feb 19 04:47:31 2018 (r329552)
@@ -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";
More information about the svn-src-vendor
mailing list