• MFC almost everything not breaking backwards compatibility or introducing
deep changes into R40-stable branch • Version accordingly: HEAD gets 2012/03/24 (hi Eddy/Chris) so we backdate $KSH_VERSION for R40-stable to 2012/03/20 (hi David) as that comes before even though it includes today’s latest fixes • Also, sync clog (including MFC indicators)
This commit is contained in:
parent
f9d644e243
commit
1f96d87aea
4
check.t
4
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:
|
||||
|
4
sh.h
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user