]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commit
less: updated to the latest stable version 451
authorKim Barthel <kbarthel@ipfire.org>
Wed, 3 Oct 2012 13:13:28 +0000 (15:13 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Oct 2012 17:50:16 +0000 (19:50 +0200)
commita012d85175067ac6a1add0a02035299a90d0e7f7
treee16e6b33832b6fd6c4086c5e771e4a855fe73f5c
parent7af86c9c032331d30f1cf8112e14f68729947fc8
less: updated to the latest stable version 451

Add ESC-F command to keep reading data until a pattern is found.
Use exit code of LESSOPEN script if LESSOPEN starts with "||".
When up/down arrow is used on the command line immediately after typing text, the next command starting with that text is found.
Add support for GNU regex.
Add configure option --with-regex=none and fix compile errors when compiling with no regex library.
Fix bugs handling SGR sequences in Win32.
Fix possible crashes caused by malformed LESSOPEN or LESSCLOSE variables.
Fix bug highlighting text which is discontiguous in the file due to backspace processing.
Fix bug in displaying status column when scrolling backwards with -J and -S in effect.

Fixes bug #10226
less/less.nm