aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-07-21correct year of copyright noticeMatthias-Christian Ott1-1/+1
2008-07-21simplify MakefileMatthias-Christian Ott2-85/+32
Due to consideration of POSIX compliance issues config.mk had to be removed. Configuration variables can be overridden by environment variables or specified via command line. Additionally all pretty-printed messages were removed and built-in rules are used. This also simplifies and purges the Makefile.
2008-07-21reunite pty.c with std.cMatthias-Christian Ott2-44/+38
2008-07-21correct programme nameMatthias-Christian Ott1-1/+1
2008-07-21use errx() for help and version messagesMatthias-Christian Ott1-8/+4
2008-07-10merge with backout headMatthias-Christian Ott1-1/+1
2008-07-10Backed out changeset d2bb4220fdf3Matthias-Christian Ott1-1/+1
Ptm and pts are used by pty.c, thus they have to be non-static.
2008-07-09remove TODOMatthias-Christian Ott1-1/+0
2008-07-09make ptm and pts staticMatthias-Christian Ott1-1/+1
2008-07-05remove useless variableMatthias-Christian Ott1-3/+1
2008-07-04remove emallocz()Matthias-Christian Ott5-24/+3
2008-07-04replace eprint() functions with BSD error functionsMatthias-Christian Ott5-45/+31
2008-06-15simplify flushingMatthias-Christian Ott1-2/+3
2008-06-15correct bufferingMatthias-Christian Ott1-15/+16
2008-06-14make local functions and variables staticMatthias-Christian Ott1-18/+18
2008-06-14add select(2)-based i/o multiplexingMatthias-Christian Ott1-7/+19
2008-06-14drop stdio usageMatthias-Christian Ott1-9/+31
Std requires I/O multiplexing which is very complicated with stdio, because it provides no transparent buffering.
2008-06-14make st and std separate programmesMatthias-Christian Ott3-9/+19
2008-06-10add missing header fileMatthias-Christian Ott1-0/+1
2008-06-10assume glibc by defaultMatthias-Christian Ott1-1/+4
2008-06-10source utility functions out to util.cMatthias-Christian Ott6-39/+46
2008-06-10add copyright commentMatthias-Christian Ott2-0/+2
2008-06-10source getpty() out to pty.cMatthias-Christian Ott2-35/+41
2008-06-09update TODOMatthias-Christian Ott1-3/+0
2008-06-09correct function nameMatthias-Christian Ott1-1/+1
2008-06-08remove xinerama flagsMatthias-Christian Ott1-6/+2
The xinerama related variables in config.mk are a relict of dwm and therefore should be removed.
2008-06-08add missing header fileMatthias-Christian Ott1-0/+3
2008-06-08add parser loopMatthias-Christian Ott1-0/+13
2008-06-08remove useless variableMatthias-Christian Ott1-1/+0
2008-06-08replace state with separate variablesMatthias-Christian Ott1-11/+8
2008-06-04terminate error message with newlineMatthias-Christian Ott1-1/+1
2008-06-02correct LENGTH()Matthias-Christian Ott1-1/+1
2008-06-02simplify control flowMatthias-Christian Ott1-3/+1
2008-06-02remove debug codeMatthias-Christian Ott1-1/+0
2008-06-02remove stdio slave pty openingMatthias-Christian Ott1-3/+0
2008-06-02drop support for proprietary UNIX variantsMatthias-Christian Ott1-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.
2008-06-01slight changesAnselm R Garbe2-8/+4
2008-06-01applied Matthias-Christians changes to std.cAnselm R Garbe1-3/+339
2008-05-20added some new files for the initial rewrite of st from scratchAnselm R Garbe5-0/+130
2008-05-11added new TODOarg@localhost.localdomain1-0/+4