You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 of read -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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This point release mainly fixes the following:
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}
.read -a
equivalent ofread -A
.HISTSIZE
is assigned a pathologically large value.ESC
=
was used at the beginning of a line.Full Changelog: v1.0.2...v1.0.3
This discussion was created from the release ksh 93u+m/1.0.3.
Beta Was this translation helpful? Give feedback.
All reactions