Revisions of less
buildservice-autocommit
accepted
request 1218137
from
Stanislav Brabec (sbrabec)
(revision 110)
baserev update by copy to link target
Stanislav Brabec (sbrabec)
accepted
request 1216762
from
Antonio Feijoo (afeijoo)
(revision 109)
- Change preprocessor dependencies from Requires to Recommends. It's disabled by default and they are not necessary for less.
buildservice-autocommit
accepted
request 1188350
from
Dirk Mueller (dirkmueller)
(revision 108)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1187235
from
Andreas Stieger (AndreasStieger)
(revision 107)
less 661
buildservice-autocommit
accepted
request 1177861
from
Danilo Spinella (dspinella)
(revision 106)
baserev update by copy to link target
Danilo Spinella (dspinella)
accepted
request 1177161
from
Danilo Spinella (dspinella)
(revision 105)
- Update to 656: * Add ^O^N, ^O^P, ^O^L and ^O^O commands and mouse clicks (with --mouse) to find and open OSC8 hyperlinks (github #251). * Add --match-shift option. * Add --lesskey-content option (github #447). * Add LESSKEY_CONTENT environment variable (github #447). * Add --no-search-header-lines and --no-search-header-columns options (github #397). * Add ctrl-L search modifier (github #367). * A ctrl-P at the start of a shell command suppresses the "done" message (github #462). * Add attribute characters ('*', '~', '_', '&') to --color parameter (github #471). * Allow expansion of environment variables in lesskey files. * Add LESSSECURE_ALLOW environment variable (github #449). * Add LESS_UNSUPPORT environment variable. * Add line number parameter to --header option (github #436). * Mouse right-click jumps to position marked by left-click (github #390). * Ensure that the target line is not obscured by a header line set by --header (github #444). * Change default character set to "utf-8", except remains "dos" on MS-DOS. * Add message when search with ^W wraps (github #459). * UCRT builds on Windows 10 and later now support Unicode file names (github #438). * Improve behavior of interrupt while reading non-terminated pipe (github #414). * Improve parsing of -j, -x and -# options (github #393). * Support files larger than 4GB on Windows (github #417). * Support entry of Unicode chars larger than U+FFFF on Windows (github #391). * Improve colors of bold, underline and standout text on Windows. * Allow --rscroll to accept non-ASCII characters (github #483). * Allow the parameter to certain options to be terminated with a space (--color, --quotes, --rscroll, --search-options and --intr) (github #495). * Fix bug where # substitution failed after viewing help (github #420). * Fix crash if files are deleted while less is viewing them (github #404). * Workaround unreliable ReadConsoleInputW behavior on Windows with non-ASCII input. * Fix -J display when searching for non-ASCII characters (github #422). * Don't filter header lines via the & command (github #423).
buildservice-autocommit
accepted
request 1124451
from
Dirk Mueller (dirkmueller)
(revision 104)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 103)
- add zstd support to lessopen * Fix buffer overflow when invoking lessecho with more than 63 -m/-n * Fix termlib detection when compiler doesn't accept * Fix bug using multibyte UTF-8 char in search string * If XDG_CONFIG_HOME is set, find lesskey source file * If XDG_DATA_HOME is set, find and store history file * If XDG_CONFIG_HOME is set, find lesskey source file * If XDG_DATA_HOME is set, find and store history file * Fix bug which could leave terminal in mouse-reporting mode mouse-reporting mode after exiting less. * Display error message immediately when -o is toggled and * Fix regression: make screen repaint when "squished" and * Display error message immediately when -o is toggled and - Extend lesskey with mappings for 8-bit controls key escape sequences * Update Unicode database to 9.0.0. * Automate construction of Unicode tables from Unicode database. * added less-fix_crash_in_hilite_line.patch * Fix display bug when using up/down arrow on the command line. - Update to version 456 - Update to version 455 * Fix possible crashes caused by malformed LESSOPEN or * Fix bug in unget handling that can cause strange effects - fix build - updated to version 418 * Update GPL to version 3. - add head of changelog to rpm listing - make expand_linebuf() faster [#39724] * system-wide lesskey file now defaults to sysless in etc directory - improved detection for input conding from keyboard, proper input - error messages in lessopen.sh must be redirected to the standard
buildservice-autocommit
accepted
request 1104175
from
Marcus Meissner (msmeissn)
(revision 102)
baserev update by copy to link target
Marcus Meissner (msmeissn)
accepted
request 1103798
from
Paolo Stivanin (polslinux)
(revision 101)
- Update to 643: * Fix problem when a program piping into less reads from the tty, like sudo asking for password (github #368). * Fix search modifier ^E after ^W. * Fix bug using negated (^N) search (github #374). * Fix bug setting colors with -D on Windows build (github #386). * Fix reading special chars like PageDown on Windows (github #378). * Fix mouse wheel scrolling on Windows (github #379). * Fix erroneous EOF when terminal window size changes (github #372). * Fix compile error with some definitions of ECHONL (github #395). * Fix crash on Windows when writing logfile (github #405). * Fix regression in exit code when stdin is /dev/null and output is a file (github #373). * Add lesstest test suite to production release (github #344). * Change lesstest output to conform with automake Simple Test Format (github #399).
buildservice-autocommit
accepted
request 1086727
from
Dirk Mueller (dirkmueller)
(revision 100)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1086712
from
Frederic Crozat (fcrozat)
(revision 99)
- Drop patch cve-2022-46663.patch (merged).
buildservice-autocommit
accepted
request 1084574
from
Danilo Spinella (dspinella)
(revision 98)
baserev update by copy to link target
Danilo Spinella (dspinella)
accepted
request 1084565
from
Kristyna Streitova (kstreitova)
(revision 97)
- Update to 633 * This release fixes a build problem found in less-632 on systems which have termcap.h in a subdirectory (ncurses/termcap.h or ncursesw/termcap.h). There is no functional difference between less-632 and less-633 - Update to 632 (differences between 608 and 632)
buildservice-autocommit
accepted
request 1084014
from
Danilo Spinella (dspinella)
(revision 96)
baserev update by copy to link target
Danilo Spinella (dspinella)
accepted
request 1083974
from
Kristyna Streitova (kstreitova)
(revision 95)
- Update to 632 * Add LESSUTFCHARDEF environment variable (github #275). * Add # command (github #330). * Add ^S search modifier (github #196). * Add --wordwrap option (github #113). * Add --no-vbell option (github #304). * Add --no-search-headers option (github #44). * Add --modelines option (github #89). * Add --intr option (github #224). * Add --proc-backspace, --proc-tab and --proc-return options (github #335). * Add --show-preproc-errors option (github #258). * Add LESS_LINES and LESS_COLUMNS environment variables (github #84). * Add LESS_DATA_DELAY environment variable (github #337). * Allow empty "lines" field in --header option. * Update Unicode tables. * Improve ability of ^X to interrupt F command (github #49). * Status column (-J) shows off-screen matches. * Parenthesized sub-patterns in searches are colored with unique colors, if supported by the regular expression library (github #196). * Don't allow opening a tty as file input unless -f is set (github #309). * Don't require newline input after +&... option (github #339). * Fix incorrect handling of some Private Use Unicode characters. * Fix ANSI color bug when overstriking with colored chars (github #276). * Fix compiler const warning (github #279). * Fix signal race in iread (github #280). * Fix reading procfs files on Linux (github #282). * Fix --ignore-case with ctrl-R (no regex) search (github #300). * Fix bug doing repeat search after setting & filter (github #299). * Fix bug doing repeat search before non-repeat search. * Fix crash with -R and certain line lengths (github #338). * Fix input of Windows dead keys (github #352).
buildservice-autocommit
accepted
request 1063861
from
Danilo Spinella (dspinella)
(revision 94)
baserev update by copy to link target
Danilo Spinella (dspinella)
accepted
request 1063860
from
Danilo Spinella (dspinella)
(revision 93)
Fix patch
Danilo Spinella (dspinella)
accepted
request 1063645
from
Peter Simons (psimons)
(revision 92)
Fix CVE-2022-46663.
buildservice-autocommit
accepted
request 1004672
from
Danilo Spinella (dspinella)
(revision 91)
baserev update by copy to link target
Displaying revisions 1 - 20 of 110