diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-03-22 19:21:10 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-03-22 19:21:10 +0000 |
commit | f6be7bc19f4db61ddf7ce01e34f878c27eb5cb40 (patch) | |
tree | badff6fda6d8c919d5a22314d063f035307918c5 /ChangeLog | |
parent | 4fb669a72deb547b6ec1c9298373e3b78384983d (diff) | |
download | zsh-f6be7bc19f4db61ddf7ce01e34f878c27eb5cb40.tar.gz zsh-f6be7bc19f4db61ddf7ce01e34f878c27eb5cb40.tar.xz zsh-f6be7bc19f4db61ddf7ce01e34f878c27eb5cb40.zip |
34759: improve implementation of last commit
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cd9393fdb..c5f2a81af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2015-03-22 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 34759: Src/hist.c, Src/lex.c: safer implementation. + * 34758: Src/hist.c, Src/lex.c: more problems with history interaction with command substitution: rewind over input history text when necessary. |