diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-06-19 10:55:26 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-06-19 10:55:26 +0000 |
commit | a940c3648790aaf115068d8b2a4e239b01cac6a6 (patch) | |
tree | b5410463f7ea7a1764e978d19ffd7348303c9785 /ChangeLog | |
parent | 2da1610330482946adb0df10e944d7c9d04a10ad (diff) | |
download | zsh-a940c3648790aaf115068d8b2a4e239b01cac6a6.tar.gz zsh-a940c3648790aaf115068d8b2a4e239b01cac6a6.tar.xz zsh-a940c3648790aaf115068d8b2a4e239b01cac6a6.zip |
22501: reduce maximum function depth to 1000
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 60de48f53..36ca5762a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-19 Peter Stephenson <pws@csr.com> + + * 22501: configure.ac: reduce default maximum function depth + to 1000. + 2006-06-17 Barton E. Schaefer <schaefer@brasslantern.com> * 22492: Functions/Zle/url-quote-magic: properly detect when a new |