summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2017-10-04 09:18:51 +0100
committerPeter Stephenson <pws@zsh.org>2017-10-04 09:18:51 +0100
commite573857a033504f7918c4a2309151329820f115f (patch)
tree18c7bb903e0fe9536dd102d6691c8b3e1a397230 /ChangeLog
parent174e560a23e40725cd0b50669a52d831342e5246 (diff)
downloadzsh-e573857a033504f7918c4a2309151329820f115f.tar.gz
zsh-e573857a033504f7918c4a2309151329820f115f.tar.xz
zsh-e573857a033504f7918c4a2309151329820f115f.zip
41802 (minor tweaks): use heap during shell function call.
Replaces stack for more efficient memory management.

Also fix debug message when FUNCNEST is increased.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f79a204ad..08ccc3470 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-10-04  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 41802 (minor tweaks): Src/exec.c, Src/parse.c: use heap
+	instead of stack for temporary storage over shell function call,
+	also fix debug message when FUNCNEST increased.
+
 2017-10-02  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 41787 (minor corrections): configure.ac, README,