summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2021-04-12 14:42:29 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2021-04-12 14:42:29 +0900
commita90d5ab90191c3681f9216579d2e134314cd8cd7 (patch)
treee42b7fb17e2e85741c05fe5f4f93f2ac385b4f48 /ChangeLog
parent48504: use SEEK_ macros in fseek() calls (diff)
downloadzsh-a90d5ab90191c3681f9216579d2e134314cd8cd7.tar
zsh-a90d5ab90191c3681f9216579d2e134314cd8cd7.tar.gz
zsh-a90d5ab90191c3681f9216579d2e134314cd8cd7.tar.bz2
zsh-a90d5ab90191c3681f9216579d2e134314cd8cd7.tar.lz
zsh-a90d5ab90191c3681f9216579d2e134314cd8cd7.tar.xz
zsh-a90d5ab90191c3681f9216579d2e134314cd8cd7.tar.zst
zsh-a90d5ab90191c3681f9216579d2e134314cd8cd7.zip
48439: remove macros that became unnecessary by df48cc8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e32e8864..5ef3e1752 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-04-12 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
+
+ * 48439: Src/mem.c: remove macros that became unnecessary by 47785
+
2021-04-11 Oliver Kiddle <opk@zsh.org>
* 48504: Src/hist.c, Src/input.c, Src/watch.c: