summaryrefslogtreecommitdiff
path: root/misc/less/patches
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-04-25 18:06:51 +0000
committertnn <tnn@pkgsrc.org>2007-04-25 18:06:51 +0000
commitf64cc72a51e4c588f70eaa79febbf49c0c06bb0a (patch)
tree494c35bb2d21fa5f03b11d32889ec39ef784f0d5 /misc/less/patches
parent8aabc4644c7f65d5bdd109e862c8fab5c2919211 (diff)
downloadpkgsrc-f64cc72a51e4c588f70eaa79febbf49c0c06bb0a.tar.gz
Update to less-394. Major changes since less-382:
o Add history file to save search and shell command history between invocations of less. o Improve behavior of history list for search and shell commands. o Add -K (or --quit-on-intr) option to make less exit immediately on ctrl-C. o Improve handling of UTF-8 files and commands, including better line wrapping and handling double-width chars. o Added LESSUTFBINFMT environment variable to control display of non-printable characters in a UTF-8 file. o Add --with-secure option to configure, to make it easier to build a secure version of less. o Show search matches in the status column even if search highlights are disabled via the -G option or the ESC-u command. o Improve performance when the file contains very long lines. o Add "windows" charset. o Add man page for lessecho. o Add support for erase2 character, treated same as erase. o Use ASCII lowercase/uppercase logic when operating on the command line. o Update makefile for Borland C++ 5.5.1. o Fix bug in calculating number of pages for %D prompt. o Fix bug in handling tag file error. o Fix obscure bug if input file is deleted while viewing help. o Fix bug handling filenames which include square brackets. o Fix possible buffer overflow in "global" tag search. o Fix possible buffer overflow in usage of LESSOPEN and LESSCLOSE. o Fix buffer overflow in reverse search.
Diffstat (limited to 'misc/less/patches')
-rw-r--r--misc/less/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/less/patches/patch-aa b/misc/less/patches/patch-aa
index 87d27291fba..7b7168d5ad8 100644
--- a/misc/less/patches/patch-aa
+++ b/misc/less/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2006/09/27 11:28:32 taca Exp $
+$NetBSD: patch-aa,v 1.2 2007/04/25 18:06:51 tnn Exp $
---- command.c.orig 2004-02-04 13:52:26.000000000 +0900
+--- command.c.orig 2005-12-03 21:20:32.000000000 +0100
+++ command.c
-@@ -203,7 +203,7 @@ exec_mca()
+@@ -204,7 +204,7 @@ exec_mca()
every_first_cmd = save(cbuf);
break;
case A_OPT_TOGGLE: