aboutsummaryrefslogtreecommitdiff
path: root/contrib/less/version.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2011-05-09 21:51:59 +0000
committerXin LI <delphij@FreeBSD.org>2011-05-09 21:51:59 +0000
commit33096f16e1815def0772f877cbb01e832bb5b37e (patch)
treee6e6402d1f7ea7e3382a94b4f654586f41b93f2c /contrib/less/version.c
parente18cc7bf3e0979dd4989b2fa8bb671558dd50769 (diff)
parented915d8294a373813108148f47b424e1152e4a5d (diff)
downloadsrc-33096f16e1815def0772f877cbb01e832bb5b37e.tar.gz
src-33096f16e1815def0772f877cbb01e832bb5b37e.zip
MFV: Update to less v443.
MFC after: 1 month
Notes
Notes: svn path=/head/; revision=221715
Diffstat (limited to 'contrib/less/version.c')
-rw-r--r--contrib/less/version.c17
1 files changed, 15 insertions, 2 deletions
diff --git a/contrib/less/version.c b/contrib/less/version.c
index 84c7613db52e..be75d2033fd2 100644
--- a/contrib/less/version.c
+++ b/contrib/less/version.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2009 Mark Nudelman
+ * Copyright (C) 1984-2011 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.
@@ -729,6 +729,19 @@ v433 6/28/09 Cleanup search code.
v434 6/29/09 More cleanup.
v435 7/04/09 Fix bugs with non-regex filtering.
v436 7/05/09 Fix memory leak.
+-----------------------------------------------------------------
+v437 7/14/09 Fix bug in handling some long option names;
+ make percentage calculation more accurate.
+v438 12/29/10 Fix bugs with -i/-I and & filtering;
+ exit with status 2 on ctrl-C with -K.
+v439 12/31/10 Add -A option.
+v440 1/5/11 Fix bug displaying prompt after = command.
+v441 1/21/11 Fix semi-infinite loop if no newlines in file;
+ make new -A behavior the default.
+-----------------------------------------------------------------
+v442 3/2/11 Fix search bug.
+ Add ctrl-G line edit command.
+v443 4/9/11 Fix Windows build.
*/
-char version[] = "436";
+char version[] = "443";