ABI bump to R39: adhere to the future POSIX standard regarding -o nounset;

add appropriate regression test (except $_ *is* unset in non-interactive
shells). See the thread at:
http://article.gmane.org/gmane.os.miros.general/8863
This commit is contained in:
tg
2009-07-16 15:06:45 +00:00
parent e42e775d9b
commit b42582689f
4 changed files with 93 additions and 13 deletions

4
sh.h
View File

@@ -122,9 +122,9 @@
#define __SCCSID(x) __IDSTRING(sccsid,x)
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.312 2009/07/06 15:06:25 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.313 2009/07/16 15:06:45 tg Exp $");
#endif
#define MKSH_VERSION "R38 2009/07/06"
#define MKSH_VERSION "R39 2009/07/16"
#ifndef MKSH_INCLUDES_ONLY