summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-03-21 19:16:17 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-03-25 23:49:02 +0000
commitfc286a7c11aa767cab203f1fe111133eac9056fa (patch)
tree8433ad019e8a590b3ba680f4977ef4afe14c345e /ChangeLog
parent45583/0007: Remove code that is now unreachable. (diff)
downloadzsh-fc286a7c11aa767cab203f1fe111133eac9056fa.tar
zsh-fc286a7c11aa767cab203f1fe111133eac9056fa.tar.gz
zsh-fc286a7c11aa767cab203f1fe111133eac9056fa.tar.bz2
zsh-fc286a7c11aa767cab203f1fe111133eac9056fa.tar.lz
zsh-fc286a7c11aa767cab203f1fe111133eac9056fa.tar.xz
zsh-fc286a7c11aa767cab203f1fe111133eac9056fa.tar.zst
zsh-fc286a7c11aa767cab203f1fe111133eac9056fa.zip
45583/0008: Extend tests to prove that what remains of xsymlinks() handles symlink loops gracefully.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa056bbd6..fea7b0f76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2020-03-25 Daniel Shahaf <d.s@daniel.shahaf.name>
+ * 45583/0008: Etc/BUGS, Src/utils.c, Test/B13whence.ztst:
+ Extend tests to prove that what remains of xsymlinks() handles
+ symlink loops gracefully.
+
* 45583/0007: Src/utils.c: Remove code that is now unreachable.
* 45583/0006: Src/utils.c: Don't use xsymlinks() in 'whence -s'.