about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-07-28 10:34:31 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-07-28 10:34:31 +0000
commit241aa1d40d31dcab9b7f108939f220fb56b2480d (patch)
tree3c6da4072cea763e52fcb00afd463af1a1e487de /ChangeLog
parente31d0b939d390923077fb309b46212da5c692e44 (diff)
downloadzsh-241aa1d40d31dcab9b7f108939f220fb56b2480d.tar.gz
zsh-241aa1d40d31dcab9b7f108939f220fb56b2480d.tar.xz
zsh-241aa1d40d31dcab9b7f108939f220fb56b2480d.zip
20214: fix debugging test with recursive functions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76868a09a..9dd866c38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-07-28  Peter Stephenson  <pws@csr.com>
 
+	* 20214: Src/parse.c: fix debugging test that didn't work
+	with recursive functions.
+
 	* 20204: Motoi Washida: Completion/Base/Utils/_retrieve_cache:
 	typo in definition of _cache_dir.