summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-14 03:38:35 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-16 03:54:03 +0000
commitf37fa9293fa128e657d4e124ac1aa25086f65847 (patch)
tree2074dfd1603d71a18772e6c901fef7a5cfc1aa94 /ChangeLog
parent31665068c12a0df574d490596f166886d6172405 (diff)
downloadzsh-f37fa9293fa128e657d4e124ac1aa25086f65847.tar.gz
zsh-f37fa9293fa128e657d4e124ac1aa25086f65847.tar.xz
zsh-f37fa9293fa128e657d4e124ac1aa25086f65847.zip
39310/0008: internals: match_str: Document several local variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7ff75b86..f1d2c02d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-09-16  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 39310/0008: Src/Zle/compmatch.c: internals: match_str:
+	Document several local variables.
+
 	* 39310/0007: Src/Zle/compmatch.c: internals: match_str: Rename
 	and constify local variables 'oll', 'olw'.