about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2017-05-26 11:06:59 +0100
committerPeter Stephenson <pws@zsh.org>2017-05-30 09:39:32 +0100
commit151a4660e289c66d13b65d68ad2f10d93743d2d4 (patch)
tree334910edf8779486bbb39374ea827ea082bca1e0 /ChangeLog
parent284b5aaeb08f90520ac7dc385e8921471678e7dd (diff)
downloadzsh-151a4660e289c66d13b65d68ad2f10d93743d2d4.tar.gz
zsh-151a4660e289c66d13b65d68ad2f10d93743d2d4.tar.xz
zsh-151a4660e289c66d13b65d68ad2f10d93743d2d4.zip
41164: Don't free a history entry if it's curline.
This replaces 41113 / 94014ff65b with a simple local change for the
immediate problem.  It's not entirely clear if this reflects wider
changes in the structure of the history code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb1af3488..03592c04d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-26  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 41164: Src/hashtable.c, Src/hist.c, Src/zsh.h: Don't free a
+	history entry if it's the current line.  This replaces 41113.
+
 2017-05-28  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* Sebastian: 41153: Src/Modules/db_gdbm.c: finish module setup