diff options
| author | Peter Litwack <plitwack@mit.edu> | 2000-07-21 23:35:12 +0000 |
|---|---|---|
| committer | Peter Litwack <plitwack@mit.edu> | 2000-07-21 23:35:12 +0000 |
| commit | 2dde150bac6865d4bbad7f9f443dcf3ed615c71e (patch) | |
| tree | a32fa75588e74f515ea13c76b04a6c82555bae86 /src/appl/bsd/ChangeLog | |
| parent | b1bd7aa4c32ebb43315dbd3cd6565b14e4eee075 (diff) | |
* krlogin.c (writer): Improved bandwith efficiency by reading
and sending more than one character at a time if multiple
characters are available to be read from the terminal.
* krlogin.c (read_wrapper): Added this function as a helper
to writer. It facilitates checking for escape sequences
(~^Z etc.) when reading mulitple characters at a time.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12581 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/bsd/ChangeLog')
| -rw-r--r-- | src/appl/bsd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index ed9da4367..4a1fdab64 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,3 +1,12 @@ +2000-07-21 Peter S Litwack <plitwack@mit.edu> + + * krlogin.c (writer): Improved bandwith efficiency by reading + and sending more than one character at a time if multiple + characters are available to be read from the terminal. + * krlogin.c (read_wrapper): Added this function as a helper + to writer. It facilitates checking for escape sequences + (~^Z etc.) when reading mulitple characters at a time. + 2000-07-18 Ezra Peisach <epeisach@mit.edu> * krcp.c: Provide format attribute for error() for versions of gcc |
