diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-03-25 12:32:10 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-03-25 12:32:10 +0000 |
commit | 99b38b2f54627ea568a823b7b9bf85467e1ada32 (patch) | |
tree | e25ce1de9a47f3ba3cb1b6cb87c6f6df6f0f293b /ChangeLog | |
parent | 83b0fd36740bd78d6058be58115ff688796a922a (diff) | |
download | zsh-99b38b2f54627ea568a823b7b9bf85467e1ada32.tar.gz zsh-99b38b2f54627ea568a823b7b9bf85467e1ada32.tar.xz zsh-99b38b2f54627ea568a823b7b9bf85467e1ada32.zip |
19683: Work around dllwrap problem on Cygwin
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 64d5ea989..a65aa5a7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-03-25 Peter Stephenson <pws@csr.com> + * 19683: Src/utils.c: Work around occasional problem on + Cygwin with dllwrap. + * 19682: Doc/Zsh/builtins.yo, Etc/NEWS, Src/signals.c: Don't run ZERR, DEBUG or EXIT traps inside other traps; caused confusion and incompatibility. |