about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Gniazdowski <psprint3@fastmail.com>2017-03-02 23:48:09 -0800
committerPeter Stephenson <pws@zsh.org>2017-03-03 10:46:23 +0000
commitc8005af3102adfd80f778a86096dbd712e3f60bc (patch)
tree5e24cefdd6889321a361b0b6d1b023699bf427ab /ChangeLog
parentefe5e6a2f035d368b62c04b559e78393e0e5322d (diff)
downloadzsh-c8005af3102adfd80f778a86096dbd712e3f60bc.tar.gz
zsh-c8005af3102adfd80f778a86096dbd712e3f60bc.tar.xz
zsh-c8005af3102adfd80f778a86096dbd712e3f60bc.zip
40170: Fix up error resetting in curses module.
Update comment to remove confusion.  The comment was based on
incorrecto expectations, and the problems referred to seem to be fixed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7853f874..fcd01ab4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-03-03  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* Sebastain: 40170: Src/Modules/curses.c: Fix up error number
+	resetting in curses module.  This appears to resolve an issue
+	mentioned in comments but attributed elsewhere, so remove
+	confusion here.
+
 	* 40173: Test/V11db_gdbm.ztst: don't report an error if gdbm
 	module doesn't load as this simply causes the test to be skipped.