cosmopolitan/third_party/less
Justine Tunney a6baba1b07
Stop using .com extension in monorepo
The WIN32 CreateProcess() function does not require an .exe or .com
suffix in order to spawn an executable. Now that we have Cosmo bash
we're no longer so dependent on the cmd.exe prompt.
2024-03-03 03:12:19 -08:00
..
brac.c Add less 643 2023-12-10 08:01:37 -08:00
BUILD.mk Stop using .com extension in monorepo 2024-03-03 03:12:19 -08: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 Release Cosmopolitan v3.3 2024-02-20 13:27:59 -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.