about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-12-17 14:06:27 +0000
committerClint Adams <clint@users.sourceforge.net>2001-12-17 14:06:27 +0000
commit8659013fb8c76fdaac1baa43b09393ec10948a93 (patch)
tree54c54162618672f9c3ed900978d0e641f40b2806 /ChangeLog
parent13ab7280aa553e2398b8aab8a9e66d32f43599ce (diff)
downloadzsh-8659013fb8c76fdaac1baa43b09393ec10948a93.tar.gz
zsh-8659013fb8c76fdaac1baa43b09393ec10948a93.tar.xz
zsh-8659013fb8c76fdaac1baa43b09393ec10948a93.zip
16357: change (n) to (u) so (n) can be reserved. for numeric sorting.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc8887f29..38a42ee70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-17  Clint Adams  <clint@zsh.org>
+
+	* 16357: Doc/Zsh/expn.yo, Src/subst.c:
+	change (n) to (u) so (n) can be reserved.
+	for numeric sorting.
+
 2001-12-17  Oliver Kiddle  <opk@zsh.org>
 
 	* 16351: Src/params.c: fix bug in parameter unset code