History log of /freebsd-current/contrib/less/prompt.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# d713e089 01-May-2023 Xin LI <delphij@FreeBSD.org>

MFV: less v632.

MFC after: 2 weeks


# 95270f73 05-Sep-2022 Xin LI <delphij@FreeBSD.org>

MFV: less v608

Relnotes: yes
MFC after: 2 weeks


# 2235c7fe 18-Apr-2021 Xin LI <delphij@FreeBSD.org>

less: upgrade to v581.

MFC after: 2 weeks


# 6f26c71d 24-Oct-2020 Xin LI <delphij@FreeBSD.org>

MFV r366990: less v563.

MFC after: 2 weeks
Relnotes: yes


# b7780dbe 29-Jun-2019 Xin LI <delphij@FreeBSD.org>

MFV r349535: less v551.

MFC after: 2 weeks
Relnotes: yes


# b2ea2440 20-Nov-2017 Xin LI <delphij@FreeBSD.org>

MFV r326007: less v529.

MFC after: 2 weeks


# f6b74a7d 05-May-2017 Xin LI <delphij@FreeBSD.org>

MFV r317581: less v491.

MFC after: 1 month


# 1ea31627 31-Mar-2017 Robert Watson <rwatson@FreeBSD.org>

Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152

# a15691bf 04-Jan-2016 Xin LI <delphij@FreeBSD.org>

MFV r293125: less v481.

MFC after: 1 month
Relnotes: yes


# c4becf73 30-May-2013 Xin LI <delphij@FreeBSD.org>

Revert files with no local changes to their vendor state to ease future
upgrading.

# e2449719 23-Jul-2012 Xin LI <delphij@FreeBSD.org>

MFV: less v451.


# 96e55cc7 26-Jun-2012 Xin LI <delphij@FreeBSD.org>

MFV: less v449.


# 80acde97 01-Jan-2012 Dimitry Andric <dim@FreeBSD.org>

Redo r228645, but instead of casting away const conversion warnings in
contrib/less, add a few const qualifiers in the right places.

Suggested by: das
MFC after: 1 week

# dd3bd0ed 01-Jan-2012 Dimitry Andric <dim@FreeBSD.org>

Revert r228645, which casts away a number of const conversion warnings
in contrib/less. I will fix those more properly in the next commit.

# 8ee4178c 17-Dec-2011 Dimitry Andric <dim@FreeBSD.org>

In contrib/less, cast away const a bunch of times, to make it build
without conversion warnings. This code desparately needs a good dose of
const poison, but fixing all the issues would be rather disruptive.

MFC after: 1 week

# 33096f16 09-May-2011 Xin LI <delphij@FreeBSD.org>

MFV: Update to less v443.

MFC after: 1 month


# 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 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)


# 7374caaa 08-May-2009 Xin LI <delphij@FreeBSD.org>

Update to less v429.


# ad5f463c 08-May-2009 Xin LI <delphij@FreeBSD.org>

Flatten all tags of the dist tree of less.

# 720c436c 03-Jun-2007 Xin LI <delphij@FreeBSD.org>

Resolve conflicts.

# 7f074f9c 03-Jun-2007 Xin LI <delphij@FreeBSD.org>

/home/delphij/m

# 89dd99dc 20-Aug-2006 Xin LI <delphij@FreeBSD.org>

Resolve conflicts.

# 6dcb072b 20-Aug-2006 Xin LI <delphij@FreeBSD.org>

Import less v394

# 1ede1615 17-Apr-2004 Tim J. Robbins <tjr@FreeBSD.org>

Merge vendor changes onto mainline.

# 000ba3e8 17-Apr-2004 Tim J. Robbins <tjr@FreeBSD.org>

Import less v381.

# 8fd4165c 07-Jan-2002 Paul Saab <ps@FreeBSD.org>

Merge vendor changes onto mainline.

# c9346414 07-Jan-2002 Paul Saab <ps@FreeBSD.org>

Import less v371

# 8a85f263 23-May-2000 Paul Saab <ps@FreeBSD.org>

Allow less to work on > 2GB files.

# a5f0fb15 22-May-2000 Paul Saab <ps@FreeBSD.org>

Import the [now] dual licensed version 3.5.4 of less. It is
distributed under your choice of the GPL or a BSD style license.

Reviewed by: peter
Obtained from: http://home.flash.net/~marknu/less/

# 95270f73 05-Sep-2022 Xin LI <delphij@FreeBSD.org>

MFV: less v608

Relnotes: yes
MFC after: 2 weeks


# 2235c7fe 18-Apr-2021 Xin LI <delphij@FreeBSD.org>

less: upgrade to v581.

MFC after: 2 weeks


# 6f26c71d 24-Oct-2020 Xin LI <delphij@FreeBSD.org>

MFV r366990: less v563.

MFC after: 2 weeks
Relnotes: yes


# b7780dbe 29-Jun-2019 Xin LI <delphij@FreeBSD.org>

MFV r349535: less v551.

MFC after: 2 weeks
Relnotes: yes


# b2ea2440 20-Nov-2017 Xin LI <delphij@FreeBSD.org>

MFV r326007: less v529.

MFC after: 2 weeks


# f6b74a7d 05-May-2017 Xin LI <delphij@FreeBSD.org>

MFV r317581: less v491.

MFC after: 1 month


# 1ea31627 31-Mar-2017 Robert Watson <rwatson@FreeBSD.org>

Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152

