about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2012-02-29 17:06:07 +0000
committerMikael Magnusson <mikachu@gmail.com>2012-02-29 17:06:07 +0000
commit47a48ced0e498e6e90671045617a2152c0d9ae7a (patch)
tree2eb6081fbd93820e25b81b61f7f7f67ee72409ac /ChangeLog
parent6f93994a5aeb3a8290153ec159af35bbd96a6673 (diff)
downloadzsh-47a48ced0e498e6e90671045617a2152c0d9ae7a.tar.gz
zsh-47a48ced0e498e6e90671045617a2152c0d9ae7a.tar.xz
zsh-47a48ced0e498e6e90671045617a2152c0d9ae7a.zip
30276: Src/glob.c: Use zlong rather than int when calculating brace expansions of the form {1..9}.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b1d8ce9d4..5f34246b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-29  Mikael Magnusson  <mikachu@gmail.com>
+
+	* 30276: Src/glob.c: Use zlong rather than int when calculating
+	brace expansions of the form {1..9}.
+
 2012-02-29  Peter Stephenson  <pws@csr.com>
 
 	* 30299: Src/subst.c, Test/D04parameter.ztst: "$*" was split
@@ -16025,5 +16030,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5597 $
+* $Revision: 1.5598 $
 *****************************************************