diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2025-04-24 20:08:08 +0200 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2025-04-24 20:08:36 +0200 |
commit | ad677029f8dac0b2782309912f93e64eb670acb1 (patch) | |
tree | 143d81ad97e2ca50a881ec51abe09c3961806d7a | |
parent | dd21cda278a64d1949c284282d7305ea22564052 (diff) | |
download | zsh-ad677029f8dac0b2782309912f93e64eb670acb1.tar.gz zsh-ad677029f8dac0b2782309912f93e64eb670acb1.zip |
unposted: fix seq numbers for old changelog entry
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -4782,27 +4782,27 @@ x2024-02-19 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> 2020-03-25 Daniel Shahaf <d.s@daniel.shahaf.name> - * 45583/0008: Etc/BUGS, Src/utils.c, Test/B13whence.ztst: + * 45595/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. + * 45595/0007: Src/utils.c: Remove code that is now unreachable. - * 45583/0006: Src/utils.c: Don't use xsymlinks() in 'whence -s'. + * 45595/0006: Src/utils.c: Don't use xsymlinks() in 'whence -s'. - * 45583/0005: Test/B13whence.ztst: Add a test for bin_whence's + * 45595/0005: Test/B13whence.ztst: Add a test for bin_whence's symlinks resolution. - * 45583/0004: Etc/BUGS, Src/utils.c, Test/D02glob.ztst: Fix + * 45595/0004: Etc/BUGS, Src/utils.c, Test/D02glob.ztst: Fix segfault on resolving symlink loops - * 45583/0003: Src/hist.c, Src/subst.c: chrealpath: Let caller + * 45595/0003: Src/hist.c, Src/subst.c: chrealpath: Let caller decide how the return value should be allocated. - * 45583/0002: Src/hist.c, Src/subst.c: chrealpath: Make symlink + * 45595/0002: Src/hist.c, Src/subst.c: chrealpath: Make symlink resolution optional. - * 45583/0001: Test/D02glob.ztst: Add tests for the segfault on + * 45595/0001: Test/D02glob.ztst: Add tests for the segfault on resolving a symlink loop bug (workers/45282). * 45590/0002 (in part): Test/B12limit.ztst: zsh/rlimits: Test |