about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-05-28 09:23:39 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-05-28 09:23:39 +0000
commit5fe19241552613eba49534a9749df84dbfeb4575 (patch)
tree692bceb0a4d46302a4b244d0d43540dfadec0861 /ChangeLog
parent96fd8a11d382319af89bfc8ed250003c4114da84 (diff)
downloadzsh-5fe19241552613eba49534a9749df84dbfeb4575.tar.gz
zsh-5fe19241552613eba49534a9749df84dbfeb4575.tar.xz
zsh-5fe19241552613eba49534a9749df84dbfeb4575.zip
make the zprof wrapper function be more careful, avoiding almost all of the code when the module is being unloaded (14504)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f63dd166..961516478 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-05-28  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 14504: Src/Modules/zprof.c: make the zprof wrapper function
+	be more careful, avoiding almost all of the code when the
+	module is being unloaded
+
 	* 14503: Src/exec.c: another attempt at fixing the job problem
 	from 14327; make execpline() reset list_pipe_job to zero if it
 	would be set for a job started in the background