summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2000-09-17 04:28:50 +0000
committerClint Adams <clint@users.sourceforge.net>2000-09-17 04:28:50 +0000
commitabd9b6d820822389ff3d5aedd01e76e159eab226 (patch)
tree4ee143204b2ba6f55e6aee871355072996db5628 /ChangeLog
parent12814: zasprintf (diff)
downloadzsh-abd9b6d820822389ff3d5aedd01e76e159eab226.tar
zsh-abd9b6d820822389ff3d5aedd01e76e159eab226.tar.gz
zsh-abd9b6d820822389ff3d5aedd01e76e159eab226.tar.bz2
zsh-abd9b6d820822389ff3d5aedd01e76e159eab226.tar.lz
zsh-abd9b6d820822389ff3d5aedd01e76e159eab226.tar.xz
zsh-abd9b6d820822389ff3d5aedd01e76e159eab226.tar.zst
zsh-abd9b6d820822389ff3d5aedd01e76e159eab226.zip
12818: use tricat() in lieu of zasprintf
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 102dd5888..65403144d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2000-09-16 Clint Adams <schizo@debian.org>
+ * 12818: Src/init.c: call tricat() instead of zasprintf()
+ as inspired by Bart.
+
* 12814: configure.in, Src/compat.c, Src/init.c, Src/system.h:
implement zasprintf and use it in lieu of sprintf with a
static buffer in sourcehome().