Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-10 | backport of local changes | ||
2008-09-05 | add accidentally omitted word | ||
2008-08-25 | use stdio(3) | ||
2008-08-25 | add description of std | ||
2008-08-07 | add prototype for command parsing | ||
2008-07-21 | correct year of copyright notice | ||
2008-07-21 | simplify Makefile | ||
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-21 | reunite pty.c with std.c | ||
2008-07-21 | correct programme name | ||
2008-07-21 | use errx() for help and version messages | ||
2008-07-10 | merge with backout head | ||
2008-07-10 | Backed out changeset d2bb4220fdf3 | ||
Ptm and pts are used by pty.c, thus they have to be non-static. | |||
2008-07-09 | remove TODO | ||
2008-07-09 | make ptm and pts static | ||
2008-07-05 | remove useless variable | ||
2008-07-04 | remove emallocz() | ||
2008-07-04 | replace eprint() functions with BSD error functions | ||
2008-06-15 | simplify flushing | ||
2008-06-15 | correct buffering | ||
2008-06-14 | make local functions and variables static | ||
2008-06-14 | add select(2)-based i/o multiplexing | ||
2008-06-14 | drop stdio usage | ||
Std requires I/O multiplexing which is very complicated with stdio, because it provides no transparent buffering. | |||
2008-06-14 | make st and std separate programmes | ||
2008-06-10 | add missing header file | ||
2008-06-10 | assume glibc by default | ||
2008-06-10 | source utility functions out to util.c | ||
2008-06-10 | add copyright comment | ||
2008-06-10 | source getpty() out to pty.c | ||
2008-06-09 | update TODO | ||
2008-06-09 | correct function name | ||
2008-06-08 | remove xinerama flags | ||
The xinerama related variables in config.mk are a relict of dwm and therefore should be removed. | |||
2008-06-08 | add missing header file | ||
2008-06-08 | add parser loop | ||
2008-06-08 | remove useless variable | ||
2008-06-08 | replace state with separate variables | ||
2008-06-04 | terminate error message with newline | ||
2008-06-02 | correct LENGTH() | ||
2008-06-02 | simplify control flow | ||
2008-06-02 | remove debug code | ||
2008-06-02 | remove stdio slave pty opening | ||
2008-06-02 | drop support for proprietary UNIX variants | ||
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-01 | slight changes | ||
2008-06-01 | applied Matthias-Christians changes to std.c | ||
2008-05-20 | added some new files for the initial rewrite of st from scratch | ||
2008-05-11 | added new TODO | ||