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:34 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-16 03:52:37 +0000
commit59aabe483c321f9122ea9998b0f0797eabe2aa6c (patch)
tree4da6beae4d76d4046396512c5fc3c90fc025bd4f /ChangeLog
parent14989cea4ad5fcf17f4a967a804146acf67c4439 (diff)
downloadzsh-59aabe483c321f9122ea9998b0f0797eabe2aa6c.tar.gz
zsh-59aabe483c321f9122ea9998b0f0797eabe2aa6c.tar.xz
zsh-59aabe483c321f9122ea9998b0f0797eabe2aa6c.zip
39310/0003: internals: match_str: Document 'savw'. Avoid magic number.
All callees checked to ensure that they only check that parameter for nonzeroness.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b5f2e639..c3ed089ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-09-16  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 39310/0003: Src/Zle/compmatch.c: internals: match_str: Document
+	'savw'. Avoid magic number.
+
 	* 39310/0002: Src/Zle/compmatch.c: internals: match_str:
 	Simplify by removing 'zoff'.