]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/history - unix/uxpty.c
The `socket' function in the backends is only ever checked to see if
[PuTTY_svn.git] / unix / uxpty.c
2006-08-27 Simon TathamThe `socket' function in the backends is only ever...
2006-05-12 Owen Dunnpty_init should put _something_ into realhost
2006-02-23 Simon TathamDo proper select-for-write on ptys. Currently, pasting a
2005-09-13 Ben HarrisSome hosts don't have TIOCSCTTY. Don't try to use...
2005-07-15 Jacob NevinsPatch from Colin Watson: we were sometimes passing...
2005-05-09 Jacob NevinsMake Makefile.gtk build again on Linux (assume <utmpx.h>).
2005-04-25 Ben HarrisUse pututxline() in place of pututline(), since the...
2005-04-25 Ben Harrisuxpty.c uses non-X/Open facilities (notably strsignal...
2005-04-04 Ben HarrisNULL needs to be cast to void * when passed to a variad...
2005-02-06 Simon TathamReinstate the broken -e option in pterm. Also I've...
2005-02-06 Simon TathamEncapsulated most of the pty backend's variables into...
2005-02-06 Simon TathamThe pty backend won't _always_ be running under X,...
2005-02-05 Simon TathamWhen allocating BSD-style ptys, we should not be satisf...
2004-12-31 Simon TathamRename some of the more stupidly named files in the...