about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2021-09-09 20:05:39 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2021-09-09 20:05:39 +0100
commitdb46c9cd5844240fb6015666c8e2a12a0a3a6ead (patch)
tree096490f0615dea304e29a2d8b03115b0ecc6b4f3 /ChangeLog
parent014fbfa46b3550a74f1e414d56d1faddd2d9dff5 (diff)
downloadzsh-db46c9cd5844240fb6015666c8e2a12a0a3a6ead.tar.gz
zsh-db46c9cd5844240fb6015666c8e2a12a0a3a6ead.tar.xz
zsh-db46c9cd5844240fb6015666c8e2a12a0a3a6ead.zip
49353: Fix comments in sourced file.
If the file was sourced from an interactive shell with
INTERACTIVE_COMMENTS not set, comments were not parsed.

Note there is a remaining edge case where the sourced
file is in fact entered at the comment line.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b295af2c9..878299d12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-09-09  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 49353: Src/exe.c, Test/A01grammar.ztst: In sourced file,
+	always parse comments normally, ignoring INTERACTIVE_COMMENTS.
+
 2021-09-08  Bart Schaefer  <schaefer@zsh.org>
 
 	* 49391: Doc/Zsh/zle.yo: document default bracketed-paste bindings