| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
and get_wchar() static for now - until they can be deleted
|
|
|
|
|
| |
This also allows to delete the buggy, now unused function put_wchar().
OK millert@
|
|
|
|
|
|
|
|
|
|
| |
Employ the usual form of an mbtowc(3) loop, eliminating two calls
to the bad function step_char() and reducing the number of nested
loops by one. This also removes the last caller of the bad function
binary_char(), which is consequently deleted.
While here, count ASCII C0 non-whitespace control characters as
binary (except backspace and, with -R only, escape).
OK millert@
|
|
|
|
|
|
|
|
| |
characters and top-bit-set nonprintable characters (so both iscntrl()
and !isprint()), fixes behaviour broken in r1.15/r1.16, noticed by
deraadt@.
ok deraadt tedu
|
|
|
|
| |
is set to "*". Patch from Tobias Stoeckmann. OK tb@
|
| |
|
|
|
|
| |
ok nicm@
|
| |
|
|
|
|
| |
ok nicm
|
|
|
|
|
| |
anything other than LC_CTYPE is likely a bug.
ok nicm
|
| |
|
|
|
|
|
| |
terms with the existing copyright, so it is clear it applies the same
terms.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
D'Amore at https://github.com/gdamore/less-fork. This has significantly
less portability goop, has a tidied up code style, uses terminfo instead
of termcap, and is has stricter POSIX compliance.
Many of our local changes have been accepted upstream: substantial
remaining local changes are code to read help files from /usr/share
rather than compiling them in, man page and help improvements, and some
tweaks to the default options.
Review and testing by millert, ok deraadt
|
|
|
|
| |
ok guenther@, ok jmc@ for man bits
|
|
|
|
|
| |
Use strlcpy() not snprintf() to copy a simple string.
OK deraadt@
|
|
|
|
| |
ok nicm@
|
|
|
|
|
| |
isspace() too. Problem noticed by cedric@ and diagnosed by deraadt@.
OK deraadt@.
|
| |
|
| |
|
| |
|
|
|
|
| |
millert@ ok
|
| |
|
|
|