diff options
author | delphij <delphij@FreeBSD.org> | 2016-01-05 05:25:16 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2016-01-05 05:25:16 +0000 |
commit | 03d374e3a6bf9b6f27de2a5eb994a1850de1e4fb (patch) | |
tree | 587451b5b5628b51a1932678fc08292d250617f9 /contrib/less/version.c | |
parent | ea7f4bcbda6247eed1adbc86025969a1c5cfa442 (diff) | |
parent | 479faf106b9c06110ca6358bfbd0ef45b838cbc8 (diff) | |
download | FreeBSD-src-03d374e3a6bf9b6f27de2a5eb994a1850de1e4fb.zip FreeBSD-src-03d374e3a6bf9b6f27de2a5eb994a1850de1e4fb.tar.gz |
MFV r293125: less v481.
MFC after: 1 month
Relnotes: yes
Diffstat (limited to 'contrib/less/version.c')
-rw-r--r-- | contrib/less/version.c | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/contrib/less/version.c b/contrib/less/version.c index d3ecd14..87b0b42 100644 --- a/contrib/less/version.c +++ b/contrib/less/version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1984-2012 Mark Nudelman + * Copyright (C) 1984-2015 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. @@ -762,6 +762,35 @@ v455 11/5/12 Fix typo. v456 11/8/12 Fix option string incompatibility. v457 12/8/12 Use new option string syntax only after --use-backslash. v458 4/4/13 Fix display bug in using up/down in cmd buffer. +----------------------------------------------------------------- +v459 5/6/13 Fix ++ bug. +v460 6/19/13 Automate construction of Unicode tables. +v461 6/21/13 Collapse multiple CRs before LF. +v462 11/26/13 Don't overwrite history file, just append to it. +v463 7/13/14 Misc. fixes. +v464 7/19/14 Fix bugs & improve performance in & filtering + (thanks to John Sullivan). +v465 8/9/14 More fixes from John Sullivan. +v466 8/23/14 Add colon to LESSANSIMIDCHARS. +v467 9/18/14 Misc. fixes. +v468 9/18/14 Fix typo +v469 10/2/14 Allow extra string in command to append to a multichar + cmd without executing it; fix bug using GNU regex. +v470 10/5/14 Fix some compiler warnings. +v471 12/14/14 Fix unget issues with prompt. Allow disabling history + when compiled value of LESSHISTFILE = "-". +v473 12/19/14 Fix prompt bug with stdin and -^P in lesskey extra string. +v474 1/30/15 Fix bug in backwards search with match on bottom line. + Make follow mode reopen file if file shrinks. +v475 3/2/15 Fix possible buffer overrun with invalid UTF-8; + fix bug when compiled with no regex; fix non-match search. +v476 5/3/15 Update man pages. +v477 5/19/15 Fix off-by-one in jump_forw_buffered; + don't add FAKE_* files to cmd history. +v478 5/21/15 Fix nonportable pointer usage in hilite tree. +v479 7/6/15 Allow %% escapes in LESSOPEN variable. +v480 7/24/15 Fix bug in no-regex searches; support MSVC v1900. +v481 8/20/15 Fix broken -g option. */ -char version[] = "458"; +char version[] = "481"; |