about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2017-12-15 08:56:19 +0000
committerPeter Stephenson <pws@zsh.org>2017-12-15 09:00:37 +0000
commitaab0f6d763b0eb3eb964c576953c9dd0b90916ae (patch)
treea9904adba1126d1492411a09029c3283e95186e8 /ChangeLog
parentcb04ae40af123da88bf0209964965d17a9486325 (diff)
downloadzsh-aab0f6d763b0eb3eb964c576953c9dd0b90916ae.tar.gz
zsh-aab0f6d763b0eb3eb964c576953c9dd0b90916ae.tar.xz
zsh-aab0f6d763b0eb3eb964c576953c9dd0b90916ae.zip
42123 (tweaked): take account of Dash in function names.
Needed when comparing word code function name with autoload request.

Add test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfd30ca9c..5613c8c72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-12-15  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 42123 (tweaked further): Src/exec.c: need to take account of
+	Dash when comparing functions names for autoloading.
+
 2017-12-14  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* dana: 42119: Doc/zsh/params.yo, Src/jobs.c,