DragonFly-8be36e5 vendor/LESS contrib/less LICENSE NEWS brac.c ch.c charset.c charset.h cmd.h cmdbuf.c command.c decode.c edit.c filename.c forwback.c funcs.h help.c ifile.c input.c jump.c less.h less.nro lessecho.c lessecho.nro lesskey.c lesskey.h lesskey.nro lglob.h line.c linenum.c lsystem.c main.c mark.c optfunc.c option.c option.h opttbl.c os.c output.c pckeys.h position.c position.h prompt.c screen.c search.c signal.c tags.c ttyin.c version.c

Peter Avalos pavalos at crater.dragonflybsd.org
Sun Jun 21 11:43:01 PDT 2009


commit 8be36e5bfc6dea4bc436b9baf9e48dfc367343a3
Author: Peter Avalos <pavalos at theshell.com>
Date:   Sun Jun 21 08:31:16 2009 -1000

    Upgrade to less-429.
    
    * The -D option with one number now means use the normal background color.
    * Don't change permissions on history file if it is not a regular file.
    * Fix non-ANSI-compliant code that caused problems with some compilers.
    * Fix binary file detection in UTF-8 mode.
    * Fix display problems with long lines on "ignaw" terminals.
    * Fix problem interrupting the line number calculation for initial prompt.
    * Fix SGR emulation when dealing with multiple attributes (eg.
    bold+underline).
    * Fix highlight bug when searching for underlined/overstruck text.
    * New "&" command allows filtering of lines based on a pattern.
    * Status column now displays a search match, even if the matched string is
    scrolled off screen because -S is in effect.
    * Improve behavior of -F option.
    * Allow CSI character (0x9B) to work in UTF-8 mode.
    * Output carriage return at startup in case terminal doesn't default to
    column 1.
    * Fix bug in '' (quote, quote) command after G command.

Summary of changes:
 contrib/less/LICENSE      |    2 +-
 contrib/less/NEWS         |   40 ++
 contrib/less/brac.c       |    2 +-
 contrib/less/ch.c         |  248 +++++----
 contrib/less/charset.c    |   16 +-
 contrib/less/charset.h    |    2 +-
 contrib/less/cmd.h        |    3 +-
 contrib/less/cmdbuf.c     |   19 +-
 contrib/less/command.c    |   66 ++-
 contrib/less/decode.c     |    3 +-
 contrib/less/edit.c       |    2 +-
 contrib/less/filename.c   |   36 +-
 contrib/less/forwback.c   |   52 +-
 contrib/less/funcs.h      |    8 +
 contrib/less/help.c       |    1 +
 contrib/less/ifile.c      |    2 +-
 contrib/less/input.c      |   77 ++-
 contrib/less/jump.c       |   16 +-
 contrib/less/less.h       |   21 +-
 contrib/less/less.nro     |   33 +-
 contrib/less/lessecho.c   |    4 +-
 contrib/less/lessecho.nro |    2 +-
 contrib/less/lesskey.c    |  119 ++--
 contrib/less/lesskey.h    |    2 +-
 contrib/less/lesskey.nro  |    5 +-
 contrib/less/lglob.h      |    2 +-
 contrib/less/line.c       |   65 +--
 contrib/less/linenum.c    |   51 ++-
 contrib/less/lsystem.c    |   11 +-
 contrib/less/main.c       |    2 +-
 contrib/less/mark.c       |    2 +-
 contrib/less/optfunc.c    |    8 +-
 contrib/less/option.c     |    2 +-
 contrib/less/option.h     |    2 +-
 contrib/less/opttbl.c     |    2 +-
 contrib/less/os.c         |    2 +-
 contrib/less/output.c     |   49 ++-
 contrib/less/pckeys.h     |    2 +-
 contrib/less/position.c   |    2 +-
 contrib/less/position.h   |    2 +-
 contrib/less/prompt.c     |    5 +-
 contrib/less/screen.c     |   10 +-
 contrib/less/search.c     |  474 +++++++++++-----
 contrib/less/signal.c     |   24 +-
 contrib/less/tags.c       |    2 +-
 contrib/less/ttyin.c      |    2 +-
 contrib/less/version.c    | 1397 +++++++++++++++++++++++----------------------
 47 files changed, 1684 insertions(+), 1215 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8be36e5bfc6dea4bc436b9baf9e48dfc367343a3


-- 
DragonFly BSD source repository





More information about the Commits mailing list