commit patch from LP#1381965 and two testcases, one showing this is fixed,

another showing deeper problems (probably LP#1381993 “non-list contexts” or
the IFS_WS/IFS_IWS story, perhaps *all* IFS_WS (not just ternaries) really
should be IFS_IWS instead?)
This commit is contained in:
tg
2014-10-19 20:56:33 +00:00
parent 996e05548a
commit 2fd0482761
3 changed files with 36 additions and 9 deletions

4
sh.h
View File

@@ -169,9 +169,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.699 2014/10/12 21:58:53 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.700 2014/10/19 20:56:33 tg Exp $");
#endif
#define MKSH_VERSION "R50 2014/10/12"
#define MKSH_VERSION "R50 2014/10/19"
/* arithmetic types: C implementation */
#if !HAVE_CAN_INTTYPES