| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ligatures: it was incomplete (only for the Arabic script and only
for the single ligature LAM WITH ALEF) and it was implemented in a
way that is unsustainable (with a static table inside less).
If we ever want ligature support, we are better off making a fresh
start. However, for languages like Arabic and Persian, even that
wouldn't really be useful without having bidirectional support first.
OK millert@
(and also considering comments from Mohammadreza Abdollahzadeh,
Evan Silberman, and benno@)
|
|
|
|
|
|
| |
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.
|
|
|
|
| |
with the standard isascii(3)
|
|
|
|
|
|
| |
This function is only ever called with constant ASCII string arguments,
so actually it doesn't need any UTF-8 handling whatsoever.
OK millert@
|
| |
|
|
|
|
| |
ok nicm@
|
|
|
|
|
|
| |
condition.
ok nicm@
|
| |
|
|
|
|
|
|
| |
void* cast.
ok nicm@
|
| |
|
|
|
|
|
| |
ecalloc, etc. functions do.
ok mmcc 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
|
| |
|
|
|
|
| |
ok nicm@
|
| |
|
|
|
|
| |
millert@ ok
|
| |
|
|
|