aboutsummaryrefslogtreecommitdiffhomepage
path: root/std.c
Commit message (Collapse)AuthorAge
* correct function nameGravatar Matthias-Christian Ott2008-06-09
|
* add missing header fileGravatar Matthias-Christian Ott2008-06-08
|
* add parser loopGravatar Matthias-Christian Ott2008-06-08
|
* remove useless variableGravatar Matthias-Christian Ott2008-06-08
|
* replace state with separate variablesGravatar Matthias-Christian Ott2008-06-08
|
* terminate error message with newlineGravatar Matthias-Christian Ott2008-06-04
|
* correct LENGTH()Gravatar Matthias-Christian Ott2008-06-02
|
* simplify control flowGravatar Matthias-Christian Ott2008-06-02
|
* remove debug codeGravatar Matthias-Christian Ott2008-06-02
|
* remove stdio slave pty openingGravatar Matthias-Christian Ott2008-06-02
|
* drop support for proprietary UNIX variantsGravatar Matthias-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.
* applied Matthias-Christians changes to std.cGravatar Anselm R Garbe2008-06-01
|
* added some new files for the initial rewrite of st from scratchGravatar Anselm R Garbe2008-05-20