about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-05-16 13:41:50 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-05-16 13:41:50 +0000
commit184ea22946af7632c232e12a6b93b067d7c4c62b (patch)
tree38585a135b426399d7339d7aed0ad165c30c27b9 /ChangeLog
parentd658d3e2bb1cdde7a58b244fac67a539f4c1cbad (diff)
downloadzsh-184ea22946af7632c232e12a6b93b067d7c4c62b.tar.gz
zsh-184ea22946af7632c232e12a6b93b067d7c4c62b.tar.xz
zsh-184ea22946af7632c232e12a6b93b067d7c4c62b.zip
11410: make tokenize() tokenize =, so $~foo allows =cmd expansion
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aef560ddd..85d3f8165 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-05-16  Peter Stephenson  <pws@cambridgesiliconradio.com>
+
+	* 11410: Src/glob.c: tokenize `=' in tokenize(), so that `=cmd'
+	will be a candidate for expansion if `~user' is (respecting
+	any relevant options).
+
 2000-05-16  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 11408: Completion/Core/_main_complete, Completion/Core/_normal,