Age | Commit message (Expand) | Author |
---|---|---|
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 | 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 | Backed out changeset d2bb4220fdf3 | |
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 | |
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 | correct function name | |
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 | |
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 |