head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.6 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.4 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.2 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.2.0.38 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.36 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.34 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.32 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.30 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.28 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.26 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.24 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.22 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.20 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.18 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.16 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.14 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.12 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.10 pkgsrc-2008Q1:1.2.0.8 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.6 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.4 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.2 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.1.0.6 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.4 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.2 pkgsrc-2006Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2011.07.08.10.42.53; author tron; state dead; branches; next 1.2; 1.2 date 2007.04.25.18.06.51; author tnn; state Exp; branches; next 1.1; 1.1 date 2006.09.27.11.28.32; author taca; state Exp; branches; next ; desc @@ 1.3 log @Update "less" package to version 444. The list of changes between our outdated version 418 and 444 is too long to list here. You can find all the release notes here: http://www.greenwoodsoftware.com/less/old.html @ text @$NetBSD: patch-aa,v 1.2 2007/04/25 18:06:51 tnn Exp $ --- command.c.orig 2005-12-03 21:20:32.000000000 +0100 +++ command.c @@@@ -204,7 +204,7 @@@@ exec_mca() every_first_cmd = save(cbuf); break; case A_OPT_TOGGLE: - toggle_option(optchar, cbuf, optflag); + toggle_option((unsigned char)optchar, cbuf, optflag); optchar = '\0'; break; case A_F_BRACKET: @ 1.2 log @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. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Apply changes from NetBSD current approved by wiz@@: ---------------------------------------------------------------------- Module Name: src Committed By: elad Date: Sat Sep 23 12:51:18 UTC 2006 Modified Files: src/usr.bin/less/less: command.c tags.c Log Message: PR 21741: Christian Biere: Buffer overrun and wrong usage of islower() in less 381 Over three years ago the less maintainer said he'll add these fixes. Nothing happened, so we do it ourselves. Thanks for the report and the patch! ---------------------------------------------------------------------- Bump PKGREVISION. @ text @d3 1 a3 1 --- command.c.orig 2004-02-04 13:52:26.000000000 +0900 d5 1 a5 1 @@@@ -203,7 +203,7 @@@@ exec_mca() @