| 1 |
1.1 |
| 2 |
- when using the helper, close the pty and tty fd also in the main |
| 3 |
process (Patch by Andrei Paskevich). |
| 4 |
|
| 5 |
1.0 Tue Oct 3 13:18:00 CEST 2006 |
| 6 |
- do not call chmod/chown with 0 argument when pty never opened. |
| 7 |
- reformatted ptytty.C to hopefully be more clear. |
| 8 |
|
| 9 |
0.2 Thu Jul 20 04:57:26 CEST 2006 |
| 10 |
- move include files outside #ifdef PTYTTY_HELPER in proxy.C. |
| 11 |
- added proxy.C to cvs (was missing before). |
| 12 |
|
| 13 |
0.1 Wed Jan 25 22:56:36 CET 2006 |
| 14 |
- added the C API. |
| 15 |
- small freebsd patch to fdpass.C by Thierry Thomas. |
| 16 |
- added eg/c-sample.c. |
| 17 |
- small fixes to the C api. |
| 18 |
- restructured source files. |
| 19 |
- added set*uid checks to ptytty.m4. |
| 20 |
|
| 21 |
0.0 |
| 22 |
- originally cloned from rxvt-unicode. |
| 23 |
|