aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* updated TODO.Aurélien Aptel2009-05-15
|
* tab moves the cursor instead of inserting spaces.Aurélien Aptel2009-05-15
|
* handle tabulation (still not perfect)Aurélien Aptel2009-05-14
|
* removed truecolor stuffAurélien Aptel2009-05-14
|
* removed the truecolor stuffAurélien Aptel2009-05-14
|
* same thing, really fixed this time.Aurélien Aptel2009-05-14
|
* added some error checking in xinit (fixed the segfault caused by a missing font)Aurélien Aptel2009-05-14
|
* Removed unused variable and cleaned some comment.Aurélien Aptel2009-05-10
|
* backport of local changesAnselm R Garbe2009-05-10
|
* add accidentally omitted wordMatthias-Christian Ott2008-09-05
|
* use stdio(3)Matthias-Christian Ott2008-08-25
|
* add description of stdMatthias-Christian Ott2008-08-25
|
* add prototype for command parsingMatthias-Christian Ott2008-08-07
|
* correct year of copyright noticeMatthias-Christian Ott2008-07-21
|
* simplify MakefileMatthias-Christian Ott2008-07-21
| | | | | | | | | 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.
* reunite pty.c with std.cMatthias-Christian Ott2008-07-21
|
* correct programme nameMatthias-Christian Ott2008-07-21
|
* use errx() for help and version messagesMatthias-Christian Ott2008-07-21
|
* merge with backout headMatthias-Christian Ott2008-07-10
|\
| * Backed out changeset d2bb4220fdf3Matthias-Christian Ott2008-07-10
| | | | | | Ptm and pts are used by pty.c, thus they have to be non-static.
* | remove TODOMatthias-Christian Ott2008-07-09
|/
* 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.
* make st and std separate programmesMatthias-Christian Ott2008-06-14
|
* add missing header fileMatthias-Christian Ott2008-06-10
|
* assume glibc by defaultMatthias-Christian Ott2008-06-10
|
* 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
|
* update TODOMatthias-Christian Ott2008-06-09
|
* correct function nameMatthias-Christian Ott2008-06-09
|
* remove xinerama flagsMatthias-Christian Ott2008-06-08
| | | | The xinerama related variables in config.mk are a relict of dwm and therefore should be removed.
* 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.
* slight changesAnselm R Garbe2008-06-01
|