diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-06-15 10:20:35 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-06-15 10:20:35 +0000 |
commit | 6f7667ba8c7b7d4345a459695e35976c28f34c49 (patch) | |
tree | b6fc2173e3c504873e7d568fbf542da159eb5c74 | |
parent | c2c50bd0a0778217d18ebe7ed36bbb88985a9736 (diff) | |
download | zsh-6f7667ba8c7b7d4345a459695e35976c28f34c49.tar.gz zsh-6f7667ba8c7b7d4345a459695e35976c28f34c49.tar.xz zsh-6f7667ba8c7b7d4345a459695e35976c28f34c49.zip |
23553: bit missed out
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index d6d0ec43a..a3c2bef99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2007-06-15 Peter Stephenson <pws@csr.com> - * 23553: Doc/Zsh/arith.yo, Doc/Zsh/builtins.yo, Src/math.c: - should have been committed but wasn't. + * 23553: Doc/Zsh/arith.yo, Doc/Zsh/builtins.yo, Src/exec.c, + Src/math.c: should have been committed but wasn't. 2007-06-14 Peter Stephenson <pws@csr.com> |