33 Commits (802f1922f93aef1e4876719e107828a1fa15b1a6)

Author SHA1 Message Date
Matthias-Christian Ott 802f1922f9 add accidentally omitted word 16 years ago
Matthias-Christian Ott a7f50ebb64 use stdio(3) 16 years ago
Matthias-Christian Ott 07d1edcd76 add description of std 16 years ago
Matthias-Christian Ott d61a2a8fce add prototype for command parsing 16 years ago
Matthias-Christian Ott 082d8bb82b reunite pty.c with std.c 16 years ago
Matthias-Christian Ott 6c6b65ea6e correct programme name 16 years ago
Matthias-Christian Ott 746931a3d4 use errx() for help and version messages 16 years ago
Matthias-Christian Ott 7a132bd6ac Backed out changeset d2bb4220fdf3
Ptm and pts are used by pty.c, thus they have to be non-static.
16 years ago
Matthias-Christian Ott 0cbcedb89f make ptm and pts static 16 years ago
Matthias-Christian Ott afc73c920d remove useless variable 16 years ago
Matthias-Christian Ott b3902ca178 remove emallocz() 16 years ago
Matthias-Christian Ott f982c1c37c replace eprint() functions with BSD error functions 16 years ago
Matthias-Christian Ott d83cbc27b9 simplify flushing 16 years ago
Matthias-Christian Ott 3cb6793781 correct buffering 16 years ago
Matthias-Christian Ott cf147ae9da make local functions and variables static 16 years ago
Matthias-Christian Ott f9a0524f94 add select(2)-based i/o multiplexing 16 years ago
Matthias-Christian Ott a49919a10c drop stdio usage
Std requires I/O multiplexing which is very complicated with
stdio, because it provides no transparent buffering.
16 years ago
Matthias-Christian Ott 5f28725471 source utility functions out to util.c 16 years ago
Matthias-Christian Ott 05ebee6084 add copyright comment 16 years ago
Matthias-Christian Ott 47d8633f15 source getpty() out to pty.c 16 years ago
Matthias-Christian Ott 0dce422d31 correct function name 16 years ago
Matthias-Christian Ott 5e680d7102 add missing header file 16 years ago
Matthias-Christian Ott dc01596e6d add parser loop 16 years ago
Matthias-Christian Ott 5d055fdc7c remove useless variable 16 years ago
Matthias-Christian Ott a6efc851b6 replace state with separate variables 16 years ago
Matthias-Christian Ott 50b4785f26 terminate error message with newline 16 years ago
Matthias-Christian Ott c61b34e8e1 correct LENGTH() 16 years ago
Matthias-Christian Ott 693e2413c8 simplify control flow 16 years ago
Matthias-Christian Ott 0b3510df45 remove debug code 16 years ago
Matthias-Christian Ott 40c0ecfe82 remove stdio slave pty opening 16 years ago
Matthias-Christian Ott e2ac1676b1 drop support for proprietary UNIX variants
Proprietary UNIX variants like AIX, HP-UX or SCO UNIX
are nowadays rarely used and maintaining compatibility to
non-standard operating systems interfaces is wasteful and
practically useless.

Projects like xterm suffer from backward compatibility to decades-old
UNIX variants and terminal standards. This does not conform to st's
design goals.
16 years ago
Anselm R Garbe 771ece25e8 applied Matthias-Christians changes to std.c 16 years ago
Anselm R Garbe 1987ae4bac added some new files for the initial rewrite of st from scratch 16 years ago