vendor/less: upgrade from 551 to 608
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Sun, 13 Nov 2022 17:46:01 +0000 (18:46 +0100)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Sun, 13 Nov 2022 17:46:01 +0000 (18:46 +0100)
commit0c7ad07e05871287020182195ca0bb541dbd5612
tree38bc3e3b9c8fca61ee543a6a1a683baa860fa428
parent02d62a0fa33fc8d837f042c665702ff08923d4f1
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
59 files changed:
contrib/less/COPYING
contrib/less/LICENSE
contrib/less/NEWS
contrib/less/brac.c
contrib/less/ch.c
contrib/less/charset.c
contrib/less/charset.h
contrib/less/cmd.h
contrib/less/cmdbuf.c
contrib/less/command.c
contrib/less/compose.uni
contrib/less/cvt.c
contrib/less/decode.c
contrib/less/edit.c
contrib/less/filename.c
contrib/less/fmt.uni
contrib/less/forwback.c
contrib/less/funcs.h
contrib/less/help.c
contrib/less/ifile.c
contrib/less/input.c
contrib/less/jump.c
contrib/less/less.h
contrib/less/less.nro
contrib/less/lessecho.c
contrib/less/lessecho.nro
contrib/less/lesskey.c
contrib/less/lesskey.h
contrib/less/lesskey.nro
contrib/less/lesskey_parse.c [new file with mode: 0644]
contrib/less/lglob.h
contrib/less/line.c
contrib/less/linenum.c
contrib/less/lsystem.c
contrib/less/main.c
contrib/less/mark.c
contrib/less/mkutable
contrib/less/optfunc.c
contrib/less/option.c
contrib/less/option.h
contrib/less/opttbl.c
contrib/less/os.c
contrib/less/output.c
contrib/less/pattern.c
contrib/less/pattern.h
contrib/less/pckeys.h
contrib/less/position.c
contrib/less/position.h
contrib/less/prompt.c
contrib/less/screen.c
contrib/less/search.c
contrib/less/signal.c
contrib/less/tags.c
contrib/less/ttyin.c
contrib/less/ubin.uni
contrib/less/version.c
contrib/less/wide.uni
contrib/less/xbuf.c [new file with mode: 0644]
contrib/less/xbuf.h [new file with mode: 0644]