Support Dave Korn’s alternative 「'a'」 (or 「'…'」) form for base-one

integers in addition to my 「1#a」 (or 「1#…」), which also allows for
finer end-of-character checking. Note that this is locale-dependent in
ksh93, set ±U dependent in mksh, and mksh’s OPTU-16 encoding is used.
This commit is contained in:
tg
2009-09-06 17:55:55 +00:00
parent 9531e12b36
commit 9dd98da40d
4 changed files with 48 additions and 6 deletions

4
sh.h
View File

@ -134,9 +134,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.338 2009/09/06 17:42:14 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.339 2009/09/06 17:55:55 tg Exp $");
#endif
#define MKSH_VERSION "R39 2009/08/30"
#define MKSH_VERSION "R39 2009/09/06"
#ifndef MKSH_INCLUDES_ONLY