aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-05-15updated TODO.Aurélien Aptel
2009-05-15tab moves the cursor instead of inserting spaces.Aurélien Aptel
2009-05-14handle tabulation (still not perfect)Aurélien Aptel
2009-05-14removed truecolor stuffAurélien Aptel
2009-05-14removed the truecolor stuffAurélien Aptel
2009-05-14same thing, really fixed this time.Aurélien Aptel
2009-05-14added some error checking in xinit (fixed the segfault caused by a missing font)Aurélien Aptel
2009-05-10Removed unused variable and cleaned some comment.Aurélien Aptel
2009-05-10backport of local changesAnselm R Garbe
2008-09-05add accidentally omitted wordMatthias-Christian Ott
2008-08-25use stdio(3)Matthias-Christian Ott
2008-08-25add description of stdMatthias-Christian Ott
2008-08-07add prototype for command parsingMatthias-Christian Ott
2008-07-21correct year of copyright noticeMatthias-Christian Ott
2008-07-21simplify MakefileMatthias-Christian Ott
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 Ott
2008-07-21correct programme nameMatthias-Christian Ott
2008-07-21use errx() for help and version messagesMatthias-Christian Ott
2008-07-10merge with backout headMatthias-Christian Ott
2008-07-10Backed out changeset d2bb4220fdf3Matthias-Christian Ott
Ptm and pts are used by pty.c, thus they have to be non-static.
2008-07-09remove TODOMatthias-Christian Ott
2008-07-09make ptm and pts staticMatthias-Christian Ott
2008-07-05remove useless variableMatthias-Christian Ott
2008-07-04remove emallocz()Matthias-Christian Ott
2008-07-04replace eprint() functions with BSD error functionsMatthias-Christian Ott
2008-06-15simplify flushingMatthias-Christian Ott
2008-06-15correct bufferingMatthias-Christian Ott
2008-06-14make local functions and variables staticMatthias-Christian Ott
2008-06-14add select(2)-based i/o multiplexingMatthias-Christian Ott
2008-06-14drop stdio usageMatthias-Christian Ott
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 Ott
2008-06-10add missing header fileMatthias-Christian Ott
2008-06-10assume glibc by defaultMatthias-Christian Ott
2008-06-10source utility functions out to util.cMatthias-Christian Ott
2008-06-10add copyright commentMatthias-Christian Ott
2008-06-10source getpty() out to pty.cMatthias-Christian Ott
2008-06-09update TODOMatthias-Christian Ott
2008-06-09correct function nameMatthias-Christian Ott
2008-06-08remove xinerama flagsMatthias-Christian Ott
The xinerama related variables in config.mk are a relict of dwm and therefore should be removed.
2008-06-08add missing header fileMatthias-Christian Ott
2008-06-08add parser loopMatthias-Christian Ott
2008-06-08remove useless variableMatthias-Christian Ott
2008-06-08replace state with separate variablesMatthias-Christian Ott
2008-06-04terminate error message with newlineMatthias-Christian Ott
2008-06-02correct LENGTH()Matthias-Christian Ott
2008-06-02simplify control flowMatthias-Christian Ott
2008-06-02remove debug codeMatthias-Christian Ott
2008-06-02remove stdio slave pty openingMatthias-Christian Ott
2008-06-02drop support for proprietary UNIX variantsMatthias-Christian Ott
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 Garbe