| #
4523eebc |
| 19-Sep-2026 |
Xin LI <delphij@FreeBSD.org> |
MFV: less v710.
MFC after: 1 week
|
| #
fa0dc4f0 |
| 15-Aug-2026 |
Xin LI <delphij@FreeBSD.org> |
MFV: less v704.
MFC after: 3 days
|
| #
c77c4889 |
| 09-Dec-2024 |
Xin LI <delphij@FreeBSD.org> |
MFV: less v668.
MFC after: 2 weeks
|
| #
e9ac4169 |
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
555b62e1 |
| 25-May-2023 |
John Baldwin <jhb@FreeBSD.org> |
less: Re-enable -Wdeprecated-non-prototype warnings.
These were fixed in the most recent update to contrib/less.
|
| #
1bd44215 |
| 18-Apr-2023 |
John Baldwin <jhb@FreeBSD.org> |
less: Silence -Wdeprecated-non-prototype warnings.
This has an active upstream so will presumably be fixed upstream at some point.
Reviewed by: emaste Differential Revision: https://reviews.freebsd
less: Silence -Wdeprecated-non-prototype warnings.
This has an active upstream so will presumably be fixed upstream at some point.
Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D39525
show more ...
|
| #
3451ed88 |
| 16-Mar-2023 |
Mateusz Guzik <mjg@FreeBSD.org> |
less: silence K&R warns
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
| #
069ebe6f |
| 16-Aug-2022 |
Emmanuel Vadot <manu@FreeBSD.org> |
pkgbase: Put less in FreeBSD-runtime
Useful to have a pager in it.
Differential Revision: https://reviews.freebsd.org/D36231
|
| #
cbc83e37 |
| 23-Sep-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
ncurses: chase dependency changes in the source tree
Differential Revision: https://reviews.freebsd.org/D32098
|
| #
4bcc6d14 |
| 18-Jul-2021 |
Xin LI <delphij@FreeBSD.org> |
Fix build
MFC after: 2 weeks
|
| #
30a1828c |
| 18-Jul-2021 |
Xin LI <delphij@FreeBSD.org> |
less: upgrade to v590.
MFC after: 2 weeks
|
| #
7a4dc540 |
| 15-Apr-2017 |
Baptiste Daroussin <bapt@FreeBSD.org> |
rename zstless into zstdless to be consistent with other zstdcommands
|
| #
7ccae4e0 |
| 15-Apr-2017 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Add a zstdless equivalent to zless, bzless xzless
|
| #
3e11bd9e |
| 25-Nov-2014 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Convert to usr.bin/ to LIBADD Reduce overlinking
|
| #
80189b3b |
| 17-Jul-2014 |
Brooks Davis <brooks@FreeBSD.org> |
Replace all uses of libncurses and libtermcap with their wide character variants. This allows usable file system images (i.e. those with both a shell and an editor) to be created with only one copy
Replace all uses of libncurses and libtermcap with their wide character variants. This allows usable file system images (i.e. those with both a shell and an editor) to be created with only one copy of the curses library.
Exp-run: antoine PR: 189842 Discussed with: bapt Sponsored by: DARPA, AFRL
show more ...
|
| #
81ad8388 |
| 10-May-2010 |
Martin Matuska <mm@FreeBSD.org> |
Import of liblzma, xz, xzdec, lzmainfo from vendor branch Add support for xz and lzma to lesspipe.sh (xzless, lzless) Bump __FreeBSD_version
Approved by: delphij (mentor) MFC after: 2 weeks
|
| #
f0be0a1f |
| 29-Jul-2009 |
Xin LI <delphij@FreeBSD.org> |
Update less to v436. This is considered as a bugfix release from vendor.
Major changes from v429: * Don't pass "-" to non-pipe LESSOPEN unless it starts with "-". * Allow a fraction as the argume
Update less to v436. This is considered as a bugfix release from vendor.
Major changes from v429: * Don't pass "-" to non-pipe LESSOPEN unless it starts with "-". * Allow a fraction as the argument to the -# (--shift) option. * Fix highlight bug when underlined/overstruck text matches at end of line. * Fix non-regex searches with ctrl-R.
Approved by: re (kensmith, kib)
show more ...
|
| #
7f5103e5 |
| 17-May-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Correct the script name to be "zless.sh". This avoids an extra cp/chmod (from the sys.mk rule) while still installing it under the "zless" name.
|
| #
2430592c |
| 17-May-2005 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Add a zless script which invokes less using the lesspipe script. This is similar to the zmore script that comes with gzip (and in fact, in most Linux distros, zless is a symlink to that very same zm
Add a zless script which invokes less using the lesspipe script. This is similar to the zmore script that comes with gzip (and in fact, in most Linux distros, zless is a symlink to that very same zmore script) but has the advantage that you get the correct file name on the less status line, and can use :n and :p to navigate back and forth between multiple files.
MFC after: 1 week
show more ...
|
| #
f07cfbf5 |
| 06-Mar-2003 |
David E. O'Brien <obrien@FreeBSD.org> |
Add an embellished lesspipe.sh as described in the man page. P.S. it is stupid I have to define both SCRIPTS and SCRIPTSNAME.
|
| #
0c21294c |
| 18-Dec-2002 |
Johan Karlsson <johan@FreeBSD.org> |
Use ${BINDIR} instead of hardcoded path.
PR: 44582 Submitted by: Jon Disnard <jon.disnard@ca.com> Reviewed by: ru MFC after: 3 weeks
|
| #
dc12be52 |
| 27-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
MAN[1-9] -> MAN.
|
| #
59efcec1 |
| 14-Jul-2000 |
Andrey A. Chernov <ache@FreeBSD.org> |
ncurses -> termcap
|
| #
81ae6b63 |
| 03-Jun-2000 |
Bruce Evans <bde@FreeBSD.org> |
Fixed some style bugs. Apart from formatting bugs, MANDEPEND is deprecated and $< and $@ are even documented as deprecated.
|