aboutsummaryrefslogtreecommitdiff
path: root/contrib/less
Commit message (Collapse)AuthorAgeFilesLines
* MFV: less v692.Xin LI2026-02-2156-99/+233
|\
* | MFV less v691Xin LI2026-02-0248-1326/+2593
|\| | | | | | | | | Relnotes: yes MFC after: 2 weeks
* | MFV: less v685.Xin LI2025-11-1032-137/+581
|\| | | | | | | MFC after: 3 days
* | MFV: less v679.Xin LI2025-07-209-13/+26
|\| | | | | | | MFC after: 2 weeks
* | MFV: less v678.Xin LI2025-05-2060-994/+1893
|\| | | | | | | MFC after: 2 weeks
* | MFV: less v668.Xin LI2024-12-0963-2876/+5682
|\| | | | | | | MFC after: 2 weeks
* | contrib: Remove various $FreeBSD$ tags not upstreamWarner Losh2024-05-311-2/+0
| | | | | | | | Sponsored by: Netflix
* | MFV: less: Do not trust st_size if it equals zeroRicardo Branco2024-04-241-11/+2
|\| | | | | | | | | | | | | | | | | | | | | This is a smaller version of upstream 1fafd968b48e5cea6c85f126d77071a8de707a55 to address the issue that less not being able to operate on files residing in pseudo-filesystems that advertize a zero size value. PR: bin/276133 MFC after: 3 days
* | MFV: less v643.Xin LI2023-08-1317-46/+182
|\| | | | | | | MFC after: 2 weeks
* | MFV: less v632.Xin LI2023-05-0260-3614/+3706
|\| | | | | | | MFC after: 2 weeks
* | MFV: less v608Xin LI2022-09-0660-489/+1582
|\| | | | | | | | | Relnotes: yes MFC after: 2 weeks
* | less: upgrade to v590.Xin LI2021-07-1828-759/+1175
|\| | | | | | | MFC after: 2 weeks
* | less: upgrade to v581.2.Xin LI2021-05-028-16/+17
|\| | | | | | | MFC after: 1 week
* | less: upgrade to v581.Xin LI2021-04-1954-2297/+3761
|\| | | | | | | MFC after: 2 weeks
* | MFV r366990: less v563.Xin LI2020-10-2456-409/+551
|\| | | | | | | | | | | | | | | MFC after: 2 weeks Relnotes: yes Notes: svn path=/head/; revision=367005
* | MFV r349535: less v551.Xin LI2019-06-2958-554/+1448
|\| | | | | | | | | | | | | | | MFC after: 2 weeks Relnotes: yes Notes: svn path=/head/; revision=349549
* | MFV r329552: less v530.Xin LI2018-02-198-9/+12
|\| | | | | | | | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=329554
* | less(1): diff reduction vs upstreamAlan Somers2017-12-121-1/+0
| | | | | | | | | | | | | | | | | | | | No functional change. MFC after: 3 weeks Sponsored by: Spectra Logic Corp Notes: svn path=/head/; revision=326799
* | MFV r326007: less v529.Xin LI2017-11-2044-1102/+1731
|\| | | | | | | | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=326010
* | MFV r317581: less v491.Xin LI2017-05-0559-1334/+2216
|\| | | | | | | | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=317829
* | Currently, less(1) uses K&R prototypes, which both fails to provide usefulRobert Watson2017-03-3138-1683/+1083
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=316339
* | MFV r293125: less v481.Xin LI2016-01-0559-1033/+2075
|\| | | | | | | | | | | | | | | MFC after: 1 month Relnotes: yes Notes: svn path=/head/; revision=293190
* | Revert files with no local changes to their vendor state to ease futureXin LI2013-05-315-6/+0
| | | | | | | | | | | | | | upgrading. Notes: svn path=/head/; revision=251170
* | Remove unused files.Xin LI2013-05-3123-12238/+0
| | | | | | | | Notes: svn path=/head/; revision=251169
* | MFV: less v458.Xin LI2013-05-1314-457/+492
|\| | | | | | | | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=250592
* | MFV: less v456.Xin LI2012-12-0312-32/+24
|\| | | | | | | Notes: svn path=/head/; revision=243829
* | MFV: less v453.Xin LI2012-11-0420-547/+676
|\| | | | | | | Notes: svn path=/head/; revision=242584
* | MFV: less v451.Xin LI2012-07-2460-419/+442
|\| | | | | | | Notes: svn path=/head/; revision=238730
* | MFV: less v449.Xin LI2012-06-2664-1063/+1368
|\| | | | | | | Notes: svn path=/head/; revision=237613
* | Redo r228645, but instead of casting away const conversion warnings inDimitry Andric2012-01-012-8/+8
| | | | | | | | | | | | | | | | | | | | contrib/less, add a few const qualifiers in the right places. Suggested by: das MFC after: 1 week Notes: svn path=/head/; revision=229196
* | Revert r228645, which casts away a number of const conversion warningsDimitry Andric2012-01-012-7/+7
| | | | | | | | | | | | | | in contrib/less. I will fix those more properly in the next commit. Notes: svn path=/head/; revision=229195
* | In contrib/less, cast away const a bunch of times, to make it buildDimitry Andric2011-12-172-7/+7
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=228645
* | MFV: Update to less v444.Xin LI2011-06-0913-45/+23
|\| | | | | | | | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=222906
* | MFV: Update to less v443.Xin LI2011-05-0966-4983/+2848
|\| | | | | | | | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=221715
* | Be clear of what licensing terms we are using.David E. O'Brien2011-04-272-674/+8
| | | | | | | | Notes: svn path=/head/; revision=221115
* | Update less to v436. This is considered as a bugfix release from vendor.Xin LI2009-07-2970-1031/+1128
|\| | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=195941
* | Update to less v429.Xin LI2009-05-0964-3549/+4937
|\| | | | | | | Notes: svn path=/head/; revision=191930
| * Flatten all tags of the dist tree of less.Xin LI2009-05-0878-43581/+0
| | | | | | | | Notes: svn path=/vendor/less/dist/; revision=191925
* | Make `less -R' not crash all the time.David Schultz2009-02-281-2/+4
| | | | | | | | Notes: svn path=/head/; revision=189139
* | Resolve conflicts.Xin LI2007-11-261-5/+8
| | | | | | | | Notes: svn path=/head/; revision=173935
* | This commit was generated by cvs2svn to compensate for changes in r173932,Xin LI2007-11-269-56/+62
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=173933
| * Virgin import of less v416.vendor/less/v416Xin LI2007-11-2610-61/+70
| | | | | | | | | | Notes: svn path=/vendor/less/dist/; revision=173932 svn path=/vendor/less/v416/; revision=173934; tag=vendor/less/v416
| * Nuke file removed from author's distribution.vendor/less/v415Xin LI2007-11-161-58/+0
| | | | | | | | | | Notes: svn path=/vendor/less/dist/; revision=173686 svn path=/vendor/less/v415/; revision=173684; tag=vendor/less/v415
* | This commit was generated by cvs2svn to compensate for changes in r173686,Xin LI2007-11-161-58/+0
| | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=173687
* | Resolve conflicts; Update defines.h to reflect latest change.Xin LI2007-11-165-82/+175
| | | | | | | | Notes: svn path=/head/; revision=173685
* | This commit was generated by cvs2svn to compensate for changes in r173682,Xin LI2007-11-1625-60/+447
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=173683
| * Virgin import of less v415.Xin LI2007-11-1630-142/+622
| | | | | | | | Notes: svn path=/vendor/less/dist/; revision=173682
* | Add instructions about how to upgrade less in base systemXin LI2007-11-131-0/+24
| | | | | | | | Notes: svn path=/head/; revision=173589
* | This commit was generated by cvs2svn to compensate for changes in r172597,Xin LI2007-10-1210-15/+21
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=172598
| * Import less v409, fixes a rather serious bug which causesXin LI2007-10-1210-15/+21
| | | | | | | | | | | | | | crashes when searching for invalid UTF-8 sequence. Notes: svn path=/vendor/less/dist/; revision=172597