ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/contrib/less/README
(Generate patch)

Comparing trunk/contrib/less/README (file contents):
Revision 11361 by laffer1, Sun Dec 1 22:32:34 2013 UTC vs.
Revision 11362 by laffer1, Fri Jul 6 12:46:07 2018 UTC

# Line 1 | Line 1
1 + **************************************************************************
2 + **************************************************************************
3 + **                                                                      **
4 + ** The FreeBSD Project has chosen to redistribute and modify Less under **
5 + ** the 'Less License' (as described in the 'LICENSE' file).             **
6 + **                                                                      **
7 + **************************************************************************
8 + **************************************************************************
9  
10 <                            Less, version 458
10 >                            Less, version 530
11  
12 <    This is the distribution of less, version 458, released 04 Apr 2013.
12 >    This is the distribution of less, version 530, released 05 Dec 2017.
13      This program is part of the GNU project (http://www.gnu.org).
14  
15      This program is free software.  You may redistribute it and/or
# Line 15 | Line 23
23  
24      Please report any problems to bug-less@gnu.org.
25      See http://www.greenwoodsoftware.com/less for the latest info.
26 +    Source repository is at https://github.com/gwsw/less.git.
27  
28   =========================================================================
29  
# Line 45 | Line 54 | INSTALLATION (Unix systems only):
54       Specifies the regular expression library used by less for pattern
55       matching.  The default is "auto", which means the configure program
56       finds a regular expression library automatically.  Other values are:
57 <        posix          Use the POSIX-compatible regcomp.
57 >        gnu            Use the GNU regex library.
58          pcre           Use the PCRE library.
59 +        posix          Use the POSIX-compatible regcomp.
60          regcmp         Use the regcmp library.
61          re_comp        Use the re_comp library.
62          regcomp        Use the V8-compatible regcomp.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines