about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-02-06 16:48:28 +0000
committerClint Adams <clint@users.sourceforge.net>2002-02-06 16:48:28 +0000
commit7dea9669bbdfe2b8cb239189e3b5e8b167e33b5a (patch)
treea90c94bc99a978de8b4957cd721c8137de20d1fa /ChangeLog
parentaa9b40fb5dc8ecd4b32fde782d69ff477cc856d8 (diff)
downloadzsh-7dea9669bbdfe2b8cb239189e3b5e8b167e33b5a.tar.gz
zsh-7dea9669bbdfe2b8cb239189e3b5e8b167e33b5a.tar.xz
zsh-7dea9669bbdfe2b8cb239189e3b5e8b167e33b5a.zip
16577: don't return a single dot as the path head of a slash.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 36e3ea576..0528b285f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2002-02-04  Clint Adams  <clint@zsh.org>
+2002-02-06  Clint Adams  <clint@zsh.org>
+
+	* 16577: Src/hist.c: don't return a single dot as the
+	path head of a slash.
+
+2002-02-05  Clint Adams  <clint@zsh.org>
 
 	* 16568: Completion/Unix/Command/_ssh: get listing of
 	entire directory for approximation and other purposes.