History log of /freebsd-current/contrib/less/pattern.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


# 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


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

MFV: less v451.


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

MFV: less v449.


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


# 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


# 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


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

MFV: less v451.


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

MFV: less v449.


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


# 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


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