about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-10-19 23:09:07 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-10-19 23:09:07 +0100
commit610f376f4d3c119c27076afca0edcf99ef53b428 (patch)
tree75c8aeb2b1b70db3432717b48cf05c2ab62959d9 /ChangeLog
parent9a044f1a6ad4ecfdfeff2f89e1685a1d622cb029 (diff)
parentada42926b14b9718b853b3713b02a836f944959d (diff)
downloadzsh-610f376f4d3c119c27076afca0edcf99ef53b428.tar.gz
zsh-610f376f4d3c119c27076afca0edcf99ef53b428.tar.xz
zsh-610f376f4d3c119c27076afca0edcf99ef53b428.zip
Fix merge conflict
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64b4b9861..3064963d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
 	* 31851: Src/exec.c: execstring() should display string to
 	be executed with VERBOSE option.
 
+2013-10-19  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 31849: Doc/Zsh/params.yo: note effect of KSH_ZERO_SUBSCRIPT
+	on the arrays of positional parameters e.g. ${argv[0]} vs. $0
+
 2013-10-18  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 31846: Src/exec.c: fix NOEXEC option in execsimple().