cosmopolitan/third_party/less
Jōshin 3a8e01a77a
more modeline errata (#1019)
Somehow or another, I previously had missed `BUILD.mk` files.

In the process I found a few straggler cases where the modeline was
different from the file, including one very involved manual fix where a
file had been treated like it was ts=2 and ts=8 on separate occasions.

The commit history in the PR shows the gory details; the BUILD.mk was
automated, everything else was mostly manual.
2023-12-16 23:07:10 -05:00
..
brac.c Add less 643 2023-12-10 08:01:37 -08:00
BUILD.mk more modeline errata (#1019) 2023-12-16 23:07:10 -05:00
ch.c Add less 643 2023-12-10 08:01:37 -08:00
charset.c Add less 643 2023-12-10 08:01:37 -08:00
charset.h Add less 643 2023-12-10 08:01:37 -08:00
cmd.h Add less 643 2023-12-10 08:01:37 -08:00
cmdbuf.c Add less 643 2023-12-10 08:01:37 -08:00
command.c Add less 643 2023-12-10 08:01:37 -08:00
compose.inc Add less 643 2023-12-10 08:01:37 -08:00
cvt.c Add less 643 2023-12-10 08:01:37 -08:00
decode.c Add less 643 2023-12-10 08:01:37 -08:00
defines.h Add less 643 2023-12-10 08:01:37 -08:00
edit.c Add less 643 2023-12-10 08:01:37 -08:00
filename.c Add less 643 2023-12-10 08:01:37 -08:00
fmt.inc Add less 643 2023-12-10 08:01:37 -08:00
forwback.c Add less 643 2023-12-10 08:01:37 -08:00
funcs.h Add less 643 2023-12-10 08:01:37 -08:00
help.c Add less 643 2023-12-10 08:01:37 -08:00
ifile.c Add less 643 2023-12-10 08:01:37 -08:00
input.c Add less 643 2023-12-10 08:01:37 -08:00
jump.c Add less 643 2023-12-10 08:01:37 -08:00
less.h Add less 643 2023-12-10 08:01:37 -08:00
lessecho.c Add less 643 2023-12-10 08:01:37 -08:00
lesskey.c Add less 643 2023-12-10 08:01:37 -08:00
lesskey.h Add less 643 2023-12-10 08:01:37 -08:00
lesskey_parse.c Add less 643 2023-12-10 08:01:37 -08:00
lglob.h Add less 643 2023-12-10 08:01:37 -08:00
LICENSE Add less 643 2023-12-10 08:01:37 -08:00
line.c Add less 643 2023-12-10 08:01:37 -08:00
linenum.c Add less 643 2023-12-10 08:01:37 -08:00
lsystem.c Add less 643 2023-12-10 08:01:37 -08:00
main.c Add less 643 2023-12-10 08:01:37 -08:00
mark.c Add less 643 2023-12-10 08:01:37 -08:00
optfunc.c Add less 643 2023-12-10 08:01:37 -08:00
option.c Add less 643 2023-12-10 08:01:37 -08:00
option.h Add less 643 2023-12-10 08:01:37 -08:00
opttbl.c Add less 643 2023-12-10 08:01:37 -08:00
os.c Add less 643 2023-12-10 08:01:37 -08:00
output.c Add less 643 2023-12-10 08:01:37 -08:00
pattern.c Add less 643 2023-12-10 08:01:37 -08:00
pattern.h Add less 643 2023-12-10 08:01:37 -08:00
pckeys.h Add less 643 2023-12-10 08:01:37 -08:00
position.c Fix build warning error 2023-12-10 08:26:36 -08:00
position.h Add less 643 2023-12-10 08:01:37 -08:00
prompt.c Add less 643 2023-12-10 08:01:37 -08:00
README.cosmo Add less 643 2023-12-10 08:01:37 -08:00
regexp.h Add less 643 2023-12-10 08:01:37 -08:00
screen.c Add less 643 2023-12-10 08:01:37 -08:00
search.c Add less 643 2023-12-10 08:01:37 -08:00
signal.c Add less 643 2023-12-10 08:01:37 -08:00
tags.c Add less 643 2023-12-10 08:01:37 -08:00
ttyin.c Add less 643 2023-12-10 08:01:37 -08:00
ubin.inc Add less 643 2023-12-10 08:01:37 -08:00
version.c Add less 643 2023-12-10 08:01:37 -08:00
wide.inc Add less 643 2023-12-10 08:01:37 -08:00
xbuf.c Add less 643 2023-12-10 08:01:37 -08:00
xbuf.h Add less 643 2023-12-10 08:01:37 -08:00

DESCRIPTION

  less is a text paginator for the terminal

LICENSE

  BSD-2 license

ORIGIN

  https://ftp.gnu.org/gnu/less/less-643.tar.gz

LOCAL CHANGES

  None.