aboutsummaryrefslogtreecommitdiffstats
path: root/std.c
AgeCommit message (Collapse)Author
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-01applied Matthias-Christians changes to std.cAnselm R Garbe
2008-05-20added some new files for the initial rewrite of st from scratchAnselm R Garbe