diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-07-12 08:37:11 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-07-12 08:37:11 +0000 |
commit | a05a51ce8a9ea46b6c019cd2bab39a405256a07f (patch) | |
tree | 94a2ff614e042c24f0746b25c8b87ff991ffda19 /ChangeLog | |
parent | d1a557d008b7fa7881327acbd6decdb50631cc9c (diff) | |
download | zsh-a05a51ce8a9ea46b6c019cd2bab39a405256a07f.tar.gz zsh-a05a51ce8a9ea46b6c019cd2bab39a405256a07f.tar.xz zsh-a05a51ce8a9ea46b6c019cd2bab39a405256a07f.zip |
29542: fix crash in hbegin(), remove bad test
29543: fix backslash-newline within words with histlexwords
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index e2fa793ca..20fa306e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-07-12 Peter Stephenson <pws@csr.com> + + * 29543: Src/hist.c: saved history lines with backslash-newline + in the middle of words confused histlexwords. + + * 29542: Src/hist.c, Src/Zle/zle_main.c: remove test when + initialising history that could cause crashes (and was probably + never useful); ensure ZLE returns NULL if there's an error. + 2011-07-04 Peter Stephenson <p.w.stephenson@ntlworld.com> * Eric Moors: 29531: Completion/Unix/Command/_adb: completion @@ -15097,5 +15106,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5394 $ +* $Revision: 1.5395 $ ***************************************************** |