about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2004-04-20 11:51:03 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2004-04-20 11:51:03 +0000
commit8c890ebe7fb9c9335b2433148dec0588f7fa3f7a (patch)
tree4453527691c9d3e20b5853b044555de9ea20b9e9
parentacbd025a02459539c41211b012b0646ba115cd1c (diff)
downloadzsh-8c890ebe7fb9c9335b2433148dec0588f7fa3f7a.tar.gz
zsh-8c890ebe7fb9c9335b2433148dec0588f7fa3f7a.tar.xz
zsh-8c890ebe7fb9c9335b2433148dec0588f7fa3f7a.zip
19800: reverse sense of `declare +m' test, -m now being allowed for declare
-rw-r--r--ChangeLog6
-rw-r--r--Test/B02typeset.ztst8
2 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index cf564b3f9..423533231 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-20  Oliver Kiddle  <opk@zsh.org>
+
+	* 19800: Test/B02typeset.ztst: reverse sense of `declare +m' test
+
 2004-04-19  Clint Adams  <clint@zsh.org>
 
 	* 19798: Completion/Unix/Command/.distfiles,
@@ -6,7 +10,7 @@
 
 2004-04-19  Peter Stephenson  <pws@csr.com>
 
-	* zsh=users/7365: Doc/Zsh/options.yo, Src/jobs.c, Src/options.c,
+	* zsh-users/7365: Doc/Zsh/options.yo, Src/jobs.c, Src/options.c,
 	Src/signals.c, Src/zsh.h, plus unposted Etc/NEWS hunk: new option
 	TRAPS_ASYNC, turn off to stop traps being run while waiting
 	for a child process.
diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst
index 832c4a373..3a35b0467 100644
--- a/Test/B02typeset.ztst
+++ b/Test/B02typeset.ztst
@@ -3,7 +3,7 @@
 # everything that follows is processed by an "eval" within a function.
 
 # Equivalences:
-#  declare	typeset			but declare does not accept -m
+#  declare	typeset
 #  export	typeset -x		and typeset -x implies -g
 #  float	typeset -E
 #  functions	typeset -f
@@ -100,9 +100,9 @@
 >local l o c a l
 >scalar a r r a y
 
- declare +m
-1:Differences of declare and typeset
-?(eval):1: bad option: -m
+ declare +m scalar
+0:declare previously lacked -m/+m options
+>scalar
 
  scope10
  print $outer