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:53:00 +0000
commit09a6e96cc02348c13d2f17dae571b818cccbb631 (patch)
treeba996ad455680473c372ed0959978b77b33a3338 /ChangeLog
parentc5f165a525dfcc3521f5e11cfaf023c632a7b131 (diff)
downloadzsh-09a6e96cc02348c13d2f17dae571b818cccbb631.tar.gz
zsh-09a6e96cc02348c13d2f17dae571b818cccbb631.tar.xz
zsh-09a6e96cc02348c13d2f17dae571b818cccbb631.zip
39310/0006: internals: match_str: Downscope local variable 'bpc'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 617877541..dad1f92b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-09-16  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 39310/0006: Src/Zle/compmatch.c: internals: match_str:
+	Downscope local variable 'bpc'.
+
 	* 39310/0005: Src/Zle/compmatch.c: internals: match_str:
 	Constify some local variables.