ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/Changes
(Generate patch)

Comparing libptytty/Changes (file contents):
Revision 1.6 by root, Wed Jan 25 11:15:44 2006 UTC vs.
Revision 1.27 by sf-exg, Thu Jun 9 14:14:48 2011 UTC

10.1 1 - push stream modules in ptytty::get rather than in
2 - added an untested C API. 2 ptytty::make_controlling_tty. This makes tty ioctls (such as
3 TIOCSWINSZ, to set the window size) work even if
4 make_controlling_tty has not been called.
5 - clear user and host fields in utmp(x) logout records.
6 - fix utmpx detection on upcoming FreeBSD 9.
7 - switch to automake.
8 - refactoring and cleanup.
9
101.3 Sun May 3 23:44:16 CEST 2009
11 - fedora 9 apparently has isastream but not the stropts.h header
12 file for it, work around this (reported by Tuncer Ayaz).
13 - detect if lastlog is a directory at runtime.
14 - assume ttyslot availability for bsd style utmp.
15 - make sure the alignment for fd passing control messages
16 is correct and work around some NetBSD issues (Taylor R Campbell).
17 - add some missing include statements.
18
191.2 Thu Aug 2 15:50:02 CEST 2007
20 - restore the SysV way of acquiring a controlling terminal
21 (for systems having no TIOCSCTTY such as cygwin or solaris).
22 - when using openpty, get the slave name with ttyname.
23 - fix a small memory leak for _getpty.
24 - update config.guess.
25
261.1 Mon Feb 12 18:25:07 CET 2007
27 - when using the helper, close the pty and tty fd also in the main
28 process (patch by Andrei Paskevich).
29 - implement ptytty::sanitise_stdfd to ensure stdin/out/error exist
30 and are usable and use it.
31
321.0 Tue Oct 3 13:18:00 CEST 2006
33 - do not call chmod/chown with 0 argument when pty never opened.
34 - reformatted ptytty.C to hopefully be more clear.
35
360.2 Thu Jul 20 04:57:26 CEST 2006
37 - move include files outside #ifdef PTYTTY_HELPER in proxy.C.
38 - added proxy.C to cvs (was missing before).
39
400.1 Wed Jan 25 22:56:36 CET 2006
41 - added the C API.
3 - small freebsd patch to fdpass.C by Thierry Thomas. 42 - small freebsd patch to fdpass.C by Thierry Thomas.
4 - added eg/c-sample.c. 43 - added eg/c-sample.c.
5 - small fixes to the C api. 44 - small fixes to the C api.
6 - restructured source files. 45 - restructured source files.
46 - added set*uid checks to ptytty.m4.
7 47
80.0 480.0
9 - originally cloned from rxvt-unicode. 49 - originally cloned from rxvt-unicode.
10 50

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines