]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/pty.c
Major destabilisation, phase 1. In this phase I've moved (I think)
[PuTTY.git] / unix / pty.c
2002-10-22 Simon TathamMajor destabilisation, phase 1. In this phase I've...
2002-10-22 Simon TathamStop `pterm -ut-' leaving the unnecessary utmp helper...
2002-10-21 Simon TathamMake sure SIGINT and SIGQUIT haven't been nobbled in...
2002-10-21 Simon TathamDon't bother closing fds 0-2 before dup2ing over them...
2002-10-16 Simon TathamFix utmp and pty handling so that GTK never complains...
2002-10-15 Simon TathamConfigure the pty so that it agrees with our idea of...
2002-10-15 Simon TathamDon't forget to initialise the pixel size parameters...
2002-10-15 Simon TathamIntroduce the ability to control whether the shell...
2002-10-15 Simon TathamFinish up utmp processing: add the -ut- command-line...
2002-10-15 Simon TathamSupport for utmp, wtmp and lastlog. Probably not terrib...
2002-10-15 Simon TathamSupport for BSD-style pty devices. Tested under Linux...
2002-10-14 Simon Tathamxterm-class programs should exit when their primary...
2002-10-14 Simon TathamVarious faffs in the pty allocation process to get...
2002-10-13 Simon TathamDon't forget to set $TERM when we spawn the pty. Of...
2002-10-13 Simon TathamAdded two simple command-line arguments: -fn (so I...
2002-10-13 Simon TathamResizing of pterm now works, and the size information...
2002-10-10 Simon TathamAnd that's it! pty.c is now a real pty backend rather...
2002-10-09 Simon TathamFirst phase of porting. pterm now compiles and runs...