• AIX: display OS version better (tested on 5.3 by cnuke@)

• IBM XL C: display version better (tested on V7.0 by cnuke@)
• do not 'IFS=: read nr name', Cygwin 1.7 dash fails it
• disable cd-pe, glob-range-3 on Cygwin (the former cannot
  succeed because the mv fails, the latter fails from 1.7 on)
• mark heredoc-tmpfile-8 as need-pass: no
• apply __attribute__ only to a function prototype, not to
  the body (even if static), since xlC fails that
• bump version to R40 (beta)
This commit is contained in:
tg
2011-05-29 16:31:42 +00:00
parent 2083c75c1c
commit d1b8800ee8
4 changed files with 24 additions and 12 deletions

4
sh.h
View File

@@ -151,9 +151,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.470 2011/05/29 02:18:55 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.471 2011/05/29 16:31:42 tg Exp $");
#endif
#define MKSH_VERSION "R39 2011/05/28"
#define MKSH_VERSION "R40 2011/05/29"
#ifndef MKSH_INCLUDES_ONLY