Age | Commit message (Collapse) | Author |
|
|
|
|
|
tip.c
getchar() returns an int [important since EOF == -1] (thorpej)
Set CLOCAL if dc flag is set (mellon)
tip.h
Change booleans from char to short so that comparisons against negative
values work as expected on systems with unsigned chars. (thorpej)
Add boolean for dc flag (mellon)
hunt.c
Set O_NONBLOCK if dc flag set. Don't set HUPCL if dc flag is set. (mellon)
remote.c
Add boolean for dc flag (mellon)
|
|
Compile in strcict ansi (some day I'll get around to -Wall)
use set* functions instead of modifying the lvalue
Change a few sprintf() to snprintf() where it coudl possibly matter.
Replace zzhack stuff with something saner to make tip work on alpha
|
|
|
|
|
|
Convert to termios (from Scott Reynolds; PR#1621).
8-bit patches (from Matthieu Herrb; PR#1384).
|
|
|