aboutsummaryrefslogtreecommitdiff
path: root/std.c
Commit message (Collapse)AuthorAge
* make ptm and pts staticMatthias-Christian Ott2008-07-09
|
* remove useless variableMatthias-Christian Ott2008-07-05
|
* remove emallocz()Matthias-Christian Ott2008-07-04
|
* replace eprint() functions with BSD error functionsMatthias-Christian Ott2008-07-04
|
* simplify flushingMatthias-Christian Ott2008-06-15
|
* correct bufferingMatthias-Christian Ott2008-06-15
|
* make local functions and variables staticMatthias-Christian Ott2008-06-14
|
* add select(2)-based i/o multiplexingMatthias-Christian Ott2008-06-14
|
* drop stdio usageMatthias-Christian Ott2008-06-14
| | | | Std requires I/O multiplexing which is very complicated with stdio, because it provides no transparent buffering.
* source utility functions out to util.cMatthias-Christian Ott2008-06-10
|
* add copyright commentMatthias-Christian Ott2008-06-10
|
* source getpty() out to pty.cMatthias-Christian Ott2008-06-10
|
* correct function nameMatthias-Christian Ott2008-06-09
|
* add missing header fileMatthias-Christian Ott2008-06-08
|
* add parser loopMatthias-Christian Ott2008-06-08
|
* remove useless variableMatthias-Christian Ott2008-06-08
|
* replace state with separate variablesMatthias-Christian Ott2008-06-08
|
* terminate error message with newlineMatthias-Christian Ott2008-06-04
|
* correct LENGTH()Matthias-Christian Ott2008-06-02
|
* simplify control flowMatthias-Christian Ott2008-06-02
|
* remove debug codeMatthias-Christian Ott2008-06-02
|
* remove stdio slave pty openingMatthias-Christian Ott2008-06-02
|
* drop support for proprietary UNIX variantsMatthias-Christian Ott2008-06-02
| | | | | | | | | | 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.
* applied Matthias-Christians changes to std.cAnselm R Garbe2008-06-01
|
* added some new files for the initial rewrite of st from scratchAnselm R Garbe2008-05-20