| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Pointed out by: asami
|
| |
|
|
|
|
| |
Down to only about 100 items left to cleanup! :-)
|
|
|
|
|
|
|
| |
specified in the top level Makefiles.
Previously I missed dozens of Makefiles that skip the install after
using `cmp -s' to decide that the install isn't necessary.
|
|
|
|
|
|
|
| |
variable directly in tgetent by stderr or stdout output speed.
It helps hide in non-standard __set_ospeed function and remove it
from other sources (coming soon).
Do prototype cleanup too.
|
|
|
|
|
|
|
|
|
| |
Basically all termios+termcap pgms needs it.
It set ospeed variable using nearest-matched stty speeds,
which helps termcap pgms works with non-fixed termios speeds
and not duplicate ospeed switch into every pgm.
Also it isn't standard function, its source code is too big to include it
in whole to every termcap+termios pgm.
|
| |
|
| |
|
|
|
|
| |
libs as told by Bruce. Now it works.
|
|
|
|
|
|
|
|
|
|
| |
Change the reference for the libtermcap libtermlib link from SHLIBDIR
to LIBDIR. SHLIBDIR is undefined in the standard case.
termcap.c:
Initialize a local variable to zero. Otherwise an erroneous free call
can happen and clobber the calling program.
Seen with vi and gdb. If you have TERMCAP set with a terminal entry and
set TERM with something like huhu, vi and gdb core dumps.
|
| |
|
|
|
|
| |
Add missing ${DESTDIR}'s.
|
| |
|
| |
|
|
|
|
| |
Submitted by: jkh
|
| |
|
|
|