summaryrefslogtreecommitdiff
path: root/std.c
Commit message (Collapse)AuthorAgeFilesLines
* backport of local changesAnselm R Garbe2009-05-101-363/+0
|
* add accidentally omitted wordMatthias-Christian Ott2008-09-051-3/+3
|
* use stdio(3)Matthias-Christian Ott2008-08-251-47/+48
|
* add description of stdMatthias-Christian Ott2008-08-251-1/+13
|
* add prototype for command parsingMatthias-Christian Ott2008-08-071-31/+50
|
* reunite pty.c with std.cMatthias-Christian Ott2008-07-211-2/+38
|
* correct programme nameMatthias-Christian Ott2008-07-211-1/+1
|
* use errx() for help and version messagesMatthias-Christian Ott2008-07-211-8/+4
|
* Backed out changeset d2bb4220fdf3Matthias-Christian Ott2008-07-101-1/+1
| | | Ptm and pts are used by pty.c, thus they have to be non-static.
* make ptm and pts staticMatthias-Christian Ott2008-07-091-1/+1
|
* remove useless variableMatthias-Christian Ott2008-07-051-3/+1
|
* remove emallocz()Matthias-Christian Ott2008-07-041-1/+0
|
* replace eprint() functions with BSD error functionsMatthias-Christian Ott2008-07-041-10/+15
|
* simplify flushingMatthias-Christian Ott2008-06-151-2/+3
|
* correct bufferingMatthias-Christian Ott2008-06-151-15/+16
|
* make local functions and variables staticMatthias-Christian Ott2008-06-141-18/+18
|
* add select(2)-based i/o multiplexingMatthias-Christian Ott2008-06-141-7/+19
|
* drop stdio usageMatthias-Christian Ott2008-06-141-9/+31
| | | | 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-101-38/+1
|
* add copyright commentMatthias-Christian Ott2008-06-101-0/+1
|
* source getpty() out to pty.cMatthias-Christian Ott2008-06-101-35/+0
|
* correct function nameMatthias-Christian Ott2008-06-091-1/+1
|
* add missing header fileMatthias-Christian Ott2008-06-081-0/+3
|
* add parser loopMatthias-Christian Ott2008-06-081-0/+13
|
* remove useless variableMatthias-Christian Ott2008-06-081-1/+0
|
* replace state with separate variablesMatthias-Christian Ott2008-06-081-11/+8
|
* terminate error message with newlineMatthias-Christian Ott2008-06-041-1/+1
|
* correct LENGTH()Matthias-Christian Ott2008-06-021-1/+1
|
* simplify control flowMatthias-Christian Ott2008-06-021-3/+1
|
* remove debug codeMatthias-Christian Ott2008-06-021-1/+0
|
* remove stdio slave pty openingMatthias-Christian Ott2008-06-021-3/+0
|
* drop support for proprietary UNIX variantsMatthias-Christian Ott2008-06-021-16/+2
| | | | | | | | | | 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-011-3/+339
|
* added some new files for the initial rewrite of st from scratchAnselm R Garbe2008-05-201-0/+4