OSDN Git Service

Upgrade to mksh R56c.
authorElliott Hughes <enh@google.com>
Mon, 5 Feb 2018 23:55:19 +0000 (15:55 -0800)
committerElliott Hughes <enh@google.com>
Wed, 7 Feb 2018 20:46:26 +0000 (12:46 -0800)
commitdd4abe0a6aa4badb34480972d393466bf0e4c66b
treea71e0b0376dffa0a40cdc4027f6f2fce4d56655f
parentab3794bf039b656a72cc0a68c3674bd5b0954eee
Upgrade to mksh R56c.

R56c is a bugfix-only release everyone must upgrade to:

[komh] Remove redundant OS/2-specific code, clean up others
[komh, tg] Fix drive-qualified (absolute and relative) DOS-style path support in realpath functionality, partially other places
[tg] Don’t substitute ${ENV:-~/.mkshrc} result again
[tg] Improve OS/2 $PATH (et al.) handling, drive-relative paths
[tg] Add MKSH_ENVDIR compile-time option for Jehanne and Plan 9
[tg] Limit nesting when parsing malformed code (Debian #878947)
[tg] Update wcwidth data with bugfixed script (still Unicode 10; resulting values are identical to glibc git master for extant chars)
[Dr. Werner Fink] Raise some time limits in the testsuite
[Shamar] Add support for the Jehanne operating system
[komh] Set stdin to text mode before executing child processes on OS/2
[komh] Pass arguments via a resonse file if executing a child fails
[Dr. Werner Fink] Early locale tracking as a compile-time option
[tg] Fix regressions introduced with new fast character classes

Bug: N/A
Test: builds and boots
Change-Id: I44da7a8bb9859a0357bcd59891dd4f2cfc199733
19 files changed:
Android.bp
src/Build.sh [changed mode: 0644->0755]
src/check.t
src/edit.c
src/eval.c
src/exec.c
src/expr.c
src/funcs.c
src/jobs.c
src/lex.c
src/main.c
src/misc.c
src/os2.c
src/sh.h
src/shf.c
src/syn.c
src/tree.c
src/var.c
src/var_spec.h