Age | Commit message (Collapse) | Author |
|
|
|
a volatile sig_atomic_t variable, and then processing events in the mainloop.
But only one variable was used for 3 signals, with |= bit operations which
are signal interruptable! Rewrite the code to use 3 independent variables
and cleanup how the mainloop observes indications.
ok schwarze
|
|
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
|
|
move the call to bell() out of u_interrupt() (a signal handler).
OK and with help from deraadt@
|
|
ok nicm@
|
|
o deal with HELPFILE not being defined
o add a SMALL definition to make a smaller less for the boot floppies
This still needs to be pared down a bit for the SMALL case
|
|
|
|
millert@ ok
|
|
|
|
version.
|
|
|