about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2000-08-04 14:58:05 +0000
committerClint Adams <clint@users.sourceforge.net>2000-08-04 14:58:05 +0000
commit971f7c0a19eefebe90274fde29c33e3a3a04b552 (patch)
tree69be97ff85336d5312f9bb3e5693e2fbae70d307 /ChangeLog
parent8e740b7044b1538b51b1a58f27d92091c1e84a63 (diff)
downloadzsh-971f7c0a19eefebe90274fde29c33e3a3a04b552.tar.gz
zsh-971f7c0a19eefebe90274fde29c33e3a3a04b552.tar.xz
zsh-971f7c0a19eefebe90274fde29c33e3a3a04b552.zip
12533: pathconf() without tail in mkdir
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73c9e0543..39e71f5d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-04  Clint Adams  <schizo@debian.org>
+
+	* 12533: Src/Modules/files.c: drop the tail of the path
+	passed to mkdir in the call to pathconf().
+
 2000-08-04  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 12525: Src/module.c: remove (wrong) test for linked-in modules