this is mksh R27, tested on

* MirOS HEAD (i386, gcc 3.4)
* Debian GNU/Linux 3.1 (i386, gcc 3.3)
* Interix 3.5 (i386, gcc 3.3) - perl too old for regression tests
* GNU/Cygwin 2006-03-* (i386, gcc 3.4) - no perl installed
* Solaris 8 (sparc64, gcc 3.4)

no testing been done on
* Mac
* other BSDs
* gcc 4.1.1
* Solaris 10
because I asked for community feedback but...
This commit is contained in:
tg
2006-05-26 23:36:19 +00:00
parent 576e19b39e
commit daa40b4e45
3 changed files with 7 additions and 13 deletions

4
main.c
View File

@ -6,9 +6,9 @@
#define EXTERN /* define EXTERNs in sh.h */
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.37 2006/05/10 19:30:33 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.38 2006/05/26 23:36:19 tg Exp $");
#define MKSH_VERSION "@(#)MIRBSD KSH R27 2006/05/10"
#define MKSH_VERSION "@(#)MIRBSD KSH R27 2006/05/26"
extern char **environ;