about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYutian Li <hotpxless@gmail.com>2019-02-16 23:40:15 -0500
committerPeter Stephenson <p.stephenson@samsung.com>2019-02-18 10:10:00 +0000
commit0afe9dc02a941be1f910b89af7e5f6d342503978 (patch)
tree8d903b222f4850732a1f87ecf73cb9554756bdda /ChangeLog
parente25de2de74be09071a8f752d38263cab9c316254 (diff)
downloadzsh-0afe9dc02a941be1f910b89af7e5f6d342503978.tar.gz
zsh-0afe9dc02a941be1f910b89af7e5f6d342503978.tar.xz
zsh-0afe9dc02a941be1f910b89af7e5f6d342503978.zip
44067: Make history read safer on interrupt.
Record if a read was interrupted and if so process it in full
next time a read is needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63dadc319..a1afc5115 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-02-18  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* Yutian Li: 44067: Src/hist.c: If history read was interrupted,
+	don't assume next time it was correctly read.
+
 2019-02-14  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* see 44062: back off change to ZLE per-line initiialisation,