From c67bed8790539b1a318f58842f8f83386599605d Mon Sep 17 00:00:00 2001 From: tg Date: Thu, 28 Jan 2010 20:58:34 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=20unbreak=20testsuite=20for=20MKSH=5F?= =?UTF-8?q?SMALL=20=E2=80=A2=20sync=20version=20and=20=C2=A9=20year?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- check.t | 6 +++--- lex.c | 4 ++-- mksh.1 | 4 ++-- sh.h | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/check.t b/check.t index 3a85a0f..674a2e8 100644 --- a/check.t +++ b/check.t @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/check.t,v 1.357 2010/01/28 15:18:46 tg Exp $ +# $MirOS: src/bin/mksh/check.t,v 1.358 2010/01/28 20:58:30 tg Exp $ # $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: history.t,v 1.5 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $ @@ -25,7 +25,7 @@ # http://www.research.att.com/~gsf/public/ifs.sh expected-stdout: - @(#)MIRBSD KSH R39 2010/01/08 + @(#)MIRBSD KSH R39 2010/01/28 description: Check version of shell. stdin: @@ -6699,7 +6699,7 @@ description: Advanced testsuite for bound variables (ksh93 fails this) stdin: typeset -n foo=bar[i] - bar=(b c a) + set -A bar -- b c a for i in 0 1 2 3; do print $i $foo . done diff --git a/lex.c b/lex.c index c0ae11a..8af756b 100644 --- a/lex.c +++ b/lex.c @@ -1,7 +1,7 @@ /* $OpenBSD: lex.c,v 1.44 2008/07/03 17:52:08 otto Exp $ */ /*- - * Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009 + * Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 * Thorsten Glaser * * Provided that these terms and disclaimer and all copyright notices @@ -22,7 +22,7 @@ #include "sh.h" -__RCSID("$MirOS: src/bin/mksh/lex.c,v 1.105 2010/01/28 20:52:08 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/lex.c,v 1.106 2010/01/28 20:58:32 tg Exp $"); /* * states while lexing word diff --git a/mksh.1 b/mksh.1 index c053fbe..34dd6e4 100644 --- a/mksh.1 +++ b/mksh.1 @@ -1,4 +1,4 @@ -.\" $MirOS: src/bin/mksh/mksh.1,v 1.214 2010/01/28 15:33:11 tg Exp $ +.\" $MirOS: src/bin/mksh/mksh.1,v 1.215 2010/01/28 20:58:33 tg Exp $ .\" $OpenBSD: ksh.1,v 1.129 2009/05/28 06:09:06 jmc Exp $ .\"- .\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 @@ -5992,7 +5992,7 @@ foo \*(Ba bar \*(Ba read baz # will not change $baz .Ed .Pp This document attempts to describe -.Nm mksh\ R39+devel +.Nm mksh\ R39b and up, compiled without any options impacting functionality, such as .Dv MKSH_SMALL , diff --git a/sh.h b/sh.h index daceb90..132c947 100644 --- a/sh.h +++ b/sh.h @@ -150,9 +150,9 @@ #endif #ifdef EXTERN -__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.378 2010/01/28 20:26:51 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.379 2010/01/28 20:58:34 tg Exp $"); #endif -#define MKSH_VERSION "R39 2010/01/08" +#define MKSH_VERSION "R39 2010/01/28" #ifndef MKSH_INCLUDES_ONLY