tg 55e51d9580 add, with a warning, regression testcases for:
• trailing combining character
• ${!#} and friends

the warning is: pid_t is signed (so PIDs could be negative) and may be
rather long, in some cases even longer than a C “long”; we’ll need to
handle this by adding checks (sizeof pid_t=gid_t, sizeof pid_t must be
either mksh_ari_t or u_short) and code (always print $$/$! as unsigned,
set unsigned attribute on $BASHPID and friends)
2016-05-05 22:58:19 +00:00
2015-11-29 17:05:02 +00:00
2016-04-09 16:33:23 +00:00
2015-12-12 21:08:44 +00:00
2015-11-29 17:05:02 +00:00
2015-12-12 21:08:44 +00:00
2015-12-12 21:08:44 +00:00
2015-11-29 17:05:02 +00:00
2015-12-12 21:08:44 +00:00
Description
MirBSD Korn Shell for Jehanne
6.7 MiB
Languages
C 57.6%
Shell 26%
Roff 13.3%
Perl 2.6%
Makefile 0.5%