summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-03-18 12:23:31 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-03-18 12:23:31 +0000
commit2f8a646d4e68d3f515d0b5275d179562a219a9ed (patch)
tree0f7dd607386e8a2eb094f30fd3f764e2288cbf05 /ChangeLog
parent91f0b666d00e58c50537d1ca48d90b1af8a25ae7 (diff)
downloadzsh-2f8a646d4e68d3f515d0b5275d179562a219a9ed.tar.gz
zsh-2f8a646d4e68d3f515d0b5275d179562a219a9ed.zip
19655, 19656, 19657: Memory leaks spotted by valgrind.
Also bug with multiple math function autoloads.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8831f679b..b07f9f34a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2004-03-18 Peter Stephenson <pws@csr.com>
+
+ * 19657: Src/modules.c: Leak when an autoloadable math function
+ was read in. Also, it was impossible to autoload multiple math
+ functions from the same library.
+
+ * 19656: Src/exec.c Leak saving and restoring parameters around
+ builtins and functions when set temporarily for that command if
+ the parameter was previously exported.
+
+ * 19655: Src/params.c: the reverse pointer from a tied array
+ to a tied scalar wasn't delete if the array was unset by unsetting
+ the scalar (or probably vice versa).
+
2004-03-17 Peter Stephenson <pws@csr.com>
* unposted: Etc/MACHINES: dlcompat apparently not needed