git: vendor/LESS vendor/less: upgrade from 551 to 608
Antonio Huete Jimenez
tuxillo at crater.dragonflybsd.org
Sun Nov 13 14:21:30 PST 2022
commit 0c7ad07e05871287020182195ca0bb541dbd5612
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
Date: Sun Nov 13 18:46:01 2022 +0100
vendor/less: upgrade from 551 to 608
- Update Unicode tables.
- Fix memory corruption when built with libtermcap.
- Support libtinfow.
- Fix crash on some systems due to realpath incompatibility.
- Add the --incsearch option.
- Add the --line-num-width option.
- Add the --status-col-width option.
- Add the --use-color and --color options.
- Add the --lesskey-src option.
- Add the --file-size option.
- Add the --header option.
- Add the --no-number-headers option.
- Add the --status-line option.
- Add the --redraw-on-quit option.
- Add the --search-options option.
- Add the --exit-follow-on-close option.
- Fix bug which caused failure to respond to window resize.
For details see:
http://www.greenwoodsoftware.com/less/news.557.html
http://www.greenwoodsoftware.com/less/news.561.html
http://www.greenwoodsoftware.com/less/news.563.html
http://www.greenwoodsoftware.com/less/news.580.html
http://www.greenwoodsoftware.com/less/news.581.html
http://www.greenwoodsoftware.com/less/news.589.html
http://www.greenwoodsoftware.com/less/news.590.html
http://www.greenwoodsoftware.com/less/news.598.html
http://www.greenwoodsoftware.com/less/news.600.html
http://www.greenwoodsoftware.com/less/news.603.html
http://www.greenwoodsoftware.com/less/news.608.html
Summary of changes:
contrib/less/COPYING | 8 +-
contrib/less/LICENSE | 2 +-
contrib/less/NEWS | 168 ++++++-
contrib/less/brac.c | 6 +-
contrib/less/ch.c | 77 +--
contrib/less/charset.c | 172 +++----
contrib/less/charset.h | 2 +-
contrib/less/cmd.h | 21 +-
contrib/less/cmdbuf.c | 188 ++++---
contrib/less/command.c | 264 +++++++---
contrib/less/compose.uni | 44 +-
contrib/less/cvt.c | 12 +-
contrib/less/decode.c | 484 ++++++++++--------
contrib/less/edit.c | 40 +-
contrib/less/filename.c | 105 ++--
contrib/less/fmt.uni | 4 +-
contrib/less/forwback.c | 136 ++++-
contrib/less/funcs.h | 64 ++-
contrib/less/help.c | 44 +-
contrib/less/ifile.c | 39 +-
contrib/less/input.c | 57 ++-
contrib/less/jump.c | 4 +-
contrib/less/less.h | 422 +++++++++-------
contrib/less/less.nro | 528 +++++++++++++++-----
contrib/less/lessecho.c | 57 ++-
contrib/less/lessecho.nro | 10 +-
contrib/less/lesskey.c | 731 +++++----------------------
contrib/less/lesskey.h | 62 ++-
contrib/less/lesskey.nro | 568 +++++++++++----------
contrib/less/lesskey_parse.c | 704 ++++++++++++++++++++++++++
contrib/less/lglob.h | 110 ++---
contrib/less/line.c | 1127 ++++++++++++++++++++++++++----------------
contrib/less/linenum.c | 69 ++-
contrib/less/lsystem.c | 45 +-
contrib/less/main.c | 108 ++--
contrib/less/mark.c | 29 +-
contrib/less/mkutable | 34 +-
contrib/less/optfunc.c | 481 ++++++++++++++----
contrib/less/option.c | 46 +-
contrib/less/option.h | 62 +--
contrib/less/opttbl.c | 238 +++++++--
contrib/less/os.c | 106 +++-
contrib/less/output.c | 636 ++++++++++++------------
contrib/less/pattern.c | 22 +-
contrib/less/pattern.h | 52 +-
contrib/less/pckeys.h | 38 +-
contrib/less/position.c | 13 +-
contrib/less/position.h | 12 +-
contrib/less/prompt.c | 115 ++---
contrib/less/screen.c | 894 ++++++++++++++++++++++++---------
contrib/less/search.c | 398 +++++++++++----
contrib/less/signal.c | 11 +-
contrib/less/tags.c | 112 +++--
contrib/less/ttyin.c | 86 +++-
contrib/less/ubin.uni | 2 +-
contrib/less/version.c | 78 ++-
contrib/less/wide.uni | 49 +-
contrib/less/xbuf.c | 73 +++
contrib/less/xbuf.h | 16 +
59 files changed, 6587 insertions(+), 3498 deletions(-)
create mode 100644 contrib/less/lesskey_parse.c
create mode 100644 contrib/less/xbuf.c
create mode 100644 contrib/less/xbuf.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0c7ad07e05871287020182195ca0bb541dbd5612
--
DragonFly BSD source repository
More information about the Commits
mailing list