[Lunar-commits] r24520 - moonbase/trunk/utils/less
Florin Braescu
florin at lunar-linux.org
Sat May 26 10:01:20 CEST 2007
Author: florin
Date: 2007-05-26 10:01:19 +0200 (Sat, 26 May 2007)
New Revision: 24520
Modified:
moonbase/trunk/utils/less/DETAILS
Log:
bump the version from 394 to 403. Changes:
* Allow decimal point in number for % (percent) command.
* Allow decimal point in number for -j option (fraction of screen height).
* Make n command fetch previous pattern from history file on first search.
* Don't rewrite history file if it has not changed.
* Don't move to bottom of screen on first page.
* Don't output extraneous newlines, so copy & pasting lines from the
output works better.
* The -c option has been made identical with the -C option.
* Allow "/dev/null" as synomym for "-" in LESSHISTFILE to indicate
that no history file should be used.
* Search can now find text which follows a null byte, if the PCRE
library is used, or if no-regex searching (ctrl-R) is used.
* Better compatibility with POSIX more specification.
* Make -f work for directories.
* Make "t" cmd traverse tags in the correct order.
* Allow a few binary characters in the input file before warning
that the file is binary.
* Don't warn that file is binary if it merely contains ANSI color sequences
and -R is in effect.
* Update Unicode character tables.
* Support DESTDIR in Makefile.
* Fix bug when filename contains certain shell metacharacters such as "$".
* Fix bug when resizing the window while waiting for input from a pipe.
* Fix configure bugs.
Modified: moonbase/trunk/utils/less/DETAILS
===================================================================
--- moonbase/trunk/utils/less/DETAILS 2007-05-25 22:15:52 UTC (rev 24519)
+++ moonbase/trunk/utils/less/DETAILS 2007-05-26 08:01:19 UTC (rev 24520)
@@ -1,15 +1,15 @@
MODULE=less
- VERSION=394
- #VERSION=382
+ VERSION=403
+ #VERSION=394
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=http://www.greenwoodsoftware.com/$MODULE/
SOURCE_URL[1]=$GNU_URL/$MODULE/
SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
- SOURCE_VFY=sha1:fa0d9aa30ec461866786c4080bb594fc3337bb02
+ SOURCE_VFY=sha1:f9fa97a9e215b6c62c1bfd049e03725a26ae71e8
WEB_SITE=http://www.greenwoodsoftware.com/less
ENTERED=20010922
- UPDATED=20051204
- SHORT="paginator that allows backward and forward movement."
+ UPDATED=20070526
+ SHORT="A paginator that allows backward and forward movement"
cat << EOF
less - Display paginator
More information about the Lunar-commits
mailing list