summaryrefslogtreecommitdiffstats
path: root/std.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-06-09correct function nameMatthias-Christian Ott1-1/+1
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-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 Garbe1-0/+4