ksh 93u+m/1.0.3
This point release mainly fixes the following:
- A bug in history expansion (
set -H
) where any use of the history comment character caused processing to be aborted as if it were an invalid history expansion. Affected e.g.echo ${#v}
. - A bug in command line options processing that caused short-form option equivalents on some built-in commands to be ignored after one use, e.g., the new
read -a
equivalent ofread -A
. - Ksh freezing or using excessive memory if
HISTSIZE
is assigned a pathologically large value. - A bug that caused ksh in the vi editor mode to crash or produce invalid completions if
ESC
=
was used at the beginning of a line.
Full Changelog: v1.0.2...v1.0.3