1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
2003-01-27 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
* Work with Unix98 pty's on systems supporting openpty.
* Prevent buffer overrun. Also prevent history name from
being too long for the underlying filesystem.
* Diagnose non-numeric `--size' argument.
* Mark non-exported vars/functions as such (static).
* configure.in: Work when srcdir != .
Fix AC_SUBST usage to work with current versions of autoconf.
* src/cle.c (fix_master_pty): new function, called immediately
after find_pty. Fixes double-handling of `erase' etc. characters
(reported by Kalle Olavi Niemitalo).
* src/cle.c (reader_proc): Respond to SIGWINCH, including
forwarding signal to child.
1999-12-03 Erick Gallesio <eg@unice.fr>
* Cle.prj: Version 0.4 release
* src/cle.c: moddified the reader procedure to take into account
changes in the echo discipline of the slave application. Useful
when the application ask for a password: the typed characters don't
appear on the screen and are not logged in the history.
1999-11-18 Erick Gallesio <eg@unice.fr>
* Use the POSIX.1 sigaction primitive when available instead of the
C signal procedure.
* configure.in: The version was not correctly set. Consequently the
--version was not very informative.
* src/cle.c: applied patches from Alain Mellan <alain.mellan@st.com>
In particular the terminal is correctly reset when program exits.
1999-11-17 Erick Gallesio <eg@unice.fr>
* Added a symbolic link readline to readline-4.0. This allows
compilation on machine which don't have a standard readline
installed.
|