dragonfly.git
6 weeks agovendor/less: upgrade from 608 to 643 vendor/LESS
Aaron LI [Mon, 11 Mar 2024 13:42:27 +0000 (21:42 +0800)]
vendor/less: upgrade from 608 to 643

Security fix: CVE-2022-46663 (version <= 608)
- https://github.com/gwsw/less/commit/a78e1351113cef564d790a730d657a321624d79c
- https://nvd.nist.gov/vuln/detail/CVE-2022-46663
- https://bugs.dragonflybsd.org/issues/3360

See the NEWS file for the list of changes.

17 months agovendor/less: upgrade from 551 to 608
Antonio Huete Jimenez [Sun, 13 Nov 2022 17:46:01 +0000 (18:46 +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

3 years agovendor/less: upgrade from 481 to 551
Daniel Fojt [Fri, 12 Jun 2020 11:32:09 +0000 (13:32 +0200)]
vendor/less: upgrade from 481 to 551

- unicode tables updated
- new commands added
- new cmdline options introduced
- bugs and memory leaks fixed

For details see:

http://www.greenwoodsoftware.com/less/news.487.html
http://www.greenwoodsoftware.com/less/news.530.html
http://www.greenwoodsoftware.com/less/news.551.html

7 years agoUpdate less from version 471 to 481
John Marino [Mon, 29 Aug 2016 19:19:49 +0000 (14:19 -0500)]
Update less from version 471 to 481

9 years agoUpdate less from version 458 to 471
John Marino [Fri, 13 Mar 2015 14:30:40 +0000 (15:30 +0100)]
Update less from version 458 to 471

10 years agoUpdate less from version 444 to 458 on the vendor branch
John Marino [Sat, 11 May 2013 20:01:33 +0000 (22:01 +0200)]
Update less from version 444 to 458 on the vendor branch

12 years agoImport less-444.
Peter Avalos [Sat, 2 Jul 2011 22:49:01 +0000 (12:49 -1000)]
Import less-444.

Fix ungetc bug; remove vestiges of obsolete -l option.

12 years agoImport less-443.
Peter Avalos [Sat, 30 Apr 2011 21:49:52 +0000 (11:49 -1000)]
Import less-443.

* Change search behavior such that when a search is given an explicit
  pattern, the entire displayed screen is included in the search and
  not just the portion after the target line.

* Add -A option to change search behavior to the old way: only
  the portion of the screen after the target line is searched.

* Add %F formatting to prompt strings, replaced by the last component
  of the input file.

* Control-G while editing a command exits the command.

* Less now exits with status 2 if control-C is pressed and -K is in effect.

* Fix "ungetc overflow" when passing long commands via the -p option.

* Fix bug in using line filtering via the & command
  in combination with -i and -I.

* Fix bug in handling negative arguments to the -j option.

* Fix bug in handling %t in prompt strings.

* Improve handling of long option names.

* Improve percentage calculation for very large files.

14 years agoImport less-436.
Jan Lentfer [Sat, 14 Nov 2009 08:07:53 +0000 (09:07 +0100)]
Import less-436.

14 years agoUpgrade to less-429.
Peter Avalos [Sun, 21 Jun 2009 18:31:16 +0000 (08:31 -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.

14 years agoAdd README.DELETED to the vendor/LESS branch.
Peter Avalos [Sun, 21 Jun 2009 18:27:17 +0000 (08:27 -1000)]
Add README.DELETED to the vendor/LESS branch.

14 years agoMove less-4/ to less/. No need for versioned directories.
Peter Avalos [Sun, 21 Jun 2009 18:05:12 +0000 (08:05 -1000)]
Move less-4/ to less/.  No need for versioned directories.

14 years agoRemove old versions of less.
Peter Avalos [Sun, 21 Jun 2009 18:02:47 +0000 (08:02 -1000)]
Remove old versions of less.

15 years agoUpdate to less-418:
Peter Avalos [Sat, 17 May 2008 19:31:28 +0000 (19:31 +0000)]
Update to less-418:

Fix search bug when using -R and text contains ANSI color escape sequences.
Fix crash when using -r with UTF-8 text containing 0x9B bytes.
Fix display bug when using ' command to move less than one page forward.
Update GPL to version 3.

16 years agoImport less-416:
Peter Avalos [Sun, 25 Nov 2007 15:10:30 +0000 (15:10 +0000)]
Import less-416:

Fix crash when searching text with invalid UTF-8 sequences.

16 years agoImport less-415:
Peter Avalos [Fri, 16 Nov 2007 22:31:48 +0000 (22:31 +0000)]
Import less-415:

Fix case-insensitive searching with non-ASCII text.

Use symbolic SEEK constants.

Fix search highlight bug with non-ASCII text.

Fix display bug with no-wrap terminals.

New --follow-name option makes F command follow the name of a file
rather than the file descriptor if an open file is renamed.

16 years agoImport less-409.
Peter Avalos [Fri, 12 Oct 2007 20:05:50 +0000 (20:05 +0000)]
Import less-409.

Fix crash when viewing text with invalid UTF-8 sequences.

16 years agoImport less-408.
Peter Avalos [Tue, 9 Oct 2007 23:27:24 +0000 (23:27 +0000)]
Import less-408.

16 years agoImport less-406.
Peter Avalos [Wed, 20 Jun 2007 23:25:56 +0000 (23:25 +0000)]
Import less-406.

16 years agoImport of less-403.
Peter Avalos [Sun, 3 Jun 2007 04:18:02 +0000 (04:18 +0000)]
Import of less-403.

17 years agoImport of less version 394
Peter Avalos [Sun, 8 Oct 2006 14:06:20 +0000 (14:06 +0000)]
Import of less version 394

20 years agoImport of less 381
Eirik Nygaard [Tue, 20 Apr 2004 17:34:50 +0000 (17:34 +0000)]
Import of less 381