From 263f518dfd21fcd9bd80e112017e307ba0cf41b3 Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 17 Jan 2007 01:24:29 +0000 Subject: [PATCH] * Build.sh: add -fwrapv to standard CFLAGS, just to be on the safe side (I don't have capacities to scan 71711 files in MirOS for a standards-compliance whack) * copyright: mention CVS changelogs as place of contributors' name and credit information, too * check.t, sh.h: bump --- Build.sh | 4 ++-- check.t | 4 ++-- copyright | 4 ++-- sh.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Build.sh b/Build.sh index 51c86b7..6716273 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $MirOS: src/bin/mksh/Build.sh,v 1.111 2007/01/14 21:38:25 tg Exp $ +# $MirOS: src/bin/mksh/Build.sh,v 1.112 2007/01/17 01:24:28 tg Exp $ #- # Environment: CC, CFLAGS, CPP, CPPFLAGS, LDFLAGS, LIBS, NOWARN, NROFF # With -x (cross compile): TARGET_OS (default: uname -s) @@ -99,7 +99,7 @@ if test -d mksh; then exit 1 fi -: ${CFLAGS='-O2 -fno-strict-aliasing -Wall'} +: ${CFLAGS='-O2 -fno-strict-aliasing -fwrapv -Wall'} : ${CC=gcc} ${NROFF=nroff} curdir=`pwd` srcdir=`dirname "$0"` check_categories=pdksh echo | $NROFF -v 2>&1 | grep GNU >/dev/null 2>&1 && NROFF="$NROFF -c" diff --git a/check.t b/check.t index 7384a38..bbdc509 100644 --- a/check.t +++ b/check.t @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/check.t,v 1.83 2007/01/15 00:38:19 tg Exp $ +# $MirOS: src/bin/mksh/check.t,v 1.84 2007/01/17 01:24:28 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 $ @@ -7,7 +7,7 @@ # http://www.research.att.com/~gsf/public/ifs.sh expected-stdout: - @(#)MIRBSD KSH R29 2007/01/14 + @(#)MIRBSD KSH R29 2007/01/17 description: Check version of shell. category: pdksh diff --git a/copyright b/copyright index 0696196..39da5b4 100644 --- a/copyright +++ b/copyright @@ -1,4 +1,4 @@ -$MirOS: src/bin/mksh/copyright,v 1.18 2007/01/03 22:43:47 tg Exp $ +$MirOS: src/bin/mksh/copyright,v 1.19 2007/01/17 01:24:29 tg Exp $ The MirBSD Korn Shell (mksh) is @@ -27,7 +27,7 @@ of said person's immediate fault when using the work as intended. The developer of mksh recognises the efforts of the pdksh authors, who had dedicated their work into Public Domain, and all contribu- -tors. See the documentation and web site for details. +tors. See the documentation, CVS, and web site for details. A number of files that are either always or conditionally included during compilation, depending on the target operating environment, diff --git a/sh.h b/sh.h index 5b0cb25..c46e36b 100644 --- a/sh.h +++ b/sh.h @@ -8,8 +8,8 @@ /* $OpenBSD: c_test.h,v 1.4 2004/12/20 11:34:26 otto Exp $ */ /* $OpenBSD: tty.h,v 1.5 2004/12/20 11:34:26 otto Exp $ */ -#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.98 2007/01/15 02:48:27 tg Exp $" -#define MKSH_VERSION "R29 2007/01/14" +#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.99 2007/01/17 01:24:29 tg Exp $" +#define MKSH_VERSION "R29 2007/01/17" #if HAVE_SYS_PARAM_H #include