summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2003-09-25 07:40:01 +0000
committerWayne Davison <wayned@users.sourceforge.net>2003-09-25 07:40:01 +0000
commitc84640d1cd939352c56c026df9aef6cd34fc754b (patch)
tree532c226a0a6d52896aa630b9b82fa0ad71f3dfa5
parent084d6f5a2587f4fd892e3788ad05bfd03a97e630 (diff)
downloadzsh-c84640d1cd939352c56c026df9aef6cd34fc754b.tar.gz
zsh-c84640d1cd939352c56c026df9aef6cd34fc754b.zip
Fix minor problem with 19129.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e24c905b9..d35cb4ad3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-25 Wayne Davison <wayned@users.sourceforge.net>
+
+ * unposted: Src/builtin.c: fixed old-style typeset -T (without
+ the new separator arg).
+
2003-09-24 Peter Stephenson <pws@csr.com>
* 19129: Doc/Zsh/builtins.yo, Src/builtin.c, Src/params.c,