1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/less
schwarze d0dcf7a64d Cleanup and bugfix:
When looking for uppercase characters, iterate over multibyte
characters with the standard function mbtowc(3) rather than with
the buggy and outdated step_char(), skipping invalid bytes,
and correctly use iswupper(3) instead of the inapplicable isupper(3).
OK stsp@
2019-03-14 16:21:35 +00:00
..
less
lesskey remove redundant variable declarations in Makefiles, since those are 2017-07-09 21:23:18 +00:00
brac.c
ch.c Fix use after free that caused the creation of a spurious file. 2018-03-17 13:29:12 +00:00
charset.c control_char() for ASCII needs to include both genuine control 2017-04-20 21:23:16 +00:00
charset.h
cmd.h
cmdbuf.c little bit more KNF 2016-09-17 15:06:41 +00:00
command.c Fix the "t" command for the case where we go down by just a few lines: 2017-01-12 20:32:01 +00:00
cvt.c To simplify the upcoming UTF-8 cleanup in less(1), delete support 2019-02-26 11:01:54 +00:00
decode.c little bit more KNF 2016-09-17 15:06:41 +00:00
defines.h
edit.c little bit more KNF 2016-09-17 15:06:41 +00:00
filename.c To simplify the upcoming UTF-8 cleanup in less(1), delete support 2019-02-26 11:01:54 +00:00
forwback.c
funcs.h Start UTF-8 cleanup of store_char(), in particular getting rid of 2019-03-01 14:31:34 +00:00
ifile.c little bit more KNF 2016-09-17 15:06:41 +00:00
input.c
jump.c little bit more KNF 2016-09-17 15:06:41 +00:00
less.1 Unify wording for LC_CTYPE in ENVIRONMENT: 2016-10-24 13:46:58 +00:00
less.h To simplify the upcoming UTF-8 cleanup in less(1), delete support 2019-02-26 11:01:54 +00:00
less.hlp
lesskey.1
lesskey.c little bit more KNF 2016-09-17 15:06:41 +00:00
lesskey.h
LICENSE
line.c UTF-8 cleanup in do_append() replacing calls to broken functions: 2019-03-13 11:22:56 +00:00
linenum.c Use CLOCK_MONOTONIC for the delay before printing "Calculating line numbers" 2017-11-27 23:39:03 +00:00
lsystem.c
main.c Split only LESS on $. 2018-03-17 14:03:36 +00:00
Makefile
Makefile.inc
mark.c little bit more KNF 2016-09-17 15:06:41 +00:00
more.1
more.hlp
optfunc.c Fix use after free that caused the creation of a spurious file. 2018-03-17 13:29:12 +00:00
option.c Split only LESS on $. 2018-03-17 14:03:36 +00:00
option.h little bit more KNF 2016-09-17 15:06:41 +00:00
opttbl.c little bit more KNF 2016-09-17 15:06:41 +00:00
os.c
output.c little bit more KNF 2016-09-17 15:06:41 +00:00
pattern.c When performing an inverted search in less, make sure to invalidate the match 2017-08-02 19:35:57 +00:00
pattern.h
position.c little bit more KNF 2016-09-17 15:06:41 +00:00
position.h
prompt.c little bit more KNF 2016-09-17 15:06:41 +00:00
screen.c
search.c Cleanup and bugfix: 2019-03-14 16:21:35 +00:00
signal.c little bit more KNF 2016-09-17 15:06:41 +00:00
tags.c While freeing tag entries, make sure to free the copied strings. 2017-05-03 11:59:25 +00:00
ttyin.c
version.c