From 1f96d87aea2478e356c89e85bee3278ead8e18df Mon Sep 17 00:00:00 2001 From: tg Date: Sat, 24 Mar 2012 21:22:25 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=20MFC=20almost=20everything=20not=20b?= =?UTF-8?q?reaking=20backwards=20compatibility=20or=20introducing=20=20=20?= =?UTF-8?q?deep=20changes=20into=20R40-stable=20branch=20=E2=80=A2=20Versi?= =?UTF-8?q?on=20accordingly:=20HEAD=20gets=202012/03/24=20(hi=20Eddy/Chris?= =?UTF-8?q?)=20so=20we=20backdate=20=20=20$KSH=5FVERSION=20for=20R40-stabl?= =?UTF-8?q?e=20to=202012/03/20=20(hi=20David)=20as=20that=20comes=20before?= =?UTF-8?q?=20=20=20even=20though=20it=20includes=20today=E2=80=99s=20late?= =?UTF-8?q?st=20fixes=20=E2=80=A2=20Also,=20sync=20clog=20(including=20MFC?= =?UTF-8?q?=20indicators)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- check.t | 4 ++-- sh.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/check.t b/check.t index 81e5bcd..4b00f28 100644 --- a/check.t +++ b/check.t @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/check.t,v 1.519 2012/03/24 19:13:25 tg Exp $ +# $MirOS: src/bin/mksh/check.t,v 1.520 2012/03/24 21:22:23 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 $ @@ -29,7 +29,7 @@ # http://www.freebsd.org/cgi/cvsweb.cgi/src/tools/regression/bin/test/regress.sh?rev=HEAD expected-stdout: - @(#)MIRBSD KSH R40 2012/03/23 + @(#)MIRBSD KSH R40 2012/03/24 description: Check version of shell. stdin: diff --git a/sh.h b/sh.h index ec27735..342e4ba 100644 --- a/sh.h +++ b/sh.h @@ -152,9 +152,9 @@ #endif #ifdef EXTERN -__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.526 2012/03/23 23:25:29 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.527 2012/03/24 21:22:25 tg Exp $"); #endif -#define MKSH_VERSION "R40 2012/03/23" +#define MKSH_VERSION "R40 2012/03/24" /* arithmetic types: C implementation */ #if !HAVE_CAN_INTTYPES