diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2002-08-22 12:57:43 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-08-22 12:57:43 +0000 |
commit | 7123f4413bd02e2ae9a9f762012ba7906b0e7bfd (patch) | |
tree | 761f18f0d80c4b01a1df90ad38d072bdadcb776f /ChangeLog | |
parent | 1c5d5bb1f4a2552364d96acfd5c9f6dbd25aaa80 (diff) | |
download | zsh-7123f4413bd02e2ae9a9f762012ba7906b0e7bfd.tar.gz zsh-7123f4413bd02e2ae9a9f762012ba7906b0e7bfd.tar.xz zsh-7123f4413bd02e2ae9a9f762012ba7906b0e7bfd.zip |
17544: implement read -s to suppress tty echo
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b6e7d5d6b..2392fdbd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-08-22 Peter Stephenson <pws@csr.com> + * 17544: Src/builtin.c, Doc/Zsh/builtins.yo: add `read -s' which + suppresses terminal echoing. Doesn't work with -q, no effect if + not a tty. + * 17570: Src/Modules/socket.c, Doc/Zsh/Makefile.in, Doc/Zsh/mod_socket.yo: Don't use predefined name `sun'; set length parameter for accept(); fix inclusion of socket module |