# a15691bf 04-Jan-2016 Xin LI <delphij@FreeBSD.org>

MFV r293125: less v481.

MFC after: 1 month
Relnotes: yes


# c4becf73 30-May-2013 Xin LI <delphij@FreeBSD.org>

Revert files with no local changes to their vendor state to ease future
upgrading.

# e2449719 23-Jul-2012 Xin LI <delphij@FreeBSD.org>

MFV: less v451.


# 96e55cc7 26-Jun-2012 Xin LI <delphij@FreeBSD.org>

MFV: less v449.


# 80acde97 01-Jan-2012 Dimitry Andric <dim@FreeBSD.org>

Redo r228645, but instead of casting away const conversion warnings in
contrib/less, add a few const qualifiers in the right places.

Suggested by: das
MFC after: 1 week

# dd3bd0ed 01-Jan-2012 Dimitry Andric <dim@FreeBSD.org>

Revert r228645, which casts away a number of const conversion warnings
in contrib/less. I will fix those more properly in the next commit.

# 8ee4178c 17-Dec-2011 Dimitry Andric <dim@FreeBSD.org>

In contrib/less, cast away const a bunch of times, to make it build
without conversion warnings. This code desparately needs a good dose of
const poison, but fixing all the issues would be rather disruptive.

MFC after: 1 week

# 33096f16 09-May-2011 Xin LI <delphij@FreeBSD.org>

MFV: Update to less v443.

MFC after: 1 month


# 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 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)


# 7374caaa 08-May-2009 Xin LI <delphij@FreeBSD.org>

Update to less v429.


# ad5f463c 08-May-2009 Xin LI <delphij@FreeBSD.org>

Flatten all tags of the dist tree of less.

# 720c436c 03-Jun-2007 Xin LI <delphij@FreeBSD.org>

Resolve conflicts.

# 7f074f9c 03-Jun-2007 Xin LI <delphij@FreeBSD.org>

/home/delphij/m

# 89dd99dc 20-Aug-2006 Xin LI <delphij@FreeBSD.org>

Resolve conflicts.

# 6dcb072b 20-Aug-2006 Xin LI <delphij@FreeBSD.org>

Import less v394

# 1ede1615 17-Apr-2004 Tim J. Robbins <tjr@FreeBSD.org>

Merge vendor changes onto mainline.

# 000ba3e8 17-Apr-2004 Tim J. Robbins <tjr@FreeBSD.org>

Import less v381.

# 8fd4165c 07-Jan-2002 Paul Saab <ps@FreeBSD.org>

Merge vendor changes onto mainline.

# c9346414 07-Jan-2002 Paul Saab <ps@FreeBSD.org>

Import less v371

# 8a85f263 23-May-2000 Paul Saab <ps@FreeBSD.org>

Allow less to work on > 2GB files.

# a5f0fb15 22-May-2000 Paul Saab <ps@FreeBSD.org>

Import the [now] dual licensed version 3.5.4 of less. It is
distributed under your choice of the GPL or a BSD style license.

Reviewed by: peter
Obtained from: http://home.flash.net/~marknu/less/

# 1ea31627 31-Mar-2017 Robert Watson <rwatson@FreeBSD.org>

Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152


# c4becf73 30-May-2013 Xin LI <delphij@FreeBSD.org>

Revert files with no local changes to their vendor state to ease future
upgrading.


# 80acde97 01-Jan-2012 Dimitry Andric <dim@FreeBSD.org>

Redo r228645, but instead of casting away const conversion warnings in
contrib/less, add a few const qualifiers in the right places.

Suggested by: das
MFC after: 1 week


# dd3bd0ed 01-Jan-2012 Dimitry Andric <dim@FreeBSD.org>

Revert r228645, which casts away a number of const conversion warnings
in contrib/less. I will fix those more properly in the next commit.


# 8ee4178c 17-Dec-2011 Dimitry Andric <dim@FreeBSD.org>

In contrib/less, cast away const a bunch of times, to make it build
without conversion warnings. This code desparately needs a good dose of
const poison, but fixing all the issues would be rather disruptive.

MFC after: 1 week


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 720c436c 03-Jun-2007 Xin LI <delphij@FreeBSD.org>

Resolve conflicts.


# 7f074f9c 03-Jun-2007 Xin LI <delphij@FreeBSD.org>

/home/delphij/m


# 89dd99dc 20-Aug-2006 Xin LI <delphij@FreeBSD.org>

Resolve conflicts.


# 6dcb072b 20-Aug-2006 Xin LI <delphij@FreeBSD.org>

Import less v394


# 1ede1615 17-Apr-2004 Tim J. Robbins <tjr@FreeBSD.org>

Merge vendor changes onto mainline.


# 000ba3e8 17-Apr-2004 Tim J. Robbins <tjr@FreeBSD.org>

Import less v381.


# 8fd4165c 07-Jan-2002 Paul Saab <ps@FreeBSD.org>

Merge vendor changes onto mainline.


# c9346414 07-Jan-2002 Paul Saab <ps@FreeBSD.org>

Import less v371


# 8a85f263 23-May-2000 Paul Saab <ps@FreeBSD.org>

Allow less to work on > 2GB files.


# a5f0fb15 22-May-2000 Paul Saab <ps@FreeBSD.org>

Import the [now] dual licensed version 3.5.4 of less. It is
distributed under your choice of the GPL or a BSD style license.

Reviewed by: peter
Obtained from: http://home.flash.net/~marknu/less